Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Jul 22, 2021
1 parent cf69099 commit e52f1e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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=4.0.4&color=239922">
<img src="https://img.shields.io/static/v1.svg?label=Version&message=4.0.6&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
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
sidebarDepth: 0
---
## 4.0.6
* Change goreleaser format
* Fix `--helm-values` flag

## 4.0.5
* Bugfix for repeated objects on the dashboard

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 = "4.0.5"
Version = "4.0.6"
)

func main() {
Expand Down

0 comments on commit e52f1e7

Please sign in to comment.