Skip to content

Commit 7ce71f1

Browse files
author
Robert Brennan
authored
bump to version 0.5.2 (#224)
1 parent 98b47e0 commit 7ce71f1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# x.x.x (next release)
22

3+
# 0.5.2
4+
* Fixed missing success messages for resource requests/limits
5+
36
# 0.5.1
47
* Added a few more exemptions
58
* Started checking exemptions based on controller name prefix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Version][version-image]][version-link] [![CircleCI][circleci-image]][circleci-link] [![Go Report Card][goreport-image]][goreport-link]
66
</div>
77

8-
[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.5.1&color=239922
8+
[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.5.2&color=239922
99
[version-link]: https://github.com/FairwindsOps/polaris
1010

1111
[goreport-image]: https://goreportcard.com/badge/github.com/FairwindsOps/polaris

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import (
4141

4242
const (
4343
// Version represents the current release version of Polaris
44-
Version = "0.5.1"
44+
Version = "0.5.2"
4545
)
4646

4747
func main() {

0 commit comments

Comments
 (0)