Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Cargo.lock

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

18 changes: 18 additions & 0 deletions auth-application-credential/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.22.5](https://github.com/gtema/openstack/compare/openstack-sdk-auth-applicationcredential-v0.1.0...openstack-sdk-auth-applicationcredential-v0.22.5) - 2026-03-17

### Added

- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))

### Other

- Trait-ize auth plugins ([#1668](https://github.com/gtema/openstack/pull/1668))
2 changes: 1 addition & 1 deletion auth-application-credential/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openstack-sdk-auth-applicationcredential"
version = "0.1.0"
version = "0.22.5"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
18 changes: 18 additions & 0 deletions auth-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.22.5](https://github.com/gtema/openstack/compare/openstack-sdk-auth-federation-v0.1.0...openstack-sdk-auth-federation-v0.22.5) - 2026-03-17

### Added

- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))

### Other

- Trait-ize auth plugins ([#1668](https://github.com/gtema/openstack/pull/1668))
2 changes: 1 addition & 1 deletion auth-federation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openstack-sdk-auth-federation"
version = "0.1.0"
version = "0.22.5"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
18 changes: 18 additions & 0 deletions auth-jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.22.5](https://github.com/gtema/openstack/compare/openstack-sdk-auth-jwt-v0.1.0...openstack-sdk-auth-jwt-v0.22.5) - 2026-03-17

### Added

- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))

### Other

- Trait-ize auth plugins ([#1668](https://github.com/gtema/openstack/pull/1668))
2 changes: 1 addition & 1 deletion auth-jwt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openstack-sdk-auth-jwt"
version = "0.1.0"
version = "0.22.5"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
14 changes: 14 additions & 0 deletions auth-multifactor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-sdk-auth-multifactor-v0.1.0) - 2026-03-17

### Added

- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))
18 changes: 18 additions & 0 deletions auth-oidcaccesstoken/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.22.5](https://github.com/gtema/openstack/compare/openstack-sdk-auth-oidcaccesstoken-v0.1.0...openstack-sdk-auth-oidcaccesstoken-v0.22.5) - 2026-03-17

### Added

- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))

### Other

- Trait-ize auth plugins ([#1668](https://github.com/gtema/openstack/pull/1668))
2 changes: 1 addition & 1 deletion auth-oidcaccesstoken/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openstack-sdk-auth-oidcaccesstoken"
version = "0.1.0"
version = "0.22.5"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
18 changes: 18 additions & 0 deletions auth-passkey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.22.5](https://github.com/gtema/openstack/compare/openstack-sdk-auth-passkey-v0.1.0...openstack-sdk-auth-passkey-v0.22.5) - 2026-03-17

### Added

- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))

### Other

- Trait-ize auth plugins ([#1668](https://github.com/gtema/openstack/pull/1668))
2 changes: 1 addition & 1 deletion auth-passkey/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openstack-sdk-auth-passkey"
version = "0.1.0"
version = "0.22.5"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
14 changes: 14 additions & 0 deletions auth-password/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-sdk-auth-password-v0.1.0) - 2026-03-17

### Added

- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))
14 changes: 14 additions & 0 deletions auth-receipt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-sdk-auth-receipt-v0.1.0) - 2026-03-17

### Added

- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))
14 changes: 14 additions & 0 deletions auth-token/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-sdk-auth-token-v0.1.0) - 2026-03-17

### Added

- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))
14 changes: 14 additions & 0 deletions auth-totp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0](https://github.com/gtema/openstack/releases/tag/openstack-sdk-auth-totp-v0.1.0) - 2026-03-17

### Added

- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))
18 changes: 18 additions & 0 deletions auth-websso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.22.5](https://github.com/gtema/openstack/compare/openstack-sdk-auth-websso-v0.1.0...openstack-sdk-auth-websso-v0.22.5) - 2026-03-17

### Added

- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))

### Other

- Trait-ize auth plugins ([#1668](https://github.com/gtema/openstack/pull/1668))
2 changes: 1 addition & 1 deletion auth-websso/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openstack-sdk-auth-websso"
version = "0.1.0"
version = "0.22.5"
license.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
20 changes: 20 additions & 0 deletions openstack_cli/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.13.6](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.5...openstack_cli-v0.13.6) - 2026-03-17

### Added

- Sync changes from codegenerator ([#1662](https://github.com/gtema/openstack/pull/1662))
- Update to 2024 rust edition ([#1658](https://github.com/gtema/openstack/pull/1658))
- Add dynamic completions in clap library ([#1626](https://github.com/gtema/openstack/pull/1626))
- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))
- Split openstack_sdk crate ([#1655](https://github.com/gtema/openstack/pull/1655))

### Other

- *(deps)* Bump assert_cmd from 2.1.2 to 2.2.0 ([#1685](https://github.com/gtema/openstack/pull/1685))
- Trait-ize auth plugins ([#1668](https://github.com/gtema/openstack/pull/1668))
- *(deps)* Upgrade dependencies ([#1669](https://github.com/gtema/openstack/pull/1669))
- *(deps)* Bump rand from 0.9.2 to 0.10.0 ([#1644](https://github.com/gtema/openstack/pull/1644))
- Add trailing punctuation ([#1623](https://github.com/gtema/openstack/pull/1623))
- Move client back to `openstack_sdk` ([#1670](https://github.com/gtema/openstack/pull/1670))
- Changes from Keystone webauthn api tests ([#1615](https://github.com/gtema/openstack/pull/1615))

## [0.13.5](https://github.com/gtema/openstack/compare/openstack_cli-v0.13.4...openstack_cli-v0.13.5) - 2026-01-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion openstack_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openstack_cli"
version = "0.13.5"
version = "0.13.6"
authors = [
"Artem Goncharov (gtema)",
]
Expand Down
16 changes: 16 additions & 0 deletions openstack_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.22.6](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.5...openstack_sdk-v0.22.6) - 2026-03-17

### Added

- Split out remaining auth methods to plugins ([#1680](https://github.com/gtema/openstack/pull/1680))
- Sync changes from codegenerator ([#1662](https://github.com/gtema/openstack/pull/1662))
- Update to 2024 rust edition ([#1658](https://github.com/gtema/openstack/pull/1658))
- Split openstack_sdk crate ([#1655](https://github.com/gtema/openstack/pull/1655))

### Other

- Move client back to `openstack_sdk` ([#1670](https://github.com/gtema/openstack/pull/1670))
- Trait-ize auth plugins ([#1668](https://github.com/gtema/openstack/pull/1668))
- Add trailing punctuation ([#1623](https://github.com/gtema/openstack/pull/1623))
- Changes from Keystone webauthn api tests ([#1615](https://github.com/gtema/openstack/pull/1615))

## [0.22.5](https://github.com/gtema/openstack/compare/openstack_sdk-v0.22.4...openstack_sdk-v0.22.5) - 2026-01-17

### Fixed
Expand Down
Loading
Loading