Skip to content

Commit 58a31eb

Browse files
authored
chore(main): release 0.1.11 (#533)
🤖 I have created a release *beep* *boop* --- ## [0.1.11](v0.1.10...v0.1.11) (2024-12-10) ### Other * re-scaffold project ([#539](#539)) ([a309fdb](a309fdb)) ### Dependency Updates * **deps:** update all non-major dependencies ([#534](#534)) ([c13ebf3](c13ebf3)) * **deps:** update build digest to c847351 ([#538](#538)) ([c00790d](c00790d)) * **deps:** update build digest to de3e944 ([#537](#537)) ([4af93aa](4af93aa)) * **deps:** update golang.org/x/exp digest to 43b7b7c ([#535](#535)) ([9d7140e](9d7140e)) * **deps:** update module github.com/validator-labs/validator to v0.1.14 ([#532](#532)) ([96b6a48](96b6a48)) * **deps:** update module sigs.k8s.io/cluster-api to v1.8.6 ([#540](#540)) ([6706ae8](6706ae8)) * **deps:** update module sigs.k8s.io/cluster-api to v1.9.0 ([#541](#541)) ([41e8b90](41e8b90)) --- 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 a309fdb commit 58a31eb

5 files changed

Lines changed: 22 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.10"}
1+
{".":"0.1.11"}

CHANGELOG.md

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

3+
## [0.1.11](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.10...v0.1.11) (2024-12-10)
4+
5+
6+
### Other
7+
8+
* re-scaffold project ([#539](https://github.com/validator-labs/validator-plugin-aws/issues/539)) ([a309fdb](https://github.com/validator-labs/validator-plugin-aws/commit/a309fdb86bf079dc9ba5c812a2e6ce7879309b92))
9+
10+
11+
### Dependency Updates
12+
13+
* **deps:** update all non-major dependencies ([#534](https://github.com/validator-labs/validator-plugin-aws/issues/534)) ([c13ebf3](https://github.com/validator-labs/validator-plugin-aws/commit/c13ebf3d51a42c4136c5c974c9914697f76a2670))
14+
* **deps:** update build digest to c847351 ([#538](https://github.com/validator-labs/validator-plugin-aws/issues/538)) ([c00790d](https://github.com/validator-labs/validator-plugin-aws/commit/c00790daea44b6d534fedbe525142e4c73514aa6))
15+
* **deps:** update build digest to de3e944 ([#537](https://github.com/validator-labs/validator-plugin-aws/issues/537)) ([4af93aa](https://github.com/validator-labs/validator-plugin-aws/commit/4af93aab3e762779a941d4cc5bd967c4069df4fa))
16+
* **deps:** update golang.org/x/exp digest to 43b7b7c ([#535](https://github.com/validator-labs/validator-plugin-aws/issues/535)) ([9d7140e](https://github.com/validator-labs/validator-plugin-aws/commit/9d7140e7de13cd94a5b01c9ac1a7698da755e682))
17+
* **deps:** update module github.com/validator-labs/validator to v0.1.14 ([#532](https://github.com/validator-labs/validator-plugin-aws/issues/532)) ([96b6a48](https://github.com/validator-labs/validator-plugin-aws/commit/96b6a480f5e0134a150a8834cd1e8b750dcbe6a5))
18+
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.6 ([#540](https://github.com/validator-labs/validator-plugin-aws/issues/540)) ([6706ae8](https://github.com/validator-labs/validator-plugin-aws/commit/6706ae824ebf76df4f135197bb680264aaea10e5))
19+
* **deps:** update module sigs.k8s.io/cluster-api to v1.9.0 ([#541](https://github.com/validator-labs/validator-plugin-aws/issues/541)) ([41e8b90](https://github.com/validator-labs/validator-plugin-aws/commit/41e8b90eaab282a693d8eee91a05f1ee5c35eccd))
20+
321
## [0.1.10](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.9...v0.1.10) (2024-11-27)
422

523

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.10
5+
version: 0.1.11
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.10"` |
18+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.11"` |
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.10 # x-release-please-version
14+
tag: v0.1.11 # x-release-please-version
1515
resources:
1616
limits:
1717
cpu: 500m

0 commit comments

Comments
 (0)