Skip to content

Commit

Permalink
prepare 3.11.8 release (#2234)
Browse files Browse the repository at this point in the history
ansible-playbook tools/prepare_release.yml --extra-vars "version=3.11.8"
BTW this is the last 3.x release.
  • Loading branch information
mariolenz authored Nov 1, 2024
1 parent 66d9c91 commit 0f367b7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ community.vmware Release Notes

.. contents:: Topics

v3.11.8
=======

Bugfixes
--------

- vmware_guest - Fix existing disk erroneously being re-created when modifying vm with 8 or more disks. (https://github.com/ansible-collections/community.vmware/pull/2173).
- vmware_vmotion - Fix a `list index out of range` error when vSphere doesn't provide a placement recommendation (https://github.com/ansible-collections/community.vmware/pull/2208).

v3.11.7
=======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1529,6 +1529,17 @@ releases:
fragments:
- 2186-fix-sanity-tests.yml
release_date: '2024-10-05'
3.11.8:
changes:
bugfixes:
- vmware_guest - Fix existing disk erroneously being re-created when modifying
vm with 8 or more disks. (https://github.com/ansible-collections/community.vmware/pull/2173).
- vmware_vmotion - Fix a `list index out of range` error when vSphere doesn't
provide a placement recommendation (https://github.com/ansible-collections/community.vmware/pull/2208).
fragments:
- 2173-fix-existing-disk-recreation-on-vm-with-8-or-more-disks.yml
- 2208-vmware_vmotion.yml
release_date: '2024-11-01'
3.2.0:
changes:
bugfixes:
Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/2208-vmware_vmotion.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 @@ -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: 3.11.8
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit 0f367b7

Please sign in to comment.