Skip to content

Commit 2144d95

Browse files
committed
chore(main): release 0.1.2
1 parent 6506d91 commit 2144d95

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-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.1"}
1+
{".":"0.1.2"}

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.1...v0.1.2) (2024-07-19)
4+
5+
6+
### Dependency Updates
7+
8+
* **deps:** update aws-sdk-go-v2 monorepo ([#425](https://github.com/validator-labs/validator-plugin-aws/issues/425)) ([7175ad5](https://github.com/validator-labs/validator-plugin-aws/commit/7175ad5723eb65f721054687d098ba1ac6da51e8))
9+
* **deps:** update golang.org/x/exp digest to 8a7402a ([#431](https://github.com/validator-labs/validator-plugin-aws/issues/431)) ([6506d91](https://github.com/validator-labs/validator-plugin-aws/commit/6506d912b466306f74c0976733c0565c6ea6a3ac))
10+
* **deps:** update golang.org/x/exp digest to e3f2596 ([#427](https://github.com/validator-labs/validator-plugin-aws/issues/427)) ([7a2c66c](https://github.com/validator-labs/validator-plugin-aws/commit/7a2c66cd13515135c4518fd777f4be1cfda84e34))
11+
* **deps:** update module github.com/validator-labs/validator to v0.0.44 ([#424](https://github.com/validator-labs/validator-plugin-aws/issues/424)) ([e5eb824](https://github.com/validator-labs/validator-plugin-aws/commit/e5eb8245db645699e26141d51d9d687f062e9220))
12+
* **deps:** update module github.com/validator-labs/validator to v0.0.46 ([#426](https://github.com/validator-labs/validator-plugin-aws/issues/426)) ([ccbddc4](https://github.com/validator-labs/validator-plugin-aws/commit/ccbddc4a6510463cc77daeb12b363fe86dec4d09))
13+
* **deps:** update module sigs.k8s.io/cluster-api to v1.7.4 ([#422](https://github.com/validator-labs/validator-plugin-aws/issues/422)) ([aebebae](https://github.com/validator-labs/validator-plugin-aws/commit/aebebae57a884c46c8f2608ecd9c309f85a9551c))
14+
315
## [0.1.1](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.0...v0.1.1) (2024-07-08)
416

517

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

0 commit comments

Comments
 (0)