Skip to content

Commit

Permalink
chore(main): release 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Jan 26, 2025
1 parent e604fa6 commit e69f05a
Show file tree
Hide file tree
Showing 5 changed files with 25 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.13"}
{".":"0.0.14"}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.0.14](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.13...v0.0.14) (2025-01-26)


### Bug Fixes

* add validator back to scheme ([#196](https://github.com/validator-labs/validator-plugin-maas/issues/196)) ([b53d6da](https://github.com/validator-labs/validator-plugin-maas/commit/b53d6da94bb104a9d05be7a486f095f2e2996368))


### Dependency Updates

* **deps:** update all non-major dependencies to v0.31.4 ([#191](https://github.com/validator-labs/validator-plugin-maas/issues/191)) ([33ebac4](https://github.com/validator-labs/validator-plugin-maas/commit/33ebac46d6aaaa325f6893b5f518f6c7994cb5f5))
* **deps:** update build digest to 1af2678 ([#198](https://github.com/validator-labs/validator-plugin-maas/issues/198)) ([cebdbd3](https://github.com/validator-labs/validator-plugin-maas/commit/cebdbd3c50302d34dba1bbe242300768f23ffe5b))
* **deps:** update build digest to 1b51737 ([#199](https://github.com/validator-labs/validator-plugin-maas/issues/199)) ([81e5059](https://github.com/validator-labs/validator-plugin-maas/commit/81e505912949befb8a4218eed966d518154937ea))
* **deps:** update build digest to 3236c04 ([#202](https://github.com/validator-labs/validator-plugin-maas/issues/202)) ([1cdc7e4](https://github.com/validator-labs/validator-plugin-maas/commit/1cdc7e46680610da7a1870408fb80b9baf75f244))
* **deps:** update build digest to 454e459 ([#201](https://github.com/validator-labs/validator-plugin-maas/issues/201)) ([d5271f3](https://github.com/validator-labs/validator-plugin-maas/commit/d5271f3fae25b0250eb07df64d4c4642e678c6a3))
* **deps:** update build digest to 5e4aaa9 ([#193](https://github.com/validator-labs/validator-plugin-maas/issues/193)) ([625e2b9](https://github.com/validator-labs/validator-plugin-maas/commit/625e2b942745ad2f08fe3e4700f62dae47fdd432))
* **deps:** update build digest to 6a4c752 ([#203](https://github.com/validator-labs/validator-plugin-maas/issues/203)) ([e604fa6](https://github.com/validator-labs/validator-plugin-maas/commit/e604fa6fcdeaec014a5d8a57dd478f5c806eb54e))
* **deps:** update build digest to 9734871 ([#195](https://github.com/validator-labs/validator-plugin-maas/issues/195)) ([3c022ed](https://github.com/validator-labs/validator-plugin-maas/commit/3c022ed171e0298dcb0d2b69a1be78feb74769d9))
* **deps:** update build digest to aa32dd3 ([#197](https://github.com/validator-labs/validator-plugin-maas/issues/197)) ([1bd4fde](https://github.com/validator-labs/validator-plugin-maas/commit/1bd4fde130d00f370fa479e6c42c8d13917d818b))
* **deps:** update build digest to b554bf5 ([#200](https://github.com/validator-labs/validator-plugin-maas/issues/200)) ([0bdcb51](https://github.com/validator-labs/validator-plugin-maas/commit/0bdcb519d548a5c891de4b85ad454af16251546c))

## [0.0.13](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.12...v0.0.13) (2024-12-11)


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.13
version: 0.0.14
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 @@ -15,7 +15,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.13"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.14"` |
| `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 @@ -11,7 +11,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-maas
tag: v0.0.13 # x-release-please-version
tag: v0.0.14 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit e69f05a

Please sign in to comment.