1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-28 22:49:00 +00:00

Release 1.3.11.

This commit is contained in:
Felix Fontein 2021-06-28 21:02:01 +02:00
parent 85a1eea4e6
commit abc786bddd
4 changed files with 23 additions and 3 deletions

View file

@ -1719,6 +1719,16 @@ releases:
- 2340-jenkins_plugin-py2.yml
- allow_funcd_to_load.yml
release_date: '2021-04-26'
1.3.11:
changes:
bugfixes:
- ovirt* modules - remove bad unnecessary import for current ansible-core development
version (https://github.com/ansible-collections/community.general/pull/2381).
release_summary: Maintenance release.
fragments:
- 1.3.11.yml
- ovirt-fixup.yml
release_date: '2021-06-28'
1.3.2:
changes:
bugfixes:

View file

@ -1 +0,0 @@
release_summary: Maintenance release.

View file

@ -1,2 +0,0 @@
bugfixes:
- "ovirt* modules - remove bad unnecessary import for current ansible-core development version (https://github.com/ansible-collections/community.general/pull/2381)."