From 438fa9f473f2da539b52344f87a7cf393782c6ee Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Mon, 11 Jul 2022 18:21:12 +0000 Subject: [PATCH 1/3] chore(ci): migrate our nightlies from master-nightly-alpine to just master --- pongo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pongo.sh b/pongo.sh index 2913bfda..68a8adbd 100755 --- a/pongo.sh +++ b/pongo.sh @@ -112,7 +112,7 @@ function globals { # Nightly EE images repo, these require to additionally set the credentials # in $DOCKER_USERNAME and $DOCKER_PASSWORD - NIGHTLY_EE_TAG="kong/kong-gateway-internal:master-nightly-alpine" + NIGHTLY_EE_TAG="kong/kong-gateway-internal:master" # Nightly CE images, these are public, no credentials needed NIGHTLY_CE_TAG="kong/kong:latest" From 3f0c9bc434c57b59234db4bf1e67d0354d09d3ca Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Mon, 18 Jul 2022 08:20:17 -0400 Subject: [PATCH 2/3] Update pongo.sh --- pongo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pongo.sh b/pongo.sh index 68a8adbd..cecf3205 100755 --- a/pongo.sh +++ b/pongo.sh @@ -112,7 +112,7 @@ function globals { # Nightly EE images repo, these require to additionally set the credentials # in $DOCKER_USERNAME and $DOCKER_PASSWORD - NIGHTLY_EE_TAG="kong/kong-gateway-internal:master" + NIGHTLY_EE_TAG="kong/kong-gateway-internal:master-alpine" # Nightly CE images, these are public, no credentials needed NIGHTLY_CE_TAG="kong/kong:latest" From 2fc81a1f5bdfb36e11a8056c4ca6fb7321d58cc0 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Thu, 21 Jul 2022 11:14:21 +0200 Subject: [PATCH 3/3] add changelog entry --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eaf59855..f0bbd530 100644 --- a/README.md +++ b/README.md @@ -794,6 +794,9 @@ The result should be a new PR on the Pongo repo. * Aliases now support `.yml` and `.json` extension for declarative config file [#296](https://github.com/Kong/kong-pongo/pull/296) + * Changed nightly-ee image to the new `master` tag + [#300](https://github.com/Kong/kong-pongo/pull/300) + --- ## 1.1.0 released 14-Jun-2022