Skip to content

Commit a140074

Browse files
authored
chore(main): release 0.1.12 (#544)
🤖 I have created a release *beep* *boop* --- ## [0.1.12](v0.1.11...v0.1.12) (2024-12-16) ### Bug Fixes * metrics targetPort https -> 8443 ([#548](#548)) ([40c98a0](40c98a0)) ### Dependency Updates * **deps:** update all non-major dependencies ([#546](#546)) ([768fec5](768fec5)) * **deps:** update all non-major dependencies to v0.31.4 ([#543](#543)) ([dcd8dac](dcd8dac)) * **deps:** update build digest to 5e4aaa9 ([#545](#545)) ([bd3d90f](bd3d90f)) * **deps:** update golang.org/x/exp digest to 1829a12 ([#542](#542)) ([d86bfb9](d86bfb9)) * **deps:** update golang.org/x/exp digest to 4a55095 ([#549](#549)) ([7e623b7](7e623b7)) * **deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.197.0 ([#547](#547)) ([c0c616a](c0c616a)) --- 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 40c98a0 commit a140074

5 files changed

Lines changed: 21 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.11"}
1+
{".":"0.1.12"}

CHANGELOG.md

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

3+
## [0.1.12](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.11...v0.1.12) (2024-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* metrics targetPort https -> 8443 ([#548](https://github.com/validator-labs/validator-plugin-aws/issues/548)) ([40c98a0](https://github.com/validator-labs/validator-plugin-aws/commit/40c98a0d8934d9643d6c54f66fcb6bb2db2b10e1))
9+
10+
11+
### Dependency Updates
12+
13+
* **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))
14+
* **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))
15+
* **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))
16+
* **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))
17+
* **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))
18+
* **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))
19+
320
## [0.1.11](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.10...v0.1.11) (2024-12-10)
421

522

chart/validator-plugin-aws/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.11
5+
version: 0.1.12
66
appVersion: 0.0.18

chart/validator-plugin-aws/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-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.11"` |
18+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.12"` |
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

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

0 commit comments

Comments
 (0)