Skip to content

Commit f10cb36

Browse files
authored
chore(main): release 0.1.10 (#524)
🤖 I have created a release *beep* *boop* --- ## [0.1.10](v0.1.9...v0.1.10) (2024-11-27) ### Features * AWS max retry attempts (configurable and higher default) ([#531](#531)) ([816076b](816076b)) ### Dependency Updates * **deps:** update build digest to d0ef938 ([#526](#526)) ([1b7f547](1b7f547)) * **deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.194.0 ([#528](#528)) ([5f14989](5f14989)) * **deps:** update module github.com/onsi/gomega to v1.36.0 ([#525](#525)) ([585e14b](585e14b)) * **deps:** update module github.com/stretchr/testify to v1.10.0 ([#523](#523)) ([6ca4a99](6ca4a99)) --- 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 5f14989 commit f10cb36

5 files changed

Lines changed: 19 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.9"}
1+
{".":"0.1.10"}

CHANGELOG.md

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

3+
## [0.1.10](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.9...v0.1.10) (2024-11-27)
4+
5+
6+
### Features
7+
8+
* AWS max retry attempts (configurable and higher default) ([#531](https://github.com/validator-labs/validator-plugin-aws/issues/531)) ([816076b](https://github.com/validator-labs/validator-plugin-aws/commit/816076b2b5f89a98781a72a4c814cccb71318bea))
9+
10+
11+
### Dependency Updates
12+
13+
* **deps:** update build digest to d0ef938 ([#526](https://github.com/validator-labs/validator-plugin-aws/issues/526)) ([1b7f547](https://github.com/validator-labs/validator-plugin-aws/commit/1b7f547f2226b0aa4ed0e65742a43253e935895a))
14+
* **deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.194.0 ([#528](https://github.com/validator-labs/validator-plugin-aws/issues/528)) ([5f14989](https://github.com/validator-labs/validator-plugin-aws/commit/5f1498967ac28abddb08f9779d3ab828c6150d54))
15+
* **deps:** update module github.com/onsi/gomega to v1.36.0 ([#525](https://github.com/validator-labs/validator-plugin-aws/issues/525)) ([585e14b](https://github.com/validator-labs/validator-plugin-aws/commit/585e14bde00c062db71b603b09168d257a36a0df))
16+
* **deps:** update module github.com/stretchr/testify to v1.10.0 ([#523](https://github.com/validator-labs/validator-plugin-aws/issues/523)) ([6ca4a99](https://github.com/validator-labs/validator-plugin-aws/commit/6ca4a9972a53639b0fed3c8aacfc4c005463f616))
17+
318
## [0.1.9](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.8...v0.1.9) (2024-11-24)
419

520

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.9
5+
version: 0.1.10
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
@@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator-plugin-aw
2424
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
2525
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2626
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-aws"` |
27-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.9"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.10"` |
2828
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2929
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
3030
| `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
@@ -31,7 +31,7 @@ controllerManager:
3131
- ALL
3232
image:
3333
repository: quay.io/validator-labs/validator-plugin-aws
34-
tag: v0.1.9 # x-release-please-version
34+
tag: v0.1.10 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)