Skip to content

Commit

Permalink
chore(main): release 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Dec 15, 2024
1 parent 7e623b7 commit 0725780
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.11"}
{".":"0.1.12"}
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.12](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.11...v0.1.12) (2024-12-15)


### Dependency Updates

* **deps:** update all non-major dependencies ([#546](https://github.com/validator-labs/validator-plugin-aws/issues/546)) ([768fec5](https://github.com/validator-labs/validator-plugin-aws/commit/768fec57c8db7c0be1d8fd02900a46d597c49c61))
* **deps:** update all non-major dependencies to v0.31.4 ([#543](https://github.com/validator-labs/validator-plugin-aws/issues/543)) ([dcd8dac](https://github.com/validator-labs/validator-plugin-aws/commit/dcd8dacf0715879eccf73d6ff328d5ced645b3eb))
* **deps:** update build digest to 5e4aaa9 ([#545](https://github.com/validator-labs/validator-plugin-aws/issues/545)) ([bd3d90f](https://github.com/validator-labs/validator-plugin-aws/commit/bd3d90ff07784fa7ecc31133f6fae9776e7ca8d3))
* **deps:** update golang.org/x/exp digest to 1829a12 ([#542](https://github.com/validator-labs/validator-plugin-aws/issues/542)) ([d86bfb9](https://github.com/validator-labs/validator-plugin-aws/commit/d86bfb9cbcbd3f8efb3161de1789d6f5172b52b3))
* **deps:** update golang.org/x/exp digest to 4a55095 ([#549](https://github.com/validator-labs/validator-plugin-aws/issues/549)) ([7e623b7](https://github.com/validator-labs/validator-plugin-aws/commit/7e623b7794e183784856a9bad29f439744ee9bd3))
* **deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.197.0 ([#547](https://github.com/validator-labs/validator-plugin-aws/issues/547)) ([c0c616a](https://github.com/validator-labs/validator-plugin-aws/commit/c0c616a619e7484b0064d10e9164fb95df23bba5))

## [0.1.11](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.10...v0.1.11) (2024-12-10)


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.11
version: 0.1.12
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.11"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.12"` |
| `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.11 # x-release-please-version
tag: v0.1.12 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 0725780

Please sign in to comment.