Skip to content

Commit

Permalink
release 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed May 30, 2024
1 parent c4b50cd commit 8268b1d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
37 changes: 21 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,44 +22,49 @@

---

## 2.11.1 released 30-May-2024

* Fix: if no health-checks are defined for a dependency then assume it to be healthy.
[#563](https://github.com/Kong/kong-pongo/pull/563).

---

## 2.11.0 released 29-May-2024

* Feat: add `HEALTH_TIMEOUT` option to not hang forever if a dependency container
fails to start properly. Defaults to 60 (seconds). Also deprecates `SERVICE_DISABLE_HEALTCHECK`,
since that can now be done using `HEALTH_TIMEOUT=0`.
[#554](https://github.com/Kong/kong-pongo/pull/554).

* Feat: Kong Enterprise 2.8.4.7

* Feat: Kong Enterprise 2.8.4.8
* Feat: Kong Enterprise 3.7.0.0

* Feat: Kong Enterprise 2.8.4.9
* Feat: Kong Enterprise 3.6.1.3

* Feat: Kong Enterprise 3.4.3.4
* Feat: Kong Enterprise 3.6.1.2

* Feat: Kong Enterprise 3.4.3.5
* Feat: Kong Enterprise 3.6.1.1

* Feat: Kong Enterprise 3.4.3.6
* Feat: Kong Enterprise 3.6.1.0

* Feat: Kong Enterprise 3.6.0.0

* Feat: Kong Enterprise 3.6.1.0

* Feat: Kong Enterprise 3.6.1.1
* Feat: Kong Enterprise 3.4.3.6

* Feat: Kong Enterprise 3.6.1.2
* Feat: Kong Enterprise 3.4.3.5

* Feat: Kong Enterprise 3.6.1.3
* Feat: Kong Enterprise 3.4.3.4

* Feat: Kong Enterprise 3.7.0.0
* Feat: Kong Enterprise 2.8.4.9

* Feat: Kong OSS 3.6.0
* Feat: Kong Enterprise 2.8.4.8

* Feat: Kong OSS 3.6.1
* Feat: Kong Enterprise 2.8.4.7

* Feat: Kong OSS 3.7.0

* Feat: Kong OSS 3.7.0
* Feat: Kong OSS 3.6.1

* Feat: Kong OSS 3.6.0

---

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.11.0
|___/ v2.11.1
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.11.0
PONGO_VERSION=2.11.1

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

0 comments on commit 8268b1d

Please sign in to comment.