Skip to content

Commit 1a7cda0

Browse files
chore: release (#659)
* chore: release * chore: Update readme links --------- Co-authored-by: gtema-release-plz[bot] <160271069+gtema-release-plz[bot]@users.noreply.github.com> Co-authored-by: Artem Goncharov <artem.goncharov@gmail.com>
1 parent 6aabf8b commit 1a7cda0

File tree

8 files changed

+43
-10
lines changed

8 files changed

+43
-10
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.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ with a dedicated installer in every release and can be retrieved with the
8585
following command:
8686

8787
```console
88-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/gtema/openstack/releases/download/openstack_cli-v0.7.3/openstack_cli-installer.sh | sh
88+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/gtema/openstack/releases/download/openstack_cli-v0.8.1/openstack_cli-installer.sh | sh
8989
```
9090

9191
TUI can be installed similarly:
9292

9393
```console
94-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/gtema/openstack/releases/download/openstack_tui-v0.1.3/openstack_tui-installer.sh | sh
94+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/gtema/openstack/releases/download/openstack_tui-v0.1.5/openstack_tui-installer.sh | sh
9595
```
9696

9797

openstack_cli/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.8.1](https://github.com/gtema/openstack/compare/openstack_cli-v0.8.0...openstack_cli-v0.8.1) - 2024-10-11
10+
11+
### Added
12+
13+
- Fix dns schema mapping names ([#648](https://github.com/gtema/openstack/pull/648))
14+
- Regenerate identity.project ([#646](https://github.com/gtema/openstack/pull/646))
15+
- Enable few more DNS commands ([#645](https://github.com/gtema/openstack/pull/645))
16+
- Extend Designate schemas ([#642](https://github.com/gtema/openstack/pull/642))
17+
- Update identity.credentials schema ([#643](https://github.com/gtema/openstack/pull/643))
18+
19+
### Fixed
20+
21+
- Fix dns recordset schema ([#647](https://github.com/gtema/openstack/pull/647))
22+
923
## [0.8.0](https://github.com/gtema/openstack/compare/openstack_cli-v0.7.3...openstack_cli-v0.8.0) - 2024-10-04
1024

1125
### Added

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.0"
3+
version = "0.8.1"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]
@@ -61,7 +61,7 @@ dialoguer = { workspace = true, features=["fuzzy-select"] }
6161
eyre = { workspace = true }
6262
http = { workspace = true }
6363
json-patch = { workspace = true }
64-
openstack_sdk = { path="../openstack_sdk", version = "^0.12", default-features = false, features = ["async", "identity"] }
64+
openstack_sdk = { path="../openstack_sdk", version = "^0.13", default-features = false, features = ["async", "identity"] }
6565
indicatif = "^0.17"
6666
regex = { workspace = true }
6767
reqwest = { workspace = true }

openstack_sdk/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.13.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.12.0...openstack_sdk-v0.13.0) - 2024-10-11
10+
11+
### Added
12+
13+
- Fix dns schema mapping names ([#648](https://github.com/gtema/openstack/pull/648))
14+
- Regenerate identity.project ([#646](https://github.com/gtema/openstack/pull/646))
15+
- Extend Designate schemas ([#642](https://github.com/gtema/openstack/pull/642))
16+
- Update identity.credentials schema ([#643](https://github.com/gtema/openstack/pull/643))
17+
18+
### Fixed
19+
20+
- Fix dns recordset schema ([#647](https://github.com/gtema/openstack/pull/647))
21+
922
## [0.12.0](https://github.com/gtema/openstack/compare/openstack_sdk-v0.11.2...openstack_sdk-v0.12.0) - 2024-10-04
1023

1124
### Added

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.12.0"
4+
version = "0.13.0"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

openstack_tui/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.5](https://github.com/gtema/openstack/compare/openstack_tui-v0.1.4...openstack_tui-v0.1.5) - 2024-10-11
10+
11+
### Other
12+
13+
- update Cargo.lock dependencies
14+
915
## [0.1.4](https://github.com/gtema/openstack/compare/openstack_tui-v0.1.3...openstack_tui-v0.1.4) - 2024-10-04
1016

1117
### Other

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.4"
4+
version = "0.1.5"
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.12", default-features = false, features = ["async", "block_storage", "compute", "identity", "image", "network"] }
30+
openstack_sdk = { path = "../openstack_sdk", version = "^0.13", default-features = false, features = ["async", "block_storage", "compute", "identity", "image", "network"] }
3131
pretty_assertions = "^1.4"
3232
ratatui = { version = "^0.28", features = ["serde", "macros"] }
3333
serde = { workspace = true }

0 commit comments

Comments
 (0)