Skip to content
Snippets Groups Projects

Release post - GitLab 11.4

Merged James Ramsay (ex-GitLab) requested to merge release-11-4 into master
All threads resolved!
Compare and Show latest version
34 files
+ 33
33
Compare changes
  • Side-by-side
  • Inline
Files
34
@@ -36,6 +36,31 @@ features:
# PRIMARY FEATURES
primary:
- name: "Create and toggle feature flags for your applications (alpha)"
available_in: [premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/user/project/operations/feature_flags.html'
image_url: '/images/11_4/feature_flags.png'
reporter: jlenny
team: release
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ee/issues/6220'
description: |
This feature gives you the ability to create and manage feature flags for
your software directly in the product. Simply create a new feature
flag, validate it using the simple API instructions in your software,
and you have the ability to control the behavior of your software
in the field via the feature flag within GitLab itself.
Feature Flags offer a feature toggle system for your application.
They enable teams to achieve Continuous Delivery by deploying new
features to production in smaller batches for controlled testing,
separating feature delivery from customer launch. This helps reduce
risk, and allows you to easily manage which features to enable.
Note that this is an alpha feature being introduced for the first time,
so while we encourage you to check out the feature and provide feedback,
we want you to be aware that the implementation could change in subsequent
releases.
- name: "File tree for browsing merge request diff"
available_in: [core, starter, premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/user/project/merge_requests/index.html#merge-request-diff-file-navigation'
@@ -129,7 +154,7 @@ features:
ability for everyone to do best-practice development using reusable
snippets in your CI/CD pipelines.
- name: "Run jobs <code>only</code>/<code>except</code> when there are modifications on a given path or file"
- name: "Run jobs <code>only</code>/<code>except</code> for modifications on a 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'
@@ -146,32 +171,7 @@ features:
executed for the kinds of changes that were committed, speeding up
overall pipeline execution.
- name: "Create and toggle feature flags for your applications (ALPHA)"
available_in: [premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/user/project/operations/feature_flags.html'
image_url: '/images/11_4/feature_flags.png'
reporter: jlenny
team: release
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ee/issues/6220'
description: |
This feature gives you the ability to create and manage feature flags for
your software directly in the product. Simply create a new feature
flag, validate it using the simple API instructions in your software,
and you have the ability to control the behavior of your software
in the field via the feature flag within GitLab itself.
Feature Flags offer a feature toggle system for your application.
They enable teams to achieve Continuous Delivery by deploying new
features to production in smaller batches for controlled testing,
separating feature delivery from customer launch. This helps reduce
risk, and allows you to easily manage which features to enable.
Note that this is an alpha feature being introduced for the first time,
so while we encourage you to check out the feature and provide feedback,
we want you to be aware that the implementation could change in subsequent
releases.
- name: "Add timed incremental rollouts to AutoDevOps"
- name: "Add timed incremental rollouts to Auto DevOps"
available_in: [premium, ultimate]
documentation_link: 'https://docs.gitlab.com/ee/topics/autodevops/#timed-incremental-rollout-to-production'
image_url: '/images/11_4/timed_incremental_rollouts.png'
@@ -179,7 +179,7 @@ features:
team: release
issue_url: 'https://gitlab.com/gitlab-org/gitlab-ee/issues/7545'
description: |
You've had the ability within AutoDevOps to setup incremental
You've had the ability within Auto DevOps to setup incremental
rollouts for a while now, and with this release, we are adding
an option to also set up _timed_ incremental rollouts where
the rollout will automatically continue on a timed cadence
@@ -491,7 +491,7 @@ features:
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.
- name: "Allow pipelines to schedule delayed job runs"
- name: "Allow pipelines to schedule delayed jobs"
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'
Loading