Skip to content

Commit 9fa4fb3

Browse files
authored
chore(main): release 0.0.15 (#218)
🤖 I have created a release *beep* *boop* --- ## [0.0.15](v0.0.14...v0.0.15) (2024-08-06) ### Other * add hook to install validator crds in devspace ([#221](#221)) ([8982a0d](8982a0d)) * remove unused helm value ([#223](#223)) ([1651b8e](1651b8e)) ### Docs * principal ID and rules in readme ([#222](#222)) ([db29a62](db29a62)) ### Dependency Updates * **deps:** update module github.com/onsi/gomega to v1.34.1 ([#217](#217)) ([4c5d239](4c5d239)) * **deps:** update module github.com/validator-labs/validator to v0.0.51 ([#216](#216)) ([be40010](be40010)) * **deps:** update module github.com/validator-labs/validator to v0.1.0 ([#220](#220)) ([57205c6](57205c6)) ### Refactoring * return error from validate, accept context ([#226](#226)) ([58989c0](58989c0)) * support direct rule evaluation ([#225](#225)) ([bec4a0b](bec4a0b)) --- 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 58989c0 commit 9fa4fb3

File tree

5 files changed

+30
-4
lines changed

5 files changed

+30
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.0.15](https://github.com/validator-labs/validator-plugin-azure/compare/v0.0.14...v0.0.15) (2024-08-06)
4+
5+
6+
### Other
7+
8+
* add hook to install validator crds in devspace ([#221](https://github.com/validator-labs/validator-plugin-azure/issues/221)) ([8982a0d](https://github.com/validator-labs/validator-plugin-azure/commit/8982a0d04b854dec657cd4a5bf70e03f9a0a88ee))
9+
* remove unused helm value ([#223](https://github.com/validator-labs/validator-plugin-azure/issues/223)) ([1651b8e](https://github.com/validator-labs/validator-plugin-azure/commit/1651b8e66c0efacc191e24b56f0cf266c5d84c4d))
10+
11+
12+
### Docs
13+
14+
* principal ID and rules in readme ([#222](https://github.com/validator-labs/validator-plugin-azure/issues/222)) ([db29a62](https://github.com/validator-labs/validator-plugin-azure/commit/db29a62cbee92959d458a48b7ed08caee3d4ead7))
15+
16+
17+
### Dependency Updates
18+
19+
* **deps:** update module github.com/onsi/gomega to v1.34.1 ([#217](https://github.com/validator-labs/validator-plugin-azure/issues/217)) ([4c5d239](https://github.com/validator-labs/validator-plugin-azure/commit/4c5d239ca2d13cf78e5f1dc957e63bac696602f6))
20+
* **deps:** update module github.com/validator-labs/validator to v0.0.51 ([#216](https://github.com/validator-labs/validator-plugin-azure/issues/216)) ([be40010](https://github.com/validator-labs/validator-plugin-azure/commit/be40010628da7df6e593c69b132effeccb95d856))
21+
* **deps:** update module github.com/validator-labs/validator to v0.1.0 ([#220](https://github.com/validator-labs/validator-plugin-azure/issues/220)) ([57205c6](https://github.com/validator-labs/validator-plugin-azure/commit/57205c6620ad218c0972ada0353b4c537e0bbc97))
22+
23+
24+
### Refactoring
25+
26+
* return error from validate, accept context ([#226](https://github.com/validator-labs/validator-plugin-azure/issues/226)) ([58989c0](https://github.com/validator-labs/validator-plugin-azure/commit/58989c04eb1e91d27d4d4212fb0e6e6345de7176))
27+
* support direct rule evaluation ([#225](https://github.com/validator-labs/validator-plugin-azure/issues/225)) ([bec4a0b](https://github.com/validator-labs/validator-plugin-azure/commit/bec4a0b50fbc15ad5af1e5720fda1b115355d476))
28+
329
## [0.0.14](https://github.com/validator-labs/validator-plugin-azure/compare/v0.0.13...v0.0.14) (2024-07-26)
430

531

chart/validator-plugin-azure/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ description: >-
44
Perform various Azure validations (Principal RBAC, AAD Application API
55
permissions, and Service Quotas)
66
type: application
7-
version: 0.0.14
7+
version: 0.0.15
88
appVersion: 0.0.2

chart/validator-plugin-azure/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-az
2424
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
2525
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2626
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-azure"` |
27-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.14"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.15"` |
2828
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2929
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
3030
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/validator-plugin-azure/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ controllerManager:
3131
- ALL
3232
image:
3333
repository: quay.io/validator-labs/validator-plugin-azure
34-
tag: v0.0.14 # x-release-please-version
34+
tag: v0.0.15 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)