Skip to content

Commit

Permalink
Bump version to 2.0.0 (#450)
Browse files Browse the repository at this point in the history
* bump version

* regenerate deployment files

* bump to 2.0

* revert webhook.yaml
  • Loading branch information
rbren committed Dec 14, 2020
1 parent 7374d8b commit f62454d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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="https://github.com/FairwindsOps/polaris">
<img src="https://img.shields.io/static/v1.svg?label=Version&message=1.2.0&color=239922">
<img src="https://img.shields.io/static/v1.svg?label=Version&message=2.0.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
4 changes: 3 additions & 1 deletion docs-md/changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
sidebarDepth: 0
---
## Upcoming
## 2.0.0
* Standardize categories of checks into Security, Reliability, and Efficiency
* Changes to the dashboard UI
* Update controller-runtime

## 1.2.1
* Update date on dashboard footer
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 = "1.2.1"
Version = "2.0.0"
)

func main() {
Expand Down

0 comments on commit f62454d

Please sign in to comment.