Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 2.15.0 #641

Merged
merged 1 commit into from
Dec 19, 2024
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,28 @@

## Unreleased...

---

## 2.15.0 released 17-Dec-2024

* Fix: pass http-proxy variables when building `expose`
[#637](https://github.com/Kong/kong-pongo/pull/637).

* Feat: prepare for LuaCov html reporter (in LuaCov 0.16.0)
[#638](https://github.com/Kong/kong-pongo/pull/638).

* Feat: Kong Enterprise 3.9.0.0

* Feat: Kong Enterprise 3.8.1.0

* Feat: Kong Enterprise 3.7.1.3

* Feat: Kong Enterprise 3.6.1.8

* Feat: Kong Enterprise 3.4.3.13

* Feat: Kong OSS 3.9.0

---

## 2.14.0 released 24-Sep-2024
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.14.0
|___/ v2.15.0

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.14.0
PONGO_VERSION=2.15.0

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