Skip to content

Commit

Permalink
chore(release): bump K8s & Istio versions for 2.10 release (#4126)
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer04 committed Jun 2, 2023
1 parent dcd58c3 commit 7e7d28c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/_e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,10 @@ jobs:
name: Set Kind versions
run: |
if [ "${{ inputs.all-supported-k8s-versions }}" == "true" ]; then
echo "kind-versions=[\"1.22.15\", \"1.23.13\", \"1.24.7\", \"1.25.8\", \"1.26.3\", \"1.27.1\"]" >> $GITHUB_OUTPUT
echo "kind-versions=[\"1.22.15\", \"1.23.13\", \"1.24.13\", \"1.25.9\", \"1.26.4\", \"1.27.2\"]" >> $GITHUB_OUTPUT
else
echo "kind-versions=[\"1.27.1\"]" >> $GITHUB_OUTPUT
fi
echo "kind-versions=[\"1.27.2\"]" >> $GITHUB_OUTPUT
fi
kind:
runs-on: ubuntu-latest
if: ${{ !cancelled() }}
Expand Down Expand Up @@ -223,14 +222,15 @@ jobs:
fail-fast: false
matrix:
include:
- kubernetes-version: 'v1.26.0'
istio-version: 'v1.17.1'
- kubernetes-version: 'v1.25.3'
istio-version: 'v1.17.1'
- kubernetes-version: 'v1.25.3'
istio-version: 'v1.16.3'
- kubernetes-version: 'v1.25.3'
istio-version: 'v1.15.6'
# K8s v1.27.2 is not officially supported by Istio v1.17.2, but we want to test it anyway.
- kubernetes-version: 'v1.27.2'
istio-version: 'v1.17.2'
- kubernetes-version: 'v1.26.4'
istio-version: 'v1.17.2'
- kubernetes-version: 'v1.25.9'
istio-version: 'v1.16.5'
- kubernetes-version: 'v1.25.9'
istio-version: 'v1.15.7'
steps:
- name: Download built image artifact
if: ${{ inputs.load-local-image }}
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
Depending on the value, a production release will be published to GitHub or not.
- In case of prerelease tags (e.g. v1.2.3-alpha.1) it will build-push the images (only standard tags,
i.e., v1.2.3-alpha.1), test them and publish a GitHub prerelease (labeled as non-production ready).
- In other cases (e.g. v1.2.3) it will build-push the images (standard and supplemental tags,
- In other cases (e.g. v1.2.3) it will build-push the images (standard and supplemental tags,
i.e., v1.2.3 and v1.2), test them and publish a production Github release.
required: true
latest:
Expand Down Expand Up @@ -135,9 +135,10 @@ jobs:
kubernetes-version:
- 'v1.22.15'
- 'v1.23.13'
- 'v1.24.7'
- 'v1.25.3'
- 'v1.26.0'
- 'v1.24.13'
- 'v1.25.9'
- 'v1.26.4'
- 'v1.27.2'
steps:
- name: checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -183,9 +184,9 @@ jobs:
- [Docker Image](https://hub.docker.com/repository/docker/kong/kubernetes-ingress-controller)
- [Get started](https://github.com/Kong/kubernetes-ingress-controller#get-started)
#### Links:
- [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 }})
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7e7d28c

Please sign in to comment.