From a15ad8c1efcc972459618c0872a2b13b5771b5c7 Mon Sep 17 00:00:00 2001 From: Jiri Kozel Date: Fri, 10 Nov 2023 11:06:35 +0100 Subject: [PATCH] Add v1.22.2 to CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d53e0642..728fdfb4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,21 @@ ``` LAYMAN_CLIENT_VERSION=v1.17.1 ``` + It was already required in v1.22.2. ### Migrations and checks #### Schema migrations #### Data migrations ### Changes +- All changes from [v1.22.1](#v1221) and [v1.22.2](#v1222). + +## v1.22.2 + 2023-11-10 +### Upgrade requirements +- Change environment variable [LAYMAN_CLIENT_VERSION](doc/env-settings.md#LAYMAN_CLIENT_VERSION): + ``` + LAYMAN_CLIENT_VERSION=v1.17.1 + ``` +### Changes - [#958](https://github.com/LayerManager/layman/issues/958) Fix `X-Forwarded-Proto` on LTC proxy with https protocol in demo environment. - [#956](https://github.com/LayerManager/layman/issues/956) Fix login to GeoServer with https protocol. - [#952](https://github.com/LayerManager/layman/issues/952) Fix patch saving publication files before access right validation.