diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fa4ae3..f8a4613d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,13 @@ --- +## 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 @@ -29,37 +36,35 @@ 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 --- diff --git a/README.md b/README.md index adfe479a..a59eb0b2 100644 --- a/README.md +++ b/README.md @@ -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...] diff --git a/pongo.sh b/pongo.sh index 7e2b58b1..5d81227f 100755 --- a/pongo.sh +++ b/pongo.sh @@ -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