File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed
chart/validator-plugin-kubescape Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.0.6 " }
1
+ {"." :" 0.0.7 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.7] ( https://github.com/validator-labs/validator-plugin-kubescape/compare/v0.0.6...v0.0.7 ) (2025-02-10)
4
+
5
+
6
+ ### Other
7
+
8
+ * bump to go1.23.6 ([ #123 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/123 ) ) ([ bac02e8] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/bac02e8be5824caf293da09035d41740d00a5f48 ) )
9
+
10
+
11
+ ### Dependency Updates
12
+
13
+ * ** deps:** update build digest to 1af2678 ([ #115 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/115 ) ) ([ 19d60de] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/19d60dec857c71968c40c13ace8c2e63788c96c9 ) )
14
+ * ** deps:** update build digest to 1b51737 ([ #116 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/116 ) ) ([ 225dbb4] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/225dbb49e58054e32e14b45cea9538e9cb221350 ) )
15
+ * ** deps:** update build digest to 3236c04 ([ #119 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/119 ) ) ([ b91b11c] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/b91b11c4cce8e4dea68289d9672b48a0a0b94dba ) )
16
+ * ** deps:** update build digest to 454e459 ([ #118 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/118 ) ) ([ dd79392] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/dd79392c42a8ea2de733203103a7438d28f0e6d2 ) )
17
+ * ** deps:** update build digest to 6a4c752 ([ #121 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/121 ) ) ([ 4b5f127] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/4b5f1278452abd026c5e14ee72ce3d1db622f7e3 ) )
18
+ * ** deps:** update build digest to aa32dd3 ([ #113 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/113 ) ) ([ c443fcf] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/c443fcfbfb18b535f7e8077fa315ad91a5c8d0b7 ) )
19
+ * ** deps:** update build digest to b554bf5 ([ #117 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/117 ) ) ([ af9b57b] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/af9b57b463792f1a4910b9e69aee07cca8586866 ) )
20
+ * ** deps:** update build digest to d7fbb38 ([ #120 ] ( https://github.com/validator-labs/validator-plugin-kubescape/issues/120 ) ) ([ 17c73da] ( https://github.com/validator-labs/validator-plugin-kubescape/commit/17c73da44dd72da19481d18e497071d7c213917a ) )
21
+
3
22
## [ 0.0.6] ( https://github.com/validator-labs/validator-plugin-kubescape/compare/v0.0.5...v0.0.6 ) (2024-12-16)
4
23
5
24
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.6
7
+ version : 0.0.7
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.6 " ` |
18
+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.7 " ` |
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.6 # x-release-please-version
14
+ tag : v0.0.7 # 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