From 80a1b53cfefda19385e4e6f3b950a997c28688fe Mon Sep 17 00:00:00 2001 From: dae-prow-robot Date: Wed, 18 Dec 2024 14:06:17 +0000 Subject: [PATCH 1/2] ci: generate changelogs for release-v0.9.0 --- CHANGELOGS.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index cd6d731ee..9587b89e0 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -14,6 +14,8 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. +- [v0.9.0 (Latest)](#v090-latest) + - [v0.9.0rc2 (Pre-release)](#v090rc2-pre-release) - [v0.9.0rc1 (Pre-release)](#v090rc1-pre-release) - [v0.8.0 (Latest)](#v080-latest) @@ -47,6 +49,44 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. - [v0.1.0](#v010) +### v0.9.0 (Latest) + +> Release date: 2024/12/18 + +#### Features + +- feat/optimize(hy2): support human-readable bandwidth configuration in [#666](https://github.com/daeuniverse/dae/pull/666) by (@douglarek) +- feat(dns): support DoH, DoT, DoH3, DoQ in [#649](https://github.com/daeuniverse/dae/pull/649) by (@EkkoG) +- optimize: reduce memory usage by reading kallsyms only in the trace command in [#700](https://github.com/daeuniverse/dae/pull/700) by (@seiuneko) +- feat(vision): support xudp in [#708](https://github.com/daeuniverse/dae/pull/708) by (@cubatic45) + +#### Bug Fixes + +- fix(routing): Fix MergeAndSortRulesOptimizer in [#682](https://github.com/daeuniverse/dae/pull/682) by (@jschwinger233) +- fix: update sources in `desc.go` in [#697](https://github.com/daeuniverse/dae/pull/697) by (@emmanuel-ferdman) +- fix: minimal upgrade panjf2000/ants dependency to v2.0.0 in [#707](https://github.com/daeuniverse/dae/pull/707) by (@cospotato) +- fix: add risc-v vmlinux headers in submodules (#696) in [#706](https://github.com/daeuniverse/dae/pull/706) by (@Integral-Tech) + +#### Others + +- ci(workflows/bpf-test): add BPF test to cover route logic in [#671](https://github.com/daeuniverse/dae/pull/671) by (@jschwinger233) +- refactor/optimize(bpf): rework bpf route with bpf_loop in [#580](https://github.com/daeuniverse/dae/pull/580) by (@mzz2017) +- docs(dns): add docs for #649 in [#687](https://github.com/daeuniverse/dae/pull/687) by (@EkkoG) +- docs(dns): fix typo in [#688](https://github.com/daeuniverse/dae/pull/688) by (@EkkoG) +- ci(release): draft release v0.9.0rc1 in [#690](https://github.com/daeuniverse/dae/pull/690) by (@dae-prow) +- ci(release): draft release v0.9.0rc2 in [#705](https://github.com/daeuniverse/dae/pull/705) by (@dae-prow) +- chore: more detail of Choose DNS path log in [#692](https://github.com/daeuniverse/dae/pull/692) by (@EkkoG) +- docs(run-on-alpine.md): update for Alpine's kernel changes in [#712](https://github.com/daeuniverse/dae/pull/712) by (@MarksonHon) + +**Example Config**: https://github.com/daeuniverse/dae/blob/v0.9.0/example.dae + +**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.8.0...v0.9.0 + +#### New Contributors + +- @seiuneko made their first contribution in [#700](https://github.com/daeuniverse/dae/pull/700) +- @cubatic45 made their first contribution in [#708](https://github.com/daeuniverse/dae/pull/708) + ### v0.9.0rc2 (Pre-release) > Release date: 2024/11/25 From af56e6a56cc4bd19769ffae9d055e1ff18766571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sumire=20=28=E8=8F=AB=29?= <151038614+sumire88@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:07:29 -0500 Subject: [PATCH 2/2] docs: update CHANGELOGS.md --- CHANGELOGS.md | 61 ++------------------------------------------------- 1 file changed, 2 insertions(+), 59 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 9587b89e0..6a6fe8533 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -15,10 +15,7 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. - [v0.9.0 (Latest)](#v090-latest) - -- [v0.9.0rc2 (Pre-release)](#v090rc2-pre-release) -- [v0.9.0rc1 (Pre-release)](#v090rc1-pre-release) -- [v0.8.0 (Latest)](#v080-latest) +- [v0.8.0](#v080) - [v0.7.4](#v074) - [v0.7.3 (Deprecated)](#v073-deprecated) - [v0.7.2 (Deprecated)](#v072-deprecated) @@ -87,61 +84,7 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '. - @seiuneko made their first contribution in [#700](https://github.com/daeuniverse/dae/pull/700) - @cubatic45 made their first contribution in [#708](https://github.com/daeuniverse/dae/pull/708) -### v0.9.0rc2 (Pre-release) - -> Release date: 2024/11/25 - -#### Features - -- feat/optimize(hy2): support human-readable bandwidth configuration in [#666](https://github.com/daeuniverse/dae/pull/666) by (@douglarek) -- feat(dns): support DoH, DoT, DoH3, DoQ in [#649](https://github.com/daeuniverse/dae/pull/649) by (@EkkoG) -- optimize: reduce memory usage by reading kallsyms only in the trace command in [#700](https://github.com/daeuniverse/dae/pull/700) by (@seiuneko) - -#### Bug Fixes - -- fix(routing): Fix MergeAndSortRulesOptimizer in [#682](https://github.com/daeuniverse/dae/pull/682) by (@jschwinger233) - -#### Others - -- ci(workflows/bpf-test): add BPF test to cover route logic in [#671](https://github.com/daeuniverse/dae/pull/671) by (@jschwinger233) -- refactor/optimize(bpf): rework bpf route with bpf_loop in [#580](https://github.com/daeuniverse/dae/pull/580) by (@mzz2017) -- docs(dns): add docs for #649 in [#687](https://github.com/daeuniverse/dae/pull/687) by (@EkkoG) -- docs(dns): fix typo in [#688](https://github.com/daeuniverse/dae/pull/688) by (@EkkoG) -- ci(release): draft release v0.9.0rc1 in [#690](https://github.com/daeuniverse/dae/pull/690) by (@dae-prow) - -**Example Config**: https://github.com/daeuniverse/dae/blob/v0.9.0rc2/example.dae - -**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.8.0...v0.9.0rc2 - -#### New Contributors - -- @seiuneko made their first contribution in [#700](https://github.com/daeuniverse/dae/pull/700) - -### v0.9.0rc1 (Pre-release) - -> Release date: 2024/11/03 - -#### Features - -- feat/optimize(hy2): support human-readable bandwidth configuration in [#666](https://github.com/daeuniverse/dae/pull/666) by (@douglarek) -- feat(dns): support DoH, DoT, DoH3, DoQ in [#649](https://github.com/daeuniverse/dae/pull/649) by (@EkkoG) - -#### Bug Fixes - -- fix(routing): Fix MergeAndSortRulesOptimizer in [#682](https://github.com/daeuniverse/dae/pull/682) by (@jschwinger233) - -#### Others - -- ci(workflows/bpf-test): add BPF test to cover route logic in [#671](https://github.com/daeuniverse/dae/pull/671) by (@jschwinger233) -- refactor/optimize(bpf): rework bpf route with bpf_loop in [#580](https://github.com/daeuniverse/dae/pull/580) by (@mzz2017) -- docs(dns): add docs for #649 in [#687](https://github.com/daeuniverse/dae/pull/687) by (@EkkoG) -- docs(dns): fix typo in [#688](https://github.com/daeuniverse/dae/pull/688) by (@EkkoG) - -**Example Config**: https://github.com/daeuniverse/dae/blob/v0.9.0rc1/example.dae - -**Full Changelog**: https://github.com/daeuniverse/dae/compare/v0.8.0...v0.9.0rc1 - -### v0.8.0 (Latest) +### v0.8.0 > Release date: 2024/10/11