Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/deprecations/15-4-starboard-directive.yml')
-rw-r--r--data/deprecations/15-4-starboard-directive.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/deprecations/15-4-starboard-directive.yml b/data/deprecations/15-4-starboard-directive.yml
new file mode 100644
index 00000000000..07b7cdf7fd6
--- /dev/null
+++ b/data/deprecations/15-4-starboard-directive.yml
@@ -0,0 +1,11 @@
+- name: "Starboard directive in the config for the GitLab Agent for Kubernetes"
+ announcement_milestone: "15.4"
+ announcement_date: "2022-09-22"
+ removal_milestone: "16.0"
+ removal_date: "2023-05-22"
+ breaking_change: true
+ reporter: sam.white
+ stage: secure
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/368828
+ body: |
+ GitLab's operational container scanning capabilities no longer require starboard to be installed. Consequently, use of the `starboard:` directive in the configuration file for the GitLab Agent for Kubernetes is now deprecated and is scheduled for removal in GitLab 16.0. Update your configuration file to use the `container_scanning:` directive.