Skip to content

Commit 774a7be

Browse files
authored
chore(main): release 0.0.10 (#136)
🤖 I have created a release *beep* *boop* --- ## [0.0.10](v0.0.9...v0.0.10) (2024-08-23) ### Bug Fixes * embedding structs related to `validationrule.Interface` ([#135](#135)) ([166aece](166aece)) ### Other * assert that PluginSpec is implemented ([#133](#133)) ([e280094](e280094)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent e280094 commit 774a7be

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.9"}
1+
{".":"0.0.10"}

CHANGELOG.md

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

3+
## [0.0.10](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.9...v0.0.10) (2024-08-23)
4+
5+
6+
### Bug Fixes
7+
8+
* embedding structs related to `validationrule.Interface` ([#135](https://github.com/validator-labs/validator-plugin-maas/issues/135)) ([166aece](https://github.com/validator-labs/validator-plugin-maas/commit/166aece4db00b56d4857b1ed2c0118f65a5a6faa))
9+
10+
11+
### Other
12+
13+
* assert that PluginSpec is implemented ([#133](https://github.com/validator-labs/validator-plugin-maas/issues/133)) ([e280094](https://github.com/validator-labs/validator-plugin-maas/commit/e280094220ac7eb6311cdd48d235b18b0edc8c64))
14+
315
## [0.0.9](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.8...v0.0.9) (2024-08-23)
416

517

chart/validator-plugin-maas/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.9
5+
version: 0.0.10
66
appVersion: 0.0.1

chart/validator-plugin-maas/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 Validator-plugin-ma
2424
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
2525
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2626
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-maas"` |
27-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.9"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.10"` |
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

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/validator-labs/validator-plugin-maas
34-
tag: v0.0.9 # x-release-please-version
34+
tag: v0.0.10 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)