Skip to content
Snippets Groups Projects
CHANGELOG.md 1.51 KiB
Newer Older
# 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]

## [1.3.0] - 2024-07-08
### Fixed
- Added way how to migrate RBD snapshot entities

## [1.2.5] - 2024-07-03
### Fixed
- Handle situation when group project network is mapped but not existent

## [1.2.4] - 2024-07-02
### Fixed
- Handle situation when source server has no security-groups linked

## [1.2.3] - 2024-06-19
### Fixed
- fix more robust selection of the source cloud keypair (missing assignment)

## [1.2.2] - 2024-06-19
### Fixed
- more robust selection of the source cloud keypair (search with key_name+user_id and then with key_name only)

## [1.2.1] - 2024-06-11
### Fixed
- corrected argument/switch name from --destination-secgroup-entity-name-prefix to --destination-secgroup-name-prefix

## [1.2.0] - 2024-06-11
### Changed
- source and destination entity names now match except security groups where prefix migrated- is kept

## [1.1.3] - 2024-05-31
### Fixed
- assert disabled projects

## [1.1.2] - 2024-05-30
### Fixed
- attach FIP to correct virtual NIC
### Added
- dry-run mode
- command-line debugging with IPython console

## [1.1.1] - 2024-05-30
### Fixed
- assure correct VM NIC order

## [1.1.0] - 2024-05-30
### Added
- support for multiple ports connected to the VMs
- improved logging

## [1.0.0] - 2024-05-28
### Added
- Initial changelog release