Skip to content

Commit

Permalink
chore(main): release 0.0.9 (#132)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.0.9](v0.0.8...v0.0.9)
(2024-08-23)


### Refactoring

* make remaining rules implement rule interface
([#131](#131))
([bb370f0](bb370f0))

---
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 bb370f0 commit 58a1f50
Show file tree
Hide file tree
Showing 5 changed files with 11 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.8"}
{".":"0.0.9"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Refactoring

* make remaining rules implement rule interface ([#131](https://github.com/validator-labs/validator-plugin-maas/issues/131)) ([bb370f0](https://github.com/validator-labs/validator-plugin-maas/commit/bb370f04067cc50e1d426bf42d5f98f7b867f378))

## [0.0.8](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.7...v0.0.8) (2024-08-22)


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.8
version: 0.0.9
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.8"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.9"` |
| `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.8 # x-release-please-version
tag: v0.0.9 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 58a1f50

Please sign in to comment.