Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Jul 5, 2024
1 parent c48863f commit 2adb057
Show file tree
Hide file tree
Showing 16 changed files with 86 additions and 54 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,38 @@ Cloud.VMware\_Ops Release Notes

.. contents:: Topics

v1.3.0
======

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

- cluster_settings - add role metadata
- cluster_settings - adding the integration test for cluster settings role
- content_library - add role metadata
- content_library - adding role, playbook, and tests for managing content libraries in a vcenter
- deploy_ovf - add role metadata
- deploy_ovf - added role, playbook, tests for deploying an OVF template to an ESXi or VCenter
- esxi_maintenance_mode - add role metadata
- esxi_maintenance_mode test - adding the integartion test for esxi_maintenance_mode role
- export_vm_as_ovf - add role metadata
- export_vm_as_ovf - added role, playbook, tests to export an exisiting VM from VCenter or ESXi as an OVF
- export_vm_as_ovf - adding check on ovf file in integration tests for export_vm_as_ovf role
- general change to the testing structure which duplicate runme.sh for each target instead of recreating it manaully
- info - add role metadata
- info_test - adding a CI for validated content repo to run on a real vcenter env, and include this test within the pr
- manage_folder - Added new role, tests, and playbook to create or delete a folder in VCenter
- manage_folder - add role metadata
- manage_template - add playbook to manage templates using provision_vm role
- provision_vcenter - add role metadata
- provision_virtual_esxi - add role metadata
- provision_vm - Added parameter to set is_template and defaulted it to false to keep behavior consistent
- provision_vm - add role metadata
- snapshot_management - add role metadata
- system_settings - add role metadata
- vcenter_host_connection - add role metadata
- vcenter_host_connection_test - modified vcenter_host_connection_test to run on a real vcenter environment

v1.2.0
======

Expand Down
53 changes: 53 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,56 @@ releases:
- 43-mm-feature__add-ha-playbooks.yml
- mm-feature__provision_vcenter_tests.yml
release_date: '2024-06-02'
1.3.0:
changes:
minor_changes:
- cluster_settings - add role metadata
- cluster_settings - adding the integration test for cluster settings role
- content_library - add role metadata
- content_library - adding role, playbook, and tests for managing content libraries
in a vcenter
- deploy_ovf - add role metadata
- deploy_ovf - added role, playbook, tests for deploying an OVF template to
an ESXi or VCenter
- esxi_maintenance_mode - add role metadata
- esxi_maintenance_mode test - adding the integartion test for esxi_maintenance_mode
role
- export_vm_as_ovf - add role metadata
- export_vm_as_ovf - added role, playbook, tests to export an exisiting VM from
VCenter or ESXi as an OVF
- export_vm_as_ovf - adding check on ovf file in integration tests for export_vm_as_ovf
role
- general change to the testing structure which duplicate runme.sh for each
target instead of recreating it manaully
- info - add role metadata
- info_test - adding a CI for validated content repo to run on a real vcenter
env, and include this test within the pr
- manage_folder - Added new role, tests, and playbook to create or delete a
folder in VCenter
- manage_folder - add role metadata
- manage_template - add playbook to manage templates using provision_vm role
- provision_vcenter - add role metadata
- provision_virtual_esxi - add role metadata
- provision_vm - Added parameter to set is_template and defaulted it to false
to keep behavior consistent
- provision_vm - add role metadata
- snapshot_management - add role metadata
- system_settings - add role metadata
- vcenter_host_connection - add role metadata
- vcenter_host_connection_test - modified vcenter_host_connection_test to run
on a real vcenter environment
fragments:
- 42__eco-vcenter-ci-integration.yml
- 47__mm_feature__add_manage_folder.yml
- 51__mm-feature__add_content_library.yml
- 55__mm-feature_export_vm_as_ovf.yml
- 57__mm-feature_deploy-vm-from-ovf.yml
- 58__cluster-settings-integration-test.yml
- 59__export-vm-as-ovf-integration-test.yml
- 62__mm-feature_provision_template.yml
- 63__make_runme_symlink.yml
- 64_add_maintenance_mode_test.yml
- 65__mm-feature_add_role_metadata.yml
- 66_vcenter-host-connection.yml
- 73__mm-feature_add_provision_vm_template_opt.yml
release_date: '2024-07-05'
4 changes: 0 additions & 4 deletions changelogs/fragments/42__eco-vcenter-ci-integration.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/47__mm_feature__add_manage_folder.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/51__mm-feature__add_content_library.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/55__mm-feature_export_vm_as_ovf.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/57__mm-feature_deploy-vm-from-ovf.yml

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/62__mm-feature_provision_template.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/63__make_runme_symlink.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/64_add_maintenance_mode_test.yml

This file was deleted.

15 changes: 0 additions & 15 deletions changelogs/fragments/65__mm-feature_add_role_metadata.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/66_vcenter-host-connection.yml

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: cloud
name: vmware_ops
version: 1.2.0
version: 1.3.0
readme: README.md
authors:
- Ansible Cloud Content Team (@redhat-cop)
Expand Down

0 comments on commit 2adb057

Please sign in to comment.