File tree Expand file tree Collapse file tree
chart/validator-plugin-vsphere Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {"." :" 0.0.30 " }
1+ {"." :" 0.0.31 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.31] ( https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.30...v0.0.31 ) (2024-08-21)
4+
5+
6+ ### Features
7+
8+ * support inline auth for vCenter ([ #338 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/338 ) ) ([ 9a3d713] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/9a3d713d65a93054346929689f331b4aad7aa4a2 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * deduplicate resource rule scope to prevent resource overflow ([ #336 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/336 ) ) ([ 88745e5] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/88745e5f939901159b7f17d31bed12f6cac5338a ) )
14+
15+
16+ ### Dependency Updates
17+
18+ * ** deps:** update module github.com/onsi/ginkgo/v2 to v2.20.1 ([ #339 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/339 ) ) ([ 55e502e] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/55e502ed4e6f84e86c19577441f2ee9928b82562 ) )
19+ * ** deps:** update module github.com/validator-labs/validator to v0.1.5 ([ #329 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/329 ) ) ([ bfb44b2] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/bfb44b26e6062ea809d8e92aecbc6cec57126a96 ) )
20+ * ** deps:** update module github.com/validator-labs/validator to v0.1.6 ([ #335 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/335 ) ) ([ 5c5b3a1] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/5c5b3a18752cd9f8288482c6215c24b326d4f9e4 ) )
21+ * ** deps:** update module github.com/vmware/govmomi to v0.40.0 ([ #330 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/330 ) ) ([ e8f0c87] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/e8f0c877123553351706c08b8a94fd576be26e20 ) )
22+ * ** deps:** update module github.com/vmware/govmomi to v0.42.0 ([ #334 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/334 ) ) ([ 040d15c] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/040d15c7a5eacd00b145dbdedf21e155826a0d74 ) )
23+ * ** deps:** update module sigs.k8s.io/cluster-api to v1.8.0 ([ #327 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/327 ) ) ([ 7306e5c] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/7306e5c1645372dc1f129845f7771f5f76f18ef3 ) )
24+ * ** deps:** update module sigs.k8s.io/controller-runtime to v0.18.5 ([ #326 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/326 ) ) ([ e7767f8] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/e7767f8dbc68f68b3808b5c0d7d3114bea18b7c0 ) )
25+ * ** deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([ #333 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/333 ) ) ([ 1ec82f4] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/1ec82f466bb6fc8f55b8e662db6c70a5eb2339f5 ) )
26+
327## [ 0.0.30] ( https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.29...v0.0.30 ) (2024-08-11)
428
529
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : validator-plugin-vsphere
33description : Perform various vsphere validations (Role Privileges, Region/Zone Tags)
44type : application
5- version : 0.0.30
5+ version : 0.0.31
66appVersion : 0.0.15
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator-plugin-vs
2424| ` controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation ` | | ` false ` |
2525| ` controllerManager.manager.containerSecurityContext.capabilities.drop ` | | ` ["ALL"] ` |
2626| ` controllerManager.manager.image.repository ` | | ` "quay.io/validator-labs/validator-plugin-vsphere" ` |
27- | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.30 " ` |
27+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.0.31 " ` |
2828| ` controllerManager.manager.resources.limits.cpu ` | | ` "500m" ` |
2929| ` controllerManager.manager.resources.limits.memory ` | | ` "128Mi" ` |
3030| ` controllerManager.manager.resources.requests.cpu ` | | ` "10m" ` |
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ controllerManager:
3232 - ALL
3333 image :
3434 repository : quay.io/validator-labs/validator-plugin-vsphere
35- tag : v0.0.30 # x-release-please-version
35+ tag : v0.0.31 # x-release-please-version
3636 resources :
3737 limits :
3838 cpu : 500m
You can’t perform that action at this time.
0 commit comments