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
7b1f0465
Unverified
Commit
7b1f0465
authored
4 years ago
by
Robert Brennan
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
update version (#380)
* update version * update changelog
parent
4e290e19
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+5
-0
CHANGELOG.md
README.md
+1
-1
README.md
deploy/dashboard.yaml
+1
-1
deploy/dashboard.yaml
deploy/webhook.yaml
+1
-1
deploy/webhook.yaml
main.go
+1
-1
main.go
with
9 additions
and
4 deletions
+9
-4
CHANGELOG.md
+
5
-
0
View file @
7b1f0465
# x.x.x (next release)
# 1.2.0
*
Add ability to audit a single workload
*
Enable
`pullPolicyAlways`
by default
*
Fix for finding parent resources
# 1.1.1
*
Show controller checks on dashboard
*
Fix for orphaned pods w/ controller checks
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
-
1
View file @
7b1f0465
...
...
@@ -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=1.
1.1
&color=239922
[
version-image
]:
https://img.shields.io/static/v1.svg?label=Version&message=1.
2.0
&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.
deploy/dashboard.yaml
+
1
-
1
View file @
7b1f0465
...
...
@@ -109,7 +109,7 @@ spec:
-
command
:
-
polaris
-
dashboard
image
:
'
quay.io/fairwinds/polaris:1.
1
'
image
:
'
quay.io/fairwinds/polaris:1.
2
'
imagePullPolicy
:
'
Always'
name
:
dashboard
ports
:
...
...
This diff is collapsed.
Click to expand it.
deploy/webhook.yaml
+
1
-
1
View file @
7b1f0465
...
...
@@ -199,7 +199,7 @@ spec:
command
:
-
polaris
-
webhook
image
:
'
quay.io/fairwinds/polaris:1.
1
'
image
:
'
quay.io/fairwinds/polaris:1.
2
'
imagePullPolicy
:
'
Always'
ports
:
-
containerPort
:
9876
...
...
This diff is collapsed.
Click to expand it.
main.go
+
1
-
1
View file @
7b1f0465
...
...
@@ -20,7 +20,7 @@ import (
const
(
// Version represents the current release version of Polaris
Version
=
"1.
1.1
"
Version
=
"1.
2.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
Menu
Projects
Groups
Snippets
Help