Skip to content

Commit

Permalink
chore: use k8s 1.27 for CI (argoproj#11267)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Collins <tim@thecollins.team>
  • Loading branch information
tico24 authored Jun 27, 2023
1 parent 451d275 commit 0994de6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ jobs:
- test: test-python-sdk
profile: minimal
- test: test-executor
install_k3s_version: v1.21.2+k3s1
install_k3s_version: v1.25.11-k3s1
profile: minimal
- test: test-corefunctional
install_k3s_version: v1.21.2+k3s1
install_k3s_version: v1.25.11-k3s1
profile: minimal
- test: test-functional
install_k3s_version: v1.21.2+k3s1
install_k3s_version: v1.25.11-k3s1
profile: minimal
steps:
- name: Install socat
Expand All @@ -118,7 +118,7 @@ jobs:
- name: Install and start K3S
run: |
if ! echo "${{ matrix.install_k3s_version }}" | egrep '^v[0-9]+\.[0-9]+\.[0-9]+\+k3s1$'; then
export INSTALL_K3S_VERSION=v1.26.3+k3s1
export INSTALL_K3S_VERSION=v1.27.2+k3s1
else
export INSTALL_K3S_VERSION=${{ matrix.install_k3s_version }}
fi
Expand Down
14 changes: 7 additions & 7 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ Otherwise, we typically release every two weeks:

## Kubernetes Compatibility Matrix

| Argo Workflows \ Kubernetes | 1.17 | 1.18 | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 |
|-----------------------|------|------|------|------|------|------|------|------|------|
| **3.4** | `x` | `x` | `x` | `?` | `` | `` | `` | `` | `` |
| **3.3** | `?` | `?` | `?` | `?` | `` | `` | `` | `?` | `?` |
| **3.2** | `?` | `?` | `` | `` | `` | `?` | `?` | `?` | `?` |
| **3.1** | `` | `` | `` | `?` | `?` | `?` | `?` | `?` | `?` |
| Argo Workflows \ Kubernetes | 1.17 | 1.18 | 1.19 | 1.20 | 1.21 | 1.22 | 1.23 | 1.24 | 1.25 | 1.26 | 1.27 |
|-----------------------|------|------|------|------|------|------|------|------|------|------|------|
| **3.4** | `x` | `x` | `x` | `?` | `` | `` | `` | `` | `` | `` | `` |
| **3.3** | `?` | `?` | `?` | `?` | `` | `` | `` | `?` | `?` | `?` | `?` |
| **3.2** | `?` | `?` | `` | `` | `` | `?` | `?` | `?` | `?` | `?` | `?` |
| **3.1** | `` | `` | `` | `?` | `?` | `?` | `?` | `?` | `?` | `?` | `?` |

* `` Fully supported versions.
* `?` Due to breaking changes might not work. Also, we haven't thoroughly tested against this version.
Expand All @@ -53,4 +53,4 @@ Otherwise, we typically release every two weeks:

Argo versions may be compatible with newer and older versions than what it is listed but only three minor versions are supported per Argo release unless otherwise noted.

The main branch of `Argo Workflows` is currently tested on `Kubernetes` 1.21.
The main branch of `Argo Workflows` is currently tested on `Kubernetes` 1.27.

0 comments on commit 0994de6

Please sign in to comment.