From e4f22601e15cca8e9ef4a3bac1666cc977c78ff4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:22:06 -0400 Subject: [PATCH] chore(main): release 0.7.17 (#134) :robot: I have created a release *beep* *boop* --- ## [0.7.17](https://github.com/runfinch/common-tests/compare/v0.7.16...v0.7.17) (2024-03-25) ### Build System or External Dependencies * **deps:** Bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1 ([#132](https://github.com/runfinch/common-tests/issues/132)) ([c55e33b](https://github.com/runfinch/common-tests/commit/c55e33bf70ecce4f44d02d17a44a681739764abe)) ### Bug Fixes * track localImages in a new map to enable proper cleanup ([#133](https://github.com/runfinch/common-tests/issues/133)) ([c8a5e72](https://github.com/runfinch/common-tests/commit/c8a5e7222feb9fd476070727d8edec91068c1280)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fa59c97..d6e3d14 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.16" + ".": "0.7.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d4016f..4440ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.17](https://github.com/runfinch/common-tests/compare/v0.7.16...v0.7.17) (2024-03-25) + + +### Build System or External Dependencies + +* **deps:** Bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1 ([#132](https://github.com/runfinch/common-tests/issues/132)) ([c55e33b](https://github.com/runfinch/common-tests/commit/c55e33bf70ecce4f44d02d17a44a681739764abe)) + + +### Bug Fixes + +* track localImages in a new map to enable proper cleanup ([#133](https://github.com/runfinch/common-tests/issues/133)) ([c8a5e72](https://github.com/runfinch/common-tests/commit/c8a5e7222feb9fd476070727d8edec91068c1280)) + ## [0.7.16](https://github.com/runfinch/common-tests/compare/v0.7.15...v0.7.16) (2024-03-22)