diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebc033..c4618d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,60 +2,76 @@ **Topics** -- v3\.0\.0 +- v3\.0\.1 - Release Summary + - Bugfixes +- v3\.0\.0 + - Release Summary - Breaking Changes / Porting Guide - Removed Features \(previously deprecated\) - - Bugfixes + - Bugfixes - v2\.2\.0 - - Release Summary + - Release Summary - Minor Changes - - Bugfixes + - Bugfixes - v2\.1\.0 - - Release Summary + - Release Summary - Minor Changes - v2\.0\.0 - - Release Summary + - Release Summary - Minor Changes - Breaking Changes / Porting Guide - Deprecated Features - Removed Features \(previously deprecated\) - - Bugfixes + - 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\) - v0\.1\.0 - - Release Summary + - Release Summary + + +## v3\.0\.1 + + +### Release Summary + +Bugfix release\. + + +### Bugfixes + +* Adjusting ansible\-core PyPI code to also accept a filename starting with ansible\_core\, which seems to be in use since ansible\-core 2\.16\.6 due to [PEP\-625](https\://peps\.python\.org/pep\-0625/) support in setuptools 69\.3\.0 \([https\://github\.com/ansible\-community/antsibull\-core/pull/158](https\://github\.com/ansible\-community/antsibull\-core/pull/158)\)\. ## v3\.0\.0 - + ### Release Summary New major release\. @@ -80,7 +96,7 @@ New major release\. * 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)\)\. @@ -88,7 +104,7 @@ New major release\. ## v2\.2\.0 - + ### Release Summary Add support for Python 3\.12 and improve subprocess\_util @@ -99,7 +115,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)\)\. @@ -108,7 +124,7 @@ Add support for Python 3\.12 and improve subprocess\_util ## v2\.1\.0 - + ### Release Summary Feature release\. @@ -121,7 +137,7 @@ Feature release\. ## v2\.0\.0 - + ### Release Summary New major release @@ -163,7 +179,7 @@ New major release * 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)\)\. @@ -174,7 +190,7 @@ New major release ## v1\.4\.0 - + ### Release Summary Bugfix and feature release\. @@ -184,7 +200,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/)\)\. @@ -192,7 +208,7 @@ Bugfix and feature release\. ## v1\.3\.1 - + ### Release Summary Maintenance release to fix unwanted 1\.3\.0\.post0 release\. @@ -200,7 +216,7 @@ Maintenance release to fix unwanted 1\.3\.0\.post0 release\. ## v1\.3\.0\.post0 - + ### Release Summary Erroneously released version\. @@ -208,7 +224,7 @@ Erroneously released version\. ## v1\.3\.0 - + ### Release Summary Feature and bugfix release\. @@ -218,7 +234,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)\)\. @@ -226,7 +242,7 @@ Feature and bugfix release\. ## v1\.2\.0 - + ### Release Summary Feature release\. @@ -242,7 +258,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)\)\. @@ -250,7 +266,7 @@ Feature release\. ## v1\.1\.0 - + ### Release Summary Maintenance release\. @@ -263,12 +279,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)\)\. @@ -276,7 +292,7 @@ Bugfix release\. ## v1\.0\.0 - + ### Release Summary First stable release\. @@ -299,7 +315,7 @@ First stable release\. ## v0\.1\.0 - + ### Release Summary Initial release\. diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cb3dd30..aa623ce 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,19 @@ antsibull-core Release Notes .. contents:: Topics +v3.0.1 +====== + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- Adjusting ansible-core PyPI code to also accept a filename starting with ``ansible_core``, which seems to be in use since ansible-core 2.16.6 due to `PEP-625 `__ support in setuptools 69.3.0 (https://github.com/ansible-community/antsibull-core/pull/158). + v3.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 34704b1..d5acca8 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -280,3 +280,14 @@ releases: - 135-trust-core-cache.yml - 3.0.0a1.yml release_date: '2024-02-14' + 3.0.1: + changes: + bugfixes: + - Adjusting ansible-core PyPI code to also accept a filename starting with ``ansible_core``, + which seems to be in use since ansible-core 2.16.6 due to `PEP-625 `__ + support in setuptools 69.3.0 (https://github.com/ansible-community/antsibull-core/pull/158). + release_summary: Bugfix release. + fragments: + - 158-ansible-core-pypi.yml + - 3.0.1.yml + release_date: '2024-04-17' diff --git a/changelogs/fragments/158-ansible-core-pypi.yml b/changelogs/fragments/158-ansible-core-pypi.yml deleted file mode 100644 index e06a4f8..0000000 --- a/changelogs/fragments/158-ansible-core-pypi.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - "Adjusting ansible-core PyPI code to also accept a filename starting with ``ansible_core``, which seems to be in use since ansible-core 2.16.6 - due to `PEP-625 `__ support in setuptools 69.3.0 (https://github.com/ansible-community/antsibull-core/pull/158)." diff --git a/changelogs/fragments/3.0.1.yml b/changelogs/fragments/3.0.1.yml deleted file mode 100644 index 8ce9aa9..0000000 --- a/changelogs/fragments/3.0.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release.