Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(rockspec) bump lua-resty-healthcheck to 1.6.1 #9150

Merged
merged 2 commits into from
Aug 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@
migrations, designating a function to call. The `up_f` part is
invoked after the `up` part has been executed against the database
for both Postgres and Cassandra.

- A new CLI command, `kong migrations status`, generates the status on a JSON file.

### Dependencies
Expand All @@ -255,9 +254,10 @@
[#8700](https://github.com/Kong/kong/pull/8700)
- Bumped luasec from 1.0.2 to 1.1.0
[#8754](https://github.com/Kong/kong/pull/8754)
- Bumped resty.healthcheck from 1.5.0 to 1.6.0
- 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)
[#9150](https://github.com/Kong/kong/pull/9150)
- Bumped resty.cassandra from 1.5.1 to 1.5.2
[#8845](https://github.com/Kong/kong/pull/8845)

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 @@ -33,7 +33,7 @@ dependencies = {
"luaxxhash >= 1.0",
"lua-protobuf == 0.3.3",
"lua-resty-worker-events == 1.0.0",
"lua-resty-healthcheck == 1.6.0",
"lua-resty-healthcheck == 1.6.1",
"lua-resty-mlcache == 2.5.0",
"lua-messagepack == 0.5.2",
"lua-resty-openssl == 0.8.10",
Expand Down