Pull request 2443: Update changelog

Merge in DNS/adguard-home from upd-chlog to master

Squashed commit of the following:

commit 3b91b703278a3dd9a9620befb762f5cc6797a2cd
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Mon Jul 28 17:35:06 2025 +0300

    all: upd specs

commit 86f919a5530d2046293a30ed084afe13f6d91746
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date:   Mon Jul 28 17:34:10 2025 +0300

    all: upd chlog
This commit is contained in:
Eugene Burkov
2025-07-28 17:48:18 +03:00
parent af5bc625b4
commit 87f6895e59
3 changed files with 20 additions and 15 deletions

View File

@@ -9,14 +9,21 @@ The format is based on [*Keep a Changelog*](https://keepachangelog.com/en/1.0.0/
<!--
## [v0.108.0] TBA
## [v0.107.64] - 2025-07-15 (APPROX.)
## [v0.107.65] - 2025-07-30 (APPROX.)
See also the [v0.107.64 GitHub milestone][ms-v0.107.64].
See also the [v0.107.65 GitHub milestone][ms-v0.107.65].
[ms-v0.107.64]: https://github.com/AdguardTeam/AdGuardHome/milestone/99?closed=1
[ms-v0.107.65]: https://github.com/AdguardTeam/AdGuardHome/milestone/100?closed=1
NOTE: Add new changes BELOW THIS COMMENT.
-->
<!--
NOTE: Add new changes ABOVE THIS COMMENT.
-->
## [v0.107.64] - 2025-07-28
See also the [v0.107.64 GitHub milestone][ms-v0.107.64].
### Security
@@ -31,10 +38,7 @@ NOTE: Add new changes BELOW THIS COMMENT.
[#7903]: https://github.com/AdguardTeam/AdGuardHome/issues/7903
[go-1.24.5]: https://groups.google.com/g/golang-announce/c/gTNJnDXmn34
<!--
NOTE: Add new changes ABOVE THIS COMMENT.
-->
[ms-v0.107.64]: https://github.com/AdguardTeam/AdGuardHome/milestone/99?closed=1
## [v0.107.63] - 2025-06-26
@@ -3173,11 +3177,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2].
[ms-v0.104.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/28?closed=1
<!--
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.64...HEAD
[v0.107.64]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.63...v0.107.64
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.65...HEAD
[v0.107.65]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.64...v0.107.65
-->
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.63...HEAD
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.64...HEAD
[v0.107.64]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.63...v0.107.64
[v0.107.63]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.62...v0.107.63
[v0.107.62]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.61...v0.107.62
[v0.107.61]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.60...v0.107.61

View File

@@ -8,7 +8,7 @@
'variables':
'channel': 'edge'
'dockerFrontend': 'adguard/home-js-builder:3.1'
'dockerGo': 'adguard/go-builder:1.24.5--1'
'dockerGo': 'adguard/go-builder:1.24.5--2'
'stages':
- 'Build frontend':
@@ -279,7 +279,7 @@
'variables':
'channel': 'beta'
'dockerFrontend': 'adguard/home-js-builder:3.1'
'dockerGo': 'adguard/go-builder:1.24.5--1'
'dockerGo': 'adguard/go-builder:1.24.5--2'
# release-vX.Y.Z branches are the branches from which the actual final
# release is built.
- '^release-v[0-9]+\.[0-9]+\.[0-9]+':
@@ -295,4 +295,4 @@
'variables':
'channel': 'release'
'dockerFrontend': 'adguard/home-js-builder:3.1'
'dockerGo': 'adguard/go-builder:1.24.5--1'
'dockerGo': 'adguard/go-builder:1.24.5--2'

View File

@@ -6,7 +6,7 @@
'name': 'AdGuard Home - Build and run tests'
'variables':
'dockerFrontend': 'adguard/home-js-builder:3.1'
'dockerGo': 'adguard/go-builder:1.24.5--1'
'dockerGo': 'adguard/go-builder:1.24.5--2'
'channel': 'development'
'stages':
@@ -234,5 +234,5 @@
# may need to build a few of these.
'variables':
'dockerFrontend': 'adguard/home-js-builder:3.1'
'dockerGo': 'adguard/go-builder:1.24.5--1'
'dockerGo': 'adguard/go-builder:1.24.5--2'
'channel': 'candidate'