Skip to content

Commit 082963c

Browse files
authored
chore(main): release 0.0.26 (#322)
🤖 I have created a release *beep* *boop* --- ## [0.0.26](v0.0.25...v0.0.26) (2024-12-16) ### Bug Fixes * metrics targetPort https -> 8443 ([#326](#326)) ([591c8bf](591c8bf)) ### Dependency Updates * **deps:** update all non-major dependencies ([#320](#320)) ([eb585cb](eb585cb)) * **deps:** update all non-major dependencies ([#324](#324)) ([a57b7c6](a57b7c6)) * **deps:** update build digest to 5e4aaa9 ([#323](#323)) ([978f4bb](978f4bb)) * **deps:** update build digest to 9734871 ([#328](#328)) ([0c5d048](0c5d048)) * **deps:** update golang.org/x/exp digest to 1829a12 ([#321](#321)) ([c5469d9](c5469d9)) * **deps:** update golang.org/x/exp digest to 4a55095 ([#327](#327)) ([526f7a9](526f7a9)) * **deps:** update module github.com/azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 to v6.2.0 ([#325](#325)) ([f996d1f](f996d1f)) --- 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 591c8bf commit 082963c

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-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.25"}
1+
{".":"0.0.26"}

CHANGELOG.md

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

3+
## [0.0.26](https://github.com/validator-labs/validator-plugin-azure/compare/v0.0.25...v0.0.26) (2024-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* metrics targetPort https -> 8443 ([#326](https://github.com/validator-labs/validator-plugin-azure/issues/326)) ([591c8bf](https://github.com/validator-labs/validator-plugin-azure/commit/591c8bfa6596ed5e0ed72db841787e4c640c0639))
9+
10+
11+
### Dependency Updates
12+
13+
* **deps:** update all non-major dependencies ([#320](https://github.com/validator-labs/validator-plugin-azure/issues/320)) ([eb585cb](https://github.com/validator-labs/validator-plugin-azure/commit/eb585cb78686c89f46a31ca543047c3e7fd2eceb))
14+
* **deps:** update all non-major dependencies ([#324](https://github.com/validator-labs/validator-plugin-azure/issues/324)) ([a57b7c6](https://github.com/validator-labs/validator-plugin-azure/commit/a57b7c61bd2d0ba08f6f795dbcf80950b198fcda))
15+
* **deps:** update build digest to 5e4aaa9 ([#323](https://github.com/validator-labs/validator-plugin-azure/issues/323)) ([978f4bb](https://github.com/validator-labs/validator-plugin-azure/commit/978f4bbb2e004475ce427c6d6afe50185a7f8e08))
16+
* **deps:** update build digest to 9734871 ([#328](https://github.com/validator-labs/validator-plugin-azure/issues/328)) ([0c5d048](https://github.com/validator-labs/validator-plugin-azure/commit/0c5d0483a117b64956aecfe4cee25cf422d112ea))
17+
* **deps:** update golang.org/x/exp digest to 1829a12 ([#321](https://github.com/validator-labs/validator-plugin-azure/issues/321)) ([c5469d9](https://github.com/validator-labs/validator-plugin-azure/commit/c5469d92a633c400378cf43f8dbf717887e68a16))
18+
* **deps:** update golang.org/x/exp digest to 4a55095 ([#327](https://github.com/validator-labs/validator-plugin-azure/issues/327)) ([526f7a9](https://github.com/validator-labs/validator-plugin-azure/commit/526f7a991f2247edab4c35ae810801fa70db764c))
19+
* **deps:** update module github.com/azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 to v6.2.0 ([#325](https://github.com/validator-labs/validator-plugin-azure/issues/325)) ([f996d1f](https://github.com/validator-labs/validator-plugin-azure/commit/f996d1fcd28ea048ef00f39b6d14f362033152eb))
20+
321
## [0.0.25](https://github.com/validator-labs/validator-plugin-azure/compare/v0.0.24...v0.0.25) (2024-12-10)
422

523

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.25
7+
version: 0.0.26
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
@@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Validator-plugin-az
1515
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
1616
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
1717
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-azure"` |
18-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.25"` |
18+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.26"` |
1919
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2020
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
2121
| `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
@@ -11,7 +11,7 @@ controllerManager:
1111
- ALL
1212
image:
1313
repository: quay.io/validator-labs/validator-plugin-azure
14-
tag: v0.0.25 # x-release-please-version
14+
tag: v0.0.26 # x-release-please-version
1515
resources:
1616
limits:
1717
cpu: 500m

0 commit comments

Comments
 (0)