-
-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update k8s-openapi for kubernetes 1.23 support #789
Merged
Conversation
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
removing instructions on default features since they are all turned off by default. Signed-off-by: clux <[email protected]>
due to the confusion and questions that always happen when there's a new version of k8s-openapi, but not kube - want to release 0.67 asap with this even if there's otherwise not that much in the release. |
This comment has been minimized.
This comment has been minimized.
merging in, the automated one in #790 failed |
olix0r
pushed a commit
to olix0r/kube-rs
that referenced
this pull request
Jan 25, 2022
removing instructions on default features since they are all turned off by default. Signed-off-by: clux <[email protected]> Signed-off-by: Oliver Gould <[email protected]>
clux
added a commit
that referenced
this pull request
Jan 25, 2022
* Add a VS Code devcontainer configuration When loading `kube-rs` in VS Code, a variety of configurations are needed to end up with a working environment. It does't Just Work out of the box. VS Code [devcontainers][dc] make it easy to bootstrap a development environment with project-specific tooling and configuration. This configuration should also be usable in [GitHub Codespaces][ghcs]. This configuration ensures that various tools are available including: * `cargo-deny` * `cargo-tarpaulin` * `k3d` * `kubectl` * rust stable-1.58 toolchain * rust nightly toolchain * a variety of related VS Code plugins While this developer image is based on rust 1.56 (the documented MSRV for the project), it updates the default toolchain to be _nightly_ so clippy and rustfmt work as expected (since `kube-rs` depends on nightly versions of these tools). [dc]: https://code.visualstudio.com/docs/remote/containers [ghcs]: https://github.com/features/codespaces Signed-off-by: Oliver Gould <[email protected]> * Fix typo in readme Co-authored-by: Eirik A <[email protected]> Signed-off-by: Oliver Gould <[email protected]> * update k8s-openapi to 0.14.0 (#789) removing instructions on default features since they are all turned off by default. Signed-off-by: clux <[email protected]> Signed-off-by: Oliver Gould <[email protected]> * release 0.67.0 Signed-off-by: Oliver Gould <[email protected]> * import changelog for 0.67 Signed-off-by: clux <[email protected]> Signed-off-by: Oliver Gould <[email protected]> * Fix/cleanup devcontainer dockerfile Signed-off-by: Oliver Gould <[email protected]> * Add jq Signed-off-by: Oliver Gould <[email protected]> * Add an `scurl` utility script to cut down on verbose curl flags in Dockerfile Signed-off-by: Oliver Gould <[email protected]> * Re-add lldb extension Signed-off-by: Oliver Gould <[email protected]> * Add usage to devcontainer readme Signed-off-by: Oliver Gould <[email protected]> * Add a devcontainer MSRV check to CI Signed-off-by: Oliver Gould <[email protected]> * Add a devcontainer CI workflow Ensures that the devcontainer builds when the configuration changes. Signed-off-by: Oliver Gould <[email protected]> * debug ci.yml Signed-off-by: Oliver Gould <[email protected]> * Fix MSRV check action to work with "set -e" Signed-off-by: Oliver Gould <[email protected]> * test MSRV mismatch Signed-off-by: Oliver Gould <[email protected]> * Restore MSRV devcontainer version Signed-off-by: Oliver Gould <[email protected]> * fix devcontainer workflow Signed-off-by: Oliver Gould <[email protected]> Co-authored-by: Eirik A <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
removing instructions on default features since they are all turned off by default.
https://github.com/Arnavion/k8s-openapi/releases/tag/v0.14.0