Skip to content

Commit c44ce5d

Browse files
authored
chore(main): release 0.1.3 (#375)
🤖 I have created a release *beep* *boop* --- ## [0.1.3](v0.1.2...v0.1.3) (2024-09-12) ### Features * add method to get DVS for DVP ([#373](#373)) ([1a43c75](1a43c75)) ### Dependency Updates * **deps:** update kubernetes packages to v0.31.1 ([#374](#374)) ([eca18fd](eca18fd)) --- 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 1a43c75 commit c44ce5d

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.1.2"}
1+
{".":"0.1.3"}

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.1.3](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.1.2...v0.1.3) (2024-09-12)
4+
5+
6+
### Features
7+
8+
* add method to get DVS for DVP ([#373](https://github.com/validator-labs/validator-plugin-vsphere/issues/373)) ([1a43c75](https://github.com/validator-labs/validator-plugin-vsphere/commit/1a43c75d82381c2b17a520ac65a150f3a7d93472))
9+
10+
11+
### Dependency Updates
12+
13+
* **deps:** update kubernetes packages to v0.31.1 ([#374](https://github.com/validator-labs/validator-plugin-vsphere/issues/374)) ([eca18fd](https://github.com/validator-labs/validator-plugin-vsphere/commit/eca18fd5450b72af9f400d357bedd2a896949330))
14+
315
## [0.1.2](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.1.1...v0.1.2) (2024-09-11)
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.1.2
5+
version: 0.1.3
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.2"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.3"` |
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.2 # x-release-please-version
35+
tag: v0.1.3 # x-release-please-version
3636
resources:
3737
limits:
3838
cpu: 500m

0 commit comments

Comments
 (0)