Skip to content

Commit

Permalink
ci: test k8s version 1.28 and 1.30 (#13381)
Browse files Browse the repository at this point in the history
Signed-off-by: william.vanhevelingen <[email protected]>
  • Loading branch information
blkperl authored Jul 27, 2024
1 parent 637ffce commit c757a31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,13 @@ jobs:
- test: test-python-sdk
profile: minimal
- test: test-executor
install_k3s_version: v1.26.15+k3s1
install_k3s_version: v1.28.11+k3s1
profile: minimal
- test: test-corefunctional
install_k3s_version: v1.26.15+k3s1
install_k3s_version: v1.28.11+k3s1
profile: minimal
- test: test-functional
install_k3s_version: v1.26.15+k3s1
install_k3s_version: v1.28.11+k3s1
profile: minimal
steps:
- name: Install socat (needed by Kubernetes)
Expand All @@ -247,7 +247,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.29.3+k3s1
export INSTALL_K3S_VERSION=v1.30.2+k3s1
else
export INSTALL_K3S_VERSION=${{ matrix.install_k3s_version }}
fi
Expand Down
11 changes: 5 additions & 6 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ Otherwise, we typically release every two weeks:

## Kubernetes Compatibility Matrix

| Argo Workflows \ Kubernetes | 1.26 | 1.27 | 1.28 | 1.29 | 1.30 |
|-----------------------|------|------|------|------|------|
| **3.5** | `` | `` | `` | `` | `?` |
| **3.4** | `` | `` | `?` | `?` | `?` |
| **3.3** | `?` | `?` | `?` | `?` | `?` |
| Argo Workflows \ Kubernetes | 1.28 | 1.29 | 1.30 |
|-----------------------------|------|------|------|
| **3.5** | `` | `` | `` |
| **3.4** | `?` | `?` | `?` |

* `` Fully supported versions.
* `?` Due to breaking changes might not work. Also, we haven't thoroughly tested against this version.
Expand All @@ -58,4 +57,4 @@ Note that Kubernetes [is backward compatible with clients](https://github.com/ku
The caveats with newer k8s versions are possible changes to experimental APIs and unused new features.
Argo uses stable Kubernetes APIs such as Pods and ConfigMaps; see the Controller and Server RBAC of your [installation](installation.md) for a full list.

The `main` branch is currently [tested on Kubernetes 1.26](https://github.com/argoproj/argo-workflows/blob/main/.github/workflows/ci-build.yaml#L218) and [1.29](https://github.com/argoproj/argo-workflows/blob/main/.github/workflows/ci-build.yaml#L250).
The `main` branch is currently [tested on Kubernetes 1.28](https://github.com/argoproj/argo-workflows/blob/main/.github/workflows/ci-build.yaml#L218) and [1.30](https://github.com/argoproj/argo-workflows/blob/main/.github/workflows/ci-build.yaml#L250).

0 comments on commit c757a31

Please sign in to comment.