From c0700e44c171b8722ccbd90bd37e2dbd02ce4902 Mon Sep 17 00:00:00 2001 From: dae-prow-robot Date: Mon, 22 Jul 2024 01:09:05 +0000 Subject: [PATCH 1/2] ci: generate changelogs for release-v0.8.0rc1 --- CHANGELOGS.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 4385f0c8c..d06ceeda4 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -13,6 +13,8 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. ## Releases + +- [v0.8.0rc1 (Pre-release)](#v080rc1-pre-release) - [v0.7.0rc1 (Pre-release)](#v070rc1-pre-release) - [v0.6.0 (Latest)](#v060-latest) - [v0.5.1](#v051) @@ -39,6 +41,36 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. - [v0.1.0](#v010) +### v0.8.0rc1 (Pre-release) + +> Release date: 2024/07/22 + +#### Features + +- feat: add sysdump as subcommand in [#572](https://github.com/daeuniverse/dae/pull/572) by (@linglilongyi) +- optimize(bpf): Use direct packet access in [#562](https://github.com/daeuniverse/dae/pull/562) by (@jschwinger233) + +#### Bug Fixes + +- fix/chore(hy2): update outbound submodule to fix userpass auth in [#550](https://github.com/daeuniverse/dae/pull/550) by (@mzz2017) +- fix(udp_task_pool): panic: close of closed channel in [#570](https://github.com/daeuniverse/dae/pull/570) by (@mzz2017) +- fix: unknown tls implementation in [#569](https://github.com/daeuniverse/dae/pull/569) by (@mzz2017) +- fix: cannot sniff tls fragments in [#555](https://github.com/daeuniverse/dae/pull/555) by (@mzz2017) +- fix: unknown type due to dae-wing fixed policy in [#582](https://github.com/daeuniverse/dae/pull/582) by (@wanlce) + +#### Others + +- ci(release): draft release v0.7.0rc1 in [#545](https://github.com/daeuniverse/dae/pull/545) by (@dae-prow) +- ci(prerelease): fix go version ref in [#546](https://github.com/daeuniverse/dae/pull/546) by (@sumire88) +- ci: update action-gh-release to v2 in [#547](https://github.com/daeuniverse/dae/pull/547) by (@MarksonHon) +- docs(protocols): add hysteria2 in [#558](https://github.com/daeuniverse/dae/pull/558) by (@wanlce) +- docs: Update build-by-yourself.md in [#561](https://github.com/daeuniverse/dae/pull/561) by (@linglilongyi) +- docs: persistent subscription in [#577](https://github.com/daeuniverse/dae/pull/577) by (@st0nie) + +**Example Config**: https://github.com/daeuniverse/dae/blob/v0.8.0rc1/example.dae + +**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.7.0...v0.8.0rc1 + ### v0.7.0rc1 (Pre-release) > Release date: 2024/06/16 From 369858c83831b71cb58a9700c6fd19830697cdb5 Mon Sep 17 00:00:00 2001 From: sumire88 <151038614+sumire88@users.noreply.github.com> Date: Sun, 21 Jul 2024 21:11:50 -0400 Subject: [PATCH 2/2] chore(changelogs): update content --- CHANGELOGS.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index d06ceeda4..58fab7745 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -15,8 +15,8 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. - [v0.8.0rc1 (Pre-release)](#v080rc1-pre-release) -- [v0.7.0rc1 (Pre-release)](#v070rc1-pre-release) -- [v0.6.0 (Latest)](#v060-latest) +- [v0.7.0 (Latest)](#v070-latest) +- [v0.6.0](#v060) - [v0.5.1](#v051) - [v0.5.0](#v050) - [v0.4.0](#v040) @@ -45,6 +45,13 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. > Release date: 2024/07/22 +#### Breaking Changes + +> [!NOTE] +> Please read the following PRs for details + +- fix: unknown type due to dae-wing fixed policy in [#582](https://github.com/daeuniverse/dae/pull/582) by (@wanlce) + #### Features - feat: add sysdump as subcommand in [#572](https://github.com/daeuniverse/dae/pull/572) by (@linglilongyi) @@ -71,9 +78,9 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. **Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.7.0...v0.8.0rc1 -### v0.7.0rc1 (Pre-release) +### v0.7.0 (Latest) -> Release date: 2024/06/16 +> Release date: 2024/07/21 #### Features @@ -102,7 +109,7 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. - @mnixry made their first contribution in [#533](https://github.com/daeuniverse/dae/pull/533) - @rustcult made their first contribution in [#527](https://github.com/daeuniverse/dae/pull/527) -### v0.6.0 (Latest) +### v0.6.0 > Release date: 2024/06/11