kube-rs / controller-rs

A kubernetes reference controller
Apache License 2.0
270 stars 28 forks source link

kube bump 0.87.1 #63

Closed clux closed 10 months ago

clux commented 10 months ago

quick controller e2e for https://github.com/kube-rs/kube/issues/1333

one versioning quirk:

    Updating git repository `https://github.com/kube-rs/kube.git`
    Updating crates.io index
error: failed to select a version for `syn`.
    ... required by package `kube-derive v0.86.0 (https://github.com/kube-rs/kube.git?branch=main#17f1cb59)`
    ... which satisfies git dependency `kube-derive` of package `kube v0.86.0 (https://github.com/kube-rs/kube.git?branch=main#17f1cb59)`
    ... which satisfies git dependency `kube` of package `controller v0.12.10 (/home/clux/kube/controller-rs)`
versions that meet the requirements `^2.0.38` are: 2.0.38

all possible versions conflict with previously selected packages.

  previously selected package `syn v2.0.31`
    ... which satisfies dependency `syn = "^2"` (locked to 2.0.31) of package `actix-macros v0.2.4`
    ... which satisfies dependency `actix-macros = "^0.2.3"` (locked to 0.2.4) of package `actix-web v4.3.1`
    ... which satisfies dependency `actix-web = "^4.3.1"` (locked to 4.3.1) of package `controller v0.12.10 (/home/clux/kube/controller-rs)`

so i guess people might have to run cargo run -p actix-web if they use it