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
54aacb78
Commit
54aacb78
authored
4 years ago
by
skatika
Browse files
Options
Download
Email Patches
Plain Diff
Revert version information
parent
564803c9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
README.md
docs-md/changelog.md
+0
-3
docs-md/changelog.md
main.go
+1
-1
main.go
with
2 additions
and
5 deletions
+2
-5
README.md
+
1
-
1
View file @
54aacb78
...
...
@@ -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=3.
1
.0&color=239922"
>
<img
src=
"https://img.shields.io/static/v1.svg?label=Version&message=3.
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"
>
...
...
This diff is collapsed.
Click to expand it.
docs-md/changelog.md
+
0
-
3
View file @
54aacb78
---
sidebarDepth
:
0
---
## 3.1.0
*
Add ability for exemptions for namespaces and containers
## 3.0.0
*
**Breaking**
- fixed inconsistency in how controller-level checks are handled
Custom checks with
`target: Controller`
should remove
`Object`
from the top-level of the
...
...
This diff is collapsed.
Click to expand it.
main.go
+
1
-
1
View file @
54aacb78
...
...
@@ -20,7 +20,7 @@ import (
const
(
// Version represents the current release version of Polaris
Version
=
"3.
1
.0"
Version
=
"3.
0
.0"
)
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