Skip to content

Commit

Permalink
chore(deps): bump lua-ffi-zlib to 0.6 and remove zlib dev packages fr…
Browse files Browse the repository at this point in the history
…om artifact dependency (#11373)

Fix KAG-2241
  • Loading branch information
fffonion authored Aug 18, 2023
1 parent 72b1f62 commit e2f4852
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@
[#11071](https://github.com/Kong/kong/pull/11071)
- Bumped lua-resty-lmdb from 1.1.0 to 1.3.0
[#11227](https://github.com/Kong/kong/pull/11227)
- Bumped lua-ffi-zlib from 0.5 to 0.6
[#11373](https://github.com/Kong/kong/pull/11373)

### Known Issues
- Some referenceable configuration fields, such as the `http_endpoint` field
Expand Down
2 changes: 0 additions & 2 deletions build/package/nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ overrides:
- ca-certificates
- libpcre3
- perl
- zlib1g-dev
- libyaml-0-2
rpm:
depends:
Expand All @@ -61,7 +60,6 @@ overrides:
- perl
- perl-Time-HiRes
- zlib
- zlib-devel
- libyaml
# Workaround for https://github.com/goreleaser/nfpm/issues/589
- ${RPM_EXTRA_DEPS}
Expand Down
2 changes: 1 addition & 1 deletion kong-3.5.0-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = {
"penlight == 1.13.1",
"lua-resty-http == 0.17.1",
"lua-resty-jit-uuid == 0.0.7",
"lua-ffi-zlib == 0.5",
"lua-ffi-zlib == 0.6",
"multipart == 0.5.9",
"version == 1.0.1",
"kong-lapis == 1.14.0.2",
Expand Down

1 comment on commit e2f4852

@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:e2f485205fcc272b21ebf52610cf3b0fcf1f22ce
Artifacts available https://github.com/Kong/kong/actions/runs/5900504252

Please sign in to comment.