Skip to content

Commit 68aa184

Browse files
chore(main): release 0.0.5 (#38)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8f7cc39 commit 68aa184

5 files changed

Lines changed: 15 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.4"}
1+
{".":"0.0.5"}

CHANGELOG.md

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

3+
## [0.0.5](https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.4...v0.0.5) (2023-09-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update golang.org/x/exp digest to 9212866 ([#35](https://github.com/spectrocloud-labs/valid8or-plugin-aws/issues/35)) ([69970f5](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/69970f5e128e97f7aef312cd28e69077fdaca07a))
9+
* **deps:** update module github.com/aws/aws-sdk-go-v2/config to v1.18.39 ([#36](https://github.com/spectrocloud-labs/valid8or-plugin-aws/issues/36)) ([1942a6b](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/1942a6b996aacdfb17392193ca80d9d977fbc2e1))
10+
* **deps:** update module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.116.0 ([#37](https://github.com/spectrocloud-labs/valid8or-plugin-aws/issues/37)) ([61e7736](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/61e7736887027e21a4578534f70267b5d83b8d8f))
11+
* remove metrics bind address from chart values ([8f7cc39](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/8f7cc39b381e165bdc4e82ca0a73650218e308f7))
12+
313
## [0.0.4](https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.3...v0.0.4) (2023-09-05)
414

515

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.4 # x-release-please-version
6-
appVersion: "0.0.4" # x-release-please-version
5+
version: 0.0.5 # x-release-please-version
6+
appVersion: "0.0.5" # 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.4"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.5"` |
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.4 # x-release-please-version
34+
tag: v0.0.5 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)