Skip to content

Commit

Permalink
Merge pull request #3786 from my-git9/compatibility-1.6
Browse files Browse the repository at this point in the history
Update Kubernetes compatibility
  • Loading branch information
karmada-bot committed Jul 13, 2023
2 parents 5326e1b + 2b00c76 commit 2d22b74
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-schedule-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
kubeapiserver-version: [ v1.21.10, v1.22.7, v1.23.4, v1.24.2, v1.25.0, v1.26.0 ]
karmada-version: [ release-1.3, release-1.4, release-1.5 ]
kubeapiserver-version: [ v1.21.10, v1.22.7, v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3 ]
karmada-version: [ release-1.4, release-1.5, release-1.6 ]

include:
- karmada-version: release-1.3
go-version: 1.18.3

- karmada-version: release-1.4
go-version: 1.19.5

- karmada-version: release-1.5
go-version: 1.19.5

- karmada-version: release-1.6
go-version: 1.20.5

steps:
- name: checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
k8s: [ v1.21.10, v1.22.7, v1.23.4, v1.24.2, v1.25.0, v1.26.0 ]
k8s: [ v1.21.10, v1.22.7, v1.23.4, v1.24.2, v1.25.0, v1.26.0, v1.27.3 ]
steps:
- name: checkout code
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# Here support the latest three minor releases of Kubernetes, this can be considered to be roughly
# the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/
# Please remember to update the CI Schedule Workflow when we add a new version.
k8s: [ v1.24.2, v1.25.0, v1.26.0 ]
k8s: [ v1.25.0, v1.26.0, v1.27.3 ]
steps:
- name: checkout code
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ nginx 2/2 2 2 20s
| Karmada v1.3 ||||||||||||
| Karmada v1.4 ||||||||||||
| Karmada v1.5 ||||||||||||
| Karmada v1.6 ||||||||||||
| Karmada HEAD (master) ||||||||||||

Key:
Expand Down

0 comments on commit 2d22b74

Please sign in to comment.