Skip to content

Commit

Permalink
chore(deps) bump resty.acme from 0.7.2 to 0.8.0
Browse files Browse the repository at this point in the history
### Summary

## [0.8.0] - 2022-04-08
### bug fixes
- **tests:** allow to try infinitely for bad nonce in CI [0170c6d](fffonion/lua-resty-acme@0170c6d)
- **tls-alpn-01:** delegate resty.ssl to set alpns [c59098b](fffonion/lua-resty-acme@c59098b)

### features
- **autossl:** add certificate renewal cooloff period ([#59](fffonion/lua-resty-acme#59)) [9255220](fffonion/lua-resty-acme@9255220)
  • Loading branch information
bungle authored and dndx committed Apr 13, 2022
1 parent 327144a commit b99d45c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
### Deprecations

- The `go_pluginserver_exe` and `go_plugins_dir` directives are no longer supported.
[#8552](https://github.com/Kong/kong/pull/8552). If you are using
[#8552](https://github.com/Kong/kong/pull/8552). If you are using
[Go plugin server](https://github.com/Kong/go-pluginserver), please migrate your plugins to use the
[Go PDK](https://github.com/Kong/go-pdk) before upgrading.

Expand All @@ -92,8 +92,8 @@
`ngx.ctx.proxy_cache_hit` anymore. Logging plugins that need the response data
must read it from `kong.ctx.shared.proxy_cache_hit` from Kong 3.0 on.
[#8607](https://github.com/Kong/kong/pull/8607)
- PDK now return `Uint8Array` and `bytes` for JavaScript's `kong.request.getRawBody`,
`kong.response.getRawBody`, `kong.service.response.getRawBody` and Python's `kong.request.get_raw_body`,
- PDK now return `Uint8Array` and `bytes` for JavaScript's `kong.request.getRawBody`,
`kong.response.getRawBody`, `kong.service.response.getRawBody` and Python's `kong.request.get_raw_body`,
`kong.response.get_raw_body`, `kong.service.response.get_raw_body` respectively.
[#8623](https://github.com/Kong/kong/pull/8623)

Expand All @@ -112,12 +112,14 @@
[#8592](https://github.com/Kong/kong/pull/8592)
- Bumped inspect from 3.1.2 to 3.1.3
[#8589](https://github.com/Kong/kong/pull/8589)
- Bumped resty.acme from 0.7.2 to 0.8.0
[#8680](https://github.com/Kong/kong/pull/8680

### Additions

#### Plugins

- **Zipkin**: add support for including HTTP path in span name
- **Zipkin**: add support for including HTTP path in span name
through configuration property `http_span_name`.
[#8150](https://github.com/Kong/kong/pull/8150)

Expand Down
2 changes: 1 addition & 1 deletion kong-2.8.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = {
"lua-resty-openssl == 0.8.7",
"lua-resty-counter == 0.2.1",
"lua-resty-ipmatcher == 0.6.1",
"lua-resty-acme == 0.7.2",
"lua-resty-acme == 0.8.0",
"lua-resty-session == 3.10",
}
build = {
Expand Down

0 comments on commit b99d45c

Please sign in to comment.