Skip to content

Commit

Permalink
chore(main): release 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Dec 20, 2024
1 parent 650791d commit aaff89e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.12"}
{".":"0.1.13"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.13](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.12...v0.1.13) (2024-12-20)


### Dependency Updates

* **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))
* **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))
* **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))
* **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))
* **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))
* **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))

## [0.1.12](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.11...v0.1.12) (2024-12-16)


Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-aws/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: validator-plugin-aws
description: Perform various AWS validations (IAM, Service Quotas, Tags)
type: application
version: 0.1.12
version: 0.1.13
appVersion: 0.0.18
2 changes: 1 addition & 1 deletion chart/validator-plugin-aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Validator-plugin-aw
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-aws"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.12"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.13"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |
Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-aws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-aws
tag: v0.1.12 # x-release-please-version
tag: v0.1.13 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit aaff89e

Please sign in to comment.