Skip to content

Commit b91a0ee

Browse files
committed
chore(main): release 0.0.4
1 parent 21dfb09 commit b91a0ee

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.0.4](https://github.com/spectrocloud-labs/validator-plugin-maas/compare/v0.0.3...v0.0.4) (2024-04-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update module sigs.k8s.io/cluster-api to v1.7.1 ([#40](https://github.com/spectrocloud-labs/validator-plugin-maas/issues/40)) ([d464cee](https://github.com/spectrocloud-labs/validator-plugin-maas/commit/d464ceebdd8ab073dc22316c0d34b00230dfedb1))
9+
10+
11+
### Other
12+
13+
* **deps:** update actions/checkout digest to 1d96c77 ([#43](https://github.com/spectrocloud-labs/validator-plugin-maas/issues/43)) ([c3d9cb7](https://github.com/spectrocloud-labs/validator-plugin-maas/commit/c3d9cb7be5f6ff0ba9e98dc388c4e896af502aab))
14+
* **deps:** update actions/setup-python digest to 82c7e63 ([#45](https://github.com/spectrocloud-labs/validator-plugin-maas/issues/45)) ([21dfb09](https://github.com/spectrocloud-labs/validator-plugin-maas/commit/21dfb0929b2114160b1493074ba4a49001a1fb03))
15+
316
## [0.0.3](https://github.com/spectrocloud-labs/validator-plugin-maas/compare/v0.0.2...v0.0.3) (2024-03-12)
417

518

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

0 commit comments

Comments
 (0)