From cd47487b0be7113e834b69763e6fc0c998e341f8 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Fri, 25 Jun 2021 18:06:06 -0400 Subject: [PATCH] bump version (#578) --- README.md | 2 +- docs/changelog.md | 3 +++ main.go | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd6bd77c..aa4b4113 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Best Practices for Kubernetes Workload Configuration

- + diff --git a/docs/changelog.md b/docs/changelog.md index 3492251f..72e3bc28 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,9 @@ --- sidebarDepth: 0 --- +## 4.0.4 +* Bugfix for validating webhook and non-pod checks + ## 4.0.3 * Fixed bad interaction between `--set-exit-score-below` and `--only-show-failed-tests` * Dependency updates diff --git a/main.go b/main.go index 234c3d1e..7b0b9131 100644 --- a/main.go +++ b/main.go @@ -20,7 +20,7 @@ import ( const ( // Version represents the current release version of Polaris - Version = "4.0.3" + Version = "4.0.4" ) func main() {