Skip to content
Merged
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,10 @@ Minor release which removes unused import_image module and fix AEE push
- Update check jobs with new go version
- Enhance mock server and integration tests coverage
- Mock updates

## v2.2.3

- Remove fake server binary
- update go-tests to check if binaries are found in test folder
- update for gostack integration
- Fix pre-checks to work with AAP Execution Environments
2 changes: 1 addition & 1 deletion aee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
package_system: "python3"
python_path: "/usr/bin/python3"
additional_build_files:
- src: ../os_migrate-vmware_migration_kit-2.2.2.tar.gz
- src: ../os_migrate-vmware_migration_kit-2.2.3.tar.gz
dest: tmp/
additional_build_steps:
prepend_base:
Expand Down
2 changes: 1 addition & 1 deletion aee/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ collections:
version: 4.9.0
- name: os_migrate.vmware_migration_kit
type: file
source: tmp/os_migrate-vmware_migration_kit-2.2.2.tar.gz
source: tmp/os_migrate-vmware_migration_kit-2.2.3.tar.gz
3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
namespace: os_migrate
name: vmware_migration_kit
version: 2.2.2
version: 2.2.3
readme: README.md
authors:
- Mathieu Bultel <mat.bultel@gmail.com>
- Roberto Alfieri <ralfieri@redhat.com>
- Adrian Brown <adrbrown@redhat.com>
- Fernando Diaz <fdiazbra@redhat.com>
description: VMWare to Openstack / Openshift migration kit
license:
- Apache-2.0
Expand Down
Loading