File tree Expand file tree Collapse file tree 5 files changed +22
-4
lines changed
chart/validator-plugin-azure Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 0.0.25 " }
1
+ {"." :" 0.0.26 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
21
## [ 0.0.25] ( https://github.com/validator-labs/validator-plugin-azure/compare/v0.0.24...v0.0.25 ) (2024-12-10)
4
22
5
23
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ description: >-
4
4
Perform various Azure validations (Principal RBAC, AAD Application API
5
5
permissions, and Service Quotas)
6
6
type : application
7
- version : 0.0.25
7
+ version : 0.0.26
8
8
appVersion : 0.0.2
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Validator-plugin-az
15
15
| ` controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation ` | | ` false ` |
16
16
| ` controllerManager.manager.containerSecurityContext.capabilities.drop ` | | ` ["ALL"] ` |
17
17
| ` 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 " ` |
19
19
| ` controllerManager.manager.resources.limits.cpu ` | | ` "500m" ` |
20
20
| ` controllerManager.manager.resources.limits.memory ` | | ` "128Mi" ` |
21
21
| ` controllerManager.manager.resources.requests.cpu ` | | ` "10m" ` |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ controllerManager:
11
11
- ALL
12
12
image :
13
13
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
15
15
resources :
16
16
limits :
17
17
cpu : 500m
You can’t perform that action at this time.
0 commit comments