Skip to content
Closed
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
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# CHANGELOG

## v1.25.0 (2026-05-06)

### Bug Fixes

- Corrected variable names in validate_migration role (#26) [skip ci]
([`d20f0cc`](https://github.com/redhat-cop/openshift_virtualization_migration/commit/d20f0cc694aa184bf01b757a3d9eaffc6ac386d4))

- Corrected web validation component in aap 2.5+ (#33) [skip ci]
([`85d39f6`](https://github.com/redhat-cop/openshift_virtualization_migration/commit/85d39f6e9de6ca2c0cfb865b8b4a4534ce20e9fd))

### Chores

- Change to manual release workflow
([#36](https://github.com/redhat-cop/openshift_virtualization_migration/pull/36),
[`c500378`](https://github.com/redhat-cop/openshift_virtualization_migration/commit/c500378c6583f8782ebbe548e74649832d656281))

- **ci**: Restore always() condition for ci job
([#36](https://github.com/redhat-cop/openshift_virtualization_migration/pull/36),
[`c500378`](https://github.com/redhat-cop/openshift_virtualization_migration/commit/c500378c6583f8782ebbe548e74649832d656281))

- **ci**: Update workflow to support manual releases [skip ci]
([#36](https://github.com/redhat-cop/openshift_virtualization_migration/pull/36),
[`c500378`](https://github.com/redhat-cop/openshift_virtualization_migration/commit/c500378c6583f8782ebbe548e74649832d656281))

### Features

- Update default channel to 2.6 (#34) [skip ci]
([`3d424d6`](https://github.com/redhat-cop/openshift_virtualization_migration/commit/3d424d657d97fcad820e712f933e007c789385e0))


## v1.24.2 (2026-05-01)

### Bug Fixes
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ Openshift Virtualization Migration Release Notes

.. contents:: Topics

v1.25.0
=======

Minor Changes
-------------

- Update default channel to 2.6 (#34)
- Update default channel to 2.6 (#34)
- Update default channel to 2.6 (#34)
- Update default channel to 2.6 (#34)
- Update default channel to 2.6 (#34)

Bugfixes
--------

- corrected variable names in validate_migration role (#26)
- corrected variable names in validate_migration role (#26)
- corrected variable names in validate_migration role (#26)
- corrected variable names in validate_migration role (#26)
- corrected variable names in validate_migration role (#26)
- corrected web validation component in aap 2.5+ (#33)
- corrected web validation component in aap 2.5+ (#33)
- corrected web validation component in aap 2.5+ (#33)
- corrected web validation component in aap 2.5+ (#33)
- corrected web validation component in aap 2.5+ (#33)

v1.24.2
=======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 1.24.2
version: 1.25.0
36 changes: 36 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,39 @@ releases:
- 1.24.2_fix_MFG463Updatehotplugcomputejinj.yml
- MFG-463.yml
release_date: '2026-05-01'
1.25.0:
changes:
bugfixes:
- corrected variable names in validate_migration role (#26)
- corrected variable names in validate_migration role (#26)
- corrected variable names in validate_migration role (#26)
- corrected variable names in validate_migration role (#26)
- corrected variable names in validate_migration role (#26)
- corrected web validation component in aap 2.5+ (#33)
- corrected web validation component in aap 2.5+ (#33)
- corrected web validation component in aap 2.5+ (#33)
- corrected web validation component in aap 2.5+ (#33)
- corrected web validation component in aap 2.5+ (#33)
minor_changes:
- Update default channel to 2.6 (#34)
- Update default channel to 2.6 (#34)
- Update default channel to 2.6 (#34)
- Update default channel to 2.6 (#34)
- Update default channel to 2.6 (#34)
fragments:
- 1.25.0_feat_Updatedefaultchannelto2634.yml
- 1.25.0_feat_Updatedefaultchannelto2634.yml
- 1.25.0_feat_Updatedefaultchannelto2634.yml
- 1.25.0_feat_Updatedefaultchannelto2634.yml
- 1.25.0_feat_Updatedefaultchannelto2634.yml
- 1.25.0_fix_correctedvariablenamesinvalida.yml
- 1.25.0_fix_correctedvariablenamesinvalida.yml
- 1.25.0_fix_correctedvariablenamesinvalida.yml
- 1.25.0_fix_correctedvariablenamesinvalida.yml
- 1.25.0_fix_correctedvariablenamesinvalida.yml
- 1.25.0_fix_correctedwebvalidationcomponen.yml
- 1.25.0_fix_correctedwebvalidationcomponen.yml
- 1.25.0_fix_correctedwebvalidationcomponen.yml
- 1.25.0_fix_correctedwebvalidationcomponen.yml
- 1.25.0_fix_correctedwebvalidationcomponen.yml
release_date: '2026-05-06'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace: infra
name: openshift_virtualization_migration
version: 1.24.2
version: 1.25.0
readme: README.md
authors:
- OpenShift Virtualization Migration Contributors
Expand Down
6 changes: 3 additions & 3 deletions roles/aap_deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This will not be overwritten by Docsible -->
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand All @@ -32,11 +32,11 @@ Description: Deploys an instance of Ansible Automation Platform.
| [`aap_deploy_openshift_api_key`](defaults/main.yml#L28) | str | `{{ openshift_api_key }}` | None | False | OpenShift API authentication key |
| [`aap_deploy_openshift_verify_ssl`](defaults/main.yml#L33) | str | `{{ openshift_verify_ssl }}` | None | False | Verify SSL certificates for OpenShift connection |
| [`aap_deploy_validate_components`](defaults/main.yml#L38) | list | `[]` | None | True | Ansible Automation Platform component validation |
| [`aap_deploy_validate_components.0`](defaults/main.yml#L38) | str | `{{ aap_instance_name + '-controller-task' if aap_version is not defined or aap_version is version('2.5', '>=') else aap_instance_name + '-web' }}` | None | True | Ansible Automation Platform component validation |
| [`aap_deploy_validate_components.0`](defaults/main.yml#L38) | str | `{{ aap_instance_name + '-controller-web' if aap_version is not defined or aap_version is version('2.5', '>=') else aap_instance_name + '-web' }}` | None | True | Ansible Automation Platform component validation |
| [`aap_deploy_validate_components.1`](defaults/main.yml#L38) | str | `{{ aap_instance_name + '-controller-task' if aap_version is not defined or aap_version is version('2.5', '>=') else aap_instance_name + '-task' }}` | None | True | Ansible Automation Platform component validation |
| [`aap_deploy_validate_components.2`](defaults/main.yml#L38) | str | `{{ aap_instance_name + '-gateway' if aap_version is not defined or aap_version is version('2.5', '>=') else '' }}` | None | True | Ansible Automation Platform component validation |
| [`aap_deploy_cac_collection`](defaults/main.yml#L49) | str | `<multiline value: folded_strip>` | None | True | Ansible Automation Platform configuration collection |
| [`aap_deploy_aap_channel`](defaults/main.yml#L53) | str | `{{ aap_channel ¦ default('stable-2.5') }}` | None | None | None |
| [`aap_deploy_aap_channel`](defaults/main.yml#L53) | str | `{{ aap_channel ¦ default('stable-2.6') }}` | None | None | None |

<summary><b>🖇️ Full descriptions for vars in defaults/main.yml</b></summary>
<br>
Expand Down
2 changes: 1 addition & 1 deletion roles/aap_machine_credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This role enables the management of Ansible Automation Platform _Credentials_.
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/aap_seed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This role defines the initial configuration and setup of the Ansible Automation
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
4 changes: 2 additions & 2 deletions roles/bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This will not be overwritten by Docsible -->
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down Expand Up @@ -41,7 +41,7 @@ Description: Initialization of the Ansible for OpenShift Virtualization Migratio
| [`bootstrap_aap_license_manifest`](defaults/main.yml#L54) | str | `` | None | false | Location of the AAP license manifest file |
| [`bootstrap_controller_hostname`](defaults/main.yml#L63) | str | `{{ controller_hostname ¦ default(ansible_host) }}` | None | false | Bootstrap controller hostname |
| [`bootstrap_controller_username`](defaults/main.yml#L67) | str | `admin` | None | false | Bootstrap controller username |
| [`bootstrap_aap_version`](defaults/main.yml#L71) | str | `{{ aap_version ¦ default(2.5) }}` | None | false | Bootstrap AAP Version |
| [`bootstrap_aap_version`](defaults/main.yml#L71) | str | `{{ aap_version ¦ default(2.6) }}` | None | false | Bootstrap AAP Version |
| [`bootstrap_controller_validate_certs`](defaults/main.yml#L75) | str | `{{ controller_validate_certs ¦ default(false) }}` | None | false | Validate Controller SSL certificates |
| [`bootstrap_license_file_submission_retries`](defaults/main.yml#L81) | int | `25` | None | True | License File Submission Retries |
| [`bootstrap_license_file_submission_delay`](defaults/main.yml#L87) | int | `10` | None | True | License File Submission Delay |
Expand Down
2 changes: 1 addition & 1 deletion roles/create_mf_aap_token/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This will not be overwritten by Docsible -->
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/mtv_management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This will not be overwritten by Docsible -->
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/mtv_migrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This will not be overwritten by Docsible -->
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/network_mgmt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This role performs network management in two modes: Manual and Automatic. It per
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/operator_management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This role manages the lifecycle of operators for OpenShift Virtualization
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/validate_migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This will not be overwritten by Docsible -->
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/vm_backup_restore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This role performs a backup and restore of a virtual machine by using VM snapsho
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/vm_collect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This will not be overwritten by Docsible -->
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/vm_hot_plug/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This role performs hot plugging in a virtual machine.
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/vm_lifecycle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This role performs and manages the lifecycle operations (start/stop/restart) of
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/vm_mac_address/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This will not be overwritten by Docsible -->
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/vm_networking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This will not be overwritten by Docsible -->
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/vm_patching/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This role performs patching related activities for Virtual Machines.
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
2 changes: 1 addition & 1 deletion roles/vm_ssh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This role manages SSH access to virtual machines on OpenShift cluster.
Role belongs to infra/openshift_virtualization_migration
Namespace - infra
Collection - openshift_virtualization_migration
Version - 1.24.2
Version - 1.25.0
Repository - https://github.com/redhat-cop/openshift_virtualization_migration
```

Expand Down
Loading