Skip to content

Commit d09842f

Browse files
authored
chore(main): release 0.1.6 (#424)
🤖 I have created a release *beep* *boop* --- ## [0.1.6](v0.1.5...v0.1.6) (2024-12-16) ### Bug Fixes * metrics targetPort https -> 8443 ([#427](#427)) ([7df785a](7df785a)) ### Dependency Updates * **deps:** update all non-major dependencies to v0.31.4 ([#423](#423)) ([a549acd](a549acd)) * **deps:** update build digest to 5e4aaa9 ([#425](#425)) ([fc18a81](fc18a81)) * **deps:** update golang.org/x/exp digest to 1829a12 ([#422](#422)) ([e030e3e](e030e3e)) * **deps:** update golang.org/x/exp digest to 4a55095 ([#428](#428)) ([b3b0a37](b3b0a37)) --- 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 7df785a commit d09842f

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-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.1.5"}
1+
{".":"0.1.6"}

CHANGELOG.md

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

3+
## [0.1.6](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.1.5...v0.1.6) (2024-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* metrics targetPort https -> 8443 ([#427](https://github.com/validator-labs/validator-plugin-vsphere/issues/427)) ([7df785a](https://github.com/validator-labs/validator-plugin-vsphere/commit/7df785abda0be2b484319037eb6e367560f5a3f7))
9+
10+
11+
### Dependency Updates
12+
13+
* **deps:** update all non-major dependencies to v0.31.4 ([#423](https://github.com/validator-labs/validator-plugin-vsphere/issues/423)) ([a549acd](https://github.com/validator-labs/validator-plugin-vsphere/commit/a549acd85120eeb21b416d0856cee74716096c5f))
14+
* **deps:** update build digest to 5e4aaa9 ([#425](https://github.com/validator-labs/validator-plugin-vsphere/issues/425)) ([fc18a81](https://github.com/validator-labs/validator-plugin-vsphere/commit/fc18a81a8090c14e2fd6e19cedb5b2c7c9ee6ff0))
15+
* **deps:** update golang.org/x/exp digest to 1829a12 ([#422](https://github.com/validator-labs/validator-plugin-vsphere/issues/422)) ([e030e3e](https://github.com/validator-labs/validator-plugin-vsphere/commit/e030e3e87b5fbfb71c10d0491cdb34ab7202c32a))
16+
* **deps:** update golang.org/x/exp digest to 4a55095 ([#428](https://github.com/validator-labs/validator-plugin-vsphere/issues/428)) ([b3b0a37](https://github.com/validator-labs/validator-plugin-vsphere/commit/b3b0a370036502c0bcfa0d712455cfa69926672c))
17+
318
## [0.1.5](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.1.4...v0.1.5) (2024-12-10)
419

520

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.5
5+
version: 0.1.6
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
@@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Validator-plugin-vs
1515
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
1616
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
1717
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-vsphere"` |
18-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.5"` |
18+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.6"` |
1919
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2020
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
2121
| `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
@@ -11,7 +11,7 @@ controllerManager:
1111
- ALL
1212
image:
1313
repository: quay.io/validator-labs/validator-plugin-vsphere
14-
tag: v0.1.5 # x-release-please-version
14+
tag: v0.1.6 # x-release-please-version
1515
resources:
1616
limits:
1717
cpu: 500m

0 commit comments

Comments
 (0)