Skip to content

Commit

Permalink
chore(main): release 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 4, 2023
1 parent c4d008c commit a6d685e
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 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.27"}
{".":"0.0.28"}
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.28](https://github.com/spectrocloud-labs/validator/compare/v0.0.27...v0.0.28) (2023-12-04)


### Features

* add OCI plugin ([#139](https://github.com/spectrocloud-labs/validator/issues/139)) ([3ae7b70](https://github.com/spectrocloud-labs/validator/commit/3ae7b70920ed27f8ad1325fdbe0461c71ae48a71))


### Bug Fixes

* delete plugins in parallel to avoid hitting timeouts ([#141](https://github.com/spectrocloud-labs/validator/issues/141)) ([a3fc0dc](https://github.com/spectrocloud-labs/validator/commit/a3fc0dc56c7c1964b2ee38b666a866c78711010e))
* dynamically set cleanup wait time ([#143](https://github.com/spectrocloud-labs/validator/issues/143)) ([13d0399](https://github.com/spectrocloud-labs/validator/commit/13d039915a4f5d9c66dae3c6938f55fc2ff210d6))


### Other

* Bump vsphere plugin version to 0.0.15 ([#142](https://github.com/spectrocloud-labs/validator/issues/142)) ([8b69b33](https://github.com/spectrocloud-labs/validator/commit/8b69b33463280ab3f44330f037f2958c41367d9a))
* **deps:** update anchore/sbom-action action to v0.15.1 ([#145](https://github.com/spectrocloud-labs/validator/issues/145)) ([7cbb94c](https://github.com/spectrocloud-labs/validator/commit/7cbb94c17599865ea68e7fe1019cb93acad37524))
* **deps:** update google-github-actions/release-please-action action to v4 ([#144](https://github.com/spectrocloud-labs/validator/issues/144)) ([c4d008c](https://github.com/spectrocloud-labs/validator/commit/c4d008c391fbf4c0bcd932668ed0684b571fa7fe))

## [0.0.27](https://github.com/spectrocloud-labs/validator/compare/v0.0.26...v0.0.27) (2023-11-29)


Expand Down
8 changes: 5 additions & 3 deletions chart/validator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: v2
name: validator
description: Monitor results created by validator plugins and upload them to a configurable sink
description: >-
Monitor results created by validator plugins and upload them to a configurable
sink
type: application
version: 0.0.27 # x-release-please-version
appVersion: "0.0.27" # x-release-please-version
version: 0.0.28
appVersion: 0.0.27
Loading

0 comments on commit a6d685e

Please sign in to comment.