Skip to content

Commit

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

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


### Dependency Updates

* **deps:** update all non-major dependencies ([#512](https://github.com/validator-labs/validator-plugin-aws/issues/512)) ([983bfd2](https://github.com/validator-labs/validator-plugin-aws/commit/983bfd2b7f2561a955b42fcfe7cf31ad145c7710))
* **deps:** update all non-major dependencies ([#518](https://github.com/validator-labs/validator-plugin-aws/issues/518)) ([f92f78f](https://github.com/validator-labs/validator-plugin-aws/commit/f92f78f3d17a691a9207d29d27edc54b6d6f3bc3))
* **deps:** update all non-major dependencies to v0.31.3 ([#516](https://github.com/validator-labs/validator-plugin-aws/issues/516)) ([091c754](https://github.com/validator-labs/validator-plugin-aws/commit/091c75401ff797412f650596b57d3fe4d756f014))
* **deps:** update build digest to 5ffe724 ([#515](https://github.com/validator-labs/validator-plugin-aws/issues/515)) ([1419d51](https://github.com/validator-labs/validator-plugin-aws/commit/1419d517537decabd5a8d8a80a3bdec779e33f1d))
* **deps:** update build digest to 713df39 ([#511](https://github.com/validator-labs/validator-plugin-aws/issues/511)) ([5da4b08](https://github.com/validator-labs/validator-plugin-aws/commit/5da4b08832da3eb641c54943f8a44a44457d0063))
* **deps:** update build digest to dd09b58 ([#519](https://github.com/validator-labs/validator-plugin-aws/issues/519)) ([ebee491](https://github.com/validator-labs/validator-plugin-aws/commit/ebee491eb3121f6a7ce8cc35aeaf07483a03ae44))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.22.0 ([#514](https://github.com/validator-labs/validator-plugin-aws/issues/514)) ([99ea99f](https://github.com/validator-labs/validator-plugin-aws/commit/99ea99fb0b22c64fc66c628d690c7cf4bd78e3fe))

## [0.1.8](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.7...v0.1.8) (2024-11-20)


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

0 comments on commit 5bd7c33

Please sign in to comment.