Skip to content

Commit

Permalink
chore(main): release 0.1.6 (#424)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
TylerGillson authored Dec 16, 2024
1 parent 7df785a commit d09842f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.5"}
{".":"0.1.6"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.1.6](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.1.5...v0.1.6) (2024-12-16)


### Bug Fixes

* 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))


### Dependency Updates

* **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))
* **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))
* **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))
* **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))

## [0.1.5](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.1.4...v0.1.5) (2024-12-10)


Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-vsphere/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: validator-plugin-vsphere
description: Perform various vsphere validations (Role Privileges, Region/Zone Tags)
type: application
version: 0.1.5
version: 0.1.6
appVersion: 0.0.15
2 changes: 1 addition & 1 deletion chart/validator-plugin-vsphere/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Validator-plugin-vs
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-vsphere"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.5"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.6"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |
Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-vsphere/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-vsphere
tag: v0.1.5 # x-release-please-version
tag: v0.1.6 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit d09842f

Please sign in to comment.