Skip to content

Commit d8d0783

Browse files
author
Nick Huanca
authored
Release 0.2.1 (#151)
* Added release version and updated readme
1 parent 4c7429e commit d8d0783

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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
36

47
# 0.2.0
58
* Added `--output-format` flag for better CI/CD support

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.2.0&color=239922
8+
[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.2.1&color=239922
99
[version-link]: https://github.com/reactiveops/polaris
1010

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

main.go

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

4343
const (
4444
// Version represents the current release version of Polaris
45-
Version = "0.2.0"
45+
Version = "0.2.1"
4646
)
4747

4848
func main() {

0 commit comments

Comments
 (0)