From 7c7c2b11678ddb22ba9292cb5abbdc46e502c944 Mon Sep 17 00:00:00 2001 From: Micah Nagel <micah.nagel@parsons.com> Date: Fri, 30 Apr 2021 18:46:52 +0000 Subject: [PATCH] 1.6.2 docs bumps (cherry picked from commit 4c37d79bbd8eb40de6ed6ae4c8242a1dc727582e) --- CHANGELOG.md | 4 ++++ README.md | 2 +- base/gitrepository.yaml | 2 +- chart/Chart.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57058096c2..2ba1d15588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), --- +## [1.6.2] + +* [!455](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests/455): gatekeeper values not hardcoded + ## [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 diff --git a/README.md b/README.md index 6a8c06c4a5..e3a70d267d 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. diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml index 4fcbc9e3ed..7f78af29a2 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.1 + tag: 1.6.2 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index cc5d87f13c..7308d34d35 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 1.6.1 +version: 1.6.2 description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. type: application -- GitLab