diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 24b9534f50..a7530e1c44 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,43 @@ Community General Release Notes .. contents:: Topics +v0.3.0-experimental.meta.redirects +================================== + +Release Summary +--------------- + +This is a experimental release to test whether ``meta/runtime.yml`` redirects work as expected for flatmapping. There will be no final 0.3.0 release; the next release will be 1.0.0. This experimental pre-release will not appear in the versioning history of 0.3.0, it is solely for testing certain technical aspects of ansible-base and antsibull. + + +Minor Changes +------------- + +- apk - added ``no_cache`` option (https://github.com/ansible-collections/community.general/pull/548). +- parted - accept negative numbers in ``part_start`` and ``part_end`` +- pkgng - added ``stdout`` and ``stderr`` attributes to the result (https://github.com/ansible-collections/community.general/pull/560). + +Deprecated Features +------------------- + +- xbps - the ``force`` option never had any effect. It is now deprecated, and will be removed in 3.0.0 (https://github.com/ansible-collections/community.general/pull/568). + +Removed Features (previously deprecated) +---------------------------------------- + +- logicmonitor - the module has been removed in 1.0.0 since it is unmaintained and the API used by the module has been turned off in 2017 (https://github.com/ansible-collections/community.general/issues/539, https://github.com/ansible-collections/community.general/pull/541). +- logicmonitor_facts - the module has been removed in 1.0.0 since it is unmaintained and the API used by the module has been turned off in 2017 (https://github.com/ansible-collections/community.general/issues/539, https://github.com/ansible-collections/community.general/pull/541). + +Bugfixes +-------- + +- aix_filesystem - fix issues with ismount module_util pathing for Ansible 2.9 (https://github.com/ansible-collections/community.general/pull/567). +- consul_kv lookup - fix ``ANSIBLE_CONSUL_URL`` environment variable handling (https://github.com/ansible/ansible/issues/51960). +- consul_kv lookup - fix arguments handling (https://github.com/ansible-collections/community.general/pull/303). +- docker_compose - add a condition to prevent service startup if parameter ``stopped`` is true. Otherwise, the service will be started on each play and stopped again immediately due to the ``stopped`` parameter and breaks the idempotency of the module (https://github.com/ansible-collections/community.general/issues/532). +- docker_compose - disallow usage of the parameters ``stopped`` and ``restarted`` at the same time. This breaks also the idempotency (https://github.com/ansible-collections/community.general/issues/532). +- filesystem - resizefs of xfs filesystems is fixed. Filesystem needs to be mounted. + v0.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 468d715279..f925326302 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -905,3 +905,52 @@ releases: name: lmdb_kv namespace: null release_date: '2020-06-20' + 0.3.0-experimental.meta.redirects: + changes: + bugfixes: + - aix_filesystem - fix issues with ismount module_util pathing for Ansible 2.9 + (https://github.com/ansible-collections/community.general/pull/567). + - consul_kv lookup - fix ``ANSIBLE_CONSUL_URL`` environment variable handling + (https://github.com/ansible/ansible/issues/51960). + - consul_kv lookup - fix arguments handling (https://github.com/ansible-collections/community.general/pull/303). + - docker_compose - add a condition to prevent service startup if parameter ``stopped`` + is true. Otherwise, the service will be started on each play and stopped again + immediately due to the ``stopped`` parameter and breaks the idempotency of + the module (https://github.com/ansible-collections/community.general/issues/532). + - docker_compose - disallow usage of the parameters ``stopped`` and ``restarted`` + at the same time. This breaks also the idempotency (https://github.com/ansible-collections/community.general/issues/532). + - filesystem - resizefs of xfs filesystems is fixed. Filesystem needs to be + mounted. + deprecated_features: + - xbps - the ``force`` option never had any effect. It is now deprecated, and + will be removed in 3.0.0 (https://github.com/ansible-collections/community.general/pull/568). + minor_changes: + - apk - added ``no_cache`` option (https://github.com/ansible-collections/community.general/pull/548). + - parted - accept negative numbers in ``part_start`` and ``part_end`` + - pkgng - added ``stdout`` and ``stderr`` attributes to the result (https://github.com/ansible-collections/community.general/pull/560). + release_summary: 'This is a experimental release to test whether ``meta/runtime.yml`` + redirects work as expected for flatmapping. There will be no final 0.3.0 release; + the next release will be 1.0.0. This experimental pre-release will not appear + in the versioning history of 0.3.0, it is solely for testing certain technical + aspects of ansible-base and antsibull. + + ' + removed_features: + - logicmonitor - the module has been removed in 1.0.0 since it is unmaintained + and the API used by the module has been turned off in 2017 (https://github.com/ansible-collections/community.general/issues/539, + https://github.com/ansible-collections/community.general/pull/541). + - logicmonitor_facts - the module has been removed in 1.0.0 since it is unmaintained + and the API used by the module has been turned off in 2017 (https://github.com/ansible-collections/community.general/issues/539, + https://github.com/ansible-collections/community.general/pull/541). + fragments: + - 0.3.0-experimental-meta-redirects.yml + - 303-consul_kv-fix-env-variables-handling.yaml + - 33979-xfs_growfs.yml + - 547-start-service-condition.yaml + - 548_apk.yml + - 560-pkgng-add-stdout-and-stderr.yaml + - 568_packaging.yml + - aix_filesystem-module_util-routing-issue.yml + - logicmonitor-removal.yml + - parted_negative_numbers.yml + release_date: '2020-06-27' diff --git a/changelogs/fragments/0.3.0-experimental-meta-redirects.yml b/changelogs/fragments/0.3.0-experimental-meta-redirects.yml deleted file mode 100644 index a5944002fc..0000000000 --- a/changelogs/fragments/0.3.0-experimental-meta-redirects.yml +++ /dev/null @@ -1,5 +0,0 @@ -release_summary: > - This is a experimental release to test whether ``meta/runtime.yml`` redirects work as expected for flatmapping. - There will be no final 0.3.0 release; the next release will be 1.0.0. This experimental pre-release will not - appear in the versioning history of 0.3.0, it is solely for testing certain technical aspects of ansible-base - and antsibull. diff --git a/changelogs/fragments/303-consul_kv-fix-env-variables-handling.yaml b/changelogs/fragments/303-consul_kv-fix-env-variables-handling.yaml deleted file mode 100644 index 1053842808..0000000000 --- a/changelogs/fragments/303-consul_kv-fix-env-variables-handling.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - consul_kv lookup - fix ``ANSIBLE_CONSUL_URL`` environment variable handling (https://github.com/ansible/ansible/issues/51960). - - consul_kv lookup - fix arguments handling (https://github.com/ansible-collections/community.general/pull/303). diff --git a/changelogs/fragments/33979-xfs_growfs.yml b/changelogs/fragments/33979-xfs_growfs.yml deleted file mode 100644 index 2976695a24..0000000000 --- a/changelogs/fragments/33979-xfs_growfs.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "filesystem - resizefs of xfs filesystems is fixed. Filesystem needs to be mounted." diff --git a/changelogs/fragments/547-start-service-condition.yaml b/changelogs/fragments/547-start-service-condition.yaml deleted file mode 100644 index 408156c301..0000000000 --- a/changelogs/fragments/547-start-service-condition.yaml +++ /dev/null @@ -1,10 +0,0 @@ ---- -bugfixes: - - docker_compose - add a condition to prevent service startup - if parameter ``stopped`` is true. Otherwise, the service will be - started on each play and stopped again immediately due to - the ``stopped`` parameter and breaks the idempotency of the module - (https://github.com/ansible-collections/community.general/issues/532). - - docker_compose - disallow usage of the parameters ``stopped`` and ``restarted`` - at the same time. This breaks also the idempotency - (https://github.com/ansible-collections/community.general/issues/532). diff --git a/changelogs/fragments/548_apk.yml b/changelogs/fragments/548_apk.yml deleted file mode 100644 index 825dc830c4..0000000000 --- a/changelogs/fragments/548_apk.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- apk - added ``no_cache`` option (https://github.com/ansible-collections/community.general/pull/548). diff --git a/changelogs/fragments/560-pkgng-add-stdout-and-stderr.yaml b/changelogs/fragments/560-pkgng-add-stdout-and-stderr.yaml deleted file mode 100644 index f8dc4683ce..0000000000 --- a/changelogs/fragments/560-pkgng-add-stdout-and-stderr.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - pkgng - added ``stdout`` and ``stderr`` attributes to the result (https://github.com/ansible-collections/community.general/pull/560). diff --git a/changelogs/fragments/568_packaging.yml b/changelogs/fragments/568_packaging.yml deleted file mode 100644 index ab0fa9778e..0000000000 --- a/changelogs/fragments/568_packaging.yml +++ /dev/null @@ -1,2 +0,0 @@ -deprecated_features: -- xbps - the ``force`` option never had any effect. It is now deprecated, and will be removed in 3.0.0 (https://github.com/ansible-collections/community.general/pull/568). diff --git a/changelogs/fragments/aix_filesystem-module_util-routing-issue.yml b/changelogs/fragments/aix_filesystem-module_util-routing-issue.yml deleted file mode 100644 index 1cb803e1c2..0000000000 --- a/changelogs/fragments/aix_filesystem-module_util-routing-issue.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - aix_filesystem - fix issues with ismount module_util pathing for Ansible 2.9 (https://github.com/ansible-collections/community.general/pull/567). diff --git a/changelogs/fragments/logicmonitor-removal.yml b/changelogs/fragments/logicmonitor-removal.yml deleted file mode 100644 index d068b5ac5f..0000000000 --- a/changelogs/fragments/logicmonitor-removal.yml +++ /dev/null @@ -1,3 +0,0 @@ -removed_features: - - "logicmonitor - the module has been removed in 1.0.0 since it is unmaintained and the API used by the module has been turned off in 2017 (https://github.com/ansible-collections/community.general/issues/539, https://github.com/ansible-collections/community.general/pull/541)." - - "logicmonitor_facts - the module has been removed in 1.0.0 since it is unmaintained and the API used by the module has been turned off in 2017 (https://github.com/ansible-collections/community.general/issues/539, https://github.com/ansible-collections/community.general/pull/541)." diff --git a/changelogs/fragments/parted_negative_numbers.yml b/changelogs/fragments/parted_negative_numbers.yml deleted file mode 100644 index 9a54a2c173..0000000000 --- a/changelogs/fragments/parted_negative_numbers.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "parted - accept negative numbers in ``part_start`` and ``part_end``"