Skip to content

Commit 472a22d

Browse files
authored
chore(main): release 0.1.9 (#513)
🤖 I have created a release *beep* *boop* --- ## [0.1.9](v0.1.8...v0.1.9) (2024-11-24) ### Bug Fixes * make inline auth work in direct mode too ([#520](#520)) ([c3f1eee](c3f1eee)) ### Dependency Updates * **deps:** update all non-major dependencies ([#512](#512)) ([983bfd2](983bfd2)) * **deps:** update all non-major dependencies ([#518](#518)) ([f92f78f](f92f78f)) * **deps:** update all non-major dependencies ([#522](#522)) ([abd327f](abd327f)) * **deps:** update all non-major dependencies to v0.31.3 ([#516](#516)) ([091c754](091c754)) * **deps:** update build digest to 5ffe724 ([#515](#515)) ([1419d51](1419d51)) * **deps:** update build digest to 713df39 ([#511](#511)) ([5da4b08](5da4b08)) * **deps:** update build digest to a46a554 ([#521](#521)) ([d2ed373](d2ed373)) * **deps:** update build digest to dd09b58 ([#519](#519)) ([ebee491](ebee491)) * **deps:** update module github.com/onsi/ginkgo/v2 to v2.22.0 ([#514](#514)) ([99ea99f](99ea99f)) --- 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 c3f1eee commit 472a22d

5 files changed

Lines changed: 24 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.8"}
1+
{".":"0.1.9"}

CHANGELOG.md

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

3+
## [0.1.9](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.8...v0.1.9) (2024-11-24)
4+
5+
6+
### Bug Fixes
7+
8+
* make inline auth work in direct mode too ([#520](https://github.com/validator-labs/validator-plugin-aws/issues/520)) ([c3f1eee](https://github.com/validator-labs/validator-plugin-aws/commit/c3f1eee84607a94d7998aafaa18e433313c87dd8))
9+
10+
11+
### Dependency Updates
12+
13+
* **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))
14+
* **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))
15+
* **deps:** update all non-major dependencies ([#522](https://github.com/validator-labs/validator-plugin-aws/issues/522)) ([abd327f](https://github.com/validator-labs/validator-plugin-aws/commit/abd327f7c30f8ca02f89625ef37ab1ac6a5c53f9))
16+
* **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))
17+
* **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))
18+
* **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))
19+
* **deps:** update build digest to a46a554 ([#521](https://github.com/validator-labs/validator-plugin-aws/issues/521)) ([d2ed373](https://github.com/validator-labs/validator-plugin-aws/commit/d2ed373ddce68df74e4b50d8426614150e9a0eab))
20+
* **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))
21+
* **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))
22+
323
## [0.1.8](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.7...v0.1.8) (2024-11-20)
424

525

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.8
5+
version: 0.1.9
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.8"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.9"` |
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.8 # x-release-please-version
34+
tag: v0.1.9 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)