From e8a502de6bfc3c65f4a8668f2ae31c12237d4258 Mon Sep 17 00:00:00 2001 From: "evan.rush" <rush_evan@bah.com> Date: Tue, 8 Jun 2021 18:28:02 +0000 Subject: [PATCH] 1.9.1 patch (cherry picked from commit 84ba2b701aa1c7638c078599a97fa30aa994a9d9) --- CHANGELOG.md | 4 ++++ README.md | 6 +++--- base/gitrepository.yaml | 2 +- chart/Chart.yaml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99973c8a66..e5b94ee222 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.9.1] + +* [!534](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests/534): Bumping monitoring chart version - Addresses un-reconcilable state of monitoring package when upgrading from previous version of BigBang to 1.9.0 + ## [1.9.0] * [!445](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests/445): Nexus added to BB diff --git a/README.md b/README.md index 531a93f2ea..0f7130e058 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. @@ -136,7 +136,7 @@ To start using Big Bang, you will need to create your own Big Bang environment t | monitoring.enabled | bool | `true` | Toggle deployment of Monitoring (Prometheus, Grafana, and Alertmanager). | | monitoring.git.repo | string | `"https://repo1.dso.mil/platform-one/big-bang/apps/core/monitoring.git"` | | | monitoring.git.path | string | `"./chart"` | | -| monitoring.git.tag | string | `"11.0.0-bb.21"` | | +| monitoring.git.tag | string | `"11.0.0-bb.22"` | | | monitoring.flux | object | `{}` | Flux reconciliation overrides specifically for the Monitoring Package | | monitoring.sso.enabled | bool | `false` | Toggle SSO for monitoring components on and off | | monitoring.sso.prometheus.client_id | string | `""` | Prometheus OIDC client ID | @@ -293,7 +293,7 @@ To start using Big Bang, you will need to create your own Big Bang environment t | addons.mattermostoperator.enabled | bool | `false` | | | addons.mattermostoperator.git.repo | string | `"https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator.git"` | | | addons.mattermostoperator.git.path | string | `"./chart"` | | -| addons.mattermostoperator.git.tag | string | `"1.13.0-bb.3"` | | +| addons.mattermostoperator.git.tag | string | `"1.14.0-bb.1"` | | | addons.mattermostoperator.flux | object | `{}` | Flux reconciliation overrides specifically for the Mattermost Operator Package | | addons.mattermostoperator.values | object | `{}` | Values to passthrough to the mattermost operator chart: https://repo1.dso.mil/platform-one/big-bang/apps/collaboration-tools/mattermost-operator/-/blob/main/chart/values.yaml | | addons.mattermostoperator.postRenderers | list | `[]` | Post Renderers. See docs/postrenders.md | diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml index 7d853a6cc2..d44af630f3 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.9.0 + tag: 1.9.1 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index d3a79d9a11..ee16932878 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 1.9.0 +version: 1.9.1 description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. type: application -- GitLab