diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a1b6bc65..7f6bebe7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ Cloud.VMware\_Ops Release Notes .. contents:: Topics +v1.8.0 +====== + +Minor Changes +------------- + +- info - added info_datacenters var in documentation to info role +- upload_iso_to_datastore - Created role intended for uploading local ISO files to a Datastore + v1.7.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fe5493c2..7752a33b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -244,3 +244,13 @@ releases: - 114-update-cluster-info-test.yml - 116-fix-role-names-to-FQCN.yml release_date: '2024-12-19' + 1.8.0: + changes: + minor_changes: + - info - added info_datacenters var in documentation to info role + - upload_iso_to_datastore - Created role intended for uploading local ISO files + to a Datastore + fragments: + - 118-bugfix-info_datacenters-in-documentation.yml + - 120-feature-upload-iso-to-datastore.yml + release_date: '2025-01-20' diff --git a/changelogs/fragments/118-bugfix-info_datacenters-in-documentation.yml b/changelogs/fragments/118-bugfix-info_datacenters-in-documentation.yml deleted file mode 100644 index 51c317f1..00000000 --- a/changelogs/fragments/118-bugfix-info_datacenters-in-documentation.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - info - added info_datacenters var in documentation to info role \ No newline at end of file diff --git a/changelogs/fragments/120-feature-upload-iso-to-datastore.yml b/changelogs/fragments/120-feature-upload-iso-to-datastore.yml deleted file mode 100644 index 7bbf511c..00000000 --- a/changelogs/fragments/120-feature-upload-iso-to-datastore.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - upload_iso_to_datastore - Created role intended for uploading local ISO files to a Datastore \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 237755ce..4f679738 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: cloud name: vmware_ops -version: 1.7.0 +version: 1.8.0 readme: README.md authors: - Ansible Cloud Content Team (@redhat-cop)