Skip to content

Commit 259508a

Browse files
authored
chore(main): release 0.0.8 (#119)
🤖 I have created a release *beep* *boop* --- ## [0.0.8](v0.0.7...v0.0.8) (2024-08-22) ### Other * satisfy ValidationRule ([#121](#121)) ([5894f51](5894f51)) ### Dependency Updates * **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0 ([951e094](951e094)) * **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.1 ([cab9803](cab9803)) * **deps:** update module github.com/validator-labs/validator to v0.1.2 ([df63d44](df63d44)) * **deps:** update module github.com/validator-labs/validator to v0.1.5 ([#123](#123)) ([a856370](a856370)) * **deps:** update module github.com/validator-labs/validator to v0.1.6 ([5dbc31f](5dbc31f)) * **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([#124](#124)) ([e903cc7](e903cc7)) ### Refactoring * make each rule implement `validationrule.Interface` ([#130](#130)) ([381e3ab](381e3ab)) * support direct rule evaluation ([#118](#118)) ([e4d873d](e4d873d)) --- 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 381e3ab commit 259508a

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-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.7"}
1+
{".":"0.0.8"}

CHANGELOG.md

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

3+
## [0.0.8](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.7...v0.0.8) (2024-08-22)
4+
5+
6+
### Other
7+
8+
* satisfy ValidationRule ([#121](https://github.com/validator-labs/validator-plugin-maas/issues/121)) ([5894f51](https://github.com/validator-labs/validator-plugin-maas/commit/5894f5118612ae62610a9a2c8ba5ef47ad936a7b))
9+
10+
11+
### Dependency Updates
12+
13+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0 ([951e094](https://github.com/validator-labs/validator-plugin-maas/commit/951e09472a70ddbbab0e7bdaaa46a8fbad1c08e7))
14+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.1 ([cab9803](https://github.com/validator-labs/validator-plugin-maas/commit/cab9803d53ef36451f530b1e7471cd2ce76b8485))
15+
* **deps:** update module github.com/validator-labs/validator to v0.1.2 ([df63d44](https://github.com/validator-labs/validator-plugin-maas/commit/df63d445e157f3b6bc4da79e153ba1f05d7afab1))
16+
* **deps:** update module github.com/validator-labs/validator to v0.1.5 ([#123](https://github.com/validator-labs/validator-plugin-maas/issues/123)) ([a856370](https://github.com/validator-labs/validator-plugin-maas/commit/a856370d39ae2f976d34a9ea5cdcd752347c7be8))
17+
* **deps:** update module github.com/validator-labs/validator to v0.1.6 ([5dbc31f](https://github.com/validator-labs/validator-plugin-maas/commit/5dbc31fa1e66ce8abcf4b4a1f7235ed29e23116c))
18+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([#124](https://github.com/validator-labs/validator-plugin-maas/issues/124)) ([e903cc7](https://github.com/validator-labs/validator-plugin-maas/commit/e903cc7f7fc4c0dfef4bbd7214a8603732ef532c))
19+
20+
21+
### Refactoring
22+
23+
* make each rule implement `validationrule.Interface` ([#130](https://github.com/validator-labs/validator-plugin-maas/issues/130)) ([381e3ab](https://github.com/validator-labs/validator-plugin-maas/commit/381e3ab0ea38f68b2c93e518ec041ba2c8fb2a87))
24+
* support direct rule evaluation ([#118](https://github.com/validator-labs/validator-plugin-maas/issues/118)) ([e4d873d](https://github.com/validator-labs/validator-plugin-maas/commit/e4d873dca4e65b0dc144584188f576cb9a6122a7))
25+
326
## [0.0.7](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.6...v0.0.7) (2024-08-02)
427

528

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

0 commit comments

Comments
 (0)