From 52bc1b3f1069788004c85ffecc30fe16d59a0bd1 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Fri, 4 Mar 2022 15:38:59 +0300 Subject: [PATCH] all: upd go, chlog --- CHANGELOG.md | 30 ++++++++++++++++++++++-------- bamboo-specs/release.yaml | 6 +++--- bamboo-specs/test.yaml | 2 +- 3 files changed, 26 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b83fc01..0be23d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,15 +91,28 @@ In this release, the schema version has changed from 12 to 13. +## [v0.107.5] - 2022-03-04 + +This is a security update. + +### Security + +- Go version was updated to prevent the possibility of exploiting the + [CVE-2022-24921] vulnerability. + +[CVE-2022-24921]: https://www.cvedetails.com/cve/CVE-2022-24921 + + + ## [v0.107.4] - 2022-03-01 See also the [v0.107.4 GitHub milestone][ms-v0.107.4]. @@ -113,8 +126,8 @@ See also the [v0.107.4 GitHub milestone][ms-v0.107.4]. ### Security -- Go version was updated to prevent the possibility of exploiting - [CVE-2022-23806], [CVE-2022-23772], and [CVE-2022-23773]. +- Go version was updated to prevent the possibility of exploiting the + [CVE-2022-23806], [CVE-2022-23772], and [CVE-2022-23773] vulnerabilities. [#4216]: https://github.com/AdguardTeam/AdGuardHome/issues/4216 [#4254]: https://github.com/AdguardTeam/AdGuardHome/issues/4254 @@ -841,11 +854,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2]. -[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.4...HEAD +[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.5...HEAD +[v0.107.5]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.4...v0.107.5 [v0.107.4]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.3...v0.107.4 [v0.107.3]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.2...v0.107.3 [v0.107.2]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.1...v0.107.2 diff --git a/bamboo-specs/release.yaml b/bamboo-specs/release.yaml index 64856bf3..d203ac01 100644 --- a/bamboo-specs/release.yaml +++ b/bamboo-specs/release.yaml @@ -7,7 +7,7 @@ # Make sure to sync any changes with the branch overrides below. 'variables': 'channel': 'edge' - 'dockerGo': 'adguard/golang-ubuntu:3.9' + 'dockerGo': 'adguard/golang-ubuntu:3.10' 'stages': - 'Make release': @@ -266,7 +266,7 @@ # need to build a few of these. 'variables': 'channel': 'beta' - 'dockerGo': 'adguard/golang-ubuntu:3.9' + 'dockerGo': 'adguard/golang-ubuntu:3.10' # release-vX.Y.Z branches are the branches from which the actual final release # is built. - '^release-v[0-9]+\.[0-9]+\.[0-9]+': @@ -281,4 +281,4 @@ # are the ones that actually get released. 'variables': 'channel': 'release' - 'dockerGo': 'adguard/golang-ubuntu:3.9' + 'dockerGo': 'adguard/golang-ubuntu:3.10' diff --git a/bamboo-specs/test.yaml b/bamboo-specs/test.yaml index dc0dd499..6515ac78 100644 --- a/bamboo-specs/test.yaml +++ b/bamboo-specs/test.yaml @@ -5,7 +5,7 @@ 'key': 'AHBRTSPECS' 'name': 'AdGuard Home - Build and run tests' 'variables': - 'dockerGo': 'adguard/golang-ubuntu:3.9' + 'dockerGo': 'adguard/golang-ubuntu:3.10' 'stages': - 'Tests':