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 cli-cmd/api/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.1.0](https://github.com/gtema/openstack/releases/tag/openstack-cli-api-v0.1.0) - 2026-04-30

### Added

- Start respecting MV response candidates ([#1744](https://github.com/gtema/openstack/pull/1744))

### Other

- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
15 changes: 15 additions & 0 deletions cli-cmd/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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-cli-auth-v0.1.0) - 2026-04-30

### Other

- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))
- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
19 changes: 19 additions & 0 deletions cli-cmd/block-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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-cli-block-storage-v0.1.0) - 2026-04-30

### Added

- Start respecting MV response candidates ([#1744](https://github.com/gtema/openstack/pull/1744))

### Other

- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))
- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
19 changes: 19 additions & 0 deletions cli-cmd/catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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-cli-catalog-v0.1.0) - 2026-04-30

### Fixed

- Add endpoint interface handling ([#1728](https://github.com/gtema/openstack/pull/1728))

### Other

- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))
- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
19 changes: 19 additions & 0 deletions cli-cmd/compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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-cli-compute-v0.1.0) - 2026-04-30

### Added

- Start respecting MV response candidates ([#1744](https://github.com/gtema/openstack/pull/1744))

### Other

- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))
- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
19 changes: 19 additions & 0 deletions cli-cmd/container-infrastructure-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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-cli-container-infrastructure-management-v0.1.0) - 2026-04-30

### Added

- Start respecting MV response candidates ([#1744](https://github.com/gtema/openstack/pull/1744))

### Other

- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))
- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
20 changes: 20 additions & 0 deletions cli-cmd/dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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-cli-dns-v0.1.0) - 2026-04-30

### Added

- Start respecting MV response candidates ([#1744](https://github.com/gtema/openstack/pull/1744))

### Other

- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))
- Update sdk service impl to use core crate ([#1711](https://github.com/gtema/openstack/pull/1711))
- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
21 changes: 21 additions & 0 deletions cli-cmd/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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-cli-identity-v0.1.0) - 2026-04-30

### Added

- Respect MV based responses ([#1745](https://github.com/gtema/openstack/pull/1745))
- Start respecting MV response candidates ([#1744](https://github.com/gtema/openstack/pull/1744))

### Other

- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))
- *(ci)* Update CI triggers and workflow members ([#1709](https://github.com/gtema/openstack/pull/1709))
- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
19 changes: 19 additions & 0 deletions cli-cmd/image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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-cli-image-v0.1.0) - 2026-04-30

### Added

- Start respecting MV response candidates ([#1744](https://github.com/gtema/openstack/pull/1744))

### Other

- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))
- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
19 changes: 19 additions & 0 deletions cli-cmd/load-balancer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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-cli-load-balancer-v0.1.0) - 2026-04-30

### Added

- Start respecting MV response candidates ([#1744](https://github.com/gtema/openstack/pull/1744))

### Other

- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))
- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
19 changes: 19 additions & 0 deletions cli-cmd/network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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-cli-network-v0.1.0) - 2026-04-30

### Added

- Start respecting MV response candidates ([#1744](https://github.com/gtema/openstack/pull/1744))

### Other

- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))
- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
15 changes: 15 additions & 0 deletions cli-cmd/object-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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-cli-object-store-v0.1.0) - 2026-04-30

### Other

- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))
- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
19 changes: 19 additions & 0 deletions cli-cmd/placement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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-cli-placement-v0.1.0) - 2026-04-30

### Added

- Start respecting MV response candidates ([#1744](https://github.com/gtema/openstack/pull/1744))

### Other

- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))
- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
16 changes: 16 additions & 0 deletions cli-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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.13.5](https://github.com/gtema/openstack/releases/tag/openstack-cli-core-v0.13.5) - 2026-04-30

### Other

- Split sdk crate into subcrates ([#1713](https://github.com/gtema/openstack/pull/1713))
- Split cli crate ([#1708](https://github.com/gtema/openstack/pull/1708))
- Split the cli-core crate ([#1700](https://github.com/gtema/openstack/pull/1700))
Loading
Loading