Release 5.1 (#720)

* bump to 5.1.0

* regenerate deploy files

Co-authored-by: Travis CI <jess.portnoy@kaltura.com>
This commit is contained in:
Robert Brennan
2022-03-15 10:02:20 -04:00
committed by GitHub
co-authored by Travis CI
parent f429f1922a
commit ef50fbbff6
5 changed files with 8 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=5.0.0&color=239922">
<img src="https://img.shields.io/static/v1.svg?label=Version&message=5.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:5.0'
image: 'quay.io/fairwinds/polaris:5.1'
imagePullPolicy: 'Always'
name: dashboard
ports:
+1 -1
View File
@@ -117,7 +117,7 @@ spec:
command:
- polaris
- webhook
image: 'quay.io/fairwinds/polaris:5.0'
image: 'quay.io/fairwinds/polaris:5.1'
imagePullPolicy: 'Always'
ports:
- containerPort: 9876
+4
View File
@@ -5,6 +5,10 @@ meta:
content: "Fairwinds Polaris | Changelog"
---
## 5.1.0
* Support `--context` flag for kubecontext
* Treat core Kubernetes controllers (`Deployments`, `StatefulSets`, `DaemonSets`, `CronJobs`) as top-level objects, instead of following owner refs
## 5.0.0
* Renamed `multipleReplicasForDeployment` to `deploymentMissingReplicas`
* Changed `RunAsRootAllowed` and `hostNetworkSet` default severity to `danger`
+1 -1
View File
@@ -20,7 +20,7 @@ import (
const (
// Version represents the current release version of Polaris
Version = "5.0.0"
Version = "5.1.0"
)
func main() {