1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Release 2.5.1.

This commit is contained in:
Felix Fontein 2021-04-14 10:02:27 +02:00
parent f4b4a2813a
commit 6621eb8b87
5 changed files with 26 additions and 5 deletions

View file

@ -6,6 +6,20 @@ Community General Release Notes
This changelog describes changes after version 1.0.0.
v2.5.1
======
Release Summary
---------------
Bugfix release for some bugs discovered right after the 2.5.0 release.
Bugfixes
--------
- funcd connection plugin - can now load (https://github.com/ansible-collections/community.general/pull/2235).
- jira - fixed calling of ``isinstance`` (https://github.com/ansible-collections/community.general/issues/2234).
v2.5.0
======

View file

@ -1804,3 +1804,15 @@ releases:
name: path_join
namespace: null
release_date: '2021-04-13'
2.5.1:
changes:
bugfixes:
- funcd connection plugin - can now load (https://github.com/ansible-collections/community.general/pull/2235).
- jira - fixed calling of ``isinstance`` (https://github.com/ansible-collections/community.general/issues/2234).
release_summary: Bugfix release for some bugs discovered right after the 2.5.0
release.
fragments:
- 2.5.1.yml
- 2236-jira-isinstance.yml
- allow_funcd_to_load.yml
release_date: '2021-04-14'

View file

@ -1 +0,0 @@
release_summary: Bugfix release for some bugs discovered right after the 2.5.0 release.

View file

@ -1,2 +0,0 @@
bugfixes:
- jira - fixed calling of ``isinstance`` (https://github.com/ansible-collections/community.general/issues/2234).

View file

@ -1,2 +0,0 @@
bugfixes:
- funcd connection plugin - can now load (https://github.com/ansible-collections/community.general/pull/2235).