Skip to content

Commit e4fea7f

Browse files
committed
chore(main): release 0.0.14
1 parent 1bd4fde commit e4fea7f

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-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.13"}
1+
{".":"0.0.14"}

CHANGELOG.md

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

3+
## [0.0.14](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.13...v0.0.14) (2024-12-19)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
10+
11+
### Dependency Updates
12+
13+
* **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))
14+
* **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))
15+
* **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))
16+
* **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))
17+
318
## [0.0.13](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.12...v0.0.13) (2024-12-11)
419

520

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.13
5+
version: 0.0.14
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
@@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Validator-plugin-ma
1515
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
1616
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
1717
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-maas"` |
18-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.13"` |
18+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.14"` |
1919
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2020
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
2121
| `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
@@ -11,7 +11,7 @@ controllerManager:
1111
- ALL
1212
image:
1313
repository: quay.io/validator-labs/validator-plugin-maas
14-
tag: v0.0.13 # x-release-please-version
14+
tag: v0.0.14 # x-release-please-version
1515
resources:
1616
limits:
1717
cpu: 500m

0 commit comments

Comments
 (0)