Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Sep 5, 2024
1 parent f9b63d8 commit bd30852
Show file tree
Hide file tree
Showing 5 changed files with 29 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.0.34"}
{".":"0.1.0"}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.1.0](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.34...v0.1.0) (2024-09-05)


### ⚠ BREAKING CHANGES

* remove RolePrivilegeValidationRules, add enums to API, remove "cloud" refs and simplify account handling ([#357](https://github.com/validator-labs/validator-plugin-vsphere/issues/357))

### Docs

* fix typos ([f9b63d8](https://github.com/validator-labs/validator-plugin-vsphere/commit/f9b63d85c04784cb15ef50ee43f36d6e2713fb9f))


### Dependency Updates

* **deps:** update golang.org/x/exp digest to e7e105d ([#355](https://github.com/validator-labs/validator-plugin-vsphere/issues/355)) ([b67befa](https://github.com/validator-labs/validator-plugin-vsphere/commit/b67befa22876df44572fe4467667d1cb4f006b44))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.2 ([#353](https://github.com/validator-labs/validator-plugin-vsphere/issues/353)) ([f9eab82](https://github.com/validator-labs/validator-plugin-vsphere/commit/f9eab82fe992e32c4d36345b64b6a450bcaa9870))
* **deps:** update module github.com/onsi/gomega to v1.34.2 ([#354](https://github.com/validator-labs/validator-plugin-vsphere/issues/354)) ([d834600](https://github.com/validator-labs/validator-plugin-vsphere/commit/d83460082d88c483ffd2f391e5035c9b7bd99aa4))
* **deps:** update module github.com/validator-labs/validator to v0.1.10 ([#356](https://github.com/validator-labs/validator-plugin-vsphere/issues/356)) ([3c0c928](https://github.com/validator-labs/validator-plugin-vsphere/commit/3c0c9283e38d762d5dd29885495e659cc9361b71))
* **deps:** update module github.com/validator-labs/validator to v0.1.9 ([#347](https://github.com/validator-labs/validator-plugin-vsphere/issues/347)) ([cd8ff75](https://github.com/validator-labs/validator-plugin-vsphere/commit/cd8ff75f25578e49b77afde74407fdb857b18bf1))


### Refactoring

* remove RolePrivilegeValidationRules, add enums to API, remove "cloud" refs and simplify account handling ([#357](https://github.com/validator-labs/validator-plugin-vsphere/issues/357)) ([4388804](https://github.com/validator-labs/validator-plugin-vsphere/commit/4388804d552f4ea0151293fe696a6391bbef9f9d))

## [0.0.34](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.33...v0.0.34) (2024-08-24)


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.0.34
version: 0.1.0
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 @@ -24,7 +24,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.0.34"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.0"` |
| `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 @@ -32,7 +32,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-vsphere
tag: v0.0.34 # x-release-please-version
tag: v0.1.0 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit bd30852

Please sign in to comment.