Skip to content

Commit a02b0d8

Browse files
authored
chore(main): release 0.0.30 (#320)
🤖 I have created a release *beep* *boop* --- ## [0.0.30](v0.0.29...v0.0.30) (2024-08-11) ### Other * satisfy ValidationRule ([#323](#323)) ([a318dfc](a318dfc)) ### Dependency Updates * **deps:** update golang.org/x/exp digest to 0cdaa3a ([#322](#322)) ([1b290d2](1b290d2)) * **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0 ([#321](#321)) ([d7deabd](d7deabd)) * **deps:** update module github.com/validator-labs/validator to v0.1.2 ([#317](#317)) ([a93cb70](a93cb70)) * **deps:** update module github.com/validator-labs/validator to v0.1.3 ([#325](#325)) ([8f0afbb](8f0afbb)) ### Refactoring * do not return an error from Validate ([#319](#319)) ([d48d5d9](d48d5d9)) --- 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 8f0afbb commit a02b0d8

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.0.30](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.29...v0.0.30) (2024-08-11)
4+
5+
6+
### Other
7+
8+
* satisfy ValidationRule ([#323](https://github.com/validator-labs/validator-plugin-vsphere/issues/323)) ([a318dfc](https://github.com/validator-labs/validator-plugin-vsphere/commit/a318dfc2be38da4720c06ae2d5d51725980b50ac))
9+
10+
11+
### Dependency Updates
12+
13+
* **deps:** update golang.org/x/exp digest to 0cdaa3a ([#322](https://github.com/validator-labs/validator-plugin-vsphere/issues/322)) ([1b290d2](https://github.com/validator-labs/validator-plugin-vsphere/commit/1b290d291100e1d7f83d382b405783af5dd2cab7))
14+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0 ([#321](https://github.com/validator-labs/validator-plugin-vsphere/issues/321)) ([d7deabd](https://github.com/validator-labs/validator-plugin-vsphere/commit/d7deabde208d3ae67bf481e9eb6f3298cd849e43))
15+
* **deps:** update module github.com/validator-labs/validator to v0.1.2 ([#317](https://github.com/validator-labs/validator-plugin-vsphere/issues/317)) ([a93cb70](https://github.com/validator-labs/validator-plugin-vsphere/commit/a93cb7014075cc45a7bd58bd71ba68eceacbafc5))
16+
* **deps:** update module github.com/validator-labs/validator to v0.1.3 ([#325](https://github.com/validator-labs/validator-plugin-vsphere/issues/325)) ([8f0afbb](https://github.com/validator-labs/validator-plugin-vsphere/commit/8f0afbbb928d444dba33bf566bd1aad7ac15c92c))
17+
18+
19+
### Refactoring
20+
21+
* do not return an error from Validate ([#319](https://github.com/validator-labs/validator-plugin-vsphere/issues/319)) ([d48d5d9](https://github.com/validator-labs/validator-plugin-vsphere/commit/d48d5d9ca56b6aa40282e423da07a217f865ea8c))
22+
323
## [0.0.29](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.28...v0.0.29) (2024-08-06)
424

525

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.29
5+
version: 0.0.30
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.29"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.30"` |
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.29 # x-release-please-version
35+
tag: v0.0.30 # x-release-please-version
3636
resources:
3737
limits:
3838
cpu: 500m

0 commit comments

Comments
 (0)