From 8f53bcf2b32e9150afaab879b45613d9099e91f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 02:51:21 +0000 Subject: [PATCH] chore(main): release 0.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6a5f76..6db3039 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 343de67..0ba77c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.9.0](https://github.com/runfinch/common-tests/compare/v0.8.0...v0.9.0) (2024-12-29) + + +### ⚠ BREAKING CHANGES + +* specify no-trunc for full snapshot ID + +### Features + +* add option features to skip tests ([#210](https://github.com/runfinch/common-tests/issues/210)) ([5f437eb](https://github.com/runfinch/common-tests/commit/5f437eba1235f80e83dd9fee4075a9d40913312e)) +* create volume command should be idempotent ([#199](https://github.com/runfinch/common-tests/issues/199)) ([0cd8a88](https://github.com/runfinch/common-tests/commit/0cd8a88dca3f6ef8b1e282a193fbcd468fbbc37d)) +* specify builder prune -f for no prompt ([#197](https://github.com/runfinch/common-tests/issues/197)) ([a72356f](https://github.com/runfinch/common-tests/commit/a72356f260d401211a7e29cd390f43fd0c4a0f10)) +* specify no-trunc for full snapshot ID ([c32f6bf](https://github.com/runfinch/common-tests/commit/c32f6bf2360eda4471684f3947594be0248d0459)) +* specify no-trunc for full snapshot ID ([#201](https://github.com/runfinch/common-tests/issues/201)) ([c32f6bf](https://github.com/runfinch/common-tests/commit/c32f6bf2360eda4471684f3947594be0248d0459)) + + +### Bug Fixes + +* add sigterm handler to compose services ([#208](https://github.com/runfinch/common-tests/issues/208)) ([ede5fbf](https://github.com/runfinch/common-tests/commit/ede5fbf6b15454ac2d1246d71bf9d40c3d593050)) +* linter issues ([#188](https://github.com/runfinch/common-tests/issues/188)) ([ecbae8a](https://github.com/runfinch/common-tests/commit/ecbae8a3574fa098cab857c6918c6029f8d04a3e)) +* Update go mod to fix CVE-2024-45338 ([#193](https://github.com/runfinch/common-tests/issues/193)) ([8d78f75](https://github.com/runfinch/common-tests/commit/8d78f757574b73c03e544d08367554470a41d96a)) + ## [0.8.0](https://github.com/runfinch/common-tests/compare/v0.7.23...v0.8.0) (2024-08-20)