diff --git a/CHANGELOG.md b/CHANGELOG.md index d6489b89c2d6c59b74d6b25a7d222310fc8e0ab4..5134d6f70244b8cf6eb12fef41c96380ec8928cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- +## [1.25.1] + +- [!1256](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests/1256): Gitlab version bump to `5.6.2-bb.0` app version `14.6.2` + ## [1.25.0] - [!1.25.0](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=1.25.0); List of merge requests in this release. diff --git a/README.md b/README.md index 648c948a748a60d5850d288f61c5b135404e332d..efdd3f9812d2bceba7a2b22fd1b555c2f7e68c4a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # bigbang -  +  Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. @@ -237,7 +237,7 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.gitlab.hostnames.registry | string | `"registry"` | | | addons.gitlab.git.repo | string | `"https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab.git"` | | | addons.gitlab.git.path | string | `"./chart"` | | -| addons.gitlab.git.tag | string | `"5.6.0-bb.0"` | | +| addons.gitlab.git.tag | string | `"5.6.2-bb.0"` | | | addons.gitlab.flux | object | `{}` | Flux reconciliation overrides specifically for the Gitlab Package | | addons.gitlab.ingress.gateway | string | `""` | | | addons.gitlab.sso.enabled | bool | `false` | Toggle OIDC SSO for Gitlab on and off. Enabling this option will auto-create any required secrets. | diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml index d9c32aca527284234343ee656bebac70dba01410..a54d75535f4b18b3fb147f69b5d61493f6610f73 100644 --- a/base/gitrepository.yaml +++ b/base/gitrepository.yaml @@ -11,4 +11,4 @@ spec: interval: 10m url: https://repo1.dso.mil/platform-one/big-bang/bigbang.git ref: - tag: 1.25.0 + tag: 1.25.1 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index a615811b1be9957bd7e0b7fc9a01d544afa615b9..ff4f6504365562f7aad1c88a6e33c72af8ba0537 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 1.25.0 +version: 1.25.1 description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. type: application