Skip to content

Commit

Permalink
Prep cloud.common 4.0.0 release (ansible-collections#153)
Browse files Browse the repository at this point in the history
Prep cloud.common 4.0.0 release

SUMMARY

Prep cloud.common 4.0.0 release.

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Helen Bailey <hebailey@redhat.com>
  • Loading branch information
alinabuzachis committed May 30, 2024
1 parent a537bd4 commit f7aef8a
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 9 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ cloud.common Release Notes

.. contents:: Topics

v4.0.0
======

Release Summary
---------------

This major release includes a bugfix for Ansible turbo mode and drops support for ``ansible-core > 2.15``.

Breaking Changes / Porting Guide
--------------------------------

- cloud.common collection - Support for ansible-core < 2.15 has been dropped (https://github.com/ansible-collections/cloud.common/pull/145/files).

Bugfixes
--------

- module_utils/turbo/server - Ensure all import statements in run_as_lookup_plugin() are in a try/except block (https://github.com/ansible-collections/cloud.common/pull/143).

v3.0.0
======
Expand Down Expand Up @@ -161,3 +178,4 @@ Bugfixes

v1.0.2
======

19 changes: 17 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,25 @@ releases:
breaking_changes:
- Bump minimum Python supported version to 3.9.
- Remove support for ansible-core < 2.14.
release_summary: This major release drops support for ansible-core versions lower
than 2.14 and Python versions lower than 3.9.
release_summary: This major release drops support for ansible-core versions
lower than 2.14 and Python versions lower than 3.9.
fragments:
- 20231114-ansible-version.yml
- organize_github_actions.yaml
- release_summary.yml
release_date: '2023-11-16'
4.0.0:
changes:
breaking_changes:
- cloud.common collection - Support for ansible-core < 2.15 has been dropped
(https://github.com/ansible-collections/cloud.common/pull/145/files).
bugfixes:
- module_utils/turbo/server - Ensure all import statements in run_as_lookup_plugin()
are in a try/except block (https://github.com/ansible-collections/cloud.common/pull/143).
release_summary: This major release includes a bugfix for Ansible turbo mode
and drops support for ``ansible-core > 2.15``.
fragments:
- 20240103-module_utils-turbo-server-import-fix.yaml.yaml
- increase_ansible_core_version.yml
- release_summary.yml
release_date: '2024-05-24'

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/increase_ansible_core_version.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: cloud
name: common
version: 3.0.0
version: 4.0.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit f7aef8a

Please sign in to comment.