From a5f059b1f54f1948409f4e64110fb4b89f7b2b34 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 1 Feb 2023 16:55:18 +0300 Subject: [PATCH] Pull request: upd-chlog Merge in DNS/adguard-home from upd-chlog to master Squashed commit of the following: commit ce9ebccf73e2418503cd905eebd62b95fdb7a71e Author: Ainar Garipov Date: Wed Feb 1 16:39:20 2023 +0300 all: upd chlog; imp go-lint --- CHANGELOG.md | 25 +++++++++++++++++++------ scripts/make/go-lint.sh | 5 +++-- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 764b5750..269ea042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,15 +14,25 @@ and this project adheres to + + + + +## [v0.107.23] - 2023-02-01 + +See also the [v0.107.23 GitHub milestone][ms-v0.107.23]. + ### Added - DNS64 support ([#5117]). The function may be enabled with new `use_dns64` @@ -48,6 +58,8 @@ NOTE: Add new changes BELOW THIS COMMENT. [#5245]: https://github.com/AdguardTeam/AdGuardHome/issues/5245 [#5375]: https://github.com/AdguardTeam/AdGuardHome/issues/5375 +[ms-v0.107.23]: https://github.com/AdguardTeam/AdGuardHome/milestone/59?closed=1 + ## [v0.107.22] - 2023-01-19 @@ -1566,11 +1578,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2]. -[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.22...HEAD +[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.23...HEAD +[v0.107.23]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.22...v0.107.23 [v0.107.22]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.21...v0.107.22 [v0.107.21]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.20...v0.107.21 [v0.107.20]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.19...v0.107.20 diff --git a/scripts/make/go-lint.sh b/scripts/make/go-lint.sh index 245211be..318878eb 100644 --- a/scripts/make/go-lint.sh +++ b/scripts/make/go-lint.sh @@ -228,8 +228,9 @@ gocyclo --over 13 ./internal/dhcpd ./internal/filtering/ ./internal/home/ # Apply stricter standards to new or somewhat refactored code. gocyclo --over 10 ./internal/aghio/ ./internal/aghnet/ ./internal/aghos/\ ./internal/aghtest/ ./internal/dnsforward/ ./internal/filtering/rewrite/\ - ./internal/stats/ ./internal/tools/ ./internal/updater/ ./internal/next/\ - ./internal/version/ ./scripts/vetted-filters/ ./main.go + ./internal/stats/ ./internal/tools/ ./internal/updater/ ./internal/next/\ + ./internal/version/ ./scripts/blocked-services/ ./scripts/vetted-filters/\ + ./main.go ineffassign ./...