bump version

This commit is contained in:
Robert Brennan
2021-07-22 15:20:38 +00:00
parent cf69099d3a
commit e52f1e76e9
3 changed files with 6 additions and 2 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.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">
+4
View File
@@ -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
+1 -1
View File
@@ -20,7 +20,7 @@ import (
const (
// Version represents the current release version of Polaris
Version = "4.0.5"
Version = "4.0.6"
)
func main() {