Skip to content

Commit 7e7d28c

Browse files
authored
chore(release): bump K8s & Istio versions for 2.10 release (#4126)
1 parent dcd58c3 commit 7e7d28c

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

.github/workflows/_e2e_tests.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,10 @@ jobs:
7272
name: Set Kind versions
7373
run: |
7474
if [ "${{ inputs.all-supported-k8s-versions }}" == "true" ]; then
75-
echo "kind-versions=[\"1.22.15\", \"1.23.13\", \"1.24.7\", \"1.25.8\", \"1.26.3\", \"1.27.1\"]" >> $GITHUB_OUTPUT
75+
echo "kind-versions=[\"1.22.15\", \"1.23.13\", \"1.24.13\", \"1.25.9\", \"1.26.4\", \"1.27.2\"]" >> $GITHUB_OUTPUT
7676
else
77-
echo "kind-versions=[\"1.27.1\"]" >> $GITHUB_OUTPUT
78-
fi
79-
77+
echo "kind-versions=[\"1.27.2\"]" >> $GITHUB_OUTPUT
78+
fi
8079
kind:
8180
runs-on: ubuntu-latest
8281
if: ${{ !cancelled() }}
@@ -223,14 +222,15 @@ jobs:
223222
fail-fast: false
224223
matrix:
225224
include:
226-
- kubernetes-version: 'v1.26.0'
227-
istio-version: 'v1.17.1'
228-
- kubernetes-version: 'v1.25.3'
229-
istio-version: 'v1.17.1'
230-
- kubernetes-version: 'v1.25.3'
231-
istio-version: 'v1.16.3'
232-
- kubernetes-version: 'v1.25.3'
233-
istio-version: 'v1.15.6'
225+
# K8s v1.27.2 is not officially supported by Istio v1.17.2, but we want to test it anyway.
226+
- kubernetes-version: 'v1.27.2'
227+
istio-version: 'v1.17.2'
228+
- kubernetes-version: 'v1.26.4'
229+
istio-version: 'v1.17.2'
230+
- kubernetes-version: 'v1.25.9'
231+
istio-version: 'v1.16.5'
232+
- kubernetes-version: 'v1.25.9'
233+
istio-version: 'v1.15.7'
234234
steps:
235235
- name: Download built image artifact
236236
if: ${{ inputs.load-local-image }}

.github/workflows/release.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
Depending on the value, a production release will be published to GitHub or not.
1010
- In case of prerelease tags (e.g. v1.2.3-alpha.1) it will build-push the images (only standard tags,
1111
i.e., v1.2.3-alpha.1), test them and publish a GitHub prerelease (labeled as non-production ready).
12-
- In other cases (e.g. v1.2.3) it will build-push the images (standard and supplemental tags,
12+
- In other cases (e.g. v1.2.3) it will build-push the images (standard and supplemental tags,
1313
i.e., v1.2.3 and v1.2), test them and publish a production Github release.
1414
required: true
1515
latest:
@@ -135,9 +135,10 @@ jobs:
135135
kubernetes-version:
136136
- 'v1.22.15'
137137
- 'v1.23.13'
138-
- 'v1.24.7'
139-
- 'v1.25.3'
140-
- 'v1.26.0'
138+
- 'v1.24.13'
139+
- 'v1.25.9'
140+
- 'v1.26.4'
141+
- 'v1.27.2'
141142
steps:
142143
- name: checkout repository
143144
uses: actions/checkout@v3
@@ -183,9 +184,9 @@ jobs:
183184
184185
- [Docker Image](https://hub.docker.com/repository/docker/kong/kubernetes-ingress-controller)
185186
- [Get started](https://github.com/Kong/kubernetes-ingress-controller#get-started)
186-
187+
187188
#### Links:
188-
189+
189190
- [Changelog](https://github.com/Kong/kubernetes-ingress-controller/blob/main/CHANGELOG.md#${{ steps.semver_parser.outputs.major }}${{ steps.semver_parser.outputs.minor }}${{ steps.semver_parser.outputs.patch }})
190191
191192
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)