From a11664dd87d81984967ef933d96e37910f3527db Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 15 Feb 2024 02:11:41 +0000 Subject: [PATCH] Release 3.0.0a1. --- CHANGELOG.md | 122 ++++++++++++------ CHANGELOG.rst | 33 +++++ changelogs/changelog.yaml | 43 ++++++ changelogs/fragments/119-nosh.yaml | 6 - changelogs/fragments/122-pydanticv2.yaml | 5 - .../fragments/128-libcontext-appcontext.yml | 4 - .../fragments/129-deprecated-compat.yaml | 6 - changelogs/fragments/130-old-ansible-rm.yaml | 15 --- .../fragments/131-galaxy-client-context.yml | 2 - changelogs/fragments/135-trust-core-cache.yml | 2 - changelogs/fragments/3.0.0a1.yml | 1 - 11 files changed, 156 insertions(+), 83 deletions(-) delete mode 100644 changelogs/fragments/119-nosh.yaml delete mode 100644 changelogs/fragments/122-pydanticv2.yaml delete mode 100644 changelogs/fragments/128-libcontext-appcontext.yml delete mode 100644 changelogs/fragments/129-deprecated-compat.yaml delete mode 100644 changelogs/fragments/130-old-ansible-rm.yaml delete mode 100644 changelogs/fragments/131-galaxy-client-context.yml delete mode 100644 changelogs/fragments/135-trust-core-cache.yml delete mode 100644 changelogs/fragments/3.0.0a1.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index 9746771..b1206e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,55 +1,93 @@ # antsibull\-core Release Notes **Topics** -- v2\.2\.0 +- v3\.0\.0a1 - Release Summary - - Minor Changes + - Breaking Changes / Porting Guide + - Removed Features \(previously deprecated\) - Bugfixes -- v2\.1\.0 +- v2\.2\.0 - Release Summary + - Minor Changes + - Bugfixes +- v2\.1\.0 + - Release Summary - Minor Changes - v2\.0\.0 - - Release Summary + - Release Summary - Minor Changes - - Breaking Changes / Porting Guide + - Breaking Changes / Porting Guide - Deprecated Features - - Removed Features \(previously deprecated\) - - Bugfixes + - Removed Features \(previously deprecated\) + - Bugfixes - v1\.4\.0 - - Release Summary + - Release Summary - Minor Changes - - Bugfixes + - Bugfixes - v1\.3\.1 - - Release Summary -- v1\.3\.0\.post0 - Release Summary -- v1\.3\.0 +- v1\.3\.0\.post0 - Release Summary +- v1\.3\.0 + - Release Summary - Minor Changes - - Bugfixes + - Bugfixes - v1\.2\.0 - - Release Summary + - Release Summary - Minor Changes - Deprecated Features - - Bugfixes + - Bugfixes - v1\.1\.0 - - Release Summary + - Release Summary - Minor Changes - v1\.0\.1 - - Release Summary - - Bugfixes -- v1\.0\.0 - Release Summary + - Bugfixes +- v1\.0\.0 + - Release Summary - Major Changes - Minor Changes - - Removed Features \(previously deprecated\) + - Removed Features \(previously deprecated\) - v0\.1\.0 - - Release Summary + - Release Summary + + +## v3\.0\.0a1 + + +### Release Summary + +First antsibull\-core v3 pre\-release + + +### Breaking Changes / Porting Guide + +* Drop support for building Ansible versions less than 6\.0\.0 \([https\://github\.com/ansible\-community/antsibull\-core/pull/132](https\://github\.com/ansible\-community/antsibull\-core/pull/132)\)\. +* Remove GalaxyClient\'s and CollectionDownloader\'s galaxy\_server arguments\. You need to explicitly pass in a GalaxyContext object instead \([https\://github\.com/ansible\-community/antsibull\-core/pull/131](https\://github\.com/ansible\-community/antsibull\-core/pull/131)\)\. +* antsibull\-core now requires major version 2 of the pydantic library\. Version 1 is no longer supported \([https\://github\.com/ansible\-community/antsibull\-core/pull/122](https\://github\.com/ansible\-community/antsibull\-core/pull/122)\)\. + + +### Removed Features \(previously deprecated\) + +* If ansible\_base\_url is provided in a config file\, but ansible\_core\_repo\_url is not\, its value is no longer used for ansible\_core\_repo\_url \([https\://github\.com/ansible\-community/antsibull\-core/pull/128](https\://github\.com/ansible\-community/antsibull\-core/pull/128)\)\. +* Remove dependency on sh \([https\://github\.com/ansible\-community/antsibull\-core/pull/119](https\://github\.com/ansible\-community/antsibull\-core/pull/119)\)\. +* Removed the deprecated field doc\_parsing\_backend from LibContext \([https\://github\.com/ansible\-community/antsibull\-core/pull/128](https\://github\.com/ansible\-community/antsibull\-core/pull/128)\)\. +* Removed the deprecated fields ansible\_base\_url\, galaxy\_url\, pypi\_url\, and collection\_cache from AppContext \([https\://github\.com/ansible\-community/antsibull\-core/pull/128](https\://github\.com/ansible\-community/antsibull\-core/pull/128)\)\. +* ansible\_core \- remove get\_ansible\_core\_package\_name\(\) function\. This is no longer necessary now that support for ansible\-base has been dropped \([https\://github\.com/ansible\-community/antsibull\-core/pull/132](https\://github\.com/ansible\-community/antsibull\-core/pull/132)\)\. +* ansible\_core \- remove ansible\-core/ansible\-base normalization in AnsibleCorePyPiClient\. Data retrieval is only supported for ansible\-core \([https\://github\.com/ansible\-community/antsibull\-core/pull/132](https\://github\.com/ansible\-community/antsibull\-core/pull/132)\)\. +* antsibull\_core\.compat \- remove deprecated asyncio\_run\, best\_get\_loop\, create\_task and metadata \([https\://github\.com/ansible\-community/antsibull\-core/issues/124](https\://github\.com/ansible\-community/antsibull\-core/issues/124)\, [https\://github\.com/ansible\-community/antsibull\-core/pull/129](https\://github\.com/ansible\-community/antsibull\-core/pull/129)\)\. +* dependency\_files \- drop support for \_ansible\_base\_version and \_acd\_version in pieces files\. \_ansible\_core\_version and \_ansible\_version\, respectively\, should be used instead \([https\://github\.com/ansible\-community/antsibull\-core/pull/132](https\://github\.com/ansible\-community/antsibull\-core/pull/132)\)\. +* venv \- remove get\_command\(\) method from VenvRunner and FakeVenvRunner \([https\://github\.com/ansible\-community/antsibull\-core/pull/119](https\://github\.com/ansible\-community/antsibull\-core/pull/119)\)\. + + +### Bugfixes + +* Avoid superfluous network request when trusting the ansible\-core download cache \([https\://github\.com/ansible\-community/antsibull\-core/pull/135](https\://github\.com/ansible\-community/antsibull\-core/pull/135)\)\. ## v2\.2\.0 - + ### Release Summary Add support for Python 3\.12 and improve subprocess\_util @@ -60,7 +98,7 @@ Add support for Python 3\.12 and improve subprocess\_util * Declare support for Python 3\.12 \([https\://github\.com/ansible\-community/antsibull\-core/pull/103](https\://github\.com/ansible\-community/antsibull\-core/pull/103)\)\. * subprocess\_util\.async\_log\_run\(\)\, subprocess\_util\.log\_run\(\)\, and the corresponding functions in venv now support passing generic callback functions for stdout\_loglevel and stderr\_loglevel \([https\://github\.com/ansible\-community/antsibull\-core/pull/113](https\://github\.com/ansible\-community/antsibull\-core/pull/113)\)\. - + ### Bugfixes * Fix typing for antsibull\_core\.app\_context\.app\_context\(\) functions \([https\://github\.com/ansible\-community/antsibull\-core/pull/109](https\://github\.com/ansible\-community/antsibull\-core/pull/109)\)\. @@ -69,7 +107,7 @@ Add support for Python 3\.12 and improve subprocess\_util ## v2\.1\.0 - + ### Release Summary Feature release\. @@ -82,7 +120,7 @@ Feature release\. ## v2\.0\.0 - + ### Release Summary New major release @@ -103,7 +141,7 @@ New major release * The fields ansible\_core\_repo\_url\, galaxy\_url\, and pypi\_url have been added to the library context\. If ansible\_core\_repo\_url is not provided\, it will be populated from the field ansible\_base\_url if that has been provided \([https\://github\.com/ansible\-community/antsibull\-core/pull/81](https\://github\.com/ansible\-community/antsibull\-core/pull/81)\)\. * Use the pypa build tool instead of directly calling setup\.py which is deprecated \([https\://github\.com/ansible\-community/antsibull\-core/pull/51](https\://github\.com/ansible\-community/antsibull\-core/pull/51)\)\. - + ### Breaking Changes / Porting Guide * Remove breadcrumbs\, indexes\, and use\_html\_blobs from global antsibull config handling\. These options are only used by antsibull\-docs\, which already validates them itself \([https\://github\.com/ansible\-community/antsibull\-core/pull/54](https\://github\.com/ansible\-community/antsibull\-core/pull/54)\)\. @@ -119,12 +157,12 @@ New major release * The doc\_parsing\_backend option from the library context is deprecated and will be removed in antsibull\-core 3\.0\.0\. Applications that need it\, such as antsibull\-docs\, must ensure they allow and validate this option themselves \([https\://github\.com/ansible\-community/antsibull\-core/pull/59](https\://github\.com/ansible\-community/antsibull\-core/pull/59)\)\. * The fields ansible\_base\_url\, galaxy\_url\, and pypi\_url of the app context have been deprecated\. Use the fields ansible\_core\_repo\_url\, galaxy\_url\, and pypi\_url\, respectively\, of the library context instead \([https\://github\.com/ansible\-community/antsibull\-core/pull/81](https\://github\.com/ansible\-community/antsibull\-core/pull/81)\)\. - + ### Removed Features \(previously deprecated\) * The unused antsibull\_core\.schemas\.config\.ConfigModel model and the unused antsibull\_core\.config\.read\_config function have been removed \([https\://github\.com/ansible\-community/antsibull\-core/pull/82](https\://github\.com/ansible\-community/antsibull\-core/pull/82)\)\. - + ### Bugfixes * Fix a bug in Galaxy download code when the filename is found in the cache\, but the checksum does not match\. In that case\, the collection was not copied to the destination\, and the code did not try to download the correct file \([https\://github\.com/ansible\-community/antsibull\-core/pull/76](https\://github\.com/ansible\-community/antsibull\-core/pull/76)\)\. @@ -135,7 +173,7 @@ New major release ## v1\.4\.0 - + ### Release Summary Bugfix and feature release\. @@ -145,7 +183,7 @@ Bugfix and feature release\. * Fix overly restrictive file name type annotations\. Use StrOrBytesPath type annotation instead of str for functions that accept a file name \([https\://github\.com/ansible\-community/antsibull\-core/pull/14](https\://github\.com/ansible\-community/antsibull\-core/pull/14)\)\. - + ### Bugfixes * Remove use of blocking IO in an async function \([https\://github\.com/ansible\-community/antsibull\-core/pull/13/](https\://github\.com/ansible\-community/antsibull\-core/pull/13/)\)\. @@ -153,7 +191,7 @@ Bugfix and feature release\. ## v1\.3\.1 - + ### Release Summary Maintenance release to fix unwanted 1\.3\.0\.post0 release\. @@ -161,7 +199,7 @@ Maintenance release to fix unwanted 1\.3\.0\.post0 release\. ## v1\.3\.0\.post0 - + ### Release Summary Erroneously released version\. @@ -169,7 +207,7 @@ Erroneously released version\. ## v1\.3\.0 - + ### Release Summary Feature and bugfix release\. @@ -179,7 +217,7 @@ Feature and bugfix release\. * Allow to write Python dependencies as \_python key into build and dependency files \([https\://github\.com/ansible\-community/antsibull\-core/pull/10](https\://github\.com/ansible\-community/antsibull\-core/pull/10)\)\. - + ### Bugfixes * Fix async file copying helper \([https\://github\.com/ansible\-community/antsibull\-core/pull/11](https\://github\.com/ansible\-community/antsibull\-core/pull/11)\)\. @@ -187,7 +225,7 @@ Feature and bugfix release\. ## v1\.2\.0 - + ### Release Summary Feature release\. @@ -203,7 +241,7 @@ Feature release\. * The DepsFile\.write\(\) method will require the first parameter to be a packaging\.version\.Version object\, the second parameter to be a string\, and the third parameter a mapping of strings to strings\, from antsibull\-core 2\.0\.0 on \([https\://github\.com/ansible\-community/antsibull\-core/pull/6](https\://github\.com/ansible\-community/antsibull\-core/pull/6)\)\. - + ### Bugfixes * Adjust signature of DepsFile\.write\(\) to work around bug in antsibull \([https\://github\.com/ansible\-community/antsibull\-core/pull/6](https\://github\.com/ansible\-community/antsibull\-core/pull/6)\)\. @@ -211,7 +249,7 @@ Feature release\. ## v1\.1\.0 - + ### Release Summary Maintenance release\. @@ -224,12 +262,12 @@ Maintenance release\. ## v1\.0\.1 - + ### Release Summary Bugfix release\. - + ### Bugfixes * Fix detection of ansible\-core devel checkouts \([https\://github\.com/ansible\-community/antsibull\-core/pull/4](https\://github\.com/ansible\-community/antsibull\-core/pull/4)\)\. @@ -237,7 +275,7 @@ Bugfix release\. ## v1\.0\.0 - + ### Release Summary First stable release\. @@ -252,7 +290,7 @@ First stable release\. * Remove unused code \([https\://github\.com/ansible\-community/antsibull\-core/pull/1](https\://github\.com/ansible\-community/antsibull\-core/pull/1)\)\. - + ### Removed Features \(previously deprecated\) * Remove package antsibull\_core\.utils\.transformations \([https\://github\.com/ansible\-community/antsibull\-core/pull/1](https\://github\.com/ansible\-community/antsibull\-core/pull/1)\)\. @@ -260,7 +298,7 @@ First stable release\. ## v0\.1\.0 - + ### Release Summary Initial release\. diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4347037..74f3c74 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,39 @@ antsibull-core Release Notes .. contents:: Topics +v3.0.0a1 +======== + +Release Summary +--------------- + +First antsibull-core v3 pre-release + +Breaking Changes / Porting Guide +-------------------------------- + +- Drop support for building Ansible versions less than 6.0.0 (https://github.com/ansible-community/antsibull-core/pull/132). +- Remove ``GalaxyClient``'s and ``CollectionDownloader``'s ``galaxy_server`` arguments. You need to explicitly pass in a ``GalaxyContext`` object instead (https://github.com/ansible-community/antsibull-core/pull/131). +- antsibull-core now requires major version 2 of the ``pydantic`` library. Version 1 is no longer supported (https://github.com/ansible-community/antsibull-core/pull/122). + +Removed Features (previously deprecated) +---------------------------------------- + +- If ``ansible_base_url`` is provided in a config file, but ``ansible_core_repo_url`` is not, its value is no longer used for ``ansible_core_repo_url`` (https://github.com/ansible-community/antsibull-core/pull/128). +- Remove dependency on ``sh`` (https://github.com/ansible-community/antsibull-core/pull/119). +- Removed the deprecated field ``doc_parsing_backend`` from ``LibContext`` (https://github.com/ansible-community/antsibull-core/pull/128). +- Removed the deprecated fields ``ansible_base_url``, ``galaxy_url``, ``pypi_url``, and ``collection_cache`` from ``AppContext`` (https://github.com/ansible-community/antsibull-core/pull/128). +- ``ansible_core`` - remove ``get_ansible_core_package_name()`` function. This is no longer necessary now that support for ansible-base has been dropped (https://github.com/ansible-community/antsibull-core/pull/132). +- ``ansible_core`` - remove ansible-core/ansible-base normalization in ``AnsibleCorePyPiClient``. Data retrieval is only supported for ``ansible-core`` (https://github.com/ansible-community/antsibull-core/pull/132). +- ``antsibull_core.compat`` - remove deprecated ``asyncio_run``, ``best_get_loop``, ``create_task`` and ``metadata`` (https://github.com/ansible-community/antsibull-core/issues/124, https://github.com/ansible-community/antsibull-core/pull/129). +- ``dependency_files`` - drop support for ``_ansible_base_version`` and ``_acd_version`` in pieces files. ``_ansible_core_version`` and ``_ansible_version``, respectively, should be used instead (https://github.com/ansible-community/antsibull-core/pull/132). +- ``venv`` - remove ``get_command()`` method from ``VenvRunner`` and ``FakeVenvRunner`` (https://github.com/ansible-community/antsibull-core/pull/119). + +Bugfixes +-------- + +- Avoid superfluous network request when trusting the ansible-core download cache (https://github.com/ansible-community/antsibull-core/pull/135). + v2.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 55dc478..7b2a7d1 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -231,3 +231,46 @@ releases: - 116-subprocess_util_escape.yaml - 2.2.0.yml release_date: '2023-12-01' + 3.0.0a1: + changes: + breaking_changes: + - Drop support for building Ansible versions less than 6.0.0 (https://github.com/ansible-community/antsibull-core/pull/132). + - Remove ``GalaxyClient``'s and ``CollectionDownloader``'s ``galaxy_server`` + arguments. You need to explicitly pass in a ``GalaxyContext`` object instead + (https://github.com/ansible-community/antsibull-core/pull/131). + - antsibull-core now requires major version 2 of the ``pydantic`` library. Version + 1 is no longer supported (https://github.com/ansible-community/antsibull-core/pull/122). + bugfixes: + - Avoid superfluous network request when trusting the ansible-core download + cache (https://github.com/ansible-community/antsibull-core/pull/135). + release_summary: First antsibull-core v3 pre-release + removed_features: + - If ``ansible_base_url`` is provided in a config file, but ``ansible_core_repo_url`` + is not, its value is no longer used for ``ansible_core_repo_url`` (https://github.com/ansible-community/antsibull-core/pull/128). + - Remove dependency on ``sh`` (https://github.com/ansible-community/antsibull-core/pull/119). + - Removed the deprecated field ``doc_parsing_backend`` from ``LibContext`` (https://github.com/ansible-community/antsibull-core/pull/128). + - Removed the deprecated fields ``ansible_base_url``, ``galaxy_url``, ``pypi_url``, + and ``collection_cache`` from ``AppContext`` (https://github.com/ansible-community/antsibull-core/pull/128). + - '``ansible_core`` - remove ``get_ansible_core_package_name()`` function. This + is no longer necessary now that support for ansible-base has been dropped + (https://github.com/ansible-community/antsibull-core/pull/132).' + - '``ansible_core`` - remove ansible-core/ansible-base normalization in ``AnsibleCorePyPiClient``. + Data retrieval is only supported for ``ansible-core`` (https://github.com/ansible-community/antsibull-core/pull/132).' + - '``antsibull_core.compat`` - remove deprecated ``asyncio_run``, ``best_get_loop``, + ``create_task`` and ``metadata`` (https://github.com/ansible-community/antsibull-core/issues/124, + https://github.com/ansible-community/antsibull-core/pull/129).' + - '``dependency_files`` - drop support for ``_ansible_base_version`` and ``_acd_version`` + in pieces files. ``_ansible_core_version`` and ``_ansible_version``, respectively, + should be used instead (https://github.com/ansible-community/antsibull-core/pull/132).' + - '``venv`` - remove ``get_command()`` method from ``VenvRunner`` and ``FakeVenvRunner`` + (https://github.com/ansible-community/antsibull-core/pull/119).' + fragments: + - 119-nosh.yaml + - 122-pydanticv2.yaml + - 128-libcontext-appcontext.yml + - 129-deprecated-compat.yaml + - 130-old-ansible-rm.yaml + - 131-galaxy-client-context.yml + - 135-trust-core-cache.yml + - 3.0.0a1.yml + release_date: '2024-02-14' diff --git a/changelogs/fragments/119-nosh.yaml b/changelogs/fragments/119-nosh.yaml deleted file mode 100644 index e5e71bb..0000000 --- a/changelogs/fragments/119-nosh.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -removed_features: - - "Remove dependency on ``sh`` - (https://github.com/ansible-community/antsibull-core/pull/119)." - - "``venv`` - remove ``get_command()`` method from ``VenvRunner`` and ``FakeVenvRunner`` - (https://github.com/ansible-community/antsibull-core/pull/119)." diff --git a/changelogs/fragments/122-pydanticv2.yaml b/changelogs/fragments/122-pydanticv2.yaml deleted file mode 100644 index 134be8d..0000000 --- a/changelogs/fragments/122-pydanticv2.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -breaking_changes: - - "antsibull-core now requires major version 2 of the ``pydantic`` library. - Version 1 is no longer supported - (https://github.com/ansible-community/antsibull-core/pull/122)." diff --git a/changelogs/fragments/128-libcontext-appcontext.yml b/changelogs/fragments/128-libcontext-appcontext.yml deleted file mode 100644 index fd4b3bf..0000000 --- a/changelogs/fragments/128-libcontext-appcontext.yml +++ /dev/null @@ -1,4 +0,0 @@ -removed_features: - - "If ``ansible_base_url`` is provided in a config file, but ``ansible_core_repo_url`` is not, its value is no longer used for ``ansible_core_repo_url`` (https://github.com/ansible-community/antsibull-core/pull/128)." - - "Removed the deprecated fields ``ansible_base_url``, ``galaxy_url``, ``pypi_url``, and ``collection_cache`` from ``AppContext`` (https://github.com/ansible-community/antsibull-core/pull/128)." - - "Removed the deprecated field ``doc_parsing_backend`` from ``LibContext`` (https://github.com/ansible-community/antsibull-core/pull/128)." diff --git a/changelogs/fragments/129-deprecated-compat.yaml b/changelogs/fragments/129-deprecated-compat.yaml deleted file mode 100644 index 1c8c129..0000000 --- a/changelogs/fragments/129-deprecated-compat.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -removed_features: - - "``antsibull_core.compat`` - remove deprecated ``asyncio_run``, - ``best_get_loop``, ``create_task`` and ``metadata`` - (https://github.com/ansible-community/antsibull-core/issues/124, - https://github.com/ansible-community/antsibull-core/pull/129)." diff --git a/changelogs/fragments/130-old-ansible-rm.yaml b/changelogs/fragments/130-old-ansible-rm.yaml deleted file mode 100644 index e6e13d4..0000000 --- a/changelogs/fragments/130-old-ansible-rm.yaml +++ /dev/null @@ -1,15 +0,0 @@ ---- -breaking_changes: - - "Drop support for building Ansible versions less than 6.0.0 - (https://github.com/ansible-community/antsibull-core/pull/132)." -removed_features: - - "``ansible_core`` - remove ``get_ansible_core_package_name()`` function. - This is no longer necessary now that support for ansible-base has been dropped - (https://github.com/ansible-community/antsibull-core/pull/132)." - - "``ansible_core`` - remove ansible-core/ansible-base normalization in - ``AnsibleCorePyPiClient``. Data retrieval is only supported for ``ansible-core`` - (https://github.com/ansible-community/antsibull-core/pull/132)." - - "``dependency_files`` - drop support for ``_ansible_base_version`` and - ``_acd_version`` in pieces files. ``_ansible_core_version`` and - ``_ansible_version``, respectively, should be used instead - (https://github.com/ansible-community/antsibull-core/pull/132)." diff --git a/changelogs/fragments/131-galaxy-client-context.yml b/changelogs/fragments/131-galaxy-client-context.yml deleted file mode 100644 index 913cff6..0000000 --- a/changelogs/fragments/131-galaxy-client-context.yml +++ /dev/null @@ -1,2 +0,0 @@ -breaking_changes: - - "Remove ``GalaxyClient``'s and ``CollectionDownloader``'s ``galaxy_server`` arguments. You need to explicitly pass in a ``GalaxyContext`` object instead (https://github.com/ansible-community/antsibull-core/pull/131)." diff --git a/changelogs/fragments/135-trust-core-cache.yml b/changelogs/fragments/135-trust-core-cache.yml deleted file mode 100644 index 3a7e52c..0000000 --- a/changelogs/fragments/135-trust-core-cache.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "Avoid superfluous network request when trusting the ansible-core download cache (https://github.com/ansible-community/antsibull-core/pull/135)." diff --git a/changelogs/fragments/3.0.0a1.yml b/changelogs/fragments/3.0.0a1.yml deleted file mode 100644 index 63b3d99..0000000 --- a/changelogs/fragments/3.0.0a1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: First antsibull-core v3 pre-release