File tree Expand file tree Collapse file tree 7 files changed +11
-7
lines changed Expand file tree Collapse file tree 7 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 39
39
* [ Fix] ( https://github.com/reactiveops/polaris/issues/116 ) : details pages getting template errors
40
40
* [ Fix] ( https://github.com/reactiveops/polaris/issues/114 ) : support all auth providers
41
41
* [ Fix] ( https://github.com/reactiveops/polaris/issues/112 ) : Ignore readiness probe for initContainers
42
+
43
+ # 0.1.5
44
+ * [ Fix] ( https://github.com/reactiveops/polaris/issues/125 ) : ignore limits/requests for initContainers
45
+ * [ Fix] ( https://github.com/reactiveops/polaris/issues/132 ) : support custom base path
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.1.4 &color=239922
8
+ [ version-image ] : https://img.shields.io/static/v1.svg?label=Version&message=0.1.5 &color=239922
9
9
[ version-link ] : https://github.com/reactiveops/polaris
10
10
11
11
[ goreport-image ] : https://goreportcard.com/badge/github.com/reactiveops/polaris
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ spec:
160
160
- --dashboard
161
161
- --config
162
162
- /opt/app/config.yaml
163
- image : ' quay.io/reactiveops/polaris:0.1.4 '
163
+ image : ' quay.io/reactiveops/polaris:0.1.5 '
164
164
imagePullPolicy : ' Always'
165
165
name : dashboard
166
166
ports :
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : Validation of best practices in your Kubernetes clusters
3
3
name : polaris
4
- version : 0.1.4
4
+ version : 0.1.5
Original file line number Diff line number Diff line change @@ -50,15 +50,15 @@ dashboard:
50
50
type : ClusterIP
51
51
image :
52
52
repository : quay.io/reactiveops/polaris
53
- tag : 0.1.4
53
+ tag : 0.1.5
54
54
pullPolicy : Always
55
55
56
56
webhook :
57
57
enable : false
58
58
replicas : 1
59
59
image :
60
60
repository : quay.io/reactiveops/polaris
61
- tag : 0.1.4
61
+ tag : 0.1.5
62
62
pullPolicy : Always
63
63
64
64
rbac :
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ spec:
210
210
- --webhook
211
211
- --config
212
212
- /opt/app/config.yaml
213
- image : ' quay.io/reactiveops/polaris:0.1.4 '
213
+ image : ' quay.io/reactiveops/polaris:0.1.5 '
214
214
imagePullPolicy : ' Always'
215
215
ports :
216
216
- containerPort : 9876
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.1.4 "
45
+ Version = "0.1.5 "
46
46
)
47
47
48
48
func main () {
You can’t perform that action at this time.
0 commit comments