Skip to content

Commit d610a3d

Browse files
authored
chore(main): release 0.0.12 (#152)
🤖 I have created a release *beep* *boop* --- ## [0.0.12](v0.0.11...v0.0.12) (2024-08-26) ### Features * support inline auth ([#153](#153)) ([aee4938](aee4938)) ### Other * clean up changelog ([#151](#151)) ([03c36f7](03c36f7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent aee4938 commit d610a3d

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.11"}
1+
{".":"0.0.12"}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.0.12](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.11...v0.0.12) (2024-08-26)
4+
5+
6+
### Features
7+
8+
* support inline auth ([#153](https://github.com/validator-labs/validator-plugin-maas/issues/153)) ([aee4938](https://github.com/validator-labs/validator-plugin-maas/commit/aee4938995e903f3de21a464271d647a8acf67ef))
9+
10+
11+
### Other
12+
13+
* clean up changelog ([#151](https://github.com/validator-labs/validator-plugin-maas/issues/151)) ([03c36f7](https://github.com/validator-labs/validator-plugin-maas/commit/03c36f765ca7441bb494beb4a8e5f9f8a7a5c8c3))
14+
315
## [0.0.11](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.11...v0.0.11) (2024-08-24)
416

517

chart/validator-plugin-maas/Chart.yaml

+1-1
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.11
5+
version: 0.0.12
66
appVersion: 0.0.1

chart/validator-plugin-maas/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator-plugin-ma
2424
| `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` | | `false` |
2525
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2626
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-maas"` |
27-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.11"` |
27+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.12"` |
2828
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2929
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
3030
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/validator-plugin-maas/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ controllerManager:
3131
- ALL
3232
image:
3333
repository: quay.io/validator-labs/validator-plugin-maas
34-
tag: v0.0.11 # x-release-please-version
34+
tag: v0.0.12 # x-release-please-version
3535
resources:
3636
limits:
3737
cpu: 500m

0 commit comments

Comments
 (0)