From 7321121f5878aaaea3024a3e2da6f17249056940 Mon Sep 17 00:00:00 2001 From: Andrew Shoell <mrlunchbox777@gmail.com> Date: Mon, 25 Nov 2024 13:18:02 -0700 Subject: [PATCH] adding the maintenance track annotation and badge --- CHANGELOG.md | 1 + README.md | 8 ++++---- chart/Chart.yaml | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec1c984fb..469484bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - registry1.dso.mil/ironbank/gitlab/gitlab/kubectl (source) 17.5.1 -> 17.5.2 - registry1.dso.mil/ironbank/opensource/postgres/postgresql (source) 14.13 -> 14.14 - registry1.dso.mil/ironbank/redhat/ubi/ubi9 (source) 9.4 -> 9.5 +- Added the maintenance track annotation and badge ## [8.5.1-bb.0] (2024-11-13) diff --git a/README.md b/README.md index 185dbf2d8..55003243f 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. --> # gitlab -  +   GitLab is the most comprehensive AI-powered DevSecOps Platform. ## Upstream References - - <https://about.gitlab.com/> -- <https://gitlab.com/gitlab-org/charts/gitlab> +* <https://gitlab.com/gitlab-org/charts/gitlab> ## Upstream Release Notes @@ -28,7 +27,7 @@ The [upstream chart's release notes](https://gitlab.com/gitlab-org/charts/gitlab Install Helm -<https://helm.sh/docs/intro/install/> +https://helm.sh/docs/intro/install/ ## Deployment @@ -1147,3 +1146,4 @@ Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in --- _This file is programatically generated using `helm-docs` and some BigBang-specific templates. The `gluon` repository has [instructions for regenerating package READMEs](https://repo1.dso.mil/big-bang/product/packages/gluon/-/blob/master/docs/bb-package-readme.md)._ + diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 3e48cbaa4..ae17710fc 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -14,6 +14,7 @@ maintainers: - name: GitLab Inc. email: support@gitlab.com annotations: + bigbang.dev/maintenanceTrack: bb_integrated bigbang.dev/applicationVersions: | - Gitlab: 17.5.2 bigbang.dev/upstreamReleaseNotesMarkdown: | -- GitLab