bump to 1.0.3 (#325)

This commit is contained in:
Robert Brennan
2020-06-03 16:56:24 -04:00
committed by GitHub
parent af5b86e28c
commit 2cdc4775e0
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -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
+1 -1
View File
@@ -5,7 +5,7 @@
[![Version][version-image]][version-link] [![CircleCI][circleci-image]][circleci-link] [![Go Report Card][goreport-image]][goreport-link]
</div>
[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
+1 -1
View File
@@ -20,7 +20,7 @@ import (
const (
// Version represents the current release version of Polaris
Version = "1.0.2"
Version = "1.0.3"
)
func main() {