Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.1.7 #431

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.6"}
{".":"0.1.7"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.7](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.1.6...v0.1.7) (2025-01-25)


### Dependency Updates

* **deps:** update build digest to 1af2678 ([#433](https://github.com/validator-labs/validator-plugin-vsphere/issues/433)) ([808d42b](https://github.com/validator-labs/validator-plugin-vsphere/commit/808d42b04dd632454ea8a7991bc1fc3bb1279fab))
* **deps:** update build digest to 1b51737 ([#435](https://github.com/validator-labs/validator-plugin-vsphere/issues/435)) ([7704fa7](https://github.com/validator-labs/validator-plugin-vsphere/commit/7704fa7f28abbf0f8f9b852d1740880a0af4dcfd))
* **deps:** update build digest to 3236c04 ([#437](https://github.com/validator-labs/validator-plugin-vsphere/issues/437)) ([3004a3f](https://github.com/validator-labs/validator-plugin-vsphere/commit/3004a3f3bfe22316845058c31ff9e980816ed8e7))
* **deps:** update build digest to 6a4c752 ([#439](https://github.com/validator-labs/validator-plugin-vsphere/issues/439)) ([3565618](https://github.com/validator-labs/validator-plugin-vsphere/commit/3565618ff04614c4c90d8830ff67bdefe2689305))
* **deps:** update build digest to aa32dd3 ([#429](https://github.com/validator-labs/validator-plugin-vsphere/issues/429)) ([26b4363](https://github.com/validator-labs/validator-plugin-vsphere/commit/26b436354762b7e2432d57f9ed40cfd94314d119))
* **deps:** update build digest to b554bf5 ([#436](https://github.com/validator-labs/validator-plugin-vsphere/issues/436)) ([a1b6862](https://github.com/validator-labs/validator-plugin-vsphere/commit/a1b686212332793bcb14309274b38048c2bd41f6))
* **deps:** update build digest to d7fbb38 ([#438](https://github.com/validator-labs/validator-plugin-vsphere/issues/438)) ([8134b44](https://github.com/validator-labs/validator-plugin-vsphere/commit/8134b4447d9924bcc4798978e9c633c754f41866))
* **deps:** update golang.org/x/exp digest to 7588d65 ([#434](https://github.com/validator-labs/validator-plugin-vsphere/issues/434)) ([98b9484](https://github.com/validator-labs/validator-plugin-vsphere/commit/98b9484f49fccfdb94d35c64c987cbedcd6f140a))
* **deps:** update golang.org/x/exp digest to 7d7fa50 ([#432](https://github.com/validator-labs/validator-plugin-vsphere/issues/432)) ([f9ec4f2](https://github.com/validator-labs/validator-plugin-vsphere/commit/f9ec4f2af49b5082e361a2ccf4b04cfc3e5a80bc))
* **deps:** update golang.org/x/exp digest to b2144cd ([#430](https://github.com/validator-labs/validator-plugin-vsphere/issues/430)) ([7170237](https://github.com/validator-labs/validator-plugin-vsphere/commit/7170237d4971d75a7340dea30e789cdb745b9846))

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


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.6
version: 0.1.7
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.6"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.7"` |
| `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.6 # x-release-please-version
tag: v0.1.7 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down
Loading