From 7a3e1dbc51a587450a40c5620251e645bf3758b9 Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:39:59 -0800 Subject: [PATCH] Fix: missing changelog entry for dependency bump (#8190) add missing entry to 3.8.1.0 and add detail to capture customer issue --- app/gateway/changelog.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/gateway/changelog.md b/app/gateway/changelog.md index 65c71e3250b8..9eea1c5aaddf 100644 --- a/app/gateway/changelog.md +++ b/app/gateway/changelog.md @@ -87,6 +87,7 @@ For product versions that have reached the end of sunset support, see the [chang * Bumped `lua-kong-nginx-module` from 0.11.0 to 0.11.1 to fix an issue where the upstream cert chain wasn't properly set. * Bumped `lua-resty-aws` to 1.5.4 to fix a bug inside region prefix generation. +* Bumped `lua-resty-azure` to 1.6.1 to fix a `GET` request build issue, which was causing problems with Azure secret references. ## 3.8.0.0 **Release Date** 2024/09/11 @@ -669,8 +670,8 @@ it can be configured by `pg_iam_auth_sts_endpoint_url` and `pg_ro_iam_auth_sts_e ### Dependencies -* Bumped lua-resty-aws to 1.5.3 to fix a bug related to STS regional endpoint. -* Bumped lua-resty-azure to 1.6.1 to fix a GET request build issue. +* Bumped `lua-resty-aws` to 1.5.3 to fix a bug related to STS regional endpoint. +* Bumped `lua-resty-azure` to 1.6.1 to fix a `GET` request build issue, which was causing problems with Azure secret references. * Made the RPM package relocatable with the default prefix set to `/`. ## 3.7.1.2 @@ -2683,7 +2684,7 @@ was called multiple times in a request lifecycle. * Bumped `LPEG` from 1.0.2 to 1.1.0 to keep the version consistent across all active branches. The version bump includes fixes like UTF-8 ranges, a larger limit for rules and matches, accumulator capture, and more. * Bumped `lua-resty-aws` to 1.5.3 to fix a bug related to the STS regional endpoint. -* Bumped `lua-resty-azure` to 1.6.1 to fix a `GET` request build issue. +* Bumped `lua-resty-azure` to 1.6.1 to fix a `GET` request build issue, which was causing problems with Azure secret references. * Made the RPM package relocatable with the default prefix set to `/`. ## 3.4.3.12