Skip to content

Commit 28f42c5

Browse files
authored
chore(main): release 0.1.1 (#368)
🤖 I have created a release *beep* *boop* --- ## [0.1.1](v0.1.0...v0.1.1) (2024-09-11) ### Features * unmarshal int to Entity ([#369](#369)) ([b519d23](b519d23)) ### Other * Update README.md ([e59db3a](e59db3a)) ### Docs * update samples ([a6e6c46](a6e6c46)) ### Dependency Updates * **deps:** update module github.com/vmware/govmomi to v0.43.0 ([#366](#366)) ([5db79f3](5db79f3)) * **deps:** update module sigs.k8s.io/cluster-api to v1.8.3 ([#365](#365)) ([1a70e54](1a70e54)) --- 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 b519d23 commit 28f42c5

5 files changed

Lines changed: 27 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.1.0"}
1+
{".":"0.1.1"}

CHANGELOG.md

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

3+
## [0.1.1](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.1.0...v0.1.1) (2024-09-11)
4+
5+
6+
### Features
7+
8+
* unmarshal int to Entity ([#369](https://github.com/validator-labs/validator-plugin-vsphere/issues/369)) ([b519d23](https://github.com/validator-labs/validator-plugin-vsphere/commit/b519d23d3b33ce987270274d196719675f0ed403))
9+
10+
11+
### Other
12+
13+
* Update README.md ([e59db3a](https://github.com/validator-labs/validator-plugin-vsphere/commit/e59db3a246c17d7f50f3700368c9bf5f862ec630))
14+
15+
16+
### Docs
17+
18+
* update samples ([a6e6c46](https://github.com/validator-labs/validator-plugin-vsphere/commit/a6e6c46d86e29ac33cfc93cad7c57f949be638a9))
19+
20+
21+
### Dependency Updates
22+
23+
* **deps:** update module github.com/vmware/govmomi to v0.43.0 ([#366](https://github.com/validator-labs/validator-plugin-vsphere/issues/366)) ([5db79f3](https://github.com/validator-labs/validator-plugin-vsphere/commit/5db79f3208fdd2284ac62e00563b5ff6caf8ec52))
24+
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.3 ([#365](https://github.com/validator-labs/validator-plugin-vsphere/issues/365)) ([1a70e54](https://github.com/validator-labs/validator-plugin-vsphere/commit/1a70e5484af3f946c2bb424c269602e136801b7c))
25+
326
## [0.1.0](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.34...v0.1.0) (2024-09-10)
427

528

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

0 commit comments

Comments
 (0)