From 72b54b3497bf079b454bdd54b5eaf729b8bdea9f Mon Sep 17 00:00:00 2001 From: "garcia.ryan" <garcia.ryan@solute.us> Date: Fri, 3 Sep 2021 11:13:31 -0600 Subject: [PATCH] Bumping Chart, GR, README & CHANGELOG for 1.15.2 (cherry picked from commit cb2cd942669d7f16dea1ef8be9e29b820b96fac0) --- 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 d6acd9487e..c61d929c2c 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.15.2] + +* [!846](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests/846): Istio-cni hub correction to point to valid repo in registry1 & Add install-cni image to synker.yaml for air-gapped environments + ## [1.15.1] * [!834](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/merge_requests/834): Update istio to version 1.9.8 diff --git a/README.md b/README.md index 969406fc46..ac2e53f1bd 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 ff893ade63..e7caf2ff3c 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.15.1 + tag: 1.15.2 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 92043421e0..343e22ee52 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 1.15.1 +version: 1.15.2 description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. type: application -- GitLab