Unverified Commit 7b1f0465 authored by Robert Brennan's avatar Robert Brennan Committed by GitHub
Browse files

update version (#380)

* update version

* update changelog
parent 4e290e19
Showing with 9 additions and 4 deletions
+9 -4
# x.x.x (next release)
# 1.2.0
* Add ability to audit a single workload
* Enable `pullPolicyAlways` by default
* Fix for finding parent resources
# 1.1.1
* Show controller checks on dashboard
* Fix for orphaned pods w/ controller checks
......
......@@ -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=1.1.1&color=239922
[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=1.2.0&color=239922
[version-link]: https://github.com/FairwindsOps/polaris
[goreport-image]: https://goreportcard.com/badge/github.com/FairwindsOps/polaris
......
......@@ -109,7 +109,7 @@ spec:
- command:
- polaris
- dashboard
image: 'quay.io/fairwinds/polaris:1.1'
image: 'quay.io/fairwinds/polaris:1.2'
imagePullPolicy: 'Always'
name: dashboard
ports:
......
......@@ -199,7 +199,7 @@ spec:
command:
- polaris
- webhook
image: 'quay.io/fairwinds/polaris:1.1'
image: 'quay.io/fairwinds/polaris:1.2'
imagePullPolicy: 'Always'
ports:
- containerPort: 9876
......
......@@ -20,7 +20,7 @@ import (
const (
// Version represents the current release version of Polaris
Version = "1.1.1"
Version = "1.2.0"
)
func main() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment