File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# x.x.x (next release)
2
2
3
+ # 0.3.1
4
+ * Changed dashboard branding to refer to new org name Fairwinds
5
+
3
6
# 0.3.0
4
7
* Added ` --set-exit-code-on-error ` and ` --set-exit-code-below-score ` flags to better support CI/CD
5
8
Original file line number Diff line number Diff line change 5
5
[ ![ Version] [ version-image ]] [ version-link ] [ ![ CircleCI] [ circleci-image ]] [ circleci-link ] [ ![ Go Report Card] [ goreport-image ]] [ goreport-link ]
6
6
</div >
7
7
8
- [ version-image ] : https://img.shields.io/static/v1.svg?label=Version&message=0.3.0 &color=239922
8
+ [ version-image ] : https://img.shields.io/static/v1.svg?label=Version&message=0.3.1 &color=239922
9
9
[ version-link ] : https://github.com/FairwindsOps/polaris
10
10
11
11
[ goreport-image ] : https://goreportcard.com/badge/github.com/FairwindsOps/polaris
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ import (
42
42
43
43
const (
44
44
// Version represents the current release version of Polaris
45
- Version = "0.3.0 "
45
+ Version = "0.3.1 "
46
46
)
47
47
48
48
func main () {
You can’t perform that action at this time.
0 commit comments