Skip to content

Commit

Permalink
chore(main): release 0.1.4 (#453)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.1.4](v0.1.3...v0.1.4)
(2024-08-12)


### Other

* satisfy ValidationRule
([#457](#457))
([8085473](8085473))


### Dependency Updates

* **deps:** update golang.org/x/exp digest to 0cdaa3a
([#454](#454))
([6a807fd](6a807fd))
* **deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to
v1.174.0
([#456](#456))
([1199b57](1199b57))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0
([#452](#452))
([c91060e](c91060e))
* **deps:** update module github.com/validator-labs/validator to v0.1.2
([#455](#455))
([144fd01](144fd01))
* **deps:** update module github.com/validator-labs/validator to v0.1.3
([#458](#458))
([4881d05](4881d05))
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.0
([#460](#460))
([24c1901](24c1901))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.18.5
([#459](#459))
([c4875b6](c4875b6))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
TylerGillson authored Aug 12, 2024
1 parent c4875b6 commit 6a46db8
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.3"}
{".":"0.1.4"}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.1.4](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.3...v0.1.4) (2024-08-12)


### Other

* satisfy ValidationRule ([#457](https://github.com/validator-labs/validator-plugin-aws/issues/457)) ([8085473](https://github.com/validator-labs/validator-plugin-aws/commit/8085473f77df758c7dd155359fee5bbcf7ec9378))


### Dependency Updates

* **deps:** update golang.org/x/exp digest to 0cdaa3a ([#454](https://github.com/validator-labs/validator-plugin-aws/issues/454)) ([6a807fd](https://github.com/validator-labs/validator-plugin-aws/commit/6a807fda13593ee03a9599aa7fb747236a90a5e9))
* **deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.174.0 ([#456](https://github.com/validator-labs/validator-plugin-aws/issues/456)) ([1199b57](https://github.com/validator-labs/validator-plugin-aws/commit/1199b57781e1d6eaf9f63af3f3f9053bfa404e65))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0 ([#452](https://github.com/validator-labs/validator-plugin-aws/issues/452)) ([c91060e](https://github.com/validator-labs/validator-plugin-aws/commit/c91060e0c6c84f0dc699308a4d8d212f664ab5a0))
* **deps:** update module github.com/validator-labs/validator to v0.1.2 ([#455](https://github.com/validator-labs/validator-plugin-aws/issues/455)) ([144fd01](https://github.com/validator-labs/validator-plugin-aws/commit/144fd019e193472a619fe1ab3aa662d03e0e1d91))
* **deps:** update module github.com/validator-labs/validator to v0.1.3 ([#458](https://github.com/validator-labs/validator-plugin-aws/issues/458)) ([4881d05](https://github.com/validator-labs/validator-plugin-aws/commit/4881d05aefabfc37e73051f03fee1f985fb378f5))
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.0 ([#460](https://github.com/validator-labs/validator-plugin-aws/issues/460)) ([24c1901](https://github.com/validator-labs/validator-plugin-aws/commit/24c1901de1448a2c26912e3c3bf711e69a59dd43))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.18.5 ([#459](https://github.com/validator-labs/validator-plugin-aws/issues/459)) ([c4875b6](https://github.com/validator-labs/validator-plugin-aws/commit/c4875b6bcbf631e6d58a704e383b3032c1f20120))

## [0.1.3](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.2...v0.1.3) (2024-08-05)


Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-aws/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: validator-plugin-aws
description: Perform various AWS validations (IAM, Service Quotas, Tags)
type: application
version: 0.1.3
version: 0.1.4
appVersion: 0.0.18
2 changes: 1 addition & 1 deletion chart/validator-plugin-aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator-plugin-aw
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-aws"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.3"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.4"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |
Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-aws/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-aws
tag: v0.1.3 # x-release-please-version
tag: v0.1.4 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 6a46db8

Please sign in to comment.