Skip to content

Commit 55ab957

Browse files
authored
chore(main): release 0.1.6 (#478)
🤖 I have created a release *beep* *boop* --- ## [0.1.6](v0.1.5...v0.1.6) (2024-08-23) ### Bug Fixes * embedding structs related to `validationrule.Interface` ([#476](#476)) ([549bc33](549bc33)) ### Other * assert that PluginSpec is implemented ([#474](#474)) ([cae368b](cae368b)) --- 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 cae368b commit 55ab957

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.5"}
1+
{".":"0.1.6"}

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.6](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.5...v0.1.6) (2024-08-23)
4+
5+
6+
### Bug Fixes
7+
8+
* embedding structs related to `validationrule.Interface` ([#476](https://github.com/validator-labs/validator-plugin-aws/issues/476)) ([549bc33](https://github.com/validator-labs/validator-plugin-aws/commit/549bc333a2c0b4b1ed87815e68f31588651ef8c9))
9+
10+
11+
### Other
12+
13+
* assert that PluginSpec is implemented ([#474](https://github.com/validator-labs/validator-plugin-aws/issues/474)) ([cae368b](https://github.com/validator-labs/validator-plugin-aws/commit/cae368b57613f7514a91f29d2bfd6d71f5fd05bb))
14+
315
## [0.1.5](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.4...v0.1.5) (2024-08-22)
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.5
5+
version: 0.1.6
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.5"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.6"` |
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.5 # x-release-please-version
34+
tag: v0.1.6 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)