File tree 5 files changed +14
-4
lines changed
chart/validator-plugin-vsphere
5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.1.6 " }
1
+ {"." :" 0.1.7 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.7] ( https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.1.6...v0.1.7 ) (2025-01-08)
4
+
5
+
6
+ ### Dependency Updates
7
+
8
+ * ** deps:** update build digest to 1af2678 ([ #433 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/433 ) ) ([ 808d42b] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/808d42b04dd632454ea8a7991bc1fc3bb1279fab ) )
9
+ * ** deps:** update build digest to aa32dd3 ([ #429 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/429 ) ) ([ 26b4363] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/26b436354762b7e2432d57f9ed40cfd94314d119 ) )
10
+ * ** deps:** update golang.org/x/exp digest to 7d7fa50 ([ #432 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/432 ) ) ([ f9ec4f2] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/f9ec4f2af49b5082e361a2ccf4b04cfc3e5a80bc ) )
11
+ * ** deps:** update golang.org/x/exp digest to b2144cd ([ #430 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/430 ) ) ([ 7170237] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/7170237d4971d75a7340dea30e789cdb745b9846 ) )
12
+
3
13
## [ 0.1.6] ( https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.1.5...v0.1.6 ) (2024-12-16)
4
14
5
15
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : validator-plugin-vsphere
3
3
description : Perform various vsphere validations (Role Privileges, Region/Zone Tags)
4
4
type : application
5
- version : 0.1.6
5
+ version : 0.1.7
6
6
appVersion : 0.0.15
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-vs
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-vsphere" ` |
18
- | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.1.6 " ` |
18
+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.1.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-vsphere
14
- tag : v0.1.6 # x-release-please-version
14
+ tag : v0.1.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