From c0f0a3232b3fa5c9458ba391d6623824e18f2065 Mon Sep 17 00:00:00 2001 From: GoshaDo <86723475+GoshaDo@users.noreply.github.com> Date: Wed, 12 Feb 2025 08:01:34 +0200 Subject: [PATCH] chore(main): release 1.8.0 (#40) --- .github/workflows/release.yaml | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f8064c7..40c8607 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: quickube/piper:${{ github.ref_name }},quickube/piper:${{ github.ref_name }}:latest + tags: quickube/piper:${{ github.ref_name }},quickube/piper:latest labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max diff --git a/CHANGELOG.md b/CHANGELOG.md index a86c68b..4580e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.8.0](https://github.com/quickube/piper/compare/v1.7.0...v1.8.0) (2025-01-16) + + +### Features + +* added provider struct method: GetCorrelatingEvent ([#41](https://github.com/quickube/piper/issues/41)) ([f1e817f](https://github.com/quickube/piper/commit/f1e817fba0f36eb1145e6fb9f8c5eda049194a67)) + + +### Bug Fixes + +* add context to webhook creator ([#39](https://github.com/quickube/piper/issues/39)) ([e7d9578](https://github.com/quickube/piper/commit/e7d95781f36ea4137ed2fe8a9ddfc9e01b6f7d94)) +* event handler listen to ctx.Done ([#38](https://github.com/quickube/piper/issues/38)) ([9a36417](https://github.com/quickube/piper/commit/9a364170caca808f29ef4a6300222dfb93d82024)) +* remove context propogation as pointer ([#37](https://github.com/quickube/piper/issues/37)) ([075cbf2](https://github.com/quickube/piper/commit/075cbf2ae24755b7ce681da3e35e19ad530ce5e4)) + ## [1.7.0](https://github.com/quickube/piper/compare/v1.6.0...v1.7.0) (2024-12-24)