Skip to content

Commit

Permalink
ci(release): draft release v0.9.0rc1 (#690)
Browse files Browse the repository at this point in the history
Co-authored-by: dae-prow-robot <[email protected]>
Co-authored-by: sumire88 <[email protected]>
  • Loading branch information
3 people authored Nov 3, 2024
1 parent efdf6dd commit d3ab0b2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.

<!-- BEGIN NEW TOC ENTRY -->

- [v0.9.0rc1 (Pre-release)](#v090rc1-pre-release)
- [v0.8.0 (Latest)](#v080-latest)
- [v0.7.4](#v074)
- [v0.7.3 (Deprecated)](#v073-deprecated)
Expand Down Expand Up @@ -45,6 +46,30 @@ curl --silent "https://api.github.com/repos/daeuniverse/dae/releases" | jq -r '.
- [v0.1.0](#v010)
<!-- BEGIN NEW CHANGELOGS -->

### 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)

> Release date: 2024/10/11
Expand Down

0 comments on commit d3ab0b2

Please sign in to comment.