diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5462e991e7..053119f832 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,27 @@ Community General Release Notes .. contents:: Topics +v1.3.9 +====== + +Release Summary +--------------- + +Fixes compatibility issues with the latest ansible-core 2.11 beta, and some more bugs. + +Minor Changes +------------- + +- 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). + +Bugfixes +-------- + +- nios* modules - fix modules to work with ansible-core 2.11 (https://github.com/ansible-collections/community.general/pull/2057). +- redfish_config module, redfish_utils module utils - fix IndexError in ``SetManagerNic`` command (https://github.com/ansible-collections/community.general/issues/1692). +- scaleway inventory plugin - fix pagination on scaleway inventory plugin (https://github.com/ansible-collections/community.general/pull/2036). +- stacki_host - replaced ``default`` to environment variables with ``fallback`` to them (https://github.com/ansible-collections/community.general/pull/2072). + v1.3.8 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 64e4de2aa7..105bcbb21b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2234,3 +2234,25 @@ releases: - community.docker-88-docker_container-healthcheck.yml - missing-no_log-again.yml release_date: '2021-03-15' + 1.3.9: + changes: + bugfixes: + - nios* modules - fix modules to work with ansible-core 2.11 (https://github.com/ansible-collections/community.general/pull/2057). + - redfish_config module, redfish_utils module utils - fix IndexError in ``SetManagerNic`` + command (https://github.com/ansible-collections/community.general/issues/1692). + - scaleway inventory plugin - fix pagination on scaleway inventory plugin (https://github.com/ansible-collections/community.general/pull/2036). + - stacki_host - replaced ``default`` to environment variables with ``fallback`` + to them (https://github.com/ansible-collections/community.general/pull/2072). + minor_changes: + - 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). + release_summary: Fixes compatibility issues with the latest ansible-core 2.11 + beta, and some more bugs. + fragments: + - 1.3.9.yml + - 2036-scaleway-inventory.yml + - 2040-fix-index-error-in-redfish-set-manager-nic.yml + - 2057-nios-devel.yml + - 2072-stacki-host-params-fallback.yml + - 2087-restrict-kubernetes-dependency.yml + release_date: '2021-03-23' diff --git a/changelogs/fragments/1.3.9.yml b/changelogs/fragments/1.3.9.yml deleted file mode 100644 index 58b8cb7485..0000000000 --- a/changelogs/fragments/1.3.9.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Fixes compatibility issues with the latest ansible-core 2.11 beta, and some more bugs. diff --git a/changelogs/fragments/2036-scaleway-inventory.yml b/changelogs/fragments/2036-scaleway-inventory.yml deleted file mode 100644 index 44161306ac..0000000000 --- a/changelogs/fragments/2036-scaleway-inventory.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - scaleway inventory plugin - fix pagination on scaleway inventory plugin (https://github.com/ansible-collections/community.general/pull/2036). diff --git a/changelogs/fragments/2040-fix-index-error-in-redfish-set-manager-nic.yml b/changelogs/fragments/2040-fix-index-error-in-redfish-set-manager-nic.yml deleted file mode 100644 index 04d9a11101..0000000000 --- a/changelogs/fragments/2040-fix-index-error-in-redfish-set-manager-nic.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - redfish_config module, redfish_utils module utils - fix IndexError in ``SetManagerNic`` command (https://github.com/ansible-collections/community.general/issues/1692). diff --git a/changelogs/fragments/2057-nios-devel.yml b/changelogs/fragments/2057-nios-devel.yml deleted file mode 100644 index be9f8a970f..0000000000 --- a/changelogs/fragments/2057-nios-devel.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "nios* modules - fix modules to work with ansible-core 2.11 (https://github.com/ansible-collections/community.general/pull/2057)." diff --git a/changelogs/fragments/2072-stacki-host-params-fallback.yml b/changelogs/fragments/2072-stacki-host-params-fallback.yml deleted file mode 100644 index f586a6eb0c..0000000000 --- a/changelogs/fragments/2072-stacki-host-params-fallback.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - stacki_host - replaced ``default`` to environment variables with ``fallback`` to them (https://github.com/ansible-collections/community.general/pull/2072). diff --git a/changelogs/fragments/2087-restrict-kubernetes-dependency.yml b/changelogs/fragments/2087-restrict-kubernetes-dependency.yml deleted file mode 100644 index 19e213c5d0..0000000000 --- a/changelogs/fragments/2087-restrict-kubernetes-dependency.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- "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)."