Skip to content
Snippets Groups Projects

Release post - GitLab 11.4

Merged James Ramsay (ex-GitLab) requested to merge release-11-4 into master
Compare and Show latest version
7 files
+ 11
7
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -117,6 +117,7 @@ features:
- name: "Move ability to use includes in .gitlab-ci.yml from Starter to Core"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/ci/yaml/#include'
image_url: '/images/11_4/verify-includes.png'
reporter: jlenny
team: verify
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/42861'
@@ -131,6 +132,7 @@ features:
- name: "Run jobs only/except when there are modifications on a given path or file"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/ci/yaml/#only-changes'
image_url: '/images/11_4/verify-onlyexceptchanges.png'
reporter: jlenny
team: verify
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/19232'
@@ -463,6 +465,7 @@ features:
available_in: [core, starter, premium, ultimate]
gitlab_com: false
documentation_link: 'https://docs.gitlab.com/ee/ci/interactive_web_terminal/'
image_url: '/images/11_4/verify-webterm.png'
reporter: jlenny
team: verify
issue_url: 'https://gitlab.com/gitlab-org/gitlab-runner/issues/3467'
@@ -476,6 +479,7 @@ features:
- name: "Allow pipelines to schedule delayed job runs"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/ci/yaml/README.html#when-delayed'
image_url: '/images/11_4/verify-delayedjobruns.png'
reporter: jlenny
team: verify
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/51352'
@@ -487,16 +491,16 @@ features:
example, when implementing timed incremental rollouts, or any
other delays needed after performing some other action.
- name: "Skip Auto DevOps jobs based on license"
- name: "Skip Auto DevOps jobs based on feature availability"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/topics/autodevops/'
reporter: danielgruesso
team: configure
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/48399'
description: |
Starting in 11.4 Auto DevOps will now evaluate the license for the instance in which it's running
in order to determine which jobs to skip. This will result in faster Auto DevOps pipeline when
certain features are not in use.
Starting in 11.4 Auto DevOps will now evaluate the plan (GitLab.com) or tier (self-managed)
for the instance in which it's running in order to determine which jobs to skip. This will
result in faster Auto DevOps pipeline when certain features are not in use.
This will not only save you time but will also result in a cleaner view of Auto DevOps pipeline,
showing you only the relevant jobs for your project.
Loading