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
8 files
+ 20
9
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -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.
@@ -624,10 +628,10 @@ features:
description: |
Making Geo as easy to use as possible is one of our constant goals to support widely distributed
teams using GitLab. In [11.3](https://about.gitlab.com/2018/09/22/gitlab-11-3-released/#geo-improvements)
we added initial support for proxying SSH `git push` from secondary to primary nodes.
we added initial support for proxying SSH `git push` from secondary nodes to primary nodes.
With this release, we further improve the performance and usability of this feature, allowing
to clone and push to projects in a Geo scenario without having to update the remote URL manually.
to clone and push to projects in a Geo scenario without having to maintain multiple configurations or update the remote URL manually.
- name: "Geo improvements"
available_in: [premium, ultimate]
@@ -751,3 +755,10 @@ deprecations:
With GitLab 11.4 (October 22, 2018), support for Docker versions before 1.12 (API version 1.24) have been be deprecated in line with
Docker's latest [version recommendation guidance](https://docs.docker.com/develop/sdk/#api-version-matrix). Beyond
the 11.4 release these older versions are no longer be officially supported and could stop working at any time.
- feature_name: "Support for Prometheus 1.x in Omnibus GitLab"
due: GitLab 12.0
reporter: joshlambert
description: |
With GitLab 11.4 (October 22, 2018) the bundled Prometheus 1.0 version is deprecated in Omnibus GitLab. Prometheus 2.0 is [now included](#prometheus-20-upgrade-for-omnibus-gitlab),
however the metrics format is incompatible with 1.0. Existing installations can upgrade to 2.0 and optionally migrate their data [using an included tool](https://docs.gitlab.com/omnibus/update/gitlab_11_changes.html#11-4).
Migration to 2.0 will be required in order to upgrade to GitLab 12.0.
\ No newline at end of file
Loading