Skip to content
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@

---

## 2.28.1 released 10-Sep-2026

* Fix: install grpcurl for the target build's architecture in Dockerfile.
[#824](https://github.com/Kong/kong-pongo/pull/824)

## 2.28.0 released 9-Sep-2026

* Fix: use Kong's grpcbin.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ check [this blogpost on the Kong website](https://konghq.com/blog/custom-lua-plu
| | | (_) | | | | (_| | (_) |
\_| \___/|_| |_|\__, |\___/
__/ |
|___/ v2.28.0
|___/ v2.28.1

Usage: pongo action [options...] [--] [action options...]

Expand Down
2 changes: 1 addition & 1 deletion pongo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

function globals {
# Project related global variables
PONGO_VERSION=2.28.0
PONGO_VERSION=2.28.1

local script_path
# explicitly resolve the link because realpath doesn't do it on Windows
Expand Down
Loading