diff --git a/CHANGELOG.md b/CHANGELOG.md index e22ef0a9ed37fbacbca9db64c2aaf8d6dad66ed7..18e36e5ebe9d71f0d44489e19f4e7879ad6d29b5 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.46.1] + +- [!2243](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests/2243): Fix Loki Monolith mTLS + ## [1.46.0] - [!1.46.0](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=1.46.0); List of merge requests in this release. diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml index d4745e024081d768aedc34fed362b1bd71ff3b5e..4aa7ed08369696e477f24deecdd3353f2eafa312 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.46.0 + tag: 1.46.1 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ffd0a4a7a0be25f0e00873cd40e997bafdeb1157..50861175725d83d9bbf7770c882b9f029f308313 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 1.46.0 +version: 1.46.1 description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. type: application diff --git a/docs/understanding-bigbang/configuration/base-config.md b/docs/understanding-bigbang/configuration/base-config.md index 669ddb26e5cf016faab8e2c4f1db8cabfc10d807..e8017481cfc00e3c89e705baebf828af1a1ec4ab 100644 --- a/docs/understanding-bigbang/configuration/base-config.md +++ b/docs/understanding-bigbang/configuration/base-config.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. @@ -168,7 +168,7 @@ To start using Big Bang, you will need to create your own Big Bang environment t | loki.enabled | bool | `false` | Toggle deployment of Loki. | | loki.git.repo | string | `"https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/loki.git"` | | | loki.git.path | string | `"./chart"` | | -| loki.git.tag | string | `"3.2.1-bb.1"` | | +| loki.git.tag | string | `"3.2.1-bb.3"` | | | loki.flux | object | `{}` | Flux reconciliation overrides specifically for the Loki Package | | loki.strategy | string | `"monolith"` | Loki architecture. Options are monolith and scalable | | loki.objectStorage.endpoint | string | `""` | S3 compatible endpoint to use for connection information. examples: "https://s3.amazonaws.com" "https://s3.us-gov-west-1.amazonaws.com" "http://minio.minio.svc.cluster.local:9000" |