Skip to content

Commit

Permalink
release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Mar 24, 2023
1 parent 66d2089 commit 57259bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ check [this blogpost on the Kong website](https://konghq.com/blog/custom-lua-plu
| | | (_) | | | | (_| | (_) |
\_| \___/|_| |_|\__, |\___/
__/ |
|___/ v2.5.0
|___/ v2.6.0
Usage: pongo action [options...] [--] [action options...]
Expand Down Expand Up @@ -811,12 +811,20 @@ The result should be a new PR on the Pongo repo.
---
## 2.5.x unreleased
## 2.6.0 released 23-Mar-2023
* Feat: Kong OSS 3.2.2
* Feat: Kong Enterprise 3.2.2.0
* Feat: Kong Enterprise 3.2.1.0
* Fix: Add missing `fuser` and `netstat` utility that is required for certain test functions
[#384](https://github.com/Kong/kong-pongo/pull/384).
* Fix: compile rocks using the Kong shipped crypto libraries
[#382](https://github.com/Kong/kong-pongo/pull/382).
* Fix: setting the LD_PATH broke some other tools. If needed now has to be set
on a per-plugin basis.
[#390](https://github.com/Kong/kong-pongo/pull/390).
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.5.0
PONGO_VERSION=2.6.0

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

0 comments on commit 57259bf

Please sign in to comment.