diff --git a/CHANGELOG.md b/CHANGELOG.md index c21427ba..f4af2f80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # x.x.x (next release) +# 1.0.3 +* Fixed case where parent resources trigger error +* Fixed dashboard link when `--base-path` is set + # 1.0.2 * Fixed case where custom CRDs are not covered by RBAC diff --git a/README.md b/README.md index 98226718..7fdc5804 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Version][version-image]][version-link] [![CircleCI][circleci-image]][circleci-link] [![Go Report Card][goreport-image]][goreport-link] -[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=1.0.2&color=239922 +[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=1.0.3&color=239922 [version-link]: https://github.com/FairwindsOps/polaris [goreport-image]: https://goreportcard.com/badge/github.com/FairwindsOps/polaris diff --git a/main.go b/main.go index 7a6ad178..ebd49586 100644 --- a/main.go +++ b/main.go @@ -20,7 +20,7 @@ import ( const ( // Version represents the current release version of Polaris - Version = "1.0.2" + Version = "1.0.3" ) func main() {