Skip to content
Snippets Groups Projects

Release post - GitLab 12.0

Merged Jeremy Watson (ex-GitLab) requested to merge release-12-0 into master
All threads resolved!
Compare and Show latest version
1 file
+ 19
25
Compare changes
  • Side-by-side
  • Inline
@@ -707,6 +707,18 @@ deprecations:
@@ -707,6 +707,18 @@ deprecations:
In GitLab Runner 12.0, GitLab Runner drops support for the legacy cleanup strategy and removes the
In GitLab Runner 12.0, GitLab Runner drops support for the legacy cleanup strategy and removes the
ability to restore it with a feature flag. Please see [this issue](https://gitlab.com/gitlab-org/gitlab-runner/issues/4175)
ability to restore it with a feature flag. Please see [this issue](https://gitlab.com/gitlab-org/gitlab-runner/issues/4175)
 
- feature_name: "Secure License Management will start being called License Compliance in GitLab 12.0"
 
due: Jun. 22, 2019
 
reporter: NicoleSchwartz # required
 
description: | # example (supports markdown)
 
License Management is being renamed to better align with common industry vernacular starting in 12.0. The purpose of License Compliance is to analyze your application to track which licenses are used by third-party components, like libraries and external dependencies, and check that they are compatible with the licensing model. License Compliance is part of our [Secure Software Composition Analysis group](https://about.gitlab.com/handbook/product/categories/#software-composition-analysis-group).
 
 
- feature_name: "3DES is now disabled on GitLab.com Pages by default"
 
due: Jun. 22, 2019
 
reporter: cstasik
 
description: | # example (supports markdown)
 
GitLab.com Pages previously allowed 3DES, which is [being deprecated](https://csrc.nist.gov/news/2017/update-to-current-use-and-deprecation-of-tdea). To mitigate this, going forward 3DES will be disabled by default. This should not change anything for users of modern browsers, but some users of Internet Explorer versions 7 and 8 running on the Windows XP operating system may be impacted.
 
- feature_name: "Group project templates fixed to Silver/Premium"
- feature_name: "Group project templates fixed to Silver/Premium"
due: Aug. 22, 2019
due: Aug. 22, 2019
reporter: jeremy
reporter: jeremy
@@ -719,6 +731,12 @@ deprecations:
@@ -719,6 +731,12 @@ deprecations:
a grace period of three months. On Aug. 22nd, 2019, this grace period will expire and group project
a grace period of three months. On Aug. 22nd, 2019, this grace period will expire and group project
templates will require Silver/Premium or higher as documented.
templates will require Silver/Premium or higher as documented.
 
- feature_name: "License Management will use Python 3 as the default in GitLab 12.2"
 
due: Aug. 22nd, 2019 # example
 
reporter: NicoleSchwartz # required
 
description: | # example (supports markdown)
 
Python 3 will become the default version used by the Secure stage License Management. Users with Python 2 will need to set the CI variable LM_PYTHON_VERSION to "2" if they are self-managed when they start using 12.2. Users with Python 3 can change the CI variable LM_PYTHON_VERSION to "3" today.
 
- feature_name: "Deprecate support for Windows batch"
- feature_name: "Deprecate support for Windows batch"
due: Sep. 22, 2019
due: Sep. 22, 2019
reporter: brendan
reporter: brendan
@@ -739,32 +757,8 @@ deprecations:
@@ -739,32 +757,8 @@ deprecations:
With GitLab Runner 12.3 we will remove the feature flag and the old behavior. Please see
With GitLab Runner 12.3 we will remove the feature flag and the old behavior. Please see
[this issue](https://gitlab.com/gitlab-org/gitlab-runner/issues/4180).
[this issue](https://gitlab.com/gitlab-org/gitlab-runner/issues/4180).
- feature_name: "License Management will use Python 3 as the default in GitLab 12.2"
due: GitLab 12.2 # example
reporter: NicoleSchwartz # required
description: | # example (supports markdown)
Python 3 will become the default version used by the Secure stage License Management. Users with Python 2 will need to set the CI variable LM_PYTHON_VERSION to "2" if they are self-managed when they start using 12.2. Users with Python 3 can change the CI variable LM_PYTHON_VERSION to "3" today.
- feature_name: "Support for skip_auto_migrations file has been removed as of GitLab 12.0"
due: GitLab 12.0 # example
reporter: NicoleSchwartz # required
description: | # example (supports markdown)
In GitLab 12.0, we are completely removing support for skip_auto_migrations file. This was previously deprecated in GitLab version 10.6.
- feature_name: "Python 2 support in Secure Licence Management will be deprecated by end of the year"
- feature_name: "Python 2 support in Secure Licence Management will be deprecated by end of the year"
due: December 22nd, 2019 (estimated) # example
due: Dec. 22nd, 2019 # example
reporter: NicoleSchwartz # required
reporter: NicoleSchwartz # required
description: | # example (supports markdown)
description: | # example (supports markdown)
Support for Python 2 would be dropped in a future GitLab release due to Python 2.7 reaching the [end of its life](https://pythonclock.org/) on January 1st, 2020.
Support for Python 2 would be dropped in a future GitLab release due to Python 2.7 reaching the [end of its life](https://pythonclock.org/) on January 1st, 2020.
- feature_name: "Secure License Management will start being called License Compliance in GitLab 12.0"
due: GitLab 12.0 # example
reporter: NicoleSchwartz # required
description: | # example (supports markdown)
License Management is being renamed to better align with common industry vernacular starting in 12.0. The purpose of License Compliance is to analyze your application to track which licenses are used by third-party components, like libraries and external dependencies, and check that they are compatible with the licensing model. License Compliance is part of our [Secure Software Composition Analysis group](https://about.gitlab.com/handbook/product/categories/#software-composition-analysis-group).
- feature_name: "3DES is now disabled on GitLab.com Pages by default"
due: GitLab 12.0 # example
reporter: cstasik
description: | # example (supports markdown)
GitLab.com Pages previously allowed 3DES, which is [being deprecated](https://csrc.nist.gov/news/2017/update-to-current-use-and-deprecation-of-tdea). To mitigate this, going forward 3DES will be disabled by default. This should not change anything for users of modern browsers, but some users of Internet Explorer versions 7 and 8 running on the Windows XP operating system may be impacted.
\ No newline at end of file
Loading