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.1.1 " }
1+ {"." :" 0.1.2 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.2] ( https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.1.1...v0.1.2 ) (2024-09-11)
4+
5+
6+ ### Refactoring
7+
8+ * make API entities strings ([ #370 ] ( https://github.com/validator-labs/validator-plugin-vsphere/issues/370 ) ) ([ 11cf62f] ( https://github.com/validator-labs/validator-plugin-vsphere/commit/11cf62ff27f9a19a1ab6b501e5ad3621fd19902f ) )
9+
310## [ 0.1.1] ( https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.1.0...v0.1.1 ) (2024-09-11)
411
512
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.1.1
5+ version : 0.1.2
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.1.1 " ` |
27+ | ` controllerManager.manager.image.tag ` | x-release-please-version | ` "v0.1.2 " ` |
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.1.1 # x-release-please-version
35+ tag : v0.1.2 # x-release-please-version
3636 resources :
3737 limits :
3838 cpu : 500m
You can’t perform that action at this time.
0 commit comments