Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Bump Kube to 0.66 #66

Merged
merged 3 commits into from
Mar 4, 2022
Merged

Bump Kube to 0.66 #66

merged 3 commits into from
Mar 4, 2022

Conversation

kflansburg
Copy link
Member

Looks like kube 0.64 depended on tower-http 0.1 which was completely yanked. Bump to latest 0.66.

Signed-off-by: Kevin Flansburg <kevin.flansburg@gmail.com>
Signed-off-by: Kevin Flansburg <kevin.flansburg@gmail.com>
@kflansburg
Copy link
Member Author

kflansburg commented Jan 22, 2022

kube introduced the backoff dependency which depends on a package that uses the BSD-3-Clause license. In accordance with this documentation from the CNCF, I've added this license to the cargo deny allow-list.

 error[L001]: failed to satisfy license requirements
  ┌─ instant 0.1.12 (registry+https://github.com/rust-lang/crates.io-index):4:12
  │
4 │ license = "BSD-3-Clause"
  │            ^^^^^^^^^^^^
  │            │
  │            license expression retrieved via Cargo.toml `license`
  │            rejected: not explicitly allowed
  │
  = instant v0.1.12
    └── backoff v0.4.0
        └── kube-runtime v0.66.0
            ├── krator v0.6.0
            └── (dev) krator-derive v0.5.0
                └── krator v0.6.0 (*)

Signed-off-by: Kevin Flansburg <kevin.flansburg@gmail.com>
@kflansburg kflansburg merged commit c40d19d into main Mar 4, 2022
@kflansburg kflansburg deleted the kflansburg/kube-0-66 branch March 4, 2022 21:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants