krata icon indicating copy to clipboard operation
krata copied to clipboard

chore: release

Open edera-cultivation[bot] opened this issue 1 year ago • 0 comments

🤖 New release

  • krata: 0.0.10 -> 0.0.11 (⚠️ API breaking changes)
  • krata-oci: 0.0.10 -> 0.0.11 (✓ API compatible changes)
  • krata-guest: 0.0.10 -> 0.0.11 (✓ API compatible changes)
  • krata-xenstore: 0.0.10 -> 0.0.11
  • krata-runtime: 0.0.10 -> 0.0.11 (⚠️ API breaking changes)
  • krata-xenclient: 0.0.10 -> 0.0.11
  • krata-xencall: 0.0.10 -> 0.0.11
  • krata-xenevtchn: 0.0.10 -> 0.0.11
  • krata-xengnt: 0.0.10 -> 0.0.11
  • krata-daemon: 0.0.10 -> 0.0.11 (⚠️ API breaking changes)
  • krata-network: 0.0.10 -> 0.0.11 (✓ API compatible changes)
  • krata-ctl: 0.0.10 -> 0.0.11 (⚠️ API breaking changes)

⚠️ krata breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field GuestSpec.devices in /tmp/.tmpekjIUE/krata/target/semver-checks/local-krata-0_0_10/target/semver-checks/target/debug/build/krata-dbaa936a6148c6ac/out/krata.v1.common.rs:40

⚠️ krata-runtime breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field GuestLaunchRequest.pcis in /tmp/.tmpekjIUE/krata/crates/runtime/src/launch.rs:39
  field GuestLaunchRequest.addons_image in /tmp/.tmpekjIUE/krata/crates/runtime/src/launch.rs:42

⚠️ krata-daemon breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/method_parameter_count_changed.ron

Failed in:
  kratad::control::DaemonControlService::new now takes 8 parameters instead of 7, in /tmp/.tmpekjIUE/krata/crates/daemon/src/control.rs:75
  kratad::reconcile::guest::GuestReconciler::new now takes 10 parameters instead of 8, in /tmp/.tmpekjIUE/krata/crates/daemon/src/reconcile/guest/mod.rs:75

⚠️ krata-ctl breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.31.0/src/lints/enum_variant_added.ron

Failed in:
  variant Commands:ListDevices in /tmp/.tmpekjIUE/krata/crates/ctl/src/cli/mod.rs:56
Changelog

krata

0.0.11 - 2024-05-10

Added

  • pci passthrough (#114)

Fixed

  • (oci) remove file size limit (#142)
  • (oci) use mirror.gcr.io as a mirror to docker hub (#141)

Other

  • update Cargo.lock dependencies

This PR was generated with release-plz.

edera-cultivation[bot] avatar Apr 23 '24 09:04 edera-cultivation[bot]