Skip to content

Commit

Permalink
chore(main): release 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Nov 24, 2024
1 parent 6ca4a99 commit 8a861b8
Show file tree
Hide file tree
Showing 5 changed files with 11 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.9"}
{".":"0.1.10"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.10](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.9...v0.1.10) (2024-11-24)


### Dependency Updates

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

## [0.1.9](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.8...v0.1.9) (2024-11-24)


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.9
version: 0.1.10
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 @@ -24,7 +24,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.9"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.10"` |
| `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 @@ -31,7 +31,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-aws
tag: v0.1.9 # x-release-please-version
tag: v0.1.10 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 8a861b8

Please sign in to comment.