Skip to content

Commit

Permalink
Release 5.1 (FairwindsOps#720)
Browse files Browse the repository at this point in the history
* bump to 5.1.0

* regenerate deploy files

Co-authored-by: Travis CI <[email protected]>
  • Loading branch information
rbren and Travis CI committed Mar 15, 2022
1 parent f429f19 commit ef50fbb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<br>
<h3>Best Practices for Kubernetes Workload Configuration</h3>
<a href="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/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">
Expand Down
2 changes: 1 addition & 1 deletion deploy/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion deploy/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

const (
// Version represents the current release version of Polaris
Version = "5.0.0"
Version = "5.1.0"
)

func main() {
Expand Down

0 comments on commit ef50fbb

Please sign in to comment.