revert version upgrade

This commit is contained in:
MAKOSCAFEE
2019-11-07 23:01:47 +02:00
parent fc7c913122
commit 0ee39a4470
3 changed files with 2 additions and 5 deletions

View File

@@ -1,8 +1,5 @@
# x.x.x (next release)
# 0.6.0
* Exempt polaris,kubehunter and goldilock from `readOnlyRootFilesystem` check as is required.
# 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

View File

@@ -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.6.0&color=239922
[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.5.0&color=239922
[version-link]: https://github.com/FairwindsOps/polaris
[goreport-image]: https://goreportcard.com/badge/github.com/FairwindsOps/polaris

View File

@@ -41,7 +41,7 @@ import (
const (
// Version represents the current release version of Polaris
Version = "0.6.0"
Version = "0.5.0"
)
func main() {