Skip to content

Commit 3809c67

Browse files
authored
chore(main): release 0.1.0 (#352)
🤖 I have created a release *beep* *boop* --- ## [0.1.0](v0.0.34...v0.1.0) (2024-09-10) ### ⚠ BREAKING CHANGES * support additional vCenter entities for privilege rules ([#362](#362)) * remove RolePrivilegeValidationRules, add enums to API, remove "cloud" refs and simplify account handling ([#357](#357)) ### Features * support additional vCenter entities for privilege rules ([#362](#362)) ([abe3a94](abe3a94)) ### Docs * fix typos ([f9b63d8](f9b63d8)) * update CR samples ([#367](#367)) ([e6968ba](e6968ba)) ### Dependency Updates * **deps:** update golang.org/x/exp digest to 701f63a ([#364](#364)) ([37af6b3](37af6b3)) * **deps:** update golang.org/x/exp digest to e7e105d ([#355](#355)) ([b67befa](b67befa)) * **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.2 ([#353](#353)) ([f9eab82](f9eab82)) * **deps:** update module github.com/onsi/gomega to v1.34.2 ([#354](#354)) ([d834600](d834600)) * **deps:** update module github.com/validator-labs/validator to v0.1.10 ([#356](#356)) ([3c0c928](3c0c928)) * **deps:** update module github.com/validator-labs/validator to v0.1.9 ([#347](#347)) ([cd8ff75](cd8ff75)) * **deps:** update module sigs.k8s.io/cluster-api to v1.8.2 ([#358](#358)) ([0f7c799](0f7c799)) ### Refactoring * remove RolePrivilegeValidationRules, add enums to API, remove "cloud" refs and simplify account handling ([#357](#357)) ([4388804](4388804)) * rename CloudDriver -> VCenterDriver ([#361](#361)) ([8943ff6](8943ff6)) * vCenter entity type constants ([#360](#360)) ([3fb6f51](3fb6f51)) --- 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 e6968ba commit 3809c67

5 files changed

Lines changed: 40 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.34"}
1+
{".":"0.1.0"}

CHANGELOG.md

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

3+
## [0.1.0](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.34...v0.1.0) (2024-09-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* support additional vCenter entities for privilege rules ([#362](https://github.com/validator-labs/validator-plugin-vsphere/issues/362))
9+
* remove RolePrivilegeValidationRules, add enums to API, remove "cloud" refs and simplify account handling ([#357](https://github.com/validator-labs/validator-plugin-vsphere/issues/357))
10+
11+
### Features
12+
13+
* 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))
14+
15+
16+
### Docs
17+
18+
* fix typos ([f9b63d8](https://github.com/validator-labs/validator-plugin-vsphere/commit/f9b63d85c04784cb15ef50ee43f36d6e2713fb9f))
19+
* 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))
20+
21+
22+
### Dependency Updates
23+
24+
* **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))
25+
* **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))
26+
* **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))
27+
* **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))
28+
* **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))
29+
* **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))
30+
* **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))
31+
32+
33+
### Refactoring
34+
35+
* 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))
36+
* 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))
37+
* 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))
38+
339
## [0.0.34](https://github.com/validator-labs/validator-plugin-vsphere/compare/v0.0.33...v0.0.34) (2024-08-24)
440

541

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.0.34
5+
version: 0.1.0
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
@@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator-plugin-vs
2424
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
2525
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2626
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-vsphere"` |
27-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.34"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.0"` |
2828
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2929
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
3030
| `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
@@ -32,7 +32,7 @@ controllerManager:
3232
- ALL
3333
image:
3434
repository: quay.io/validator-labs/validator-plugin-vsphere
35-
tag: v0.0.34 # x-release-please-version
35+
tag: v0.1.0 # x-release-please-version
3636
resources:
3737
limits:
3838
cpu: 500m

0 commit comments

Comments
 (0)