Skip to content

Commit

Permalink
release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Jan 17, 2025
1 parent 9197c2f commit 15b4a74
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 20 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ vmware.vmware Release Notes

.. contents:: Topics

v1.9.0
======

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

- esxi_maintenance_mode - migrate esxi maintenance module from community
- info - Made vm_name variable required only when state is set to present in content_template module
- pyvmomi module base - refactor class to use the pyvmomi shared client util class as a base
- rest module base - refactor class to use the rest shared client util class as a base
- vms - added vms inventory plugin. consolidated shared docs/code with esxi hosts inventory plugin

Bugfixes
--------

- client utils - Fixed error message when required library could not be imported

v1.8.0
======

Expand Down
22 changes: 22 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,25 @@ releases:
- 91-add-esxi_host-inventory.yml
- 92-fix-reference-in-content-template.yml
release_date: '2024-12-23'
1.9.0:
changes:
bugfixes:
- client utils - Fixed error message when required library could not be imported
minor_changes:
- esxi_maintenance_mode - migrate esxi maintenance module from community
- info - Made vm_name variable required only when state is set to present in
content_template module
- pyvmomi module base - refactor class to use the pyvmomi shared client util
class as a base
- rest module base - refactor class to use the rest shared client util class
as a base
- vms - added vms inventory plugin. consolidated shared docs/code with esxi
hosts inventory plugin
fragments:
- 101-fix-missing-lib-error.yml
- 93-bugfix-vm_name-required.yml
- 95-use-client-utils-in-modules.yml
- 96-add-vms-inventory-plugin.yml
- 98-fix-relative-links-in-readme.yml
- 99-migrate-esxi-maintenance-mode.yml
release_date: '2025-01-17'
3 changes: 0 additions & 3 deletions changelogs/fragments/101-fix-missing-lib-error.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/93-bugfix-vm_name-required.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/95-use-client-utils-in-modules.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/96-add-vms-inventory-plugin.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/98-fix-relative-links-in-readme.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/99-migrate-esxi-maintenance-mode.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace: vmware
name: vmware
version: 1.8.0
version: 1.9.0
readme: README.md
authors:
- Ansible Cloud Content Team (@redhat-cop)
Expand Down

0 comments on commit 15b4a74

Please sign in to comment.