From eb97e7dc01a0ea147ea739d0d622a01c1657f1ae Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 12 Jul 2023 16:14:23 +0300 Subject: [PATCH] Pull request 1918: upd-chlog Squashed commit of the following: commit d5d21a8dd3ca892b8c9ba3d6c2154a99933d6dc3 Author: Ainar Garipov Date: Wed Jul 12 16:07:53 2023 +0300 all: upd chlog --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 264fa90a..0c3a8803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,15 +14,25 @@ and this project adheres to + + + + +## [v0.107.34] - 2023-07-12 + +See also the [v0.107.34 GitHub milestone][ms-v0.107.34]. + ### Security - Go version has been updated to prevent the possibility of exploiting the @@ -42,8 +52,9 @@ NOTE: Add new changes BELOW THIS COMMENT. In this release, the schema version has changed from 23 to 24. - Properties starting with `log_`, and `verbose` property, which used to set up - logging are now moved to the new object `log` containing new properties `file`, - `max_backups`, `max_size`, `max_age`, `compress`, `local_time`, and `verbose`: + logging are now moved to the new object `log` containing new properties + `file`, `max_backups`, `max_size`, `max_age`, `compress`, `local_time`, and + `verbose`: ```yaml # BEFORE: @@ -57,13 +68,13 @@ In this release, the schema version has changed from 23 to 24. # AFTER: 'log': - 'file': "" - 'max_backups': 0 - 'max_size': 100 - 'max_age': 3 - 'compress': false - 'local_time': false - 'verbose': false + 'file': "" + 'max_backups': 0 + 'max_size': 100 + 'max_age': 3 + 'compress': false + 'local_time': false + 'verbose': false ``` To rollback this change, remove the new object `log`, set back `log_` and @@ -95,11 +106,8 @@ In this release, the schema version has changed from 23 to 24. [#5972]: https://github.com/AdguardTeam/AdGuardHome/issues/5972 [#5990]: https://github.com/AdguardTeam/AdGuardHome/issues/5990 -[go-1.19.11]: https://groups.google.com/g/golang-announce/c/2q13H6LEEx0/m/sduSepLLBwAJ - - +[go-1.19.11]: https://groups.google.com/g/golang-announce/c/2q13H6LEEx0/m/sduSepLLBwAJ +[ms-v0.107.34]: https://github.com/AdguardTeam/AdGuardHome/milestone/69?closed=1 @@ -2234,11 +2242,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2]. -[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.33...HEAD +[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.34...HEAD +[v0.107.34]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.33...v0.107.34 [v0.107.33]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.32...v0.107.33 [v0.107.32]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.31...v0.107.32 [v0.107.31]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.30...v0.107.31