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() {