Skip to content

Commit

Permalink
ci: bump k8s upstream to 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
juadk committed May 21, 2024
1 parent ae048c6 commit dce2453
Show file tree
Hide file tree
Showing 28 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-k3s-airgap-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: '"v1.26.10+k3s2"'
default: '"v1.28.9+k3s1"'
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand All @@ -34,7 +34,7 @@ jobs:
max-parallel: 4
matrix:
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.8+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.26.10+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.9+k3s1"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","latest/devel"')) }}
uses: ./.github/workflows/master_e2e.yaml
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cli-k3s-downgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: '"v1.26.10+k3s2"'
default: '"v1.28.9+k3s1"'
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand All @@ -35,7 +35,7 @@ jobs:
matrix:
cluster_type: ${{ fromJSON(format('[{0}]', inputs.cluster_type || '"", "hardened"')) }}
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.8+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.26.10+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.9+k3s1"')) }}
uses: ./.github/workflows/master_e2e.yaml
secrets:
credentials: ${{ secrets.GCP_CREDENTIALS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-ibs_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+k3s2
default: v1.28.9+k3s1
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cli-k3s-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: '"v1.26.10+k3s2"'
default: '"v1.28.9+k3s1"'
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand All @@ -48,22 +48,22 @@ jobs:
ca_type: ${{ fromJSON(format('[{0}]', inputs.ca_type || '"selfsigned","private"')) }}
cluster_type: ${{ fromJSON(format('[{0}]', inputs.cluster_type || '""')) }}
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.8+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.26.10+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.9+k3s1"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","latest/devel/2.7","latest/devel/2.8"')) }}
reset: ${{ fromJSON(format('[{0}]', inputs.reset || 'false')) }}
sequential: [ false ]
include:
- ca_type: selfsigned
cluster_type: ""
k8s_downstream_version: v1.27.8+k3s2
k8s_upstream_version: v1.26.10+k3s2
k8s_upstream_version: v1.28.9+k3s1
rancher_version: stable/latest
reset: true
sequential: true
- ca_type: private
cluster_type: hardened
k8s_downstream_version: v1.27.8+k3s2
k8s_upstream_version: v1.26.10+k3s2
k8s_upstream_version: v1.28.9+k3s1
rancher_version: stable/latest
reset: true
sequential: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-obs_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+k3s2
default: v1.28.9+k3s1
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-k3s-obs_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+k3s2
default: v1.28.9+k3s1
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cli-k3s-scalability-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: '"v1.26.10+k3s2"'
default: '"v1.28.9+k3s1"'
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand All @@ -31,7 +31,7 @@ jobs:
max-parallel: 1
matrix:
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.8+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.26.10+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.9+k3s1"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","latest/devel"')) }}
uses: ./.github/workflows/master_e2e.yaml
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cli-k3s-upgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: '"v1.26.10+k3s2"'
default: '"v1.28.9+k3s1"'
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand All @@ -39,7 +39,7 @@ jobs:
matrix:
cluster_type: ${{ fromJSON(format('[{0}]', inputs.cluster_type || '"", "hardened"')) }}
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.8+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.26.10+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.9+k3s1"')) }}
rancher_upgrade: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"latest/devel/2.8"')) }}
uses: ./.github/workflows/master_e2e.yaml
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cli-multicluster-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: '"v1.26.10+k3s2"'
default: '"v1.28.9+k3s1"'
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand All @@ -34,7 +34,7 @@ jobs:
max-parallel: 1
matrix:
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.8+k3s2","v1.27.8+rke2r1"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.26.10+k3s2","v1.26.10+rke2r2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.9+k3s1","v1.28.9+rke2r1"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","latest/devel"')) }}
uses: ./.github/workflows/master_e2e.yaml
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-obs-manual-upgrade-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+k3s2
default: v1.28.9+k3s1
type: string
operator_repo:
description: Operator version to use for initial deployment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-obs-manual-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+k3s2
default: v1.28.9+k3s1
type: string
operator_repo:
description: Elemental operator repository to use
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-rke2-ibs_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+rke2r2
default: v1.28.9+rke2r1
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cli-rke2-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: '"v1.26.10+k3s2"'
default: '"v1.28.9+rke2r1"'
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand All @@ -48,22 +48,22 @@ jobs:
ca_type: ${{ fromJSON(format('[{0}]', inputs.ca_type || '"selfsigned","private"')) }}
cluster_type: ${{ fromJSON(format('[{0}]', inputs.cluster_type || '""')) }}
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.8+rke2r1"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.26.10+rke2r2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.9+rke2r1"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","latest/devel/2.7","latest/devel/2.8"')) }}
reset: ${{ fromJSON(format('[{0}]', inputs.reset || 'false')) }}
sequential: [ false ]
include:
- ca_type: selfsigned
cluster_type: ""
k8s_downstream_version: v1.27.8+rke2r1
k8s_upstream_version: v1.26.10+rke2r2
k8s_upstream_version: v1.28.9+rke2r1
rancher_version: stable/latest
reset: true
sequential: true
- ca_type: private
cluster_type: hardened
k8s_downstream_version: v1.27.8+rke2r1
k8s_upstream_version: v1.26.10+rke2r2
k8s_upstream_version: v1.28.9+rke2r1
rancher_version: stable/latest
reset: true
sequential: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-rke2-obs_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+rke2r2
default: v1.28.9+rke2r1
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-rke2-obs_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+rke2r2
default: v1.28.9+rke2r1
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cli-rke2-upgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: '"v1.26.10+rke2r2"'
default: '"v1.28.9+rke2r1"'
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand All @@ -39,7 +39,7 @@ jobs:
matrix:
cluster_type: ${{ fromJSON(format('[{0}]', inputs.cluster_type || '"", "hardened"')) }}
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.8+rke2r1"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.26.10+rke2r2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.9+rke2r1"')) }}
rancher_upgrade: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"latest/devel/2.8"')) }}
uses: ./.github/workflows/master_e2e.yaml
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-k3s-ibs_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+k3s2
default: v1.28.9+k3s1
type: string
proxy:
description: Deploy a proxy (none/rancher/elemental)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-k3s-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: '"v1.26.10+k3s2"'
default: '"v1.28.9+k3s1"'
type: string
proxy:
description: Deploy a proxy (none/rancher/elemental)
Expand All @@ -38,7 +38,7 @@ jobs:
max-parallel: 4
matrix:
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.8+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.26.10+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.9+k3s1"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","latest/devel/2.7","latest/devel/2.8"')) }}
uses: ./.github/workflows/master_e2e.yaml
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-k3s-obs_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+k3s2
default: v1.28.9+k3s1
type: string
proxy:
description: Deploy a proxy (none/rancher/elemental)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-k3s-obs_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+k3s2
default: v1.28.9+k3s1
type: string
proxy:
description: Deploy a proxy (none/rancher/elemental)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-k3s-upgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: '"v1.26.10+k3s2"'
default: '"v1.28.9+k3s1"'
type: string
proxy:
description: Deploy a proxy (none/rancher/elemental)
Expand All @@ -38,7 +38,7 @@ jobs:
max-parallel: 4
matrix:
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.8+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.26.10+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.9+k3s1"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","latest/devel/2.7","latest/devel/2.8"')) }}
uses: ./.github/workflows/master_e2e.yaml
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-marketplace-upgrade-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+k3s2
default: v1.28.9+k3s1
type: string
os_version_install:
description: OS version to install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-marketplace-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+k3s2
default: v1.28.9+k3s1
type: string
operator_repo:
description: Elemental operator repository to use
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-obs-manual-upgrade-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+k3s2
default: v1.28.9+k3s1
type: string
proxy:
description: Deploy a proxy (none/rancher/elemental)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-obs-manual-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+k3s2
default: v1.28.9+k3s1
type: string
operator_repo:
description: Elemental operator repository to use
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-rke2-ibs_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: v1.26.10+rke2r2
default: v1.28.9+rke2r1
type: string
qase_run_id:
description: Qase run ID where the results will be reported
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-rke2-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: '"v1.26.10+rke2r2"'
default: '"v1.28.9+rke2r1"'
type: string
proxy:
description: Deploy a proxy (none/rancher/elemental)
Expand All @@ -38,7 +38,7 @@ jobs:
max-parallel: 4
matrix:
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.8+rke2r1"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.26.10+rke2r2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.9+rke2r1"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","latest/devel/2.7","latest/devel/2.8"')) }}
uses: ./.github/workflows/master_e2e.yaml
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui-rke2-upgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: '"v1.26.10+k3s2"'
default: '"v1.28.9+rke2r1"'
type: string
proxy:
description: Deploy a proxy (none/rancher/elemental)
Expand All @@ -38,7 +38,7 @@ jobs:
max-parallel: 4
matrix:
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.8+rke2r1"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.26.10+rke2r2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.9+rke2r1"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","latest/devel/2.7","latest/devel/2.8"')) }}
uses: ./.github/workflows/master_e2e.yaml
secrets:
Expand Down

0 comments on commit dce2453

Please sign in to comment.