From f5f22d6e5c8318f0c4ecce9f29454cc95625a3cd Mon Sep 17 00:00:00 2001 From: "garcia.ryan" <garcia.ryan@solute.us> Date: Fri, 20 Oct 2023 15:01:13 -0600 Subject: [PATCH] Version ref bumps for 2.13.1 --- CHANGELOG.md | 4 ++++ base/gitrepository.yaml | 2 +- chart/Chart.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fded25a280..a1fab1c314 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). --- +## [2.13.1] + +- [!1812](https://repo1.dso.mil/big-bang/bigbang/-/issues/1812): neuvector enforcer correct host-path-mount exception + ## [2.13.0] - [!2.13.0](https://repo1.dso.mil/big-bang/bigbang/-/merge_requests?scope=all&utf8=%E2%9C%93&state=merged&milestone_title=2.13.0); List of merge requests in this release. diff --git a/base/gitrepository.yaml b/base/gitrepository.yaml index 84f525c31a..382f156fc8 100644 --- a/base/gitrepository.yaml +++ b/base/gitrepository.yaml @@ -11,4 +11,4 @@ spec: interval: 10m url: https://repo1.dso.mil/big-bang/bigbang.git ref: - tag: 2.13.0 + tag: 2.13.1 diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 079ed44725..0e28e81b60 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: bigbang -version: 2.13.0 +version: 2.13.1 description: Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster. type: application -- GitLab