Skip to content

Commit

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


##
[0.0.6](v0.0.5...v0.0.6)
(2024-08-01)


### Features

* implement internal dns rules validation
([#111](#111))
([6c7b757](6c7b757))
* implement resource rules validation
([#105](#105))
([1b428e1](1b428e1))


### Dependency Updates

* **deps:** update module github.com/onsi/gomega to v1.34.1
([02600b9](02600b9))
* **deps:** update module github.com/validator-labs/validator to v0.0.50
([ae3eb42](ae3eb42))
* **deps:** update module github.com/validator-labs/validator to v0.0.51
([3a30e35](3a30e35))


### Refactoring

* update image validator to only consider "synced" images
([#113](#113))
([8f62d0c](8f62d0c))

---
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 1, 2024
1 parent 8f62d0c commit e72162f
Show file tree
Hide file tree
Showing 5 changed files with 24 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.5"}
{".":"0.0.6"}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.0.6](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.5...v0.0.6) (2024-08-01)


### Features

* implement internal dns rules validation ([#111](https://github.com/validator-labs/validator-plugin-maas/issues/111)) ([6c7b757](https://github.com/validator-labs/validator-plugin-maas/commit/6c7b757a687df5f1a1f75034069433d0f32f425b))
* implement resource rules validation ([#105](https://github.com/validator-labs/validator-plugin-maas/issues/105)) ([1b428e1](https://github.com/validator-labs/validator-plugin-maas/commit/1b428e139d8d362613bbba5866ab55c3859c3e73))


### Dependency Updates

* **deps:** update module github.com/onsi/gomega to v1.34.1 ([02600b9](https://github.com/validator-labs/validator-plugin-maas/commit/02600b916fab417166bc3056d4724b060001caae))
* **deps:** update module github.com/validator-labs/validator to v0.0.50 ([ae3eb42](https://github.com/validator-labs/validator-plugin-maas/commit/ae3eb4268856ca022d6cd33cbe7f48f914874ad0))
* **deps:** update module github.com/validator-labs/validator to v0.0.51 ([3a30e35](https://github.com/validator-labs/validator-plugin-maas/commit/3a30e35ede7a37104aefbdab83a98dfa2e034019))


### Refactoring

* update image validator to only consider "synced" images ([#113](https://github.com/validator-labs/validator-plugin-maas/issues/113)) ([8f62d0c](https://github.com/validator-labs/validator-plugin-maas/commit/8f62d0c7d34aebffc42f6093ba51d98102bc2cbc))

## [0.0.5](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.4...v0.0.5) (2024-07-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.5
version: 0.0.6
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.5"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.6"` |
| `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.5 # x-release-please-version
tag: v0.0.6 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit e72162f

Please sign in to comment.