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

chore: release #110

Closed
wants to merge 0 commits into from
Closed

Conversation

edera-cultivation[bot]
Copy link
Contributor

@edera-cultivation edera-cultivation bot commented Apr 23, 2024

🤖 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/.tmpXWJMft/krata/target/semver-checks/local-krata-0_0_10/target/semver-checks/target/debug/build/krata-5b41cb5379c8db39/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 RuntimeContext.ipvendor in /tmp/.tmpXWJMft/krata/crates/runtime/src/lib.rs:53
  field GuestLaunchRequest.pcis in /tmp/.tmpXWJMft/krata/crates/runtime/src/launch.rs:38
  field GuestLaunchRequest.addons_image in /tmp/.tmpXWJMft/krata/crates/runtime/src/launch.rs:41

--- 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:
  kratart::RuntimeContext::new now takes 1 parameters instead of 0, in /tmp/.tmpXWJMft/krata/crates/runtime/src/lib.rs:57
  kratart::Runtime::new now takes 1 parameters instead of 0, in /tmp/.tmpXWJMft/krata/crates/runtime/src/lib.rs:235

⚠️ 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/.tmpXWJMft/krata/crates/daemon/src/control.rs:75
  kratad::reconcile::guest::GuestReconciler::new now takes 10 parameters instead of 8, in /tmp/.tmpXWJMft/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/.tmpXWJMft/krata/crates/ctl/src/cli/mod.rs:56
Changelog

krata

0.0.11 - 2024-05-14

Added

  • pci passthrough (#114)
  • (runtime) concurrent ip allocation (#151)

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 edera-cultivation bot force-pushed the release-plz-2024-04-23T09-48-16Z branch 6 times, most recently from 01d647e to 95b04f6 Compare May 5, 2024 20:54
@edera-cultivation edera-cultivation bot force-pushed the release-plz-2024-04-23T09-48-16Z branch 6 times, most recently from d2b4e62 to b0f0934 Compare May 13, 2024 19:41
@edera-cultivation edera-cultivation bot force-pushed the release-plz-2024-04-23T09-48-16Z branch from 14200a5 to fc18bc6 Compare May 14, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants