Skip to content

Commit

Permalink
Merge branch 'master' into rb/add-exemptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Brennan authored Nov 13, 2019
2 parents 5b8ade8 + 159c165 commit 8c38fe0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# x.x.x (next release)

# 0.5.1
* Added a few more exemptions
* Started checking exemptions based on controller name prefix
* `runAsUser != 0` now passes the `runAsNonRoot` check

# 0.5.0
* Added `--load-audit-file` flag to run the dashboard from an existing audit
* Added an `ID` field to each check in the output
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Version][version-image]][version-link] [![CircleCI][circleci-image]][circleci-link] [![Go Report Card][goreport-image]][goreport-link]
</div>

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

[goreport-image]: https://goreportcard.com/badge/github.com/FairwindsOps/polaris
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (

const (
// Version represents the current release version of Polaris
Version = "0.5.0"
Version = "0.5.1"
)

func main() {
Expand Down

0 comments on commit 8c38fe0

Please sign in to comment.