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
2 files
+ 7
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -377,14 +377,15 @@ features:
@@ -377,14 +377,15 @@ features:
- name: "Validate Kubernetes credentials provided at cluster creation"
- name: "Validate Kubernetes credentials provided at cluster creation"
available_in: [core, starter, premium, ultimate]
available_in: [core, starter, premium, ultimate]
documentation_link: "https://docs.gitlab.com/ee/user/project/clusters/#adding-an-existing-kubernetes-cluster"
documentation_link: "https://docs.gitlab.com/ee/user/project/clusters/#adding-an-existing-kubernetes-cluster"
image_url: "/images/X_Y/feature-a.png" # optional - recommended
image_url: "/images/12_0/cluster-validation.png"
reporter: pm1 # required
reporter: danielgruesso
stage: monitor # required if the feature belongs to a DevOps stage.
stage: configure
issue_url: "https://gitlab.com/gitlab-org/gitlab-ce/issues/55447"
issue_url: "https://gitlab.com/gitlab-org/gitlab-ce/issues/55447"
description: | # supports markdown
description: | # supports markdown
To ensure the appropriate secure method when integrating Feature Flags with your application token rotation and encryption will be enabled method added in this release.
Adding a Kubernetes cluster manually requires entering multiple data points and can be error prone. In order to effectively surface
access and permission issues when adding a cluster manually, the kubernetes
In Release 12.0, we are implementing an important security modification in Feature Flags that allows token rotation and encryption when configured to use the Feature Flags interface in GitLab.
integration will now validate the reachability of the API URL as well as the validity of both then cluster token and CA certificate.
 
Relevant alerts will be presented when an issue is encountered.
- name: "Create issue for each triggered alert by default"
- name: "Create issue for each triggered alert by default"
available_in: [ultimate] # required
available_in: [ultimate] # required
Loading