From 0e5e8e4dde7ab43a5c97ab41fdadf734d7063681 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Wed, 3 Jul 2024 15:08:17 +0300 Subject: [PATCH] Pull request 2247: Upd Go Squashed commit of the following: commit 9dc0d489601764003adc2d7c4ae73c45c9d07bba Author: Eugene Burkov Date: Wed Jul 3 14:23:03 2024 +0300 client: fix some locales commit a130e205509cbd423c9c9793824a84b550cee0e5 Author: Eugene Burkov Date: Wed Jul 3 14:09:09 2024 +0300 client: upd translations commit aeccb20b6172fb019cee8820a9087a573a4fbacf Author: Eugene Burkov Date: Wed Jul 3 14:04:12 2024 +0300 all: upd services, trackers commit f6a7f34e17b89f22fcfaed5001c256f12653663b Author: Eugene Burkov Date: Wed Jul 3 13:32:55 2024 +0300 all: imp fmt commit e8b561175c0bfd6415dcb97c98400543906fb097 Author: Eugene Burkov Date: Wed Jul 3 13:27:47 2024 +0300 all: add linebreak commit 2b28fa107bf43eb3b7a1878716fb5cc0ec2204d2 Author: Eugene Burkov Date: Wed Jul 3 13:17:30 2024 +0300 all: upd go --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- CHANGELOG.md | 6 ++ Makefile | 2 +- bamboo-specs/release.yaml | 8 +-- bamboo-specs/test.yaml | 6 +- client/src/__locales/cs.json | 2 +- client/src/__locales/da.json | 2 +- client/src/__locales/de.json | 2 +- client/src/__locales/es.json | 2 +- client/src/__locales/fa.json | 1 + client/src/__locales/fr.json | 2 +- client/src/__locales/hr.json | 9 ++- client/src/__locales/it.json | 2 +- client/src/__locales/ja.json | 2 +- client/src/__locales/ko.json | 2 +- client/src/__locales/nl.json | 4 +- client/src/__locales/pt-br.json | 2 +- client/src/__locales/pt-pt.json | 2 +- client/src/__locales/ru.json | 2 +- client/src/__locales/sk.json | 10 +-- client/src/__locales/tr.json | 2 +- client/src/__locales/zh-cn.json | 2 +- client/src/__locales/zh-tw.json | 2 +- client/src/helpers/trackers/trackers.json | 75 ++++++++++++++++++++++- go.mod | 2 +- internal/filtering/servicelist.go | 4 +- internal/tools/go.mod | 7 ++- internal/tools/go.sum | 14 +++-- 29 files changed, 132 insertions(+), 48 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38638980..5320febf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ 'name': 'build' 'env': - 'GO_VERSION': '1.22.4' + 'GO_VERSION': '1.22.5' 'NODE_VERSION': '16' 'on': diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 89d2fada..1426768a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ 'name': 'lint' 'env': - 'GO_VERSION': '1.22.4' + 'GO_VERSION': '1.22.5' 'on': 'push': diff --git a/CHANGELOG.md b/CHANGELOG.md index 89065487..3e3951a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,11 @@ See also the [v0.107.52 GitHub milestone][ms-v0.107.52]. NOTE: Add new changes BELOW THIS COMMENT. --> +### Security + +- Go version has been updated to prevent the possibility of exploiting the Go + vulnerabilities fixed in [Go 1.22.5][go-1.22.5]. + ### Added - The ability to disable logging using the new `log.enabled` configuration @@ -68,6 +73,7 @@ NOTE: Add new changes BELOW THIS COMMENT. [#7076]: https://github.com/AdguardTeam/AdGuardHome/issues/7076 [#7079]: https://github.com/AdguardTeam/AdGuardHome/issues/7079 +[go-1.22.5]: https://groups.google.com/g/golang-announce/c/gyb7aM1C9H4 [install-script]: https://github.com/AdguardTeam/AdGuardHome/?tab=readme-ov-file#automated-install-linux-and-mac