Skip to content

Commit 7c8656f

Browse files
authored
chore(main): release 0.0.33 (#348)
🤖 I have created a release *beep* *boop* --- ## [0.0.33](v0.0.32...v0.0.33) (2024-08-23) ### Bug Fixes * embedding structs related to `validationrule.Interface` ([#346](#346)) ([c89dd21](c89dd21)) ### Other * assert that PluginSpec is implemented ([#344](#344)) ([1213e69](1213e69)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 1213e69 commit 7c8656f

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.32"}
1+
{".":"0.0.33"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.0.33](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.32...v0.0.33) (2024-08-23)
4+
5+
6+
### Bug Fixes
7+
8+
* embedding structs related to `validationrule.Interface` ([#346](https://github.com/validator-labs/validator-plugin-vsphere/issues/346)) ([c89dd21](https://github.com/validator-labs/validator-plugin-vsphere/commit/c89dd21af8426a3944ca96960d7cc593f86ebcc1))
9+
10+
11+
### Other
12+
13+
* assert that PluginSpec is implemented ([#344](https://github.com/validator-labs/validator-plugin-vsphere/issues/344)) ([1213e69](https://github.com/validator-labs/validator-plugin-vsphere/commit/1213e69e33a483f141ec82afdecd45d2e387742e))
14+
315
## [0.0.32](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.31...v0.0.32) (2024-08-22)
416

517

chart/validator-plugin-vsphere/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: validator-plugin-vsphere
33
description: Perform various vsphere validations (Role Privileges, Region/Zone Tags)
44
type: application
5-
version: 0.0.32
5+
version: 0.0.33
66
appVersion: 0.0.15

chart/validator-plugin-vsphere/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.32"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.33"` |
2828
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2929
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
3030
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/validator-plugin-vsphere/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ controllerManager:
3232
- ALL
3333
image:
3434
repository: quay.io/validator-labs/validator-plugin-vsphere
35-
tag: v0.0.32 # x-release-please-version
35+
tag: v0.0.33 # x-release-please-version
3636
resources:
3737
limits:
3838
cpu: 500m

0 commit comments

Comments
 (0)