Skip to content

chore: release - #180

Merged
ZR233 merged 1 commit into
mainfrom
release-plz-2026-09-07T01-54-52Z
Sep 7, 2026
Merged

chore: release#180
ZR233 merged 1 commit into
mainfrom
release-plz-2026-09-07T01-54-52Z

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • httpboot-protocol: 0.1.1 -> 0.2.0
  • ostool: 0.28.2 -> 0.29.0 (⚠ API breaking changes)
  • ostool-server: 0.6.0 -> 0.7.0 (⚠ API breaking changes)

ostool breaking changes

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that 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.50.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field mac of struct UefiHttpProfile, previously in file /tmp/.tmpQwIrQl/ostool/src/board/client.rs:140

ostool-server breaking changes

--- failure constructible_struct_adds_field: struct exhaustively constructible through public API adds field ---

Description:
A pub struct that could be exhaustively constructed with a literal using only public API has a new pub field, breaking existing exhaustive literals.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.50.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field BoardConfig.network_identity in /tmp/.tmpFjeRD2/ostool/ostool-server/src/config.rs:490
  field BoardConfig.network_identity in /tmp/.tmpFjeRD2/ostool/ostool-server/src/config.rs:490
  field ServerConfig.loader_network in /tmp/.tmpFjeRD2/ostool/ostool-server/src/config.rs:27
  field ServerConfig.virtual_qemu in /tmp/.tmpFjeRD2/ostool/ostool-server/src/config.rs:29
  field ServerConfig.loader_network in /tmp/.tmpFjeRD2/ostool/ostool-server/src/config.rs:27
  field ServerConfig.virtual_qemu in /tmp/.tmpFjeRD2/ostool/ostool-server/src/config.rs:29
  field AdminBoardUpsertRequest.network_identity in /tmp/.tmpFjeRD2/ostool/ostool-server/src/api/models.rs:98

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

Failed in:
  variant PowerManagementConfig:Qemu in /tmp/.tmpFjeRD2/ostool/ostool-server/src/config.rs:568
  variant PowerManagementConfig:Qemu in /tmp/.tmpFjeRD2/ostool/ostool-server/src/config.rs:568
  variant SerialPortKeyKind:Qemu in /tmp/.tmpFjeRD2/ostool/ostool-server/src/config.rs:560
  variant SerialPortKeyKind:Qemu in /tmp/.tmpFjeRD2/ostool/ostool-server/src/config.rs:560

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that 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.50.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field mac of struct UefiHttpProfile, previously in file /tmp/.tmpQwIrQl/ostool-server/src/config.rs:534
  field mac of struct UefiHttpProfile, previously in file /tmp/.tmpQwIrQl/ostool-server/src/config.rs:534
Changelog

httpboot-protocol

0.2.0 - 2026-09-07

Added

  • (ostool-server) add network axloader control plane (#179)

ostool

0.29.0 - 2026-09-07

Added

  • (ostool-server) add network axloader control plane (#179)

ostool-server

0.7.0 - 2026-09-07

Added

  • (ostool-server) add network axloader control plane (#179)


This PR was generated with release-plz.

@ZR233
ZR233 merged commit 1d61d9b into main Sep 7, 2026
@ZR233
ZR233 deleted the release-plz-2026-09-07T01-54-52Z branch September 7, 2026 01:57
@github-actions github-actions Bot mentioned this pull request Sep 7, 2026
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