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.0 #352

Merged
merged 1 commit into from
Sep 10, 2024
Merged
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.0.34"}
{".":"0.1.0"}
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

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


### ⚠ BREAKING CHANGES

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

### Features

* support additional vCenter entities for privilege rules ([#362](https://github.com/validator-labs/validator-plugin-vsphere/issues/362)) ([abe3a94](https://github.com/validator-labs/validator-plugin-vsphere/commit/abe3a941d6323bffec43fce1815737186b532a1b))


### Docs

* fix typos ([f9b63d8](https://github.com/validator-labs/validator-plugin-vsphere/commit/f9b63d85c04784cb15ef50ee43f36d6e2713fb9f))
* update CR samples ([#367](https://github.com/validator-labs/validator-plugin-vsphere/issues/367)) ([e6968ba](https://github.com/validator-labs/validator-plugin-vsphere/commit/e6968ba4267b78d9c4dc007ed378e988d2698837))


### Dependency Updates

* **deps:** update golang.org/x/exp digest to 701f63a ([#364](https://github.com/validator-labs/validator-plugin-vsphere/issues/364)) ([37af6b3](https://github.com/validator-labs/validator-plugin-vsphere/commit/37af6b34ae7ecfdede9c5cda8fd32066d2047753))
* **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))
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.2 ([#358](https://github.com/validator-labs/validator-plugin-vsphere/issues/358)) ([0f7c799](https://github.com/validator-labs/validator-plugin-vsphere/commit/0f7c799b6fdef23307da32ed6e9adb18cf45135b))


### 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))
* rename CloudDriver -> VCenterDriver ([#361](https://github.com/validator-labs/validator-plugin-vsphere/issues/361)) ([8943ff6](https://github.com/validator-labs/validator-plugin-vsphere/commit/8943ff64342aa1730b338b356a0b85fb60065403))
* vCenter entity type constants ([#360](https://github.com/validator-labs/validator-plugin-vsphere/issues/360)) ([3fb6f51](https://github.com/validator-labs/validator-plugin-vsphere/commit/3fb6f51cad19424fa3c1dd124f083df69ab6b54e))

## [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