Skip to content

Commit 1a22843

Browse files
authored
chore(main): release 0.0.3 (#41)
1 parent 9e3be19 commit 1a22843

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.2"}
1+
{".":"0.0.3"}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.3](https://github.com/spectrocloud-labs/validator-plugin-maas/compare/v0.0.2...v0.0.3) (2024-03-12)
4+
5+
6+
### Other
7+
8+
* update validator; use patch helper ([#39](https://github.com/spectrocloud-labs/validator-plugin-maas/issues/39)) ([9e3be19](https://github.com/spectrocloud-labs/validator-plugin-maas/commit/9e3be19e9a116dae1d937951b024931972ae4476))
9+
310
## [0.0.2](https://github.com/spectrocloud-labs/validator-plugin-maas/compare/v0.0.1...v0.0.2) (2024-03-10)
411

512

chart/validator-plugin-maas/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: validator-plugin-maas
33
description: Perform various validations against a MaaS instance
44
type: application
5-
version: 0.0.2
5+
version: 0.0.3
66
appVersion: 0.0.1

chart/validator-plugin-maas/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following table lists the configurable parameters of the validator-plugin-ma
2424
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
2525
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2626
| `controllerManager.manager.image.repository` | | `"quay.io/spectrocloud-labs/validator-plugin-maas"` |
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/validator-plugin-maas/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ controllerManager:
3131
- ALL
3232
image:
3333
repository: quay.io/spectrocloud-labs/validator-plugin-maas
34-
tag: v0.0.2 # x-release-please-version
34+
tag: v0.0.3 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)