Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Polaris
Commits
cd47487b
Unverified
Commit
cd47487b
authored
3 years ago
by
Robert Brennan
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
bump version (#578)
parent
7e7e553c
master
dependabot/docker/golang-1.18.0
dependabot/go_modules/github.com/qri-io/jsonschema-0.2.1
intrand/non-k8s
patch-release
rb/machine
rb/namespace
rb/pod-spec-target
tg/improved-ui
6.0.0
5.2.0
5.1.0
5.0.0
4.2.0
4.1.0
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
v5.0.1
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
README.md
docs/changelog.md
+3
-0
docs/changelog.md
main.go
+1
-1
main.go
with
5 additions
and
2 deletions
+5
-2
README.md
+
1
-
1
View file @
cd47487b
...
...
@@ -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.
3
&color=239922"
>
<img
src=
"https://img.shields.io/static/v1.svg?label=Version&message=4.0.
4
&color=239922"
>
</a>
<a
href=
"https://goreportcard.com/report/github.com/FairwindsOps/polaris"
>
<img
src=
"https://goreportcard.com/badge/github.com/FairwindsOps/polaris"
>
...
...
This diff is collapsed.
Click to expand it.
docs/changelog.md
+
3
-
0
View file @
cd47487b
---
sidebarDepth
:
0
---
## 4.0.4
*
Bugfix for validating webhook and non-pod checks
## 4.0.3
*
Fixed bad interaction between
`--set-exit-score-below`
and
`--only-show-failed-tests`
*
Dependency updates
...
...
This diff is collapsed.
Click to expand it.
main.go
+
1
-
1
View file @
cd47487b
...
...
@@ -20,7 +20,7 @@ import (
const
(
// Version represents the current release version of Polaris
Version
=
"4.0.
3
"
Version
=
"4.0.
4
"
)
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
Menu
Projects
Groups
Snippets
Help