Skip to content

Commit 6ede68f

Browse files
authored
chore(main): release 0.1.5 (#468)
🤖 I have created a release *beep* *boop* --- ## [0.1.5](v0.1.4...v0.1.5) (2024-08-22) ### Dependency Updates * **deps:** update golang.org/x/exp digest to 778ce7b ([#471](#471)) ([51785e8](51785e8)) * **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.1 ([#470](#470)) ([5121485](5121485)) * **deps:** update module github.com/validator-labs/validator to v0.1.6 ([#463](#463)) ([643dc27](643dc27)) * **deps:** update module sigs.k8s.io/cluster-api to v1.8.1 ([#467](#467)) ([a24caf3](a24caf3)) * **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([#469](#469)) ([0db7b9d](0db7b9d)) ### Refactoring * make each rule implement `validationrule.Interface` ([#250](#473)) ([c6460f1](c6460f1)) --- 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 51785e8 commit 6ede68f

5 files changed

Lines changed: 15 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.4"}
1+
{".":"0.1.5"}

CHANGELOG.md

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

3+
## [0.1.5](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.4...v0.1.5) (2024-08-22)
4+
5+
6+
### Dependency Updates
7+
8+
* **deps:** update golang.org/x/exp digest to 778ce7b ([#471](https://github.com/validator-labs/validator-plugin-aws/issues/471)) ([51785e8](https://github.com/validator-labs/validator-plugin-aws/commit/51785e88ee06ebd4b5634623a41629e72f32b1cc))
9+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.1 ([#470](https://github.com/validator-labs/validator-plugin-aws/issues/470)) ([5121485](https://github.com/validator-labs/validator-plugin-aws/commit/512148561fd00a04792e8e740a9f964899f950f5))
10+
* **deps:** update module github.com/validator-labs/validator to v0.1.6 ([#463](https://github.com/validator-labs/validator-plugin-aws/issues/463)) ([643dc27](https://github.com/validator-labs/validator-plugin-aws/commit/643dc27e3806d98cd517813989b1e9ba0bd2643d))
11+
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.1 ([#467](https://github.com/validator-labs/validator-plugin-aws/issues/467)) ([a24caf3](https://github.com/validator-labs/validator-plugin-aws/commit/a24caf3c2a7113bb85b0ff531904c0b277afe7be))
12+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([#469](https://github.com/validator-labs/validator-plugin-aws/issues/469)) ([0db7b9d](https://github.com/validator-labs/validator-plugin-aws/commit/0db7b9defbb3057aafb4a45335add7db72943611))
13+
314
## [0.1.4](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.3...v0.1.4) (2024-08-13)
415

516

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

0 commit comments

Comments
 (0)