File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- # x.x.x (Next Release)
2
- * BUG: Fixed logic on RunAsNonRoot check to incorporate settings in podSpec
1
+ # x.x.x (next release)
2
+
3
+
4
+ # 0.2.1
5
+ * [ Fix] ( https://github.com/reactiveops/polaris/issues/146 ) : Fixed logic on RunAsNonRoot check to incorporate settings in podSpec
3
6
4
7
# 0.2.0
5
8
* Added ` --output-format ` flag for better CI/CD support
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.2.0 &color=239922
8
+ [ version-image ] : https://img.shields.io/static/v1.svg?label=Version&message=0.2.1 &color=239922
9
9
[ version-link ] : https://github.com/reactiveops/polaris
10
10
11
11
[ goreport-image ] : https://goreportcard.com/badge/github.com/reactiveops/polaris
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ import (
42
42
43
43
const (
44
44
// Version represents the current release version of Polaris
45
- Version = "0.2.0 "
45
+ Version = "0.2.1 "
46
46
)
47
47
48
48
func main () {
You can’t perform that action at this time.
0 commit comments