Skip to content

Commit aa2e77b

Browse files
authored
chore(main): release 0.1.3 (#447)
🤖 I have created a release *beep* *boop* --- ## [0.1.3](v0.1.2...v0.1.3) (2024-08-05) ### Other * remove unused helm value ([#451](#451)) ([7e2c17c](7e2c17c)) ### Dependency Updates * **deps:** update module github.com/onsi/gomega to v1.34.1 ([#446](#446)) ([3052978](3052978)) * **deps:** update module github.com/validator-labs/validator to v0.0.51 ([#448](#448)) ([af1cbb8](af1cbb8)) * **deps:** update module github.com/validator-labs/validator to v0.1.0 ([#449](#449)) ([7931d59](7931d59)) ### Refactoring * support direct rule evaluation ([#450](#450)) ([df5453e](df5453e)) --- 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 df5453e commit aa2e77b

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.2"}
1+
{".":"0.1.3"}

CHANGELOG.md

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

3+
## [0.1.3](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.2...v0.1.3) (2024-08-05)
4+
5+
6+
### Other
7+
8+
* remove unused helm value ([#451](https://github.com/validator-labs/validator-plugin-aws/issues/451)) ([7e2c17c](https://github.com/validator-labs/validator-plugin-aws/commit/7e2c17ce6addf8ac3c9aea96d72210bcb31c7d80))
9+
10+
11+
### Dependency Updates
12+
13+
* **deps:** update module github.com/onsi/gomega to v1.34.1 ([#446](https://github.com/validator-labs/validator-plugin-aws/issues/446)) ([3052978](https://github.com/validator-labs/validator-plugin-aws/commit/3052978da1562dc5ddf4b2bd4ff060a960856de5))
14+
* **deps:** update module github.com/validator-labs/validator to v0.0.51 ([#448](https://github.com/validator-labs/validator-plugin-aws/issues/448)) ([af1cbb8](https://github.com/validator-labs/validator-plugin-aws/commit/af1cbb8f2e8499eddfe30cc6a38f5b5cd317bd00))
15+
* **deps:** update module github.com/validator-labs/validator to v0.1.0 ([#449](https://github.com/validator-labs/validator-plugin-aws/issues/449)) ([7931d59](https://github.com/validator-labs/validator-plugin-aws/commit/7931d597c7d1a52a36d073318c760c5ea655f05c))
16+
17+
18+
### Refactoring
19+
20+
* support direct rule evaluation ([#450](https://github.com/validator-labs/validator-plugin-aws/issues/450)) ([df5453e](https://github.com/validator-labs/validator-plugin-aws/commit/df5453e142ef8b1b603eea0a6d5f761dfe668cb5))
21+
322
## [0.1.2](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.1...v0.1.2) (2024-07-26)
423

524

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

0 commit comments

Comments
 (0)