Skip to content

Commit 04cb7e8

Browse files
chore(main): release 0.0.2 (#6)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b96aa7 commit 04cb7e8

5 files changed

Lines changed: 12 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.1"}
1+
{".":"0.0.2"}

CHANGELOG.md

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

3+
## [0.0.2](https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.1...v0.0.2) (2023-08-28)
4+
5+
6+
### Other
7+
8+
* release 0.0.2 ([5b96aa7](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/5b96aa7504136d1cf4ba70044f50d9742d5ae49c))
9+
310
## [0.0.1](https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.1...v0.0.1) (2023-08-26)
411

512

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: valid8or-plugin-aws performs a variety of validations against your AWS account
44
type: application
5-
version: 0.0.1 # x-release-please-version
6-
appVersion: "0.0.1" # x-release-please-version
5+
version: 0.0.2 # x-release-please-version
6+
appVersion: "0.0.2" # 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.1"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.2"` |
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
@@ -32,7 +32,7 @@ controllerManager:
3232
- ALL
3333
image:
3434
repository: quay.io/spectrocloud-labs/valid8or-plugin-aws
35-
tag: v0.0.1 # x-release-please-version
35+
tag: v0.0.2 # x-release-please-version
3636
resources:
3737
limits:
3838
cpu: 500m

0 commit comments

Comments
 (0)