bump to 4.1.0 (#623)

* bump to 4.1.0

* fix deploy files
This commit is contained in:
Robert Brennan
2021-09-07 09:53:12 -04:00
committed by GitHub
parent bb7ba83362
commit 310015ff53
5 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<br>
<h3>Best Practices for Kubernetes Workload Configuration</h3>
<a href="https://github.com/FairwindsOps/polaris">
<img src="https://img.shields.io/static/v1.svg?label=Version&message=4.0.8&color=239922">
<img src="https://img.shields.io/static/v1.svg?label=Version&message=4.1.0&color=239922">
</a>
<a href="https://goreportcard.com/report/github.com/FairwindsOps/polaris">
<img src="https://goreportcard.com/badge/github.com/FairwindsOps/polaris">
+1 -1
View File
@@ -119,7 +119,7 @@ spec:
- dashboard
- --port
- "8080"
image: 'quay.io/fairwinds/polaris:4.0'
image: 'quay.io/fairwinds/polaris:4.1'
imagePullPolicy: 'Always'
name: dashboard
ports:
+1 -1
View File
@@ -117,7 +117,7 @@ spec:
command:
- polaris
- webhook
image: 'quay.io/fairwinds/polaris:4.0'
image: 'quay.io/fairwinds/polaris:4.1'
imagePullPolicy: 'Always'
ports:
- containerPort: 9876
+7
View File
@@ -5,6 +5,13 @@ meta:
content: "Fairwinds Polaris | Changelog"
---
## 4.1.0
* Handle case-insentitivity in capabilities checks
* Change test for PDB disruptions to better handle IaC
## 4.0.9
* Update Alpine base image
## 4.0.8
* Fix support for namespace checks
+1 -1
View File
@@ -20,7 +20,7 @@ import (
const (
// Version represents the current release version of Polaris
Version = "4.0.8"
Version = "4.1.0"
)
func main() {