Skip to content

Commit

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


##
[0.1.7](v0.1.6...v0.1.7)
(2024-08-24)


### Bug Fixes

* YAML rendering of structs embedded in rules
([#481](#481))
([c82abf3](c82abf3))


### Dependency Updates

* **deps:** update golang.org/x/exp digest to 9b4947d
([#475](#475))
([b8b0dc2](b8b0dc2))

---
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 24, 2024
1 parent c82abf3 commit e3ec57d
Show file tree
Hide file tree
Showing 5 changed files with 16 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.6"}
{".":"0.1.7"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.7](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.6...v0.1.7) (2024-08-24)


### Bug Fixes

* YAML rendering of structs embedded in rules ([#481](https://github.com/validator-labs/validator-plugin-aws/issues/481)) ([c82abf3](https://github.com/validator-labs/validator-plugin-aws/commit/c82abf386669c1a2202870317a3c1f93f13af07a))


### Dependency Updates

* **deps:** update golang.org/x/exp digest to 9b4947d ([#475](https://github.com/validator-labs/validator-plugin-aws/issues/475)) ([b8b0dc2](https://github.com/validator-labs/validator-plugin-aws/commit/b8b0dc220974310686937cc3dca83ad50f24ec91))

## [0.1.6](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.5...v0.1.6) (2024-08-23)


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.6
version: 0.1.7
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.6"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.7"` |
| `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.6 # x-release-please-version
tag: v0.1.7 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit e3ec57d

Please sign in to comment.