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 v0.0.24 #388

Merged
merged 1 commit into from
Dec 14, 2024
Merged

chore: release v0.0.24 #388

merged 1 commit into from
Dec 14, 2024

Conversation

edera-cultivation[bot]
Copy link
Contributor

@edera-cultivation edera-cultivation bot commented Sep 17, 2024

🤖 New release

  • krata-xencall: 0.0.23 -> 0.0.24 (⚠️ API breaking changes)
  • krata-xenclient: 0.0.23 -> 0.0.24 (⚠️ API breaking changes)
  • krata-xenplatform: 0.0.23 -> 0.0.24 (⚠️ API breaking changes)
  • krata-xenstore: 0.0.23 -> 0.0.24 (✓ API compatible changes)
  • krata-xenevtchn: 0.0.23 -> 0.0.24 (⚠️ API breaking changes)
  • krata-xengnt: 0.0.23 -> 0.0.24 (✓ API compatible changes)

⚠️ krata-xencall 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.37.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:JoinError in /tmp/.tmpN8nwGk/krata/crates/xen/xencall/src/error.rs:22

⚠️ krata-xenclient breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/enum_missing.ron

Failed in:
  enum xenclient::DomainPciRdmReservePolicy, previously in file /tmp/.tmpYwt5IX/krata-xenclient/src/lib.rs:68

--- 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.37.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:ParameterMissing in /tmp/.tmpN8nwGk/krata/crates/xen/xenclient/src/error.rs:38
  variant Error:InvalidBlockIdx in /tmp/.tmpN8nwGk/krata/crates/xen/xenclient/src/error.rs:48
  variant Error:DevStateWaitError in /tmp/.tmpN8nwGk/krata/crates/xen/xenclient/src/error.rs:50
  variant Error:DevIdExhausted in /tmp/.tmpN8nwGk/krata/crates/xen/xenclient/src/error.rs:52

--- 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.37.0/src/lints/method_parameter_count_changed.ron

Failed in:
  xenclient::XenClient::new now takes 0 parameters instead of 2, in /tmp/.tmpN8nwGk/krata/crates/xen/xenclient/src/lib.rs:33

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/struct_missing.ron

Failed in:
  struct xenclient::tx::ClientTransaction, previously in file /tmp/.tmpYwt5IX/krata-xenclient/src/tx.rs:19
  struct xenclient::DomainEventChannel, previously in file /tmp/.tmpYwt5IX/krata-xenclient/src/lib.rs:63
  struct xenclient::DomainPciDevice, previously in file /tmp/.tmpYwt5IX/krata-xenclient/src/lib.rs:86
  struct xenclient::DomainFilesystem, previously in file /tmp/.tmpYwt5IX/krata-xenclient/src/lib.rs:43
  struct xenclient::BlockDeviceRef, previously in file /tmp/.tmpYwt5IX/krata-xenclient/src/lib.rs:29
  struct xenclient::DomainNetworkInterface, previously in file /tmp/.tmpYwt5IX/krata-xenclient/src/lib.rs:49
  struct xenclient::DomainConfig, previously in file /tmp/.tmpYwt5IX/krata-xenclient/src/lib.rs:95
  struct xenclient::CreatedChannel, previously in file /tmp/.tmpYwt5IX/krata-xenclient/src/lib.rs:110
  struct xenclient::DomainDisk, previously in file /tmp/.tmpYwt5IX/krata-xenclient/src/lib.rs:36
  struct xenclient::DomainChannel, previously in file /tmp/.tmpYwt5IX/krata-xenclient/src/lib.rs:57

⚠️ krata-xenplatform breaking changes

--- failure enum_unit_variant_changed_kind: An enum unit variant changed kind ---

Description:
A public enum's exhaustive unit variant has changed to a different kind of enum variant, breaking possible instantiations and patterns.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/enum_unit_variant_changed_kind.ron

Failed in:
  variant Error::ElfInvalidImage in /tmp/.tmpN8nwGk/krata/crates/xen/xenplatform/src/error.rs:32

--- 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.37.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:ElfNotLinux in /tmp/.tmpN8nwGk/krata/crates/xen/xenplatform/src/error.rs:34
  variant Error:ElfXenNoteMissing in /tmp/.tmpN8nwGk/krata/crates/xen/xenplatform/src/error.rs:38

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/inherent_method_missing.ron

Failed in:
  ElfImageLoader::load_file_gz, previously in file /tmp/.tmpYwt5IX/krata-xenplatform/src/elfloader.rs:104
  ElfImageLoader::load_file_xz, previously in file /tmp/.tmpYwt5IX/krata-xenplatform/src/elfloader.rs:109
  ElfImageLoader::load_file_kernel, previously in file /tmp/.tmpYwt5IX/krata-xenplatform/src/elfloader.rs:114

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/struct_missing.ron

Failed in:
  struct xenplatform::domain::CreatedDomain, previously in file /tmp/.tmpYwt5IX/krata-xenplatform/src/domain.rs:79
  struct xenplatform::boot::BootSetup, previously in file /tmp/.tmpYwt5IX/krata-xenplatform/src/boot.rs:13
  struct xenplatform::domain::BaseDomainConfig, previously in file /tmp/.tmpYwt5IX/krata-xenplatform/src/domain.rs:65
  struct xenplatform::domain::BaseDomainManager, previously in file /tmp/.tmpYwt5IX/krata-xenplatform/src/domain.rs:14

⚠️ krata-xenevtchn 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.37.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:BlockingTaskJoin in /tmp/.tmpN8nwGk/krata/crates/xen/xenevtchn/src/error.rs:16

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/struct_missing.ron

Failed in:
  struct xenevtchn::sys::BindVirq, previously in file /tmp/.tmpYwt5IX/krata-xenevtchn/src/sys.rs:5
  struct xenevtchn::sys::BindUnboundPort, previously in file /tmp/.tmpYwt5IX/krata-xenevtchn/src/sys.rs:16
  struct xenevtchn::sys::BindInterdomain, previously in file /tmp/.tmpYwt5IX/krata-xenevtchn/src/sys.rs:10
  struct xenevtchn::sys::UnbindPort, previously in file /tmp/.tmpYwt5IX/krata-xenevtchn/src/sys.rs:21
  struct xenevtchn::sys::Notify, previously in file /tmp/.tmpYwt5IX/krata-xenevtchn/src/sys.rs:26
Changelog

krata-xenclient

0.0.24 - 2024-12-14

Added

Fixed

  • (xenclient) examples should use supported platform
  • (xenclient) boot example should use unsupported platform on aarch64
  • (xenplatform) e820 sanitize should now produce valid mappings
  • (xenplatform) use cfg attributes for returning supported platforms

Other


This PR was generated with release-plz.

@edera-cultivation edera-cultivation bot force-pushed the release-plz-2024-09-17T04-24-27Z branch 2 times, most recently from 0f15f0d to f8e8366 Compare October 3, 2024 21:07
@edera-cultivation edera-cultivation bot force-pushed the release-plz-2024-09-17T04-24-27Z branch 2 times, most recently from 746e5b9 to cd33348 Compare October 17, 2024 17:30
@edera-cultivation edera-cultivation bot force-pushed the release-plz-2024-09-17T04-24-27Z branch from cd33348 to 6ced00d Compare November 10, 2024 11:36
@edera-cultivation edera-cultivation bot force-pushed the release-plz-2024-09-17T04-24-27Z branch 8 times, most recently from 5063d95 to a40633c Compare December 14, 2024 23:36
@edera-cultivation edera-cultivation bot force-pushed the release-plz-2024-09-17T04-24-27Z branch from a40633c to d3fe2a0 Compare December 14, 2024 23:49
@azenla azenla enabled auto-merge December 14, 2024 23:53
Copy link
Member

@azenla azenla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@azenla azenla added this pull request to the merge queue Dec 14, 2024
Merged via the queue into main with commit b7dd2b8 Dec 14, 2024
8 checks passed
@azenla azenla deleted the release-plz-2024-09-17T04-24-27Z branch December 14, 2024 23:56
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.

1 participant