diff --git a/CHANGELOG.md b/CHANGELOG.md index fded25a280a1bd55415b6c96247f34df6fefec18..a1fab1c314fc64af7523411a63ef67850a0dbf18 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 84f525c31a118aa4ead5a069f7724e81b4068d82..382f156fc8d5692f32448757089845dd0ea6c0c0 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 079ed4472560b53df5d9c195922044c72ad2283d..0e28e81b607de05f5e483cba447360dd56bc0f3d 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