mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Release 2.5.1.
This commit is contained in:
parent
f4b4a2813a
commit
6621eb8b87
5 changed files with 26 additions and 5 deletions
|
@ -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'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
release_summary: Bugfix release for some bugs discovered right after the 2.5.0 release.
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- jira - fixed calling of ``isinstance`` (https://github.com/ansible-collections/community.general/issues/2234).
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- funcd connection plugin - can now load (https://github.com/ansible-collections/community.general/pull/2235).
|
Loading…
Add table
Add a link
Reference in a new issue