Skip to content

Commit

Permalink
prepare 4.8.1 release (#2263)
Browse files Browse the repository at this point in the history
ansible-playbook tools/prepare_release.yml --extra-vars "version=4.8.1"
  • Loading branch information
mariolenz authored Nov 30, 2024
1 parent 5877a03 commit d041a0f
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ community.vmware Release Notes

This changelog describes changes after version 3.9.0.

v4.8.1
======

Bugfixes
--------

- vm_device_helper - Fix 'invalid configuration for device' error caused by missing fileoperation parameter. (https://github.com/ansible-collections/community.vmware/pull/2009).
- vmware_guest - Fix errors occuring during hardware version upgrade not being reported. (https://github.com/ansible-collections/community.vmware/pull/2010).
- vmware_guest - Fix vmware_guest always reporting change when using dvswitch. (https://github.com/ansible-collections/community.vmware/pull/2000).

v4.8.0
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,17 @@ releases:
- 2217-deprecate-vmware_cluster_dpm.yml
- 2218-deprecate-vmware_cluster_drs_recommendations.yml
release_date: '2024-11-01'
4.8.1:
changes:
bugfixes:
- vm_device_helper - Fix 'invalid configuration for device' error caused by
missing fileoperation parameter. (https://github.com/ansible-collections/community.vmware/pull/2009).
- vmware_guest - Fix errors occuring during hardware version upgrade not being
reported. (https://github.com/ansible-collections/community.vmware/pull/2010).
- vmware_guest - Fix vmware_guest always reporting change when using dvswitch.
(https://github.com/ansible-collections/community.vmware/pull/2000).
fragments:
- 2000-fix-vmware-guest-idempotency-with-dvswitch.yml
- 2009-fix-disk-add-failing-with-invalid-configuration-for-device.yml
- 2010-fix-vm-hardware-version-upgrade-error-not-being-reported.yml
release_date: '2024-11-30'

This file was deleted.

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
Expand Up @@ -5,7 +5,7 @@ name: vmware
# https://github.com/ansible-network/releases/tree/master/ansible_releases/cmd
# A script based on https://pypi.org/project/pbr/ will generate the version
# key. The version value depends on the tag or the last git tag.
version: null
version: 4.8.1
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit d041a0f

Please sign in to comment.