Skip to content

Commit

Permalink
chore(deps): bump lua-resty-aws to 1.5.4 (#13700)
Browse files Browse the repository at this point in the history
Bump the library to fix a bug inside the underlying region prefix-generating logic. This bug will cause the library to use a wrong generated service endpoint in certain regions.

FTI-6159
  • Loading branch information
windmgc authored Oct 15, 2024
1 parent 4889071 commit 9f6bc6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog/unreleased/kong/bump-lua-resty-aws.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: "Bumped lua-resty-aws to 1.5.4, to fix a bug inside region prefix generating"
type: dependency
2 changes: 1 addition & 1 deletion kong-3.9.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = {
"lua-protobuf == 0.5.2",
"lua-resty-healthcheck == 3.1.0",
"lua-messagepack == 0.5.4",
"lua-resty-aws == 1.5.3",
"lua-resty-aws == 1.5.4",
"lua-resty-openssl == 1.5.1",
"lua-resty-gcp == 0.0.13",
"lua-resty-counter == 0.2.1",
Expand Down

1 comment on commit 9f6bc6b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:9f6bc6be489578e51454fabc4b92b26870b044aa
Artifacts available https://github.com/Kong/kong/actions/runs/11338532709

Please sign in to comment.