File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2222
2323---
2424
25+ ## 2.22.0 released 22-Nov-2025
26+
27+ * Feat: Kong Enterprise 3.4.3.22
28+ * Chore: clean up images after test to free up space.
29+ [ #709 ] ( https://github.com/Kong/kong-pongo/pull/709 )
30+
2531## 2.21.0 released 03-Oct-2025
2632
2733* Feat: Kong Enterprise 3.12.0.0
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ check [this blogpost on the Kong website](https://konghq.com/blog/custom-lua-plu
1818 | | | (_) | | | | (_| | (_) |
1919 \_| \___/|_| |_|\__, |\___/
2020 __/ |
21- |___/ v2.21 .0
21+ |___/ v2.22 .0
2222
2323Usage: pongo action [options...] [--] [action options...]
2424
Original file line number Diff line number Diff line change 44
55function globals {
66 # Project related global variables
7- PONGO_VERSION=2.20 .0
7+ PONGO_VERSION=2.22 .0
88
99 local script_path
1010 # explicitly resolve the link because realpath doesn't do it on Windows
You can’t perform that action at this time.
0 commit comments