From 78285f0f068de5d12ce8b36f43571412c2ceb3a5 Mon Sep 17 00:00:00 2001 From: Keery Nie Date: Mon, 5 Aug 2024 10:51:04 +0800 Subject: [PATCH] chore(deps): bump lua-resty-aws to 1.5.3 (#13433) KAG-5021 --- changelog/unreleased/kong/bump-lua-resty-aws.yml | 3 +++ kong-3.8.0-0.rockspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelog/unreleased/kong/bump-lua-resty-aws.yml diff --git a/changelog/unreleased/kong/bump-lua-resty-aws.yml b/changelog/unreleased/kong/bump-lua-resty-aws.yml new file mode 100644 index 000000000000..5c84bdf20759 --- /dev/null +++ b/changelog/unreleased/kong/bump-lua-resty-aws.yml @@ -0,0 +1,3 @@ +message: "Bumped lua-resty-aws to 1.5.3 to fix a bug related to STS regional endpoint." +type: dependency +scope: Core diff --git a/kong-3.8.0-0.rockspec b/kong-3.8.0-0.rockspec index 950ea3ded642..af013410f436 100644 --- a/kong-3.8.0-0.rockspec +++ b/kong-3.8.0-0.rockspec @@ -33,7 +33,7 @@ dependencies = { "lua-protobuf == 0.5.1", "lua-resty-healthcheck == 3.1.0", "lua-messagepack == 0.5.4", - "lua-resty-aws == 1.5.0", + "lua-resty-aws == 1.5.3", "lua-resty-openssl == 1.5.0", "lua-resty-gcp == 0.0.13", "lua-resty-counter == 0.2.1",