Skip to content

Commit 5c4a91a

Browse files
chore(main): release 0.0.3 (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 69362a1 commit 5c4a91a

5 files changed

Lines changed: 37 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.2"}
1+
{".":"0.0.3"}

CHANGELOG.md

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

3+
## [0.0.3](https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.2...v0.0.3) (2023-08-29)
4+
5+
6+
### Bug Fixes
7+
8+
* enforce conventional commits ([a46b118](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/a46b1181ce8a86443232ca31cd6aa82d6c956b23))
9+
* helm chart branch ([d9d93d7](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/d9d93d77059edfb39be3f8688e2b383c20463a4b))
10+
* release image push repo ([d8edaeb](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/d8edaeb5a8e674f3f51f42744798ea641f4d67ad))
11+
* revert chart macros; limit name length ([aba4e28](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/aba4e28334baf113718c01a84ab355d1e0c22af8))
12+
13+
14+
### Other
15+
16+
* CI fixes ([137dcf0](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/137dcf0e1f4da3a9b7bc7a06b92878070e3f5c3e))
17+
* **main:** release 0.0.1 ([#5](https://github.com/spectrocloud-labs/valid8or-plugin-aws/issues/5)) ([0c23600](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/0c23600eb10624ae837b5c4f4edb32c6d80fd39f))
18+
* **main:** release 0.0.2 ([#6](https://github.com/spectrocloud-labs/valid8or-plugin-aws/issues/6)) ([9652850](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/96528506283667fa633b5de495873d9fbd2660fb))
19+
* release 0.0.1 ([8cf9168](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/8cf9168994bcaf99f0f7ccc383d765ab84cd1b73))
20+
* release 0.0.2 ([5b96aa7](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/5b96aa7504136d1cf4ba70044f50d9742d5ae49c))
21+
* release 0.0.3 ([69362a1](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/69362a10c7fbadfe778bb6c5dd18fc8b8b11fed2))
22+
23+
24+
### Docs
25+
26+
* add pre-commit to README.md ([189d959](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/189d95992b197dfd58dfaa01fb192deae96fcbd4))
27+
* update chart description; fix frigate target ([f3132d7](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/f3132d7094adcfcc9f52c3624cf47a64502fb310))
28+
29+
30+
### Refactoring
31+
32+
* rename k8stypes -&gt; ktypes ([7c9a042](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/7c9a042d11dacab987a48078a07d58a707502605))
33+
* use valid8or validationresult helpers ([fdf44c3](https://github.com/spectrocloud-labs/valid8or-plugin-aws/commit/fdf44c3d4a4f757b280b4922a4b42c2cb65c0a68))
34+
335
## [0.0.2](https://github.com/spectrocloud-labs/valid8or-plugin-aws/compare/v0.0.1...v0.0.2) (2023-08-28)
436

537

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.2 # x-release-please-version
6-
appVersion: "0.0.2" # x-release-please-version
5+
version: 0.0.3 # x-release-please-version
6+
appVersion: "0.0.3" # 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.2"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.3"` |
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.2 # x-release-please-version
35+
tag: v0.0.3 # x-release-please-version
3636
resources:
3737
limits:
3838
cpu: 500m

0 commit comments

Comments
 (0)