Skip to content

Commit

Permalink
release 1.6.0 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency authored Oct 29, 2024
1 parent d587083 commit 506b476
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 34 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
39 changes: 37 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
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'
4 changes: 0 additions & 4 deletions changelogs/fragments/103-improve-info-role.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/104-fix-typos-and-grammar-in-docs.yml

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/107-document-python-requirements.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/108-add-collection-level-auth-vars.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/109-standardize-role-readmes.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/110-migrate-community-modules.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.5.1
version: 1.6.0
readme: README.md
authors:
- Ansible Cloud Content Team (@redhat-cop)
Expand Down

0 comments on commit 506b476

Please sign in to comment.