From 282f11a7c21e29b163cb5ccfda0ac830e3fa6084 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Mon, 3 Jul 2023 13:40:30 +0300 Subject: [PATCH] Pull request 1903: upd-all Squashed commit of the following: commit 61838cb3e08dcfd16c9fa521a8243207ec2091aa Author: Ainar Garipov Date: Mon Jul 3 13:30:37 2023 +0300 all: upd i18n, svcs, tools, trackers --- CHANGELOG.md | 4 + client/src/__locales/vi.json | 2 +- client/src/__locales/zh-hk.json | 1 + client/src/helpers/trackers/trackers.json | 466 +++++++++++++++++++++- internal/filtering/servicelist.go | 130 +++++- internal/tools/go.mod | 2 +- internal/tools/go.sum | 5 +- 7 files changed, 601 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33baeb22..13965cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -137,6 +137,9 @@ In this release, the schema version has changed from 20 to 23. ### Deprecated +- `HEALTHCHECK` and `ENTRYPOINT` sections in `Dockerfile` ([#5939]). They cause + a lot of issues, especially with tools like `docker-compose` and `podman`, and + will be removed in a future release. - Flags `-h`, `--host`, `-p`, `--port` have been deprecated. The `-h` flag will work as an alias for `--help`, instead of the deprecated `--host` in the future releases. @@ -162,6 +165,7 @@ In this release, the schema version has changed from 20 to 23. [#5902]: https://github.com/AdguardTeam/AdGuardHome/issues/5902 [#5910]: https://github.com/AdguardTeam/AdGuardHome/issues/5910 [#5913]: https://github.com/AdguardTeam/AdGuardHome/issues/5913 +[#5939]: https://github.com/AdguardTeam/AdGuardHome/issues/5939