Skip to content

Commit

Permalink
chore: manually set version to 0.0.11 for release-please (#145)
Browse files Browse the repository at this point in the history
## Description
We need to bump the version to 0.0.11 so that we can resume using `go`
tooling to get the latest version of the plugin in other repos (e.g.
validatorctl) because we published versions of 0.0.8, 0.0.9, and 0.0.10
that ended up in the Go proxy. This should cause release-please to use
0.0.11 the next time it generates a release PR.

Also removes changelog content from after 0.0.8, 0.0.9, and 0.0.10 since
release-please will be regenerating it under 0.0.11.

---------

Signed-off-by: Matt Welke <matt.welke@spectrocloud.com>
  • Loading branch information
mattwelke authored Aug 24, 2024
1 parent 4cb5ba0 commit f26f1fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 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.9"}
{".":"0.0.11"}
38 changes: 0 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,5 @@
# Changelog

## [0.0.9](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.8...v0.0.9) (2024-08-24)


### Bug Fixes

* YAML rendering of structs embedded in rules ([#143](https://github.com/validator-labs/validator-plugin-maas/issues/143)) ([c7ae66d](https://github.com/validator-labs/validator-plugin-maas/commit/c7ae66d43d6f6b13c9d60fe69ef5455a29552f4f))

## [0.0.8](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.7...v0.0.8) (2024-08-23)


### Bug Fixes

* embedding structs related to `validationrule.Interface` ([#135](https://github.com/validator-labs/validator-plugin-maas/issues/135)) ([4ebf38a](https://github.com/validator-labs/validator-plugin-maas/commit/4ebf38a4c4a1db1e5f8476bcfa26b36dc7433f5e))


### Other

* assert that PluginSpec is implemented ([#133](https://github.com/validator-labs/validator-plugin-maas/issues/133)) ([cf2c23f](https://github.com/validator-labs/validator-plugin-maas/commit/cf2c23fe5c62314c982509054bfd46ad36df0c1b))
* satisfy ValidationRule ([#121](https://github.com/validator-labs/validator-plugin-maas/issues/121)) ([5894f51](https://github.com/validator-labs/validator-plugin-maas/commit/5894f5118612ae62610a9a2c8ba5ef47ad936a7b))


### Dependency Updates

* **deps:** update module github.com/canonical/gomaasclient to v0.7.0 ([4942f99](https://github.com/validator-labs/validator-plugin-maas/commit/4942f998b101f7acef61ddf35da93de96e193901))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0 ([951e094](https://github.com/validator-labs/validator-plugin-maas/commit/951e09472a70ddbbab0e7bdaaa46a8fbad1c08e7))
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.1 ([cab9803](https://github.com/validator-labs/validator-plugin-maas/commit/cab9803d53ef36451f530b1e7471cd2ce76b8485))
* **deps:** update module github.com/validator-labs/validator to v0.1.2 ([df63d44](https://github.com/validator-labs/validator-plugin-maas/commit/df63d445e157f3b6bc4da79e153ba1f05d7afab1))
* **deps:** update module github.com/validator-labs/validator to v0.1.5 ([#123](https://github.com/validator-labs/validator-plugin-maas/issues/123)) ([a856370](https://github.com/validator-labs/validator-plugin-maas/commit/a856370d39ae2f976d34a9ea5cdcd752347c7be8))
* **deps:** update module github.com/validator-labs/validator to v0.1.6 ([5dbc31f](https://github.com/validator-labs/validator-plugin-maas/commit/5dbc31fa1e66ce8abcf4b4a1f7235ed29e23116c))
* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([#124](https://github.com/validator-labs/validator-plugin-maas/issues/124)) ([e903cc7](https://github.com/validator-labs/validator-plugin-maas/commit/e903cc7f7fc4c0dfef4bbd7214a8603732ef532c))


### Refactoring

* make each rule implement `validationrule.Interface` ([#130](https://github.com/validator-labs/validator-plugin-maas/issues/130)) ([381e3ab](https://github.com/validator-labs/validator-plugin-maas/commit/381e3ab0ea38f68b2c93e518ec041ba2c8fb2a87))
* make remaining rules implement rule interface ([#131](https://github.com/validator-labs/validator-plugin-maas/issues/131)) ([ed0bc5b](https://github.com/validator-labs/validator-plugin-maas/commit/ed0bc5be1dd206d01b9e583b8a39d40739f1c5cb))
* support direct rule evaluation ([#118](https://github.com/validator-labs/validator-plugin-maas/issues/118)) ([e4d873d](https://github.com/validator-labs/validator-plugin-maas/commit/e4d873dca4e65b0dc144584188f576cb9a6122a7))

## [0.0.7](https://github.com/validator-labs/validator-plugin-maas/compare/v0.0.6...v0.0.7) (2024-08-02)


Expand Down

0 comments on commit f26f1fa

Please sign in to comment.