Skip to content

Commit 4f25616

Browse files
chore: release (#747)
Co-authored-by: gtema-release-plz[bot] <160271069+gtema-release-plz[bot]@users.noreply.github.com>
1 parent ec2a205 commit 4f25616

File tree

7 files changed

+78
-8
lines changed

7 files changed

+78
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openstack_cli/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.0](https://github.com/gtema/openstack/compare/openstack_cli-v0.8.2...openstack_cli-v0.9.0) - 2024-11-15
10+
11+
### Added
12+
13+
- Add `--timing` argument ([#731](https://github.com/gtema/openstack/pull/731))
14+
- Update dependencies ([#722](https://github.com/gtema/openstack/pull/722))
15+
- Enable placement commands ([#721](https://github.com/gtema/openstack/pull/721))
16+
- New content for placement ([#720](https://github.com/gtema/openstack/pull/720))
17+
- Add identity.group.user commands ([#719](https://github.com/gtema/openstack/pull/719))
18+
- Restore generating image service code ([#716](https://github.com/gtema/openstack/pull/716))
19+
- Enable bs.service.list command ([#711](https://github.com/gtema/openstack/pull/711))
20+
- Prepare placement skeleton ([#710](https://github.com/gtema/openstack/pull/710))
21+
- Incorporate updated network schemas
22+
23+
### Fixed
24+
25+
- Fix codegeneration for placement esoterics ([#738](https://github.com/gtema/openstack/pull/738))
26+
- Fix identity resource link code ([#698](https://github.com/gtema/openstack/pull/698))
27+
28+
### Other
29+
30+
- Optimize code addressing new clippy suggestions ([#717](https://github.com/gtema/openstack/pull/717))
31+
- New generated content ([#714](https://github.com/gtema/openstack/pull/714))
32+
- *(deps)* update crate-ci/typos action to v1.27.0 ([#704](https://github.com/gtema/openstack/pull/704))
33+
934
## [0.8.2](https://github.com/gtema/openstack/compare/openstack_cli-v0.8.1...openstack_cli-v0.8.2) - 2024-10-29
1035

1136
### Fixed

openstack_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openstack_cli"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]
@@ -63,7 +63,7 @@ dialoguer = { workspace = true, features=["fuzzy-select"] }
6363
eyre = { workspace = true }
6464
http = { workspace = true }
6565
json-patch = { workspace = true }
66-
openstack_sdk = { path="../openstack_sdk", version = "^0.13", default-features = false, features = ["async", "identity"] }
66+
openstack_sdk = { path="../openstack_sdk", version = "^0.14", default-features = false, features = ["async", "identity"] }
6767
indicatif = "^0.17"
6868
regex = { workspace = true }
6969
reqwest = { workspace = true }

openstack_sdk/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.14.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.13.1...openstack_sdk-v0.14.0) - 2024-11-15
10+
11+
### Added
12+
13+
- Add `--timing` argument ([#731](https://github.com/gtema/openstack/pull/731))
14+
- Update dependencies ([#722](https://github.com/gtema/openstack/pull/722))
15+
- New content for placement ([#720](https://github.com/gtema/openstack/pull/720))
16+
- Restore generating image service code ([#716](https://github.com/gtema/openstack/pull/716))
17+
- Prepare placement skeleton ([#710](https://github.com/gtema/openstack/pull/710))
18+
- Incorporate updated network schemas
19+
20+
### Fixed
21+
22+
- Fix codegeneration for placement esoterics ([#738](https://github.com/gtema/openstack/pull/738))
23+
24+
### Other
25+
26+
- Optimize code addressing new clippy suggestions ([#717](https://github.com/gtema/openstack/pull/717))
27+
- *(deps)* update crate-ci/typos action to v1.27.0 ([#704](https://github.com/gtema/openstack/pull/704))
28+
929
## [0.13.1](https://github.com/gtema/openstack/compare/openstack_sdk-v0.13.0...openstack_sdk-v0.13.1) - 2024-10-29
1030

1131
### Other

openstack_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "openstack_sdk"
33
description = "OpenStack SDK"
4-
version = "0.13.1"
4+
version = "0.14.0"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

openstack_tui/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.0](https://github.com/gtema/openstack/compare/openstack_tui-v0.1.6...openstack_tui-v0.9.0) - 2024-11-15
10+
11+
### Added
12+
13+
- Add security group(rules) mode ([#758](https://github.com/gtema/openstack/pull/758))
14+
- Add application credentials mode ([#757](https://github.com/gtema/openstack/pull/757))
15+
- Implement user enable/disable ([#756](https://github.com/gtema/openstack/pull/756))
16+
- Add group_users mode ([#754](https://github.com/gtema/openstack/pull/754))
17+
- Add identity groups view ([#748](https://github.com/gtema/openstack/pull/748))
18+
- Add users view ([#745](https://github.com/gtema/openstack/pull/745))
19+
- Add nova hypervisors and aggregates views ([#743](https://github.com/gtema/openstack/pull/743))
20+
- Minor improvements ([#742](https://github.com/gtema/openstack/pull/742))
21+
- Add network quota ([#740](https://github.com/gtema/openstack/pull/740))
22+
23+
### Fixed
24+
25+
- Clear the describe on reset ([#759](https://github.com/gtema/openstack/pull/759))
26+
- Do not crash when connected with domain_scope ([#746](https://github.com/gtema/openstack/pull/746))
27+
- Reset input when resource select popup closed
28+
29+
### Other
30+
31+
- Better modularize cloud worker services ([#744](https://github.com/gtema/openstack/pull/744))
32+
- Optimize code addressing new clippy suggestions ([#717](https://github.com/gtema/openstack/pull/717))
33+
934
## [0.1.6](https://github.com/gtema/openstack/compare/openstack_tui-v0.1.5...openstack_tui-v0.1.6) - 2024-10-29
1035

1136
### Fixed

openstack_tui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "openstack_tui"
33
description = "OpenStack Terminal User interface"
4-
version = "0.1.6"
4+
version = "0.9.0"
55
keywords = ["tui", "openstack"]
66
categories = ["command-line-utilities"]
77
authors = ["Artem Goncharov (gtema)"]
@@ -27,7 +27,7 @@ futures = { workspace = true }
2727
itertools = { workspace = true }
2828
json5 = "^0.4"
2929
lazy_static = "^1.5"
30-
openstack_sdk = { path = "../openstack_sdk", version = "^0.13", default-features = false, features = ["async", "block_storage", "compute", "identity", "image", "network"] }
30+
openstack_sdk = { path = "../openstack_sdk", version = "^0.14", default-features = false, features = ["async", "block_storage", "compute", "identity", "image", "network"] }
3131
pretty_assertions = "^1.4"
3232
ratatui = { version = "^0.29", features = ["serde", "macros"] }
3333
serde = { workspace = true }

0 commit comments

Comments
 (0)