File tree Expand file tree Collapse file tree 3 files changed +38
-2
lines changed
Expand file tree Collapse file tree 3 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 2222
2323---
2424
25+ ## 2.24.0 released 04-Dec-2025
26+
27+ * Chore: disable the test coverage by default.
28+ [ #713 ] ( https://github.com/Kong/kong-pongo/pull/713 )
29+
30+ * Feat: Kong Enterprise 3.11.0.1
31+
32+ * Feat: Kong Enterprise 3.11.0.2
33+
34+ * Feat: Kong Enterprise 3.11.0.3
35+
36+ * Feat: Kong Enterprise 3.11.0.4
37+
38+ * Feat: Kong Enterprise 3.11.0.5
39+
40+ * Feat: Kong Enterprise 3.11.0.6
41+
42+ * Feat: Kong Enterprise 3.10.0.4
43+
44+ * Feat: Kong Enterprise 3.10.0.5
45+
46+ * Feat: Kong Enterprise 3.10.0.6
47+
48+ * Feat: Kong Enterprise 3.9.1.2
49+
50+ * Feat: Kong Enterprise 3.8.1.2
51+
52+ * Feat: Kong Enterprise 3.4.3.21
53+
54+ ## 2.23.0 released 02-Dec-2025
55+
56+ * Fix: use version v2 of docker-compose for the base image.
57+ [ #711 ] ( https://github.com/Kong/kong-pongo/pull/711 )
58+
59+ * Feat: Kong Enterprise 3.12.0.1
60+
2561## 2.22.0 released 22-Nov-2025
2662
2763* Feat: Kong Enterprise 3.4.3.22
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.22 .0
21+ |___/ v2.24 .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.22 .0
7+ PONGO_VERSION=2.24 .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