From 0ee39a44700c50c5ee9c6777310643db9166c490 Mon Sep 17 00:00:00 2001 From: MAKOSCAFEE Date: Thu, 7 Nov 2019 23:01:47 +0200 Subject: [PATCH] revert version upgrade --- CHANGELOG.md | 3 --- README.md | 2 +- main.go | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de21104..ae9e76bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 4a9219b6..70265326 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Version][version-image]][version-link] [![CircleCI][circleci-image]][circleci-link] [![Go Report Card][goreport-image]][goreport-link] -[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 diff --git a/main.go b/main.go index a2d9ada4..65724a00 100644 --- a/main.go +++ b/main.go @@ -41,7 +41,7 @@ import ( const ( // Version represents the current release version of Polaris - Version = "0.6.0" + Version = "0.5.0" ) func main() {