Skip to content

Commit 0b01412

Browse files
committed
chore(main): release 1.8.0 (#40)
1 parent 9a36417 commit 0b01412

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
context: .
3131
platforms: linux/amd64,linux/arm64
3232
push: true
33-
tags: quickube/piper:${{ github.ref_name }},quickube/piper:${{ github.ref_name }}:latest
33+
tags: quickube/piper:${{ github.ref_name }},quickube/piper:latest
3434
labels: ${{ steps.meta.outputs.labels }}
3535
cache-from: type=gha
3636
cache-to: type=gha,mode=max

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.8.0](https://github.com/quickube/piper/compare/v1.7.0...v1.8.0) (2025-01-16)
4+
5+
6+
### Features
7+
8+
* added provider struct method: GetCorrelatingEvent ([#41](https://github.com/quickube/piper/issues/41)) ([f1e817f](https://github.com/quickube/piper/commit/f1e817fba0f36eb1145e6fb9f8c5eda049194a67))
9+
10+
11+
### Bug Fixes
12+
13+
* add context to webhook creator ([#39](https://github.com/quickube/piper/issues/39)) ([e7d9578](https://github.com/quickube/piper/commit/e7d95781f36ea4137ed2fe8a9ddfc9e01b6f7d94))
14+
* event handler listen to ctx.Done ([#38](https://github.com/quickube/piper/issues/38)) ([9a36417](https://github.com/quickube/piper/commit/9a364170caca808f29ef4a6300222dfb93d82024))
15+
* remove context propogation as pointer ([#37](https://github.com/quickube/piper/issues/37)) ([075cbf2](https://github.com/quickube/piper/commit/075cbf2ae24755b7ce681da3e35e19ad530ce5e4))
16+
317
## [1.7.0](https://github.com/quickube/piper/compare/v1.6.0...v1.7.0) (2024-12-24)
418

519

0 commit comments

Comments
 (0)