Skip to content

Commit bb23100

Browse files
chore(main): release 0.0.6 (#43)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 11e3ea9 commit bb23100

5 files changed

Lines changed: 20 additions & 5 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.0.5"}
1+
{".":"0.0.6"}

CHANGELOG.md

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

3+
## [0.0.6](https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.5...v0.0.6) (2023-09-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update module github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 to v1.21.4 ([#41](https://github.com/spectrocloud-labs/valid8or-plugin-aws/issues/41)) ([5e78203](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/5e78203e13d6a0d492fc21cd8419e5bc88ee4059))
9+
* omit session token unless provided ([6e53f25](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/6e53f252af0d0f9e76227437f328f0ed80fafdad))
10+
11+
12+
### Other
13+
14+
* add YAML tags to AWS validator spec ([e7f9356](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/e7f9356c9a4032463818391fdc5873ef5fcac14c))
15+
* **deps:** update actions/upload-artifact digest to a8a3f3a ([#40](https://github.com/spectrocloud-labs/valid8or-plugin-aws/issues/40)) ([edb0c03](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/edb0c034e2ca637458afed52c51bca99c1e34f52))
16+
* merge main ([11e3ea9](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/11e3ea9411d57165a2ae70dc2bddd2823ac7315e))
17+
318
## [0.0.5](https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.4...v0.0.5) (2023-09-06)
419

520

chart/valid8or-plugin-aws/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: valid8or-plugin-aws
33
description: Perform various AWS validations (IAM, Service Quotas, Tags)
44
type: application
5-
version: 0.0.5 # x-release-please-version
6-
appVersion: "0.0.5" # x-release-please-version
5+
version: 0.0.6 # x-release-please-version
6+
appVersion: "0.0.6" # x-release-please-version

chart/valid8or-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 Valid8or-plugin-aws
2424
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
2525
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2626
| `controllerManager.manager.image.repository` | | `"quay.io/spectrocloud-labs/valid8or-plugin-aws"` |
27-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.5"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.6"` |
2828
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2929
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
3030
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/valid8or-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/spectrocloud-labs/valid8or-plugin-aws
34-
tag: v0.0.5 # x-release-please-version
34+
tag: v0.0.6 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)