diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e38b6b..fa04f0a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,21 @@ The format is based on [*Keep a Changelog*](https://keepachangelog.com/en/1.0.0/ + + +## [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 - - +[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.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 diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 27b7217e..116ade6f 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -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' diff --git a/bamboo-specs/test.yaml b/bamboo-specs/test.yaml index ef116eaf..3c94be2f 100644 --- a/bamboo-specs/test.yaml +++ b/bamboo-specs/test.yaml @@ -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'