Skip to content

Commit

Permalink
release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Dec 23, 2024
1 parent 624aba0 commit d95f412
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 14 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ vmware.vmware Release Notes

.. contents:: Topics

v1.8.0
======

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

- _vmware - standardize getter method names and documentation
- argument specs - Remove redundant argument specs. Update pyvmomi modules to use new consolidated spec
- content_template - Fix bad reference of library variable that was refactored to library_id
- doc fragments - Remove redundant fragments. Update pyvmomi modules to use new consolidated docs
- esxi_host - Added inventory plugin to gather info about ESXi hosts

v1.7.1
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,20 @@ releases:
fragments:
- 83-fix-content-library-item-info-args.yml
release_date: '2024-11-25'
1.8.0:
changes:
minor_changes:
- _vmware - standardize getter method names and documentation
- argument specs - Remove redundant argument specs. Update pyvmomi modules to
use new consolidated spec
- content_template - Fix bad reference of library variable that was refactored
to library_id
- doc fragments - Remove redundant fragments. Update pyvmomi modules to use
new consolidated docs
- esxi_host - Added inventory plugin to gather info about ESXi hosts
fragments:
- 88-standardize-pyvmomi-methods.yml
- 89-consolidate-arg-specs-and-docs.yml
- 91-add-esxi_host-inventory.yml
- 92-fix-reference-in-content-template.yml
release_date: '2024-12-23'
3 changes: 0 additions & 3 deletions changelogs/fragments/88-standardize-pyvmomi-methods.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/89-consolidate-arg-specs-and-docs.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/91-add-esxi_host-inventory.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/92-fix-reference-in-content-template.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.7.1
version: 1.8.0
readme: README.md
authors:
- Ansible Cloud Content Team (@redhat-cop)
Expand Down

0 comments on commit d95f412

Please sign in to comment.