Skip to content

Commit

Permalink
Bump Kubernetes version to v1.30.0 (#488)
Browse files Browse the repository at this point in the history
* Upgrade `kube` to 0.91.0
* Upgrade `k8s-openapi` to 0.22.0
* Fix some discrepancies caused by upgrading

---------

Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd authored May 31, 2024
1 parent 8743684 commit db889ff
Show file tree
Hide file tree
Showing 18 changed files with 1,126 additions and 737 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
with:
go-version: "^1.20"
- name: Install kind
run: go install sigs.k8s.io/kind@v0.20.0
run: go install sigs.k8s.io/kind@v0.23.0
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
with:
go-version: "^1.20"
- name: Install kind
run: go install sigs.k8s.io/kind@v0.20.0
run: go install sigs.k8s.io/kind@v0.23.0
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
Expand All @@ -210,7 +210,7 @@ jobs:
with:
go-version: "^1.20"
- name: Install kind
run: go install sigs.k8s.io/kind@v0.20.0
run: go install sigs.k8s.io/kind@v0.23.0
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
Expand All @@ -227,7 +227,7 @@ jobs:
with:
go-version: "^1.20"
- name: Install kind
run: go install sigs.k8s.io/kind@v0.20.0
run: go install sigs.k8s.io/kind@v0.23.0
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
Expand All @@ -244,7 +244,7 @@ jobs:
with:
go-version: "^1.20"
- name: Install kind
run: go install sigs.k8s.io/kind@v0.20.0
run: go install sigs.k8s.io/kind@v0.23.0
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
Expand All @@ -261,7 +261,7 @@ jobs:
with:
go-version: "^1.20"
- name: Install kind
run: go install sigs.k8s.io/kind@v0.20.0
run: go install sigs.k8s.io/kind@v0.23.0
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
Expand All @@ -278,7 +278,7 @@ jobs:
with:
go-version: "^1.20"
- name: Install kind
run: go install sigs.k8s.io/kind@v0.20.0
run: go install sigs.k8s.io/kind@v0.23.0
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
Expand All @@ -295,7 +295,7 @@ jobs:
with:
go-version: "^1.20"
- name: Install kind
run: go install sigs.k8s.io/kind@v0.20.0
run: go install sigs.k8s.io/kind@v0.23.0
- name: Install Rust toolchain
run: |
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
Expand Down
Loading

0 comments on commit db889ff

Please sign in to comment.