Skip to content

Commit 6454206

Browse files
authored
chore(main): release 0.0.34 (#349)
🤖 I have created a release *beep* *boop* --- ## [0.0.34](v0.0.33...v0.0.34) (2024-08-24) ### Bug Fixes * YAML rendering of structs embedded in rules ([#351](#351)) ([883c0bf](883c0bf)) ### Dependency Updates * **deps:** update golang.org/x/exp digest to 9b4947d ([#345](#345)) ([3b4c76d](3b4c76d)) --- 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 883c0bf commit 6454206

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.33"}
1+
{".":"0.0.34"}

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.34](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.33...v0.0.34) (2024-08-24)
4+
5+
6+
### Bug Fixes
7+
8+
* YAML rendering of structs embedded in rules ([#351](https://github.com/validator-labs/validator-plugin-vsphere/issues/351)) ([883c0bf](https://github.com/validator-labs/validator-plugin-vsphere/commit/883c0bf78547f8818cfd84e39564eb62a6583246))
9+
10+
11+
### Dependency Updates
12+
13+
* **deps:** update golang.org/x/exp digest to 9b4947d ([#345](https://github.com/validator-labs/validator-plugin-vsphere/issues/345)) ([3b4c76d](https://github.com/validator-labs/validator-plugin-vsphere/commit/3b4c76db032c877856ee200f8dc6fce610445fd8))
14+
315
## [0.0.33](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.32...v0.0.33) (2024-08-23)
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.33
5+
version: 0.0.34
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.33"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.34"` |
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.33 # x-release-please-version
35+
tag: v0.0.34 # x-release-please-version
3636
resources:
3737
limits:
3838
cpu: 500m

0 commit comments

Comments
 (0)