Skip to content

Commit

Permalink
chore(main): release 0.0.10 (#136)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
TylerGillson authored Aug 23, 2024
1 parent e280094 commit 774a7be
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.9"}
{".":"0.0.10"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.10](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.9...v0.0.10) (2024-08-23)


### Bug Fixes

* 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))


### Other

* 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))

## [0.0.9](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.8...v0.0.9) (2024-08-23)


Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-maas/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: validator-plugin-maas
description: Perform various validations against a MaaS instance
type: application
version: 0.0.9
version: 0.0.10
appVersion: 0.0.1
2 changes: 1 addition & 1 deletion chart/validator-plugin-maas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator-plugin-ma
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-maas"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.9"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.10"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |
Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-maas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-maas
tag: v0.0.9 # x-release-please-version
tag: v0.0.10 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 774a7be

Please sign in to comment.