From 2cdc4775e00670c012d1f96530b3eb0bbcd8d662 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Wed, 3 Jun 2020 16:56:24 -0400 Subject: [PATCH] bump to 1.0.3 (#325) --- CHANGELOG.md | 4 ++++ README.md | 2 +- main.go | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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() {