Skip to content

Commit 159c165

Browse files
author
Robert Brennan
authored
bump version (#221)
1 parent 4eeabb2 commit 159c165

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
# 0.5.1
4+
* Added a few more exemptions
5+
* Started checking exemptions based on controller name prefix
6+
* `runAsUser != 0` now passes the `runAsNonRoot` check
7+
38
# 0.5.0
49
* Added `--load-audit-file` flag to run the dashboard from an existing audit
510
* Added an `ID` field to each check in the output

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.0&color=239922
8+
[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.5.1&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.0"
44+
Version = "0.5.1"
4545
)
4646

4747
func main() {

0 commit comments

Comments
 (0)