Skip to content

Commit

Permalink
chore: release (#747)
Browse files Browse the repository at this point in the history
Co-authored-by: gtema-release-plz[bot] <160271069+gtema-release-plz[bot]@users.noreply.github.com>
  • Loading branch information
gtema-release-plz[bot] authored Nov 15, 2024
1 parent ec2a205 commit 4f25616
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions openstack_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/gtema/openstack/compare/openstack_cli-v0.8.2...openstack_cli-v0.9.0) - 2024-11-15

### Added

- Add `--timing` argument ([#731](https://github.com/gtema/openstack/pull/731))
- Update dependencies ([#722](https://github.com/gtema/openstack/pull/722))
- Enable placement commands ([#721](https://github.com/gtema/openstack/pull/721))
- New content for placement ([#720](https://github.com/gtema/openstack/pull/720))
- Add identity.group.user commands ([#719](https://github.com/gtema/openstack/pull/719))
- Restore generating image service code ([#716](https://github.com/gtema/openstack/pull/716))
- Enable bs.service.list command ([#711](https://github.com/gtema/openstack/pull/711))
- Prepare placement skeleton ([#710](https://github.com/gtema/openstack/pull/710))
- Incorporate updated network schemas

### Fixed

- Fix codegeneration for placement esoterics ([#738](https://github.com/gtema/openstack/pull/738))
- Fix identity resource link code ([#698](https://github.com/gtema/openstack/pull/698))

### Other

- Optimize code addressing new clippy suggestions ([#717](https://github.com/gtema/openstack/pull/717))
- New generated content ([#714](https://github.com/gtema/openstack/pull/714))
- *(deps)* update crate-ci/typos action to v1.27.0 ([#704](https://github.com/gtema/openstack/pull/704))

## [0.8.2](https://github.com/gtema/openstack/compare/openstack_cli-v0.8.1...openstack_cli-v0.8.2) - 2024-10-29

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions openstack_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openstack_cli"
version = "0.8.2"
version = "0.9.0"
authors = [
"Artem Goncharov (gtema)",
]
Expand Down Expand Up @@ -63,7 +63,7 @@ dialoguer = { workspace = true, features=["fuzzy-select"] }
eyre = { workspace = true }
http = { workspace = true }
json-patch = { workspace = true }
openstack_sdk = { path="../openstack_sdk", version = "^0.13", default-features = false, features = ["async", "identity"] }
openstack_sdk = { path="../openstack_sdk", version = "^0.14", default-features = false, features = ["async", "identity"] }
indicatif = "^0.17"
regex = { workspace = true }
reqwest = { workspace = true }
Expand Down
20 changes: 20 additions & 0 deletions openstack_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.13.1...openstack_sdk-v0.14.0) - 2024-11-15

### Added

- Add `--timing` argument ([#731](https://github.com/gtema/openstack/pull/731))
- Update dependencies ([#722](https://github.com/gtema/openstack/pull/722))
- New content for placement ([#720](https://github.com/gtema/openstack/pull/720))
- Restore generating image service code ([#716](https://github.com/gtema/openstack/pull/716))
- Prepare placement skeleton ([#710](https://github.com/gtema/openstack/pull/710))
- Incorporate updated network schemas

### Fixed

- Fix codegeneration for placement esoterics ([#738](https://github.com/gtema/openstack/pull/738))

### Other

- Optimize code addressing new clippy suggestions ([#717](https://github.com/gtema/openstack/pull/717))
- *(deps)* update crate-ci/typos action to v1.27.0 ([#704](https://github.com/gtema/openstack/pull/704))

## [0.13.1](https://github.com/gtema/openstack/compare/openstack_sdk-v0.13.0...openstack_sdk-v0.13.1) - 2024-10-29

### Other
Expand Down
2 changes: 1 addition & 1 deletion openstack_sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack_sdk"
description = "OpenStack SDK"
version = "0.13.1"
version = "0.14.0"
keywords = ["api", "openstack"]
categories = ["api-bindings"]
authors = ["Artem Goncharov (gtema)"]
Expand Down
25 changes: 25 additions & 0 deletions openstack_tui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0](https://github.com/gtema/openstack/compare/openstack_tui-v0.1.6...openstack_tui-v0.9.0) - 2024-11-15

### Added

- Add security group(rules) mode ([#758](https://github.com/gtema/openstack/pull/758))
- Add application credentials mode ([#757](https://github.com/gtema/openstack/pull/757))
- Implement user enable/disable ([#756](https://github.com/gtema/openstack/pull/756))
- Add group_users mode ([#754](https://github.com/gtema/openstack/pull/754))
- Add identity groups view ([#748](https://github.com/gtema/openstack/pull/748))
- Add users view ([#745](https://github.com/gtema/openstack/pull/745))
- Add nova hypervisors and aggregates views ([#743](https://github.com/gtema/openstack/pull/743))
- Minor improvements ([#742](https://github.com/gtema/openstack/pull/742))
- Add network quota ([#740](https://github.com/gtema/openstack/pull/740))

### Fixed

- Clear the describe on reset ([#759](https://github.com/gtema/openstack/pull/759))
- Do not crash when connected with domain_scope ([#746](https://github.com/gtema/openstack/pull/746))
- Reset input when resource select popup closed

### Other

- Better modularize cloud worker services ([#744](https://github.com/gtema/openstack/pull/744))
- Optimize code addressing new clippy suggestions ([#717](https://github.com/gtema/openstack/pull/717))

## [0.1.6](https://github.com/gtema/openstack/compare/openstack_tui-v0.1.5...openstack_tui-v0.1.6) - 2024-10-29

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions openstack_tui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "openstack_tui"
description = "OpenStack Terminal User interface"
version = "0.1.6"
version = "0.9.0"
keywords = ["tui", "openstack"]
categories = ["command-line-utilities"]
authors = ["Artem Goncharov (gtema)"]
Expand All @@ -27,7 +27,7 @@ futures = { workspace = true }
itertools = { workspace = true }
json5 = "^0.4"
lazy_static = "^1.5"
openstack_sdk = { path = "../openstack_sdk", version = "^0.13", default-features = false, features = ["async", "block_storage", "compute", "identity", "image", "network"] }
openstack_sdk = { path = "../openstack_sdk", version = "^0.14", default-features = false, features = ["async", "block_storage", "compute", "identity", "image", "network"] }
pretty_assertions = "^1.4"
ratatui = { version = "^0.29", features = ["serde", "macros"] }
serde = { workspace = true }
Expand Down

0 comments on commit 4f25616

Please sign in to comment.