Skip to content

Commit e3ec57d

Browse files
authored
chore(main): release 0.1.7 (#479)
🤖 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).
1 parent c82abf3 commit e3ec57d

5 files changed

Lines changed: 16 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.6"}
1+
{".":"0.1.7"}

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.7](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.6...v0.1.7) (2024-08-24)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
10+
11+
### Dependency Updates
12+
13+
* **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))
14+
315
## [0.1.6](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.5...v0.1.6) (2024-08-23)
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.6
5+
version: 0.1.7
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.6"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.7"` |
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.6 # x-release-please-version
34+
tag: v0.1.7 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)