Skip to content

Commit b1237be

Browse files
chore: release
1 parent 6740a0d commit b1237be

File tree

9 files changed

+71
-8
lines changed

9 files changed

+71
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.12.4](https://github.com/gtema/openstack/compare/openstack_cli-v0.12.3...openstack_cli-v0.12.4) - 2025-07-11
10+
11+
### Added
12+
13+
- Add `--auth-helper-cmd` for external AuthHelper ([#1343](https://github.com/gtema/openstack/pull/1343))
14+
- Drop connection_name from the AuthHelper ([#1342](https://github.com/gtema/openstack/pull/1342))
15+
- Allow cli cloud config from env vars ([#1341](https://github.com/gtema/openstack/pull/1341))
16+
- Use the new AuthHelper in cli and tui ([#1330](https://github.com/gtema/openstack/pull/1330))
17+
- Make image.locations.metadata not required ([#1318](https://github.com/gtema/openstack/pull/1318))
18+
- Improve support for array with prefixItems ([#1317](https://github.com/gtema/openstack/pull/1317))
19+
- Improve UX clarity of "limit" query parameter ([#1313](https://github.com/gtema/openstack/pull/1313))
20+
- Ensure schemas are not duplicated ([#1311](https://github.com/gtema/openstack/pull/1311))
21+
- Implement CloudConfig construction from env ([#1339](https://github.com/gtema/openstack/pull/1339))
22+
- Add support for the oidcaccesstoken authentication ([#1332](https://github.com/gtema/openstack/pull/1332))
23+
- Introduce authentication helper ([#1329](https://github.com/gtema/openstack/pull/1329))
24+
- Add future federation login support ([#1319](https://github.com/gtema/openstack/pull/1319))
25+
26+
### Other
27+
28+
- Batch update of the dependencies ([#1331](https://github.com/gtema/openstack/pull/1331))
29+
- Prepare update of identity schemas ([#1308](https://github.com/gtema/openstack/pull/1308))
30+
931
## [0.12.3](https://github.com/gtema/openstack/compare/openstack_cli-v0.12.2...openstack_cli-v0.12.3) - 2025-06-07
1032

1133
### Added

openstack_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openstack_cli"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
authors = [
55
"Artem Goncharov (gtema)",
66
]

openstack_sdk/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.21.4](https://github.com/gtema/openstack/compare/openstack_sdk-v0.21.3...openstack_sdk-v0.21.4) - 2025-07-11
10+
11+
### Added
12+
13+
- Add `--auth-helper-cmd` for external AuthHelper ([#1343](https://github.com/gtema/openstack/pull/1343))
14+
- Drop connection_name from the AuthHelper ([#1342](https://github.com/gtema/openstack/pull/1342))
15+
- Implement CloudConfig construction from env ([#1339](https://github.com/gtema/openstack/pull/1339))
16+
- Add support for the oidcaccesstoken authentication ([#1332](https://github.com/gtema/openstack/pull/1332))
17+
- Introduce authentication helper ([#1329](https://github.com/gtema/openstack/pull/1329))
18+
- Add future federation login support ([#1319](https://github.com/gtema/openstack/pull/1319))
19+
- Make image.locations.metadata not required ([#1318](https://github.com/gtema/openstack/pull/1318))
20+
- Improve support for array with prefixItems ([#1317](https://github.com/gtema/openstack/pull/1317))
21+
- Ensure schemas are not duplicated ([#1311](https://github.com/gtema/openstack/pull/1311))
22+
923
## [0.21.3](https://github.com/gtema/openstack/compare/openstack_sdk-v0.21.2...openstack_sdk-v0.21.3) - 2025-06-07
1024

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

openstack_tui/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.12.4](https://github.com/gtema/openstack/compare/openstack_tui-v0.12.3...openstack_tui-v0.12.4) - 2025-07-11
10+
11+
### Added
12+
13+
- Drop connection_name from the AuthHelper ([#1342](https://github.com/gtema/openstack/pull/1342))
14+
- Use the new AuthHelper in cli and tui ([#1330](https://github.com/gtema/openstack/pull/1330))
15+
- Improve support for array with prefixItems ([#1317](https://github.com/gtema/openstack/pull/1317))
16+
- Ensure schemas are not duplicated ([#1311](https://github.com/gtema/openstack/pull/1311))
17+
18+
### Other
19+
20+
- Another missed case to disable param ([#1310](https://github.com/gtema/openstack/pull/1310))
21+
- Prepare update of identity schemas ([#1308](https://github.com/gtema/openstack/pull/1308))
22+
923
## [0.12.3](https://github.com/gtema/openstack/compare/openstack_tui-v0.12.2...openstack_tui-v0.12.3) - 2025-06-07
1024

1125
### Added

openstack_tui/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_tui"
33
description = "OpenStack Terminal User interface"
4-
version = "0.12.3"
4+
version = "0.12.4"
55
keywords = ["tui", "openstack"]
66
categories = ["command-line-utilities"]
77
authors = ["Artem Goncharov (gtema)"]

openstack_types/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.21.4](https://github.com/gtema/openstack/compare/openstack_types-v0.21.3...openstack_types-v0.21.4) - 2025-07-11
11+
12+
### Added
13+
14+
- Make image.locations.metadata not required ([#1318](https://github.com/gtema/openstack/pull/1318))
15+
- Improve UX clarity of "limit" query parameter ([#1313](https://github.com/gtema/openstack/pull/1313))
16+
- OpenAPI: Fix nova examples ([#1312](https://github.com/gtema/openstack/pull/1312))
17+
- Ensure schemas are not duplicated ([#1311](https://github.com/gtema/openstack/pull/1311))
18+
19+
### Other
20+
21+
- Init mock test for other services ([#1253](https://github.com/gtema/openstack/pull/1253))
22+
1023
## [0.21.3](https://github.com/gtema/openstack/compare/openstack_types-v0.21.2...openstack_types-v0.21.3) - 2025-06-07
1124

1225
### Added

openstack_types/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_types"
33
description = "OpenStack API Types"
4-
version = "0.21.3"
4+
version = "0.21.4"
55
keywords = ["api", "openstack"]
66
categories = ["api-bindings"]
77
authors = ["Artem Goncharov (gtema)"]

0 commit comments

Comments
 (0)