Skip to content

Commit e917e43

Browse files
authored
chore(main): release 0.0.31 (#328)
🤖 I have created a release *beep* *boop* --- ## [0.0.31](v0.0.30...v0.0.31) (2024-08-21) ### Features * support inline auth for vCenter ([#338](#338)) ([9a3d713](9a3d713)) ### Bug Fixes * deduplicate resource rule scope to prevent resource overflow ([#336](#336)) ([88745e5](88745e5)) ### Dependency Updates * **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.1 ([#339](#339)) ([55e502e](55e502e)) * **deps:** update module github.com/validator-labs/validator to v0.1.5 ([#329](#329)) ([bfb44b2](bfb44b2)) * **deps:** update module github.com/validator-labs/validator to v0.1.6 ([#335](#335)) ([5c5b3a1](5c5b3a1)) * **deps:** update module github.com/vmware/govmomi to v0.40.0 ([#330](#330)) ([e8f0c87](e8f0c87)) * **deps:** update module github.com/vmware/govmomi to v0.42.0 ([#334](#334)) ([040d15c](040d15c)) * **deps:** update module sigs.k8s.io/cluster-api to v1.8.0 ([#327](#327)) ([7306e5c](7306e5c)) * **deps:** update module sigs.k8s.io/controller-runtime to v0.18.5 ([#326](#326)) ([e7767f8](e7767f8)) * **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([#333](#333)) ([1ec82f4](1ec82f4)) --- 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 55e502e commit e917e43

5 files changed

Lines changed: 28 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.30"}
1+
{".":"0.0.31"}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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

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.30
5+
version: 0.0.31
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.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"` |

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.30 # x-release-please-version
35+
tag: v0.0.31 # x-release-please-version
3636
resources:
3737
limits:
3838
cpu: 500m

0 commit comments

Comments
 (0)