Skip to content

Commit

Permalink
bump to version 0.5.2 (FairwindsOps#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Brennan authored Nov 13, 2019
1 parent 98b47e0 commit 7ce71f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# x.x.x (next release)

# 0.5.2
* Fixed missing success messages for resource requests/limits

# 0.5.1
* Added a few more exemptions
* Started checking exemptions based on controller name prefix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=0.5.1&color=239922
[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.5.2&color=239922
[version-link]: https://github.com/FairwindsOps/polaris

[goreport-image]: https://goreportcard.com/badge/github.com/FairwindsOps/polaris
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (

const (
// Version represents the current release version of Polaris
Version = "0.5.1"
Version = "0.5.2"
)

func main() {
Expand Down

0 comments on commit 7ce71f1

Please sign in to comment.