Skip to content

Commit d828bcd

Browse files
authored
chore(main): release 0.0.32 (#343)
🤖 I have created a release *beep* *boop* --- ## [0.0.32](v0.0.31...v0.0.32) (2024-08-22) ### Dependency Updates * **deps:** update golang.org/x/exp digest to 778ce7b ([#340](#340)) ([145fd5a](145fd5a)) ### Refactoring * make each rule implement `validationrule.Interface` ([#341](#341)) ([e79d5c9](e79d5c9)) --- 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 e79d5c9 commit d828bcd

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.31"}
1+
{".":"0.0.32"}

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.32](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.31...v0.0.32) (2024-08-22)
4+
5+
6+
### Dependency Updates
7+
8+
* **deps:** update golang.org/x/exp digest to 778ce7b ([#340](https://github.com/validator-labs/validator-plugin-vsphere/issues/340)) ([145fd5a](https://github.com/validator-labs/validator-plugin-vsphere/commit/145fd5a34e17970a1cac81881e8b6aa3dd0f78b7))
9+
10+
11+
### Refactoring
12+
13+
* make each rule implement `validationrule.Interface` ([#341](https://github.com/validator-labs/validator-plugin-vsphere/issues/341)) ([e79d5c9](https://github.com/validator-labs/validator-plugin-vsphere/commit/e79d5c9e146c2cdcc547e678f030e12ec79c6ebd))
14+
315
## [0.0.31](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.30...v0.0.31) (2024-08-21)
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.31
5+
version: 0.0.32
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.31"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.32"` |
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.31 # x-release-please-version
35+
tag: v0.0.32 # x-release-please-version
3636
resources:
3737
limits:
3838
cpu: 500m

0 commit comments

Comments
 (0)