From 506b4766b834f4c01f67a8b4fc57c7f659a803b4 Mon Sep 17 00:00:00 2001 From: mikemorency Date: Tue, 29 Oct 2024 08:41:20 -0400 Subject: [PATCH] release 1.6.0 (#112) --- CHANGELOG.rst | 22 +++++++++++ changelogs/changelog.yaml | 39 ++++++++++++++++++- .../fragments/103-improve-info-role.yml | 4 -- .../104-fix-typos-and-grammar-in-docs.yml | 3 -- .../105-fix-variables in-export-vm-as-ovf.yml | 3 -- ...106-fix-variable-docs-in-manage-folder.yml | 4 -- .../107-document-python-requirements.yml | 3 -- .../108-add-collection-level-auth-vars.yml | 5 --- .../109-standardize-role-readmes.yml | 3 -- .../110-migrate-community-modules.yml | 3 -- ...111-remove-info-validate-certs-default.yml | 3 -- galaxy.yml | 2 +- 12 files changed, 60 insertions(+), 34 deletions(-) delete mode 100644 changelogs/fragments/103-improve-info-role.yml delete mode 100644 changelogs/fragments/104-fix-typos-and-grammar-in-docs.yml delete mode 100644 changelogs/fragments/105-fix-variables in-export-vm-as-ovf.yml delete mode 100644 changelogs/fragments/106-fix-variable-docs-in-manage-folder.yml delete mode 100644 changelogs/fragments/107-document-python-requirements.yml delete mode 100644 changelogs/fragments/108-add-collection-level-auth-vars.yml delete mode 100644 changelogs/fragments/109-standardize-role-readmes.yml delete mode 100644 changelogs/fragments/110-migrate-community-modules.yml delete mode 100644 changelogs/fragments/111-remove-info-validate-certs-default.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 763b89d1..d959e384 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,28 @@ Cloud.VMware\_Ops Release Notes .. contents:: Topics +v1.6.0 +====== + +Minor Changes +------------- + +- Added the option to set environment variables or collection level variables for auth to vcenter. This provides users with a more centralizedoption for setting things that all roles use like vCenter hostname, username, password, etc +- Standardize role README formatting +- cluster_settings - Updated community DPM and DRS recommendation modules to the new vmware.vmware versions +- info - Remove redundant default value for info_validate_certs so the role is consistent with others +- info - added optional output variable which includes gathered info +- info - changed default filenames from randomly generated string to static filename to remove community dependency + +Bugfixes +-------- + +- Made it clearer in the collection README where python requirements are documented +- export_vm_as_ovf - Removed duplicate vars in docs, changed datacenter var name to match other roles while maintaining backwards compat +- fixed typos and grammatical errors in documentation, task names, and changelogs +- manage_folder - Fixed the location of variables in docs to match other roles +- manage_folder - Updated datacenter var name to match other roles while keeping backwards compat + v1.5.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7099db6a..634c80fb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -195,7 +195,42 @@ releases: changes: bugfixes: - removed experiences setup.yml since experiences are not yet supported - - specified support is limited in the README since the collection is meant to be customized by customers + - specified support is limited in the README since the collection is meant to + be customized by customers fragments: - 101-remove-experiences-and-modify-readme.yml - release_date: '2024-09-17' \ No newline at end of file + release_date: '2024-09-17' + 1.6.0: + changes: + bugfixes: + - Made it clearer in the collection README where python requirements are documented + - export_vm_as_ovf - Removed duplicate vars in docs, changed datacenter var + name to match other roles while maintaining backwards compat + - fixed typos and grammatical errors in documentation, task names, and changelogs + - manage_folder - Fixed the location of variables in docs to match other roles + - manage_folder - Updated datacenter var name to match other roles while keeping + backwards compat + minor_changes: + - Added the option to set environment variables or collection level variables + for auth to vcenter. This provides users with a more centralizedoption for + setting things that all roles use like vCenter hostname, username, password, + etc + - Standardize role README formatting + - cluster_settings - Updated community DPM and DRS recommendation modules to + the new vmware.vmware versions + - info - Remove redundant default value for info_validate_certs so the role + is consistent with others + - info - added optional output variable which includes gathered info + - info - changed default filenames from randomly generated string to static + filename to remove community dependency + fragments: + - 103-improve-info-role.yml + - 104-fix-typos-and-grammar-in-docs.yml + - 105-fix-variables in-export-vm-as-ovf.yml + - 106-fix-variable-docs-in-manage-folder.yml + - 107-document-python-requirements.yml + - 108-add-collection-level-auth-vars.yml + - 109-standardize-role-readmes.yml + - 110-migrate-community-modules.yml + - 111-remove-info-validate-certs-default.yml + release_date: '2024-10-28' diff --git a/changelogs/fragments/103-improve-info-role.yml b/changelogs/fragments/103-improve-info-role.yml deleted file mode 100644 index 30c371ab..00000000 --- a/changelogs/fragments/103-improve-info-role.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -minor_changes: - - info - changed default filenames from randomly generated string to static filename to remove community dependency - - info - added optional output variable which includes gathered info diff --git a/changelogs/fragments/104-fix-typos-and-grammar-in-docs.yml b/changelogs/fragments/104-fix-typos-and-grammar-in-docs.yml deleted file mode 100644 index a00f9fa4..00000000 --- a/changelogs/fragments/104-fix-typos-and-grammar-in-docs.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - fixed typos and grammatical errors in documentation, task names, and changelogs diff --git a/changelogs/fragments/105-fix-variables in-export-vm-as-ovf.yml b/changelogs/fragments/105-fix-variables in-export-vm-as-ovf.yml deleted file mode 100644 index 01537b21..00000000 --- a/changelogs/fragments/105-fix-variables in-export-vm-as-ovf.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - export_vm_as_ovf - Removed duplicate vars in docs, changed datacenter var name to match other roles while maintaining backwards compat diff --git a/changelogs/fragments/106-fix-variable-docs-in-manage-folder.yml b/changelogs/fragments/106-fix-variable-docs-in-manage-folder.yml deleted file mode 100644 index 5628ab96..00000000 --- a/changelogs/fragments/106-fix-variable-docs-in-manage-folder.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - manage_folder - Fixed the location of variables in docs to match other roles - - manage_folder - Updated datacenter var name to match other roles while keeping backwards compat diff --git a/changelogs/fragments/107-document-python-requirements.yml b/changelogs/fragments/107-document-python-requirements.yml deleted file mode 100644 index 5c017742..00000000 --- a/changelogs/fragments/107-document-python-requirements.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Made it clearer in the collection README where python requirements are documented diff --git a/changelogs/fragments/108-add-collection-level-auth-vars.yml b/changelogs/fragments/108-add-collection-level-auth-vars.yml deleted file mode 100644 index 256a0cfe..00000000 --- a/changelogs/fragments/108-add-collection-level-auth-vars.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -minor_changes: - - >- - Added the option to set environment variables or collection level variables for auth to vcenter. This provides users - with a more centralizedoption for setting things that all roles use like vCenter hostname, username, password, etc diff --git a/changelogs/fragments/109-standardize-role-readmes.yml b/changelogs/fragments/109-standardize-role-readmes.yml deleted file mode 100644 index ae35b61e..00000000 --- a/changelogs/fragments/109-standardize-role-readmes.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - Standardize role README formatting diff --git a/changelogs/fragments/110-migrate-community-modules.yml b/changelogs/fragments/110-migrate-community-modules.yml deleted file mode 100644 index 3d33355d..00000000 --- a/changelogs/fragments/110-migrate-community-modules.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - cluster_settings - Updated community DPM and DRS recommendation modules to the new vmware.vmware versions diff --git a/changelogs/fragments/111-remove-info-validate-certs-default.yml b/changelogs/fragments/111-remove-info-validate-certs-default.yml deleted file mode 100644 index b9858a02..00000000 --- a/changelogs/fragments/111-remove-info-validate-certs-default.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - info - Remove redundant default value for info_validate_certs so the role is consistent with others diff --git a/galaxy.yml b/galaxy.yml index 3f0ba40a..d943780c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: cloud name: vmware_ops -version: 1.5.1 +version: 1.6.0 readme: README.md authors: - Ansible Cloud Content Team (@redhat-cop)