Skip to content

Commit 753b0bc

Browse files
committed
Release 1.3.9.
1 parent dba8e02 commit 753b0bc

8 files changed

+43
-12
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ Community General Release Notes
55
.. contents:: Topics
66

77

8+
v1.3.9
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Fixes compatibility issues with the latest ansible-core 2.11 beta, and some more bugs.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Restrict dependency to community.kubernetes to < 2.0.0, since community.general will no longer work with the latest git version of community.kubernetes (https://github.com/ansible-collections/community.general/pull/2087).
20+
21+
Bugfixes
22+
--------
23+
24+
- nios* modules - fix modules to work with ansible-core 2.11 (https://github.com/ansible-collections/community.general/pull/2057).
25+
- redfish_config module, redfish_utils module utils - fix IndexError in ``SetManagerNic`` command (https://github.com/ansible-collections/community.general/issues/1692).
26+
- scaleway inventory plugin - fix pagination on scaleway inventory plugin (https://github.com/ansible-collections/community.general/pull/2036).
27+
- stacki_host - replaced ``default`` to environment variables with ``fallback`` to them (https://github.com/ansible-collections/community.general/pull/2072).
28+
829
v1.3.8
930
======
1031

changelogs/changelog.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2234,3 +2234,25 @@ releases:
22342234
- community.docker-88-docker_container-healthcheck.yml
22352235
- missing-no_log-again.yml
22362236
release_date: '2021-03-15'
2237+
1.3.9:
2238+
changes:
2239+
bugfixes:
2240+
- nios* modules - fix modules to work with ansible-core 2.11 (https://github.com/ansible-collections/community.general/pull/2057).
2241+
- redfish_config module, redfish_utils module utils - fix IndexError in ``SetManagerNic``
2242+
command (https://github.com/ansible-collections/community.general/issues/1692).
2243+
- scaleway inventory plugin - fix pagination on scaleway inventory plugin (https://github.com/ansible-collections/community.general/pull/2036).
2244+
- stacki_host - replaced ``default`` to environment variables with ``fallback``
2245+
to them (https://github.com/ansible-collections/community.general/pull/2072).
2246+
minor_changes:
2247+
- Restrict dependency to community.kubernetes to < 2.0.0, since community.general
2248+
will no longer work with the latest git version of community.kubernetes (https://github.com/ansible-collections/community.general/pull/2087).
2249+
release_summary: Fixes compatibility issues with the latest ansible-core 2.11
2250+
beta, and some more bugs.
2251+
fragments:
2252+
- 1.3.9.yml
2253+
- 2036-scaleway-inventory.yml
2254+
- 2040-fix-index-error-in-redfish-set-manager-nic.yml
2255+
- 2057-nios-devel.yml
2256+
- 2072-stacki-host-params-fallback.yml
2257+
- 2087-restrict-kubernetes-dependency.yml
2258+
release_date: '2021-03-23'

changelogs/fragments/1.3.9.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/2036-scaleway-inventory.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/2040-fix-index-error-in-redfish-set-manager-nic.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/2057-nios-devel.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/2072-stacki-host-params-fallback.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/2087-restrict-kubernetes-dependency.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)