Skip to content
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
merged 1 commit into from
Jan 24, 2022
Merged

update k8s-openapi for kubernetes 1.23 support #789

merged 1 commit into from
Jan 24, 2022

Conversation

clux
Copy link
Member

@clux clux commented Jan 24, 2022

removing instructions on default features since they are all turned off by default.

https://github.com/Arnavion/k8s-openapi/releases/tag/v0.14.0

removing instructions on default features since they are all turned off
by default.

Signed-off-by: clux <sszynrae@gmail.com>
@clux clux added changelog-change changelog change category for prs dependencies upgrades to dependencies labels Jan 24, 2022
@clux clux requested a review from a team January 24, 2022 03:51
@clux
Copy link
Member Author

clux commented Jan 24, 2022

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.

@clux clux added this to the 0.67.0 milestone Jan 24, 2022
@codecov-commenter

This comment has been minimized.

@clux clux changed the title update k8s-openapi to 0.14.0 update k8s-openapi for kubernetes 1.23 support Jan 24, 2022
@clux
Copy link
Member Author

clux commented Jan 24, 2022

merging in, the automated one in #790 failed

@clux clux merged commit f95e240 into master Jan 24, 2022
@clux clux deleted the arnav014 branch January 24, 2022 08:51
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 <sszynrae@gmail.com>
Signed-off-by: Oliver Gould <ver@buoyant.io>
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 <ver@buoyant.io>

* Fix typo in readme

Co-authored-by: Eirik A <sszynrae@gmail.com>
Signed-off-by: Oliver Gould <ver@buoyant.io>

* 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 <sszynrae@gmail.com>
Signed-off-by: Oliver Gould <ver@buoyant.io>

* release 0.67.0

Signed-off-by: Oliver Gould <ver@buoyant.io>

* import changelog for 0.67

Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: Oliver Gould <ver@buoyant.io>

* Fix/cleanup devcontainer dockerfile

Signed-off-by: Oliver Gould <ver@buoyant.io>

* Add jq

Signed-off-by: Oliver Gould <ver@buoyant.io>

* Add an `scurl` utility script to cut down on verbose curl flags in Dockerfile

Signed-off-by: Oliver Gould <ver@buoyant.io>

* Re-add lldb extension

Signed-off-by: Oliver Gould <ver@buoyant.io>

* Add usage to devcontainer readme

Signed-off-by: Oliver Gould <ver@buoyant.io>

* Add a devcontainer MSRV check to CI

Signed-off-by: Oliver Gould <ver@buoyant.io>

* Add a devcontainer CI workflow

Ensures that the devcontainer builds when the configuration changes.

Signed-off-by: Oliver Gould <ver@buoyant.io>

* debug ci.yml

Signed-off-by: Oliver Gould <ver@buoyant.io>

* Fix MSRV check action to work with "set -e"

Signed-off-by: Oliver Gould <ver@buoyant.io>

* test MSRV mismatch

Signed-off-by: Oliver Gould <ver@buoyant.io>

* Restore MSRV devcontainer version

Signed-off-by: Oliver Gould <ver@buoyant.io>

* fix devcontainer workflow

Signed-off-by: Oliver Gould <ver@buoyant.io>

Co-authored-by: Eirik A <sszynrae@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-change changelog change category for prs dependencies upgrades to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants