Skip to content

Commit

Permalink
chore(deps) bump luasec from 1.1.0 to 1.2.0 (#9205)
Browse files Browse the repository at this point in the history
### Summary

* Add key material export method
* Backguard compat for openssl on providers, like LTS linuxes
  • Loading branch information
bungle authored and StarlightIbuki committed Aug 9, 2022
1 parent f241e1d commit 9316a5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,9 @@
[#9165](https://github.com/Kong/kong/pull/9165)
- Bumped luarocks from 3.8.0 to 3.9.0
[#8700](https://github.com/Kong/kong/pull/8700)
- Bumped luasec from 1.0.2 to 1.1.0
- Bumped luasec from 1.0.2 to 1.2.0
[#8754](https://github.com/Kong/kong/pull/8754)
[#8754](https://github.com/Kong/kong/pull/9205)
- Bumped resty.healthcheck from 1.5.0 to 1.6.1
[#8755](https://github.com/Kong/kong/pull/8755)
[#9018](https://github.com/Kong/kong/pull/9018)
Expand Down Expand Up @@ -374,9 +375,9 @@ a restart (e.g., upon a plugin server crash).
- **Zipkin**: Correct the balancer spans' duration to include the connection time
from Nginx to the upstream.
[#8848](https://github.com/Kong/kong/pull/8848)
- **AWS-Lambda**: Change path from request_uri to upstream_uri, fix uri can not follow the rule defined in the request-transformer configuration
[#9058](https://github.com/Kong/kong/pull/9058) [#9129](https://github.com/Kong/kong/pull/9129)
- **AWS-Lambda**: Change path from request_uri to upstream_uri, fix uri can not follow the rule defined in the request-transformer configuration
[#9058](https://github.com/Kong/kong/pull/9058) [#9129](https://github.com/Kong/kong/pull/9129)


#### Clustering

Expand Down
2 changes: 1 addition & 1 deletion kong-3.0.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = {
}
dependencies = {
"inspect == 3.1.3",
"luasec == 1.1.0",
"luasec == 1.2.0",
"luasocket == 3.0-rc1",
"penlight == 1.12.0",
"lua-resty-http ~> 0.17",
Expand Down

0 comments on commit 9316a5d

Please sign in to comment.