Skip to content

chore: release#737

Closed
gtema-release-plz[bot] wants to merge 3 commits intomainfrom
release-plz-2024-11-12T18-17-56Z
Closed

chore: release#737
gtema-release-plz[bot] wants to merge 3 commits intomainfrom
release-plz-2024-11-12T18-17-56Z

Conversation

@gtema-release-plz
Copy link
Contributor

@gtema-release-plz gtema-release-plz bot commented Nov 12, 2024

🤖 New release

  • openstack_sdk: 0.13.1 -> 0.14.0 (⚠️ API breaking changes)
  • openstack_cli: 0.8.2 -> 0.9.0 (⚠️ API breaking changes)
  • openstack_tui: 0.1.6 -> 0.9.0

⚠️ openstack_sdk 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.36.0/src/lints/enum_missing.ron

Failed in:
  enum openstack_sdk::api::image::v2::metadef::namespace::property::create::ItemsType, previously in file /tmp/.tmpbL3e5A/openstack_sdk/src/api/image/v2/metadef/namespace/property/create.rs:53
  enum openstack_sdk::api::image::v2::metadef::namespace::property::set::ItemsType, previously in file /tmp/.tmpbL3e5A/openstack_sdk/src/api/image/v2/metadef/namespace/property/set.rs:51

--- 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.36.0/src/lints/inherent_method_missing.ron

Failed in:
  OpenStack::rest_with_auth, previously in file /tmp/.tmpbL3e5A/openstack_sdk/src/openstack.rs:444

⚠️ openstack_cli 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.36.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field GlobalOpts.timing in /tmp/.tmpzLrf5s/openstack/openstack_cli/src/cli.rs:155

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

Failed in:
  variant TopLevelCommands:Placement in /tmp/.tmpzLrf5s/openstack/openstack_cli/src/cli.rs:183
Changelog

openstack_sdk

0.14.0 - 2024-11-14

Added

  • Add --timing argument (#731)
  • Update dependencies (#722)
  • New content for placement (#720)
  • Restore generating image service code (#716)
  • Prepare placement skeleton (#710)
  • Incorporate updated network schemas

Fixed

  • Fix codegeneration for placement esoterics (#738)

Other

  • Optimize code addressing new clippy suggestions (#717)
  • (deps) update crate-ci/typos action to v1.27.0 (#704)

openstack_cli

0.9.0 - 2024-11-14

Added

  • Add --timing argument (#731)
  • Update dependencies (#722)
  • Enable placement commands (#721)
  • New content for placement (#720)
  • Add identity.group.user commands (#719)
  • Restore generating image service code (#716)
  • Enable bs.service.list command (#711)
  • Prepare placement skeleton (#710)
  • Incorporate updated network schemas

Fixed

  • Fix codegeneration for placement esoterics (#738)
  • Fix identity resource link code (#698)

Other

  • Optimize code addressing new clippy suggestions (#717)
  • New generated content (#714)
  • (deps) update crate-ci/typos action to v1.27.0 (#704)

openstack_tui

0.9.0 - 2024-11-14

Added

  • Add users view (#745)
  • Add nova hypervisors and aggregates views (#743)
  • Minor improvements (#742)
  • Add network quota (#740)

Fixed

  • Reset input when resource select popup closed

Other

  • Beter modularize cloud worker services (#744)
  • Optimize code addressing new clippy suggestions (#717)


This PR was generated with release-plz.

@gtema-release-plz gtema-release-plz bot force-pushed the release-plz-2024-11-12T18-17-56Z branch 8 times, most recently from 2c7df93 to d4ac2c7 Compare November 14, 2024 14:39
Add a way for the service cloud_worker to cover resources it support to
heavily reduce cound of match branches in the main cloud_worker event
loop.

Add a test for trimming header cells addressing few potential panics.
@gtema-release-plz gtema-release-plz bot force-pushed the release-plz-2024-11-12T18-17-56Z branch from d4ac2c7 to a7e0d16 Compare November 14, 2024 16:21
@gtema-release-plz gtema-release-plz bot force-pushed the release-plz-2024-11-12T18-17-56Z branch from a7e0d16 to ec33c4e Compare November 14, 2024 16:37
@gtema gtema deleted the release-plz-2024-11-12T18-17-56Z branch November 14, 2024 17:23
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