diff --git a/CHANGELOG.md b/CHANGELOG.md index 639fdbb5b9ff879fd5c424a1c04983a1e8107108..57058096c28487d514bfd91fceaec936e7c024d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ 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.6.1] + +* [#19](https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane/-/issues/19): istio-cni image hub reverted to dsop.io domain +* [#387](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/387): Latest Fluent-Bit release removed Grafana Dashboard Functionality + ## [1.6.0] ### Upgrade Notice diff --git a/README.md b/README.md index 1c3437cdf755c06c3bbceab98a9c7c99e94a362d..6a8c06c4a52834fc938640659f9daabd0e5fa679 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. @@ -57,7 +57,7 @@ To start using Big Bang, you will need to create your own Big Bang environment t | istio.enabled | bool | `true` | Toggle deployment of Istio. | | istio.git.repo | string | `"https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git"` | | | istio.git.path | string | `"./chart"` | | -| istio.git.tag | string | `"1.8.4-bb.0"` | | +| istio.git.tag | string | `"1.8.4-bb.1"` | | | istio.ingress | object | `{"cert":"","key":""}` | Certificate/Key pair to use as the default certificate for exposing BigBang created applications. If nothing is provided, applications will expect a valid tls secret to exist in the `istio-system` namespace called `wildcard-cert`. | | istio.values | object | `{}` | Values to passthrough to the istio-controlplane chart: https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane.git | | istiooperator.enabled | bool | `true` | Toggle deployment of Istio Operator. | @@ -109,7 +109,7 @@ To start using Big Bang, you will need to create your own Big Bang environment t | fluentbit.enabled | bool | `true` | Toggle deployment of Fluent-Bit. | | fluentbit.git.repo | string | `"https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit.git"` | | | fluentbit.git.path | string | `"./chart"` | | -| fluentbit.git.tag | string | `"0.15.8-bb.0"` | | +| fluentbit.git.tag | string | `"0.15.8-bb.1"` | | | fluentbit.values | object | `{}` | | | 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"` | | diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml index 4269b93f9ba5ecfc981bd4a1220f53d9cebfe4ad..4fcbc9e3ed04b52d07736daeec08165412cfd6c8 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.6.0 + tag: 1.6.1 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index f9db3f6810f3adb09271afc5b5f84e79610aa8aa..cc5d87f13c7dde951a0e86c4a80cdff1e98a2435 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 1.6.0 +version: 1.6.1 description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. type: application