Skip to content

Commit

Permalink
release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jan 20, 2023
1 parent 1313b38 commit 0953ff7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 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.3.0
|___/ v2.4.0
Usage: pongo action [options...] [--] [action options...]
Expand Down Expand Up @@ -802,7 +802,7 @@ The result should be a new PR on the Pongo repo.
* create a PR that changes Kong-Enterprise tests to use the Pongo release branch
* add a link in the PR description to the Pongo release PR for cross-referencing
* mark the PR as "draft"
* example where/how to make the change: https://github.com/Kong/kong-ee/pull/4156
* example where/how to make the change: https://github.com/Kong/kong-ee/pull/4156. Copy the to-do list from the PR description!
* make sure it passes, adjust if required
* merge the Pongo release branch, tag as `x.y.z`, and push the tag
* update Kong-Enterprise PR (created in the first step)
Expand All @@ -811,6 +811,22 @@ The result should be a new PR on the Pongo repo.
---
## 2.4.0 released 20-Jan-2023
* Fix: Redis certificates [#370](https://github.com/Kong/kong-pongo/pull/370)
* Feat: Kong Enterprise 3.1.1.1
* Feat: Kong Enterprise 3.1.1.0
* Feat: Kong Enterprise 3.0.2.0
* Feat: Kong OSS 3.1.1
* Feat: Kong OSS 3.0.2
* Feat: Kong OSS 2.8.2
## 2.3.0 released 9-Dec-2022
* Feat: Kong Enterprise 3.1.0.0
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.2.0
PONGO_VERSION=2.4.0

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

0 comments on commit 0953ff7

Please sign in to comment.