Skip to content

Commit

Permalink
prepare 4.8.2 release (ansible-collections#2289)
Browse files Browse the repository at this point in the history
ansible-playbook tools/prepare_release.yml --extra-vars "version=4.8.2"
  • Loading branch information
mariolenz authored Jan 23, 2025
1 parent f11b2bf commit 33b7e2d
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ community.vmware Release Notes

This changelog describes changes after version 3.9.0.

v4.8.2
======

Deprecated Features
-------------------

- vmware_cluster_info - the module has been deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2260).

v4.8.1
======

Expand Down
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,3 +261,11 @@ releases:
- 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'
4.8.2:
changes:
deprecated_features:
- vmware_cluster_info - the module has been deprecated and will be removed in
community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2260).
fragments:
- 2260-deprecate-vmware_cluster_info.yml
release_date: '2025-01-23'
3 changes: 0 additions & 3 deletions changelogs/fragments/2260-deprecate-vmware_cluster_info.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: 4.8.2
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit 33b7e2d

Please sign in to comment.