Skip to content

Commit 52f28de

Browse files
committed
chore(main): release 0.1.13
1 parent ffd6539 commit 52f28de

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.12"}
1+
{".":"0.1.13"}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.13](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.12...v0.1.13) (2024-12-23)
4+
5+
6+
### Dependency Updates
7+
8+
* **deps:** update all non-major dependencies ([#556](https://github.com/validator-labs/validator-plugin-aws/issues/556)) ([650791d](https://github.com/validator-labs/validator-plugin-aws/commit/650791daca5d1b1bc6854eeecefdc6f5c9a070c7))
9+
* **deps:** update build digest to aa32dd3 ([#550](https://github.com/validator-labs/validator-plugin-aws/issues/550)) ([02c86cf](https://github.com/validator-labs/validator-plugin-aws/commit/02c86cf7e94084e8709d5888a22ee54b51f832d9))
10+
* **deps:** update golang.org/x/exp digest to b2144cd ([#553](https://github.com/validator-labs/validator-plugin-aws/issues/553)) ([e0f514b](https://github.com/validator-labs/validator-plugin-aws/commit/e0f514be90af2df6d1ead4c9a41f2020786aec8c))
11+
* **deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.198.0 ([#551](https://github.com/validator-labs/validator-plugin-aws/issues/551)) ([d68805e](https://github.com/validator-labs/validator-plugin-aws/commit/d68805eb9cf71a993e0e3fcd27adafd7dd448ffe))
12+
* **deps:** update module github.com/validator-labs/validator to v0.1.16 ([#555](https://github.com/validator-labs/validator-plugin-aws/issues/555)) ([19b4b96](https://github.com/validator-labs/validator-plugin-aws/commit/19b4b96a67846816cce49f3a743deb625f24baae))
13+
* **deps:** update module sigs.k8s.io/cluster-api to v1.9.1 ([#554](https://github.com/validator-labs/validator-plugin-aws/issues/554)) ([297d982](https://github.com/validator-labs/validator-plugin-aws/commit/297d9828dd5e69c7f58a2479ff1a27b38c8a60ca))
14+
* **deps:** update module sigs.k8s.io/cluster-api to v1.9.2 ([#557](https://github.com/validator-labs/validator-plugin-aws/issues/557)) ([5c75d8b](https://github.com/validator-labs/validator-plugin-aws/commit/5c75d8b0003dfeb27ad3b17ffdd239f886cecce0))
15+
* **deps:** update module sigs.k8s.io/cluster-api to v1.9.3 ([#558](https://github.com/validator-labs/validator-plugin-aws/issues/558)) ([ffd6539](https://github.com/validator-labs/validator-plugin-aws/commit/ffd6539042c1d6fbbbf8ac6f53c988f5a73676d2))
16+
317
## [0.1.12](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.11...v0.1.12) (2024-12-16)
418

519

chart/validator-plugin-aws/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: validator-plugin-aws
33
description: Perform various AWS validations (IAM, Service Quotas, Tags)
44
type: application
5-
version: 0.1.12
5+
version: 0.1.13
66
appVersion: 0.0.18

chart/validator-plugin-aws/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Validator-plugin-aw
1515
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
1616
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
1717
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-aws"` |
18-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.12"` |
18+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.13"` |
1919
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2020
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
2121
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/validator-plugin-aws/values.yaml

+1-1
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-aws
14-
tag: v0.1.12 # x-release-please-version
14+
tag: v0.1.13 # x-release-please-version
1515
resources:
1616
limits:
1717
cpu: 500m

0 commit comments

Comments
 (0)