Skip to content

Commit

Permalink
chore(main): release 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Oct 31, 2024
1 parent 4cabcf3 commit 58ff2ce
Show file tree
Hide file tree
Showing 5 changed files with 29 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.12"}
{".":"0.0.13"}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

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


### Other

* make reviewable ([#162](https://github.com/validator-labs/validator-plugin-maas/issues/162)) ([1adb7a3](https://github.com/validator-labs/validator-plugin-maas/commit/1adb7a3beedf455c59ac3f1f3aab5d58e2beb4ba))
* make reviewable ([#165](https://github.com/validator-labs/validator-plugin-maas/issues/165)) ([806549b](https://github.com/validator-labs/validator-plugin-maas/commit/806549bfadcb128628239b32f478d88612a3b855))
* Update renovate.json ([4cabcf3](https://github.com/validator-labs/validator-plugin-maas/commit/4cabcf3d6f016cc1757efe69e1ef14c2ddfd0272))


### Dependency Updates

* **deps:** update kubernetes packages to v0.31.1 ([a78b991](https://github.com/validator-labs/validator-plugin-maas/commit/a78b991ce61d1e3c4d3cd15855913b43f28ab481))
* **deps:** update kubernetes packages to v0.31.2 ([5aac110](https://github.com/validator-labs/validator-plugin-maas/commit/5aac1103df0de80c7d0b250cc5043d2a97c7ac45))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.2 ([cee1ee7](https://github.com/validator-labs/validator-plugin-maas/commit/cee1ee701897fa6c7bee2f353a8fd75ce0b2ec0c))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.21.0 ([a9b33e5](https://github.com/validator-labs/validator-plugin-maas/commit/a9b33e596483b3a7cffaf5d57e23fe7f9ee212f2))
* **deps:** update module github.com/onsi/gomega to v1.34.2 ([0e24959](https://github.com/validator-labs/validator-plugin-maas/commit/0e24959b8bee70995e496515366ffecfd2560136))
* **deps:** update module github.com/onsi/gomega to v1.35.0 ([75797b3](https://github.com/validator-labs/validator-plugin-maas/commit/75797b3caad62a7948e84db577e37e2db2e96cd9))
* **deps:** update module github.com/validator-labs/validator to v0.1.10 ([fae822d](https://github.com/validator-labs/validator-plugin-maas/commit/fae822d25d7ada46a831c13d57bebbc8832775fd))
* **deps:** update module github.com/validator-labs/validator to v0.1.12 ([#159](https://github.com/validator-labs/validator-plugin-maas/issues/159)) ([520dd0c](https://github.com/validator-labs/validator-plugin-maas/commit/520dd0ccbae66dc4955db8b6e7d7cacf36ffabb4))
* **deps:** update module github.com/validator-labs/validator to v0.1.9 ([0fe0303](https://github.com/validator-labs/validator-plugin-maas/commit/0fe0303e945fde86cc80d6b64d8731a581f958a3))
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.2 ([de0dc2f](https://github.com/validator-labs/validator-plugin-maas/commit/de0dc2f661030c0850a3b3216987863458c26105))
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.4 ([ef21e50](https://github.com/validator-labs/validator-plugin-maas/commit/ef21e5042b9bbdda9a4ca3a12ff25861e5ec2c30))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.1 ([df05e59](https://github.com/validator-labs/validator-plugin-maas/commit/df05e5916ccf8d5c4124d7ae5eaaa00e1a4d92da))

## [0.0.12](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.11...v0.0.12) (2024-08-26)


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

0 comments on commit 58ff2ce

Please sign in to comment.