Skip to content

Commit

Permalink
chore(deps): bump resty.aws from 1.3.2 to 1.3.5 (#11613)
Browse files Browse the repository at this point in the history
### Summary

#### 1.3.5 (19-Sep-2023)

- fix: lazily initialize structures to avoid c-boundary errors on require
  [87](Kong/lua-resty-aws#87)

#### 1.3.4 (13-Sep-2023)

- fix: remove more module-level uses of config.global
  [83](Kong/lua-resty-aws#83)

#### 1.3.3 (13-Sep-2023)

- fix: don't invoke region detection code on the module toplevel and advise against trying to.
  [81](Kong/lua-resty-aws#81)

Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
  • Loading branch information
bungle authored Sep 19, 2023
1 parent be0aee6 commit 84ef30c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG/unreleased/kong/11613.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
message: "Bumped lua-resty-aws from 1.3.2 to 1.3.5"
type: dependency
prs:
- 11613
2 changes: 1 addition & 1 deletion kong-3.5.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = {
"lua-protobuf == 0.5.0",
"lua-resty-healthcheck == 1.6.3",
"lua-messagepack == 0.5.2",
"lua-resty-aws == 1.3.2",
"lua-resty-aws == 1.3.5",
"lua-resty-openssl == 0.8.25",
"lua-resty-counter == 0.2.1",
"lua-resty-ipmatcher == 0.6.1",
Expand Down

1 comment on commit 84ef30c

@khcp-gha-bot
Copy link

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:84ef30c899b9b9a3a31492f65749cb8a2755d571
Artifacts available https://github.com/Kong/kong/actions/runs/6237881532

Please sign in to comment.