Skip to content

Commit 461d05f

Browse files
authored
chore(main): release 0.0.13 (#193)
🤖 I have created a release *beep* *boop* --- ## [0.0.13](v0.0.12...v0.0.13) (2024-07-15) ### Other * update chart (community gallery image rules) ([#199](#199)) ([ca90bd5](ca90bd5)) ### Dependency Updates * **deps:** update module github.com/validator-labs/validator to v0.0.44 ([#195](#195)) ([dd1e5e6](dd1e5e6)) * **deps:** update module github.com/validator-labs/validator to v0.0.46 ([#197](#197)) ([42122ed](42122ed)) * **deps:** update module sigs.k8s.io/cluster-api to v1.7.4 ([#192](#192)) ([7fc64d1](7fc64d1)) ### Refactoring * enable revive, resolve all lints, remove unused code ([#194](#194)) ([93a1886](93a1886)) --- 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 42122ed commit 461d05f

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-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.12"}
1+
{".":"0.0.13"}

CHANGELOG.md

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

3+
## [0.0.13](https://github.com/validator-labs/validator-plugin-azure/compare/v0.0.12...v0.0.13) (2024-07-15)
4+
5+
6+
### Other
7+
8+
* update chart (community gallery image rules) ([#199](https://github.com/validator-labs/validator-plugin-azure/issues/199)) ([ca90bd5](https://github.com/validator-labs/validator-plugin-azure/commit/ca90bd56626ca0dff7f02dc8b15e9844f4e07673))
9+
10+
11+
### Dependency Updates
12+
13+
* **deps:** update module github.com/validator-labs/validator to v0.0.44 ([#195](https://github.com/validator-labs/validator-plugin-azure/issues/195)) ([dd1e5e6](https://github.com/validator-labs/validator-plugin-azure/commit/dd1e5e68c336fd37b4f4105f5ed23bf18f9892d8))
14+
* **deps:** update module github.com/validator-labs/validator to v0.0.46 ([#197](https://github.com/validator-labs/validator-plugin-azure/issues/197)) ([42122ed](https://github.com/validator-labs/validator-plugin-azure/commit/42122edf9e590f255c72232a34f3d95e5b87de82))
15+
* **deps:** update module sigs.k8s.io/cluster-api to v1.7.4 ([#192](https://github.com/validator-labs/validator-plugin-azure/issues/192)) ([7fc64d1](https://github.com/validator-labs/validator-plugin-azure/commit/7fc64d1d241b43b1e33bb2c939b2279a158a11f0))
16+
17+
18+
### Refactoring
19+
20+
* enable revive, resolve all lints, remove unused code ([#194](https://github.com/validator-labs/validator-plugin-azure/issues/194)) ([93a1886](https://github.com/validator-labs/validator-plugin-azure/commit/93a18860a76c4b836921243ef5a388806e1033e6))
21+
322
## [0.0.12](https://github.com/validator-labs/validator-plugin-azure/compare/v0.0.11...v0.0.12) (2024-07-09)
423

524

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.12
7+
version: 0.0.13
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.12"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.13"` |
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.12 # x-release-please-version
34+
tag: v0.0.13 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)