-
-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump k8s-openapi for Kubernetes v1_32 support Signed-off-by: clux <[email protected]> * Make just bump-k8s more reliable and parametrise k3s versions in CI Technically expands our testing range a little bit, but it simplifies our gunk here. Signed-off-by: clux <[email protected]> * ci debug Signed-off-by: clux <[email protected]> * unparametrise, github does not support it ..nor does it support yaml anchors so back to hacks. Signed-off-by: clux <[email protected]> * Use a better replace due to gh not supporting env in params Signed-off-by: clux <[email protected]> * leftover env Signed-off-by: clux <[email protected]> * leftover env addition Signed-off-by: clux <[email protected]> * Bump MSRV to fix CI brought in by home dep, but it's within our policy. Signed-off-by: clux <[email protected]> * should be consistent and use earliest in cargo.tomls Signed-off-by: clux <[email protected]> * remove ci check for specific e2e/cargo.toml openapi feature given change to floating 'earliest' tag. Signed-off-by: clux <[email protected]> --------- Signed-off-by: clux <[email protected]>
- Loading branch information
Showing
7 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
tool: [email protected] | ||
- uses: nolar/setup-k3d-k3s@v1 | ||
with: | ||
version: v1.26 | ||
version: "v1.28" # MK8SV | ||
# k3d-kube | ||
k3d-name: kube | ||
# Used to avoid rate limits when fetching the releases from k3s repo. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters