File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# x.x.x (next release)
2
2
3
+ # 0.5.2
4
+ * Fixed missing success messages for resource requests/limits
5
+
3
6
# 0.5.1
4
7
* Added a few more exemptions
5
8
* Started checking exemptions based on controller name prefix
Original file line number Diff line number Diff line change 5
5
[ ![ Version] [ version-image ]] [ version-link ] [ ![ CircleCI] [ circleci-image ]] [ circleci-link ] [ ![ Go Report Card] [ goreport-image ]] [ goreport-link ]
6
6
</div >
7
7
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
9
9
[ version-link ] : https://github.com/FairwindsOps/polaris
10
10
11
11
[ goreport-image ] : https://goreportcard.com/badge/github.com/FairwindsOps/polaris
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ import (
41
41
42
42
const (
43
43
// Version represents the current release version of Polaris
44
- Version = "0.5.1 "
44
+ Version = "0.5.2 "
45
45
)
46
46
47
47
func main () {
You can’t perform that action at this time.
0 commit comments