Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Polaris
Commits
7f428415
Unverified
Commit
7f428415
authored
5 years ago
by
Bobby Brennan
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
update to v0.3.1 (#176)
parent
b5a180d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+3
-0
CHANGELOG.md
README.md
+1
-1
README.md
main.go
+1
-1
main.go
with
5 additions
and
2 deletions
+5
-2
CHANGELOG.md
+
3
-
0
View file @
7f428415
# x.x.x (next release)
# 0.3.1
*
Changed dashboard branding to refer to new org name Fairwinds
# 0.3.0
*
Added
`--set-exit-code-on-error`
and
`--set-exit-code-below-score`
flags to better support CI/CD
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
-
1
View file @
7f428415
...
...
@@ -5,7 +5,7 @@
[
![Version
][
version-image
]
]
[
version-link] [![CircleCI
][
circleci-image
]
]
[
circleci-link] [![Go Report Card
][
goreport-image
]
][goreport-link]
</div>
[
version-image
]:
https://img.shields.io/static/v1.svg?label=Version&message=0.3.
0
&color=239922
[
version-image
]:
https://img.shields.io/static/v1.svg?label=Version&message=0.3.
1
&color=239922
[
version-link
]:
https://github.com/FairwindsOps/polaris
[
goreport-image
]:
https://goreportcard.com/badge/github.com/FairwindsOps/polaris
...
...
This diff is collapsed.
Click to expand it.
main.go
+
1
-
1
View file @
7f428415
...
...
@@ -42,7 +42,7 @@ import (
const
(
// Version represents the current release version of Polaris
Version
=
"0.3.
0
"
Version
=
"0.3.
1
"
)
func
main
()
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment