File tree 5 files changed +17
-4
lines changed
chart/validator-plugin-kubescape 5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.0.5 " }
1
+ {"." :" 0.0.6 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.6] ( https://github.com/validator-labs/validator-plugin-kubescape/compare/v0.0.5...v0.0.6 ) (2024-12-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * metrics targetPort https -> ; 8443 ([ #111 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/111 ) ) ([ 0b79413] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/0b79413edca706f6e51a58bb52f6f724bdb66ae3 ) )
9
+
10
+
11
+ ### Dependency Updates
12
+
13
+ * ** deps:** update build digest to 5e4aaa9 ([ #106 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/106 ) ) ([ aff19df] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/aff19dfbbb178ea239b4a9d72c16a1aa435b9731 ) )
14
+ * ** deps:** update build digest to 9734871 ([ #112 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/112 ) ) ([ 09c2bf5] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/09c2bf5cad92f3e9586d486980cf65a0579cffbe ) )
15
+
3
16
## [ 0.0.5] ( https://github.com/validator-labs/validator-plugin-kubescape/compare/v0.0.4...v0.0.5 ) (2024-12-10)
4
17
5
18
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ description: >-
4
4
validator-plugin-kubescape executes kubescape against your Kubernetes cluster
5
5
and validates the results.
6
6
type : application
7
- version : 0.0.5
7
+ version : 0.0.6
8
8
appVersion : 0.0.2
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Validator-plugin-ku
15
15
| ` controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation ` | | ` false ` |
16
16
| ` controllerManager.manager.containerSecurityContext.capabilities.drop ` | | ` ["ALL"] ` |
17
17
| ` controllerManager.manager.image.repository ` | | ` "quay.io/validator-labs/validator-plugin-kubescape" ` |
18
- | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.5 " ` |
18
+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.6 " ` |
19
19
| ` controllerManager.manager.resources.limits.cpu ` | | ` "500m" ` |
20
20
| ` controllerManager.manager.resources.limits.memory ` | | ` "128Mi" ` |
21
21
| ` controllerManager.manager.resources.requests.cpu ` | | ` "10m" ` |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ controllerManager:
11
11
- ALL
12
12
image :
13
13
repository : quay.io/validator-labs/validator-plugin-kubescape
14
- tag : v0.0.5 # x-release-please-version
14
+ tag : v0.0.6 # x-release-please-version
15
15
resources :
16
16
limits :
17
17
cpu : 500m
You can’t perform that action at this time.
0 commit comments