Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Aug 15, 2024
1 parent 6348d1e commit 6a8a847
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Cloud.VMware\_Ops Release Notes

.. contents:: Topics

v1.4.0
======

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

- cluster_settings - Replaced community.vmware.vmware_cluster_drs module with vmware.vmware.cluster_drs module
- provision_vcenter - Replaced community.vmware.vmware_guest_info module with vmware.vmware.guest_info module
- provision_virtual_esxi - Replaced community.vmware.vmware_guest_info module with vmware.vmware.guest_info module

v1.3.0
======

Expand Down
12 changes: 12 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,15 @@ releases:
- 76__mm-bugfix_fix_integration_pip_resolution.yml
- 77__mm-bugfix_remove_template_playbook.yml
release_date: '2024-07-08'
1.4.0:
changes:
minor_changes:
- cluster_settings - Replaced community.vmware.vmware_cluster_drs module with
vmware.vmware.cluster_drs module
- provision_vcenter - Replaced community.vmware.vmware_guest_info module with
vmware.vmware.guest_info module
- provision_virtual_esxi - Replaced community.vmware.vmware_guest_info module
with vmware.vmware.guest_info module
fragments:
- 87-replace-community-modules-with-vmware.vmware.yml
release_date: '2024-08-15'

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.3.0
version: 1.4.0
readme: README.md
authors:
- Ansible Cloud Content Team (@redhat-cop)
Expand Down

0 comments on commit 6a8a847

Please sign in to comment.