diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bf7b775..8b533469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,154 +2,158 @@ **Topics** -- v0\.63\.1 +- v0\.64\.0 - Release Summary + - Minor Changes - Bugfixes -- v0\.63\.0 +- v0\.63\.1 - Release Summary - - Minor Changes -- v0\.62\.0 + - Bugfixes +- v0\.63\.0 - Release Summary - Minor Changes +- v0\.62\.0 + - Release Summary + - Minor Changes - Breaking Changes / Porting Guide - v0\.61\.1 - - Release Summary - - Bugfixes -- v0\.61\.0 - Release Summary - - Minor Changes - Bugfixes -- v0\.60\.0 +- v0\.61\.0 - Release Summary - Minor Changes - Bugfixes -- v0\.59\.1 +- v0\.60\.0 - Release Summary + - Minor Changes - Bugfixes -- v0\.59\.0 +- v0\.59\.1 - Release Summary - - Minor Changes - Bugfixes -- v0\.58\.0 +- v0\.59\.0 - Release Summary - Minor Changes - Bugfixes -- v0\.57\.1 +- v0\.58\.0 - Release Summary + - Minor Changes - Bugfixes -- v0\.57\.0 +- v0\.57\.1 - Release Summary - - Minor Changes - - Removed Features \(previously deprecated\) - Bugfixes -- v0\.56\.1 +- v0\.57\.0 - Release Summary + - Minor Changes + - Removed Features \(previously deprecated\) - Bugfixes -- v0\.56\.0 +- v0\.56\.1 - Release Summary - - Minor Changes + - Bugfixes +- v0\.56\.0 + - Release Summary + - Minor Changes - Deprecated Features - v0\.55\.0 - - Release Summary + - Release Summary - Major Changes - - Minor Changes + - Minor Changes - Deprecated Features - v0\.54\.0 - - Release Summary + - Release Summary - Breaking Changes / Porting Guide - Removed Features \(previously deprecated\) - - Bugfixes -- v0\.53\.0 - - Release Summary - - Minor Changes - Bugfixes -- v0\.52\.0 +- v0\.53\.0 - Release Summary - Minor Changes + - Bugfixes +- v0\.52\.0 + - Release Summary + - Minor Changes - Breaking Changes / Porting Guide - Removed Features \(previously deprecated\) - v0\.51\.2 - - Release Summary - - Bugfixes -- v0\.51\.1 - Release Summary - Bugfixes -- v0\.51\.0 +- v0\.51\.1 - Release Summary - - Minor Changes -- v0\.50\.0 + - Bugfixes +- v0\.51\.0 - Release Summary - Minor Changes - - Bugfixes -- v0\.49\.0 +- v0\.50\.0 - Release Summary - Minor Changes - - Breaking Changes / Porting Guide - Bugfixes -- v0\.48\.0 +- v0\.49\.0 - Release Summary - Minor Changes - - Breaking Changes / Porting Guide + - Breaking Changes / Porting Guide - Bugfixes -- v0\.47\.0 +- v0\.48\.0 - Release Summary - Minor Changes -- v0\.46\.0 + - Breaking Changes / Porting Guide + - Bugfixes +- v0\.47\.0 - Release Summary - Minor Changes - - Bugfixes -- v0\.45\.1 +- v0\.46\.0 - Release Summary + - Minor Changes - Bugfixes -- v0\.45\.0 +- v0\.45\.1 - Release Summary - - Minor Changes + - Bugfixes +- v0\.45\.0 + - Release Summary + - Minor Changes - Breaking Changes / Porting Guide - v0\.44\.0 - - Release Summary + - Release Summary - Major Changes - Deprecated Features - Known Issues - v0\.43\.0 - - Release Summary - - Minor Changes - - Bugfixes -- v0\.42\.1 - Release Summary + - Minor Changes - Bugfixes -- v0\.42\.0 +- v0\.42\.1 - Release Summary - - Major Changes - - Minor Changes - Bugfixes -- v0\.41\.0 +- v0\.42\.0 - Release Summary + - Major Changes - Minor Changes - Bugfixes -- v0\.40\.2 +- v0\.41\.0 - Release Summary + - Minor Changes - Bugfixes -- v0\.40\.1 +- v0\.40\.2 - Release Summary - Bugfixes -- v0\.40\.0 +- v0\.40\.1 - Release Summary + - Bugfixes +- v0\.40\.0 + - Release Summary - Major Changes - - Minor Changes + - Minor Changes - Deprecated Features - - Bugfixes + - Bugfixes - v0\.39\.2 - - Release Summary -- v0\.39\.1 - Release Summary -- v0\.39\.0 +- v0\.39\.1 - Release Summary -- v0\.38\.2 +- v0\.39\.0 - Release Summary -- v0\.38\.1 +- v0\.38\.2 - Release Summary -- v0\.38\.0 +- v0\.38\.1 - Release Summary +- v0\.38\.0 + - Release Summary - v0\.37\.0 - v0\.36\.0 - v0\.35\.0 @@ -187,17 +191,35 @@ - v0\.3\.0 - v0\.2\.0 - v0\.1\.0 - - Release Summary + - Release Summary + + +## v0\.64\.0 + + +### Release Summary + +Bugfix and feature release\. + + +### Minor Changes + +* If you are using [argcomplete](https\://pypi\.org/project/argcomplete/)\, you can now tab\-complete antsibull\-build command lines\. See [Activating global completion](https\://pypi\.org/project/argcomplete/\#activating\-global\-completion) in the argcomplete README for how to enable tab completion globally\. This will also tab\-complete Ansible commands such as ansible\-playbook and ansible\-test \([https\://github\.com/ansible\-community/antsibull/pull/611](https\://github\.com/ansible\-community/antsibull/pull/611)\)\. + + +### Bugfixes + +* Fix bug when handling antsibull\_build\_reset was passed in as a string from CLI \([https\://github\.com/ansible\-community/antsibull/pull/602](https\://github\.com/ansible\-community/antsibull/pull/602)\)\. ## v0\.63\.1 - + ### Release Summary Bugfix release\. - + ### Bugfixes * Fix bug in \-\-preserve\-deps option handling \([https\://github\.com/ansible\-community/antsibull/pull/602](https\://github\.com/ansible\-community/antsibull/pull/602)\)\. @@ -205,12 +227,12 @@ Bugfix release\. ## v0\.63\.0 - + ### Release Summary Feature release for improving the automatic release workflow\. - + ### Minor Changes * The release role now has a antsibull\_build\_reset option\, which defaults to the value of antsibull\_data\_reset\, that allows to control whether \.build files are reset during alpha and beta\-1 releases \([https\://github\.com/ansible\-community/antsibull/pull/601](https\://github\.com/ansible\-community/antsibull/pull/601)\)\. @@ -218,12 +240,12 @@ Feature release for improving the automatic release workflow\. ## v0\.62\.0 - + ### Release Summary Feature release for improving the automatic release workflow\. - + ### Minor Changes * Add option \-\-preserve\-deps to the prepare subcommand that allows to preserve the dependencies if a \.deps file for that version already exists\. The versions from that \.deps file are validated against the build requirements and constraints\, and the remainder of the release preparation process remains unchanged\. The release role allows to pass this flag when antsibull\_preserve\_deps\=true \([https\://github\.com/ansible\-community/antsibull/pull/599](https\://github\.com/ansible\-community/antsibull/pull/599)\)\. @@ -239,12 +261,12 @@ Feature release for improving the automatic release workflow\. ## v0\.61\.1 - + ### Release Summary Bugfix release\. - + ### Bugfixes * The PyPI API model used during the release announcement generation has been updated to accept null for keywords\, maintainer\, and maintainer\_email \([https\://github\.com/ansible\-community/antsibull/pull/594](https\://github\.com/ansible\-community/antsibull/pull/594)\)\. @@ -252,17 +274,17 @@ Bugfix release\. ## v0\.61\.0 - + ### Release Summary Maintenance and bugfix release\. - + ### Minor Changes * Add support for the antsibull\-core v3 \([https\://github\.com/ansible\-community/antsibull/pull/593](https\://github\.com/ansible\-community/antsibull/pull/593)\)\. - + ### Bugfixes * announcements \- add missing newline before heading in email template \([https\://github\.com/ansible\-community/antsibull/pull/589](https\://github\.com/ansible\-community/antsibull/pull/589)\)\. @@ -270,12 +292,12 @@ Maintenance and bugfix release\. ## v0\.60\.0 - + ### Release Summary Bugfix and feature release - + ### Minor Changes * Add a sanity\-tests subcommand to run sanity tests accross the collection tree created by verify\-upstreams and display the results \([https\://github\.com/ansible\-community/antsibull/pull/556](https\://github\.com/ansible\-community/antsibull/pull/556)\)\. @@ -290,7 +312,7 @@ Bugfix and feature release * The dependency on antsibull\-changelog has been bumped to 0\.24\.0 or later \([https\://github\.com/ansible\-community/antsibull/pull/576](https\://github\.com/ansible\-community/antsibull/pull/576)\)\. * ansible package README \- add a link to the ansible\-build\-data issue tracker \([https\://github\.com/ansible\-community/antsibull/pull/554](https\://github\.com/ansible\-community/antsibull/pull/554)\)\. - + ### Bugfixes * Use certain fields from library context instead of app context that are deprecated in the app context and are removed from antsibull\-core 3\.0\.0 \([https\://github\.com/ansible\-community/antsibull/pull/569](https\://github\.com/ansible\-community/antsibull/pull/569)\)\. @@ -298,12 +320,12 @@ Bugfix and feature release ## v0\.59\.1 - + ### Release Summary Hottfix for the ansible 9\.0\.1 release to fix setup\.cfg metadata - + ### Bugfixes * Use the correct directive in setup\.cfg for Ansible 9\+ for requiring a Python version\, i\.e\. use python\_requires instead of requires\_python \([https\://github\.com/ansible\-community/antsibull/pull/559](https\://github\.com/ansible\-community/antsibull/pull/559)\)\. @@ -311,12 +333,12 @@ Hottfix for the ansible 9\.0\.1 release to fix setup\.cfg metadata ## v0\.59\.0 - + ### Release Summary Feature release for the upcoming Ansible 9\.0\.0rc1 release\. - + ### Minor Changes * ansible python metadata \- remove links specific to ansible\-core and add links to the Ansible forum and the ansible\-build\-data repository \([https\://github\.com/ansible\-community/antsibull/pull/558](https\://github\.com/ansible\-community/antsibull/pull/558)\)\. @@ -324,7 +346,7 @@ Feature release for the upcoming Ansible 9\.0\.0rc1 release\. * build\-release role \- add a test to ensure that Python files in the ansible package successfully compile \([https\://github\.com/ansible\-community/antsibull/pull/552](https\://github\.com/ansible\-community/antsibull/pull/552)\)\. * build\-release role \- directly install the wheel when running tests \([https\://github\.com/ansible\-community/antsibull/pull/553](https\://github\.com/ansible\-community/antsibull/pull/553)\)\. - + ### Bugfixes * Fix regression in validate\-tags subcommand argument validation that caused a traceback \([https\://github\.com/ansible\-community/antsibull/pull/51](https\://github\.com/ansible\-community/antsibull/pull/51)\)\. @@ -332,17 +354,17 @@ Feature release for the upcoming Ansible 9\.0\.0rc1 release\. ## v0\.58\.0 - + ### Release Summary Feature release for the upcoming Ansible 9\.0\.0a1 release\. - + ### Minor Changes * Support a constraints file that allows to fix dependencies for the new\-ansible and prepare subcommands \([https\://github\.com/ansible\-community/antsibull/pull/546](https\://github\.com/ansible\-community/antsibull/pull/546)\)\. - + ### Bugfixes * Fix URL to ansible\-core on PyPI in the ansible README \([https\://github\.com/ansible\-collections/overview/issues/228](https\://github\.com/ansible\-collections/overview/issues/228)\, [https\://github\.com/ansible\-community/antsibull/pull/541](https\://github\.com/ansible\-community/antsibull/pull/541)\)\. @@ -350,12 +372,12 @@ Feature release for the upcoming Ansible 9\.0\.0a1 release\. ## v0\.57\.1 - + ### Release Summary This bugfix release fixes the retrieval of ansible\-core Porting Guides\. - + ### Bugfixes * Retrieve the ansible\-core Porting Guide from the ansible\-documentation repo\. These files are being removed from the ansible\-core repo \([https\://github\.com/ansible\-community/antsibull/pull/540](https\://github\.com/ansible\-community/antsibull/pull/540)\)\. @@ -363,12 +385,12 @@ This bugfix release fixes the retrieval of ansible\-core Porting Guides\. ## v0\.57\.0 - + ### Release Summary This release adds a couple new features and drops support for older ansible versions\. - + ### Minor Changes * Antsibull now no longer depends directly on sh \([https\://github\.com/ansible\-community/antsibull/pull/514](https\://github\.com/ansible\-community/antsibull/pull/514)\)\. @@ -384,7 +406,7 @@ This release adds a couple new features and drops support for older ansible vers * Remove code to build ansible versions \< 6\.0\.0 from the setup\.py template and elsewhere in the codebase\. antsibull\-build will error out if a user attempts to build an unsupported version \([https\://github\.com/ansible\-community/antsibull/pull/477](https\://github\.com/ansible\-community/antsibull/pull/477)\, [https\://github\.com/ansible\-community/antsibull/pull/524](https\://github\.com/ansible\-community/antsibull/pull/524)\)\. * Removed the deprecated multiple and collection subcommands \([https\://github\.com/ansible\-community/antsibull/issues/522](https\://github\.com/ansible\-community/antsibull/issues/522)\, [https\://github\.com/ansible\-community/antsibull/pull/525](https\://github\.com/ansible\-community/antsibull/pull/525)\)\. - + ### Bugfixes * Properly handle non\-standard version ranges or version pins for feature freeze \([https\://github\.com/ansible\-community/antsibull/issues/532](https\://github\.com/ansible\-community/antsibull/issues/532)\, [https\://github\.com/ansible\-community/antsibull/pull/533](https\://github\.com/ansible\-community/antsibull/pull/533)\)\. @@ -392,12 +414,12 @@ This release adds a couple new features and drops support for older ansible vers ## v0\.56\.1 - + ### Release Summary Hotfix release to fix compatibility with older setuptools versions - + ### Bugfixes * For setup\.py generated for Ansible 8\+\, do not use recursive globs \(\*\*\) as these are only supported since setuptools 62\.3\.0 \([https\://github\.com/ansible\-community/antsibull/pull/520](https\://github\.com/ansible\-community/antsibull/pull/520)\)\. @@ -405,12 +427,12 @@ Hotfix release to fix compatibility with older setuptools versions ## v0\.56\.0 - + ### Release Summary Maintenance release\. - + ### Minor Changes * Remove now broken self\-test from release role \([https\://github\.com/ansible\-community/antsibull/pull/512](https\://github\.com/ansible\-community/antsibull/pull/512)\)\. @@ -424,7 +446,7 @@ Maintenance release\. ## v0\.55\.0 - + ### Release Summary Release with new features\, other improvements\, a new build system\, and a deprecation @@ -434,7 +456,7 @@ Release with new features\, other improvements\, a new build system\, and a depr * Change pyproject build backend from poetry\-core to hatchling\. pip install antsibull works exactly the same as before\, but some users may be affected depending on how they build/install the project \([https\://github\.com/ansible\-community/antsibull/pull/490](https\://github\.com/ansible\-community/antsibull/pull/490)\)\. - + ### Minor Changes * Add a \-I / \-\-ignore and a \-\-ignores\-file flag to the antsibull\-build validate\-tags and antsibull\-build validate\-tags\-file subcommands to ignore errors for certain collections \([https\://github\.com/ansible\-community/antsibull/pull/491](https\://github\.com/ansible\-community/antsibull/pull/491)\)\. @@ -449,7 +471,7 @@ Release with new features\, other improvements\, a new build system\, and a depr ## v0\.54\.0 - + ### Release Summary New release with features\, bugfixes\, and breaking changes\. @@ -464,7 +486,7 @@ New release with features\, bugfixes\, and breaking changes\. * Removed the antsibull\-lint command line utility\. It had no functionality anymore for some time now \([https\://github\.com/ansible\-community/antsibull/pull/466](https\://github\.com/ansible\-community/antsibull/pull/466)\)\. - + ### Bugfixes * Explicitly declare the sh dependency and limit it to before 2\.0\.0\. Also explicitly declare the dependencies on packaging\, semantic\_version\, aiofiles\, aiohttp\, and twiggy \([https\://github\.com/ansible\-community/antsibull/pull/487](https\://github\.com/ansible\-community/antsibull/pull/487)\)\. @@ -473,12 +495,12 @@ New release with features\, bugfixes\, and breaking changes\. ## v0\.53\.0 - + ### Release Summary Feature and bugfix release\. - + ### Minor Changes * Add \-\-tags\-file option to the single\, rebuild\-single\, and prepare subcommands\. This allows including a collection git tags data file in ansible\-build\-data and the ansible sdist \([https\://github\.com/ansible\-community/antsibull/pull/476/](https\://github\.com/ansible\-community/antsibull/pull/476/)\)\. @@ -486,7 +508,7 @@ Feature and bugfix release\. * Bump minimum antsibull\-core requirement to 1\.5\.0\. It contains changes that are needed for the new \-\-tags\-file option \([https\://github\.com/ansible\-community/antsibull/pull/476/](https\://github\.com/ansible\-community/antsibull/pull/476/)\)\. * There have been internal refactorings to simplify typing \([https\://github\.com/ansible\-community/antsibull/pull/469](https\://github\.com/ansible\-community/antsibull/pull/469)\)\. - + ### Bugfixes * Correct Python version classifiers in the ansible setup\.py template\. Limit the Python 3\.8 classifer to ansible 5 and 6 and add the Python 3\.11 classifier to ansible \>\= 7 \([https\://github\.com/ansible\-community/antsibull/pull/479](https\://github\.com/ansible\-community/antsibull/pull/479)\)\. @@ -495,12 +517,12 @@ Feature and bugfix release\. ## v0\.52\.0 - + ### Release Summary Major feature and bugfix release with breaking changes\. - + ### Minor Changes * Add a validate\-tags subcommand to ensure that collection versions in an Ansible release are tagged in collections\' respective git repositories \([https\://github\.com/ansible\-community/antsibull/pull/456](https\://github\.com/ansible\-community/antsibull/pull/456)\)\. @@ -524,12 +546,12 @@ Major feature and bugfix release with breaking changes\. ## v0\.51\.2 - + ### Release Summary Bugfix release\. The next minor release will no longer support Python 3\.6 and 3\.7\. - + ### Bugfixes * Add \-\-collection\-dir to the antsibull\-build collection and build\-collection subcommands\. Previously\, the \-\-collection\-dir option was added to the wrong CLI argument parser and not exposed to users\. \([https\://github\.com/ansible\-community/antsibull/pull/461](https\://github\.com/ansible\-community/antsibull/pull/461)\)\. @@ -538,12 +560,12 @@ Bugfix release\. The next minor release will no longer support Python 3\.6 and 3 ## v0\.51\.1 - + ### Release Summary Bugfix release\. - + ### Bugfixes * Fix handling of Python dependency data when building changelogs and collections \([https\://github\.com/ansible\-community/antsibull/pull/452](https\://github\.com/ansible\-community/antsibull/pull/452)\)\. @@ -551,12 +573,12 @@ Bugfix release\. ## v0\.51\.0 - + ### Release Summary Feature release for Ansible 7\. - + ### Minor Changes * Now requires antsibull\-core \>\= 1\.3\.0 \([https\://github\.com/ansible\-community/antsibull/pull/449](https\://github\.com/ansible\-community/antsibull/pull/449)\)\. @@ -565,12 +587,12 @@ Feature release for Ansible 7\. ## v0\.50\.0 - + ### Release Summary Feature and bugfix release\. - + ### Minor Changes * Added galaxy requirements\.yml file as build\-release role depends on community\.general collection \([https\://github\.com/ansible\-community/antsibull/pull/432](https\://github\.com/ansible\-community/antsibull/pull/432)\) @@ -578,7 +600,7 @@ Feature and bugfix release\. * The build\-release role fails to execute when \./build/antsibull\-build\-data doesn\'t exist and when the antsibull\_data\_reset variable is set to false \([https\://github\.com/ansible\-community/antsibull/pull/442](https\://github\.com/ansible\-community/antsibull/pull/442)\)\. * When building Ansible 6\.3\.0 or newer\, fail on collection dependency validations \([https\://github\.com/ansible\-community/community\-topics/issues/94](https\://github\.com/ansible\-community/community\-topics/issues/94)\, [https\://github\.com/ansible\-community/antsibull/pull/440](https\://github\.com/ansible\-community/antsibull/pull/440)\)\. - + ### Bugfixes * Adjust release role to work around a bug in the current beta version of ansible\-core 2\.14 \([https\://github\.com/ansible\-community/antsibull/pull/447](https\://github\.com/ansible\-community/antsibull/pull/447)\)\. @@ -587,12 +609,12 @@ Feature and bugfix release\. ## v0\.49\.0 - + ### Release Summary Bugfix and feature release containing breaking changes in the release role\. - + ### Minor Changes * Allow to copy the files used to create the source distribution and wheels to a new directory during antsibull\-build rebuild\-single \([https\://github\.com/ansible\-community/antsibull/pull/435](https\://github\.com/ansible\-community/antsibull/pull/435)\)\. @@ -605,7 +627,7 @@ Bugfix and feature release containing breaking changes in the release role\. * The build\-release role now depends on the community\.general collection \([https\://github\.com/ansible\-community/antsibull/pull/432](https\://github\.com/ansible\-community/antsibull/pull/432)\)\. - + ### Bugfixes * Fix typo in generated MANIFEST\.in to list the existing file README\.rst instead of the non\-existing file README \([https\://github\.com/ansible\-community/antsibull/pull/435](https\://github\.com/ansible\-community/antsibull/pull/435)\)\. @@ -614,12 +636,12 @@ Bugfix and feature release containing breaking changes in the release role\. ## v0\.48\.0 - + ### Release Summary Bugfix and feature release containing some breaking changes in the release role\. - + ### Minor Changes * In the release role\, automatically set antsibull\_build\_file and antsibull\_data\_dir based on antsibull\_ansible\_version \([https\://github\.com/ansible\-community/antsibull/pull/430](https\://github\.com/ansible\-community/antsibull/pull/430)\)\. @@ -630,7 +652,7 @@ Bugfix and feature release containing some breaking changes in the release role\ * In the release role\, antsibull\_ansible\_version and antsibull\_ansible\_git\_version must now always be specified \([https\://github\.com/ansible\-community/antsibull/pull/430](https\://github\.com/ansible\-community/antsibull/pull/430)\)\. - + ### Bugfixes * When preparing a new Ansible release\, bump the ansible\-core version to the latest bugfix version \([https\://github\.com/ansible\-community/antsibull/pull/430](https\://github\.com/ansible\-community/antsibull/pull/430)\)\. @@ -638,12 +660,12 @@ Bugfix and feature release containing some breaking changes in the release role\ ## v0\.47\.0 - + ### Release Summary Feature release for Ansible 6\.0\.0rc1\. - + ### Minor Changes * Include ansible\-community CLI program with \-\-version parameter from Ansible 6\.0\.0rc1 on \([https\://github\.com/ansible\-community/antsibull/pull/429](https\://github\.com/ansible\-community/antsibull/pull/429)\)\. @@ -651,18 +673,18 @@ Feature release for Ansible 6\.0\.0rc1\. ## v0\.46\.0 - + ### Release Summary Feature and bugfix release with improvements for the release role\, release building\, and changelog generation\. - + ### Minor Changes * Avoid including the complete condensed changelog of collections added to Ansible to that Ansible release\'s changelog and porting guide entries \([https\://github\.com/ansible\-community/antsibull/pull/428](https\://github\.com/ansible\-community/antsibull/pull/428)\)\. * The build\-release role now also uses antsibull\_data\_reset to prevent regeneration of build\-X\.ansible for alpha and beta\-1 releases \([https\://github\.com/ansible\-community/antsibull/pull/422](https\://github\.com/ansible\-community/antsibull/pull/422)\)\. - + ### Bugfixes * In the build\-release role\, when antsibull\_force\_rebuild is true\, delete the existing python wheel in addition to the release tarball \([https\://github\.com/ansible\-community/antsibull/pull/427](https\://github\.com/ansible\-community/antsibull/pull/427)\)\. @@ -672,12 +694,12 @@ Feature and bugfix release with improvements for the release role\, release buil ## v0\.45\.1 - + ### Release Summary Bugfix release\. - + ### Bugfixes * The build\-release role now no longer ignores collection prereleases of collections for the alpha releases \([https\://github\.com/ansible\-community/antsibull/pull/420](https\://github\.com/ansible\-community/antsibull/pull/420)\)\. @@ -685,12 +707,12 @@ Bugfix release\. ## v0\.45\.0 - + ### Release Summary New feature release with one breaking change to the build\-release role\. - + ### Minor Changes * Add antsibull\-build subcommand validate\-deps which validates dependencies for an ansible\_collections tree \([https\://github\.com/ansible\-community/antsibull/pull/416](https\://github\.com/ansible\-community/antsibull/pull/416)\)\. @@ -707,7 +729,7 @@ New feature release with one breaking change to the build\-release ## v0\.44\.0 - + ### Release Summary Split up antsibull into multiple PyPi packages \(antsibull\-core\, antsibull\-docs\, and antsibull\)\. Note that upgrading is a bit more complicated due to the way pip works\! See below for details\. @@ -730,18 +752,18 @@ Split up antsibull into multiple PyPi packages \(antsibull\-core\, ## v0\.43\.0 - + ### Release Summary Feature release\. - + ### Minor Changes * Add lint\-collection\-docs subcommand to antsibull\-docs\. It behaves identical to antsibull\-lint collection\-docs \([https\://github\.com/ansible\-community/antsibull/pull/411](https\://github\.com/ansible\-community/antsibull/pull/411)\, [https\://github\.com/ansible\-community/antsibull/issues/410](https\://github\.com/ansible\-community/antsibull/issues/410)\)\. * Support MANIFEST\.json and not only galaxy\.yml for antsibull\-docs lint\-collection\-docs and antsibull\-lint collection\-docs \([https\://github\.com/ansible\-community/antsibull/pull/411](https\://github\.com/ansible\-community/antsibull/pull/411)\)\. - + ### Bugfixes * Prevent crashing when non\-strings are found for certain pathnames for antsibull\-docs lint\-collection\-docs and antsibull\-lint collection\-docs \([https\://github\.com/ansible\-community/antsibull/pull/411](https\://github\.com/ansible\-community/antsibull/pull/411)\)\. @@ -749,12 +771,12 @@ Feature release\. ## v0\.42\.1 - + ### Release Summary Bugfix release\. - + ### Bugfixes * antsibull\-docs sphinx\-init \- the \-\-fail\-on\-error option resulted in an invalid build\.sh \([https\://github\.com/ansible\-community/antsibull/pull/409](https\://github\.com/ansible\-community/antsibull/pull/409)\)\. @@ -762,7 +784,7 @@ Bugfix release\. ## v0\.42\.0 - + ### Release Summary Major feature release preparing for Ansible 6\. Also adds support for the new collection links file\, and improves the attributes tables\. @@ -775,7 +797,7 @@ Major feature release preparing for Ansible 6\. Also adds support for the new co * From Ansible 6 on\, improve setup\.py to exclude unnecessary files in the Python distribution \([https\://github\.com/ansible\-community/antsibull/pull/342](https\://github\.com/ansible\-community/antsibull/pull/342)\)\. * Remove Ansible 2\.9 / ansible\-base 2\.10 checks from setup\.py for Ansible 6 so that we can finally ship wheels\. This change is only active for Ansible 6 \([https\://github\.com/ansible\-community/antsibull/pull/394](https\://github\.com/ansible\-community/antsibull/pull/394)\)\. - + ### Minor Changes * Add a new docs parsing backend ansible\-core\-2\.13\, which supports ansible\-core 2\.13\+ \([https\://github\.com/ansible\-community/antsibull/pull/401](https\://github\.com/ansible\-community/antsibull/pull/401)\)\. @@ -786,7 +808,7 @@ Major feature release preparing for Ansible 6\. Also adds support for the new co * Mention the ansible\-core major version in the Ansible porting guide \([https\://github\.com/ansible\-community/antsibull/pull/397](https\://github\.com/ansible\-community/antsibull/pull/397)\)\. * Redo attributes table using the same structure as the options and return value table\. This improves its look and adds a linking mechanism \([https\://github\.com/ansible\-community/antsibull/pull/401](https\://github\.com/ansible\-community/antsibull/pull/401)\)\. - + ### Bugfixes * Fix ansible\-core version parsing for ansible\-doc docs parsing backend \([https\://github\.com/ansible\-community/antsibull/pull/401](https\://github\.com/ansible\-community/antsibull/pull/401)\)\. @@ -796,12 +818,12 @@ Major feature release preparing for Ansible 6\. Also adds support for the new co ## v0\.41\.0 - + ### Release Summary Feature and bugfix release\. - + ### Minor Changes * Add \-\-fail\-on\-error to all antsibull\-docs subcommands for usage in CI \([https\://github\.com/ansible\-community/antsibull/pull/393](https\://github\.com/ansible\-community/antsibull/pull/393)\)\. @@ -812,7 +834,7 @@ Feature and bugfix release\. * Support new keyword field in plugin documentations \([https\://github\.com/ansible\-community/antsibull/pull/329](https\://github\.com/ansible\-community/antsibull/pull/329)\)\. * The conf\.py generated by antsibull\-docs sphinx\-init will be set to try resolving intersphinx references to Ansible\'s devel docs instead of a concrete Ansible version \([https\://github\.com/ansible\-community/antsibull/pull/391](https\://github\.com/ansible\-community/antsibull/pull/391)\)\. - + ### Bugfixes * If plugin parsing fails for antsibull\-docs plugin\, handle this more gracefully \([https\://github\.com/ansible\-community/antsibull/pull/393](https\://github\.com/ansible\-community/antsibull/pull/393)\)\. @@ -822,12 +844,12 @@ Feature and bugfix release\. ## v0\.40\.2 - + ### Release Summary Bugfix release\. - + ### Bugfixes * Fix rsync call when antsibull\-docs sphinx\-init is used with \-\-squash\-hieararchy \([https\://github\.com/ansible\-community/antsibull/pull/382](https\://github\.com/ansible\-community/antsibull/pull/382)\)\. @@ -837,12 +859,12 @@ Bugfix release\. ## v0\.40\.1 - + ### Release Summary Bugfix release\. - + ### Bugfixes * Fix bug in collection enum for docs generation\, which caused role FQCNs to be mangled \([https\://github\.com/ansible\-community/antsibull/pull/379](https\://github\.com/ansible\-community/antsibull/pull/379)\)\. @@ -850,7 +872,7 @@ Bugfix release\. ## v0\.40\.0 - + ### Release Summary Feature and bugfix release\. @@ -860,7 +882,7 @@ Feature and bugfix release\. * Responsive parameter and return value tables\. Also use RST tables instead of HTML blobs \([https\://github\.com/ansible\-community/antsibull/pull/335](https\://github\.com/ansible\-community/antsibull/pull/335)\)\. - + ### Minor Changes * Add a changelog \([https\://github\.com/ansible\-community/antsibull/pull/378](https\://github\.com/ansible\-community/antsibull/pull/378)\)\. @@ -885,7 +907,7 @@ Feature and bugfix release\. * The antsibull\-build single subcommand is deprecated\. Use the prepare and rebuild\-single subcommands instead \([https\://github\.com/ansible\-community/antsibull/pull/341](https\://github\.com/ansible\-community/antsibull/pull/341)\)\. - + ### Bugfixes * Fix rsync flags in build scripts generated by antsibull\-docs sphinx\-init to allow Sphinx to not rebuild unchanged files \([https\://github\.com/ansible\-community/antsibull/pull/357](https\://github\.com/ansible\-community/antsibull/pull/357)\)\. @@ -896,7 +918,7 @@ Feature and bugfix release\. ## v0\.39\.2 - + ### Release Summary - Fixes an incompatibility with antsibull\-lint with Python 3\.9\.8\. @@ -905,7 +927,7 @@ Feature and bugfix release\. ## v0\.39\.1 - + ### Release Summary - Fixes M\(\.\.\.\) when used in HTML blobs\. @@ -914,7 +936,7 @@ Feature and bugfix release\. ## v0\.39\.0 - + ### Release Summary Docs generation\: @@ -928,7 +950,7 @@ Also improves the Ansible release playbook/role\. ## v0\.38\.2 - + ### Release Summary Avoid creating role documentation for roles without argument spec\. Avoid naming collision with Ansible Sphinx config\'s rst\_epilog contents\. @@ -936,7 +958,7 @@ Avoid creating role documentation for roles without argument spec\. Avoid naming ## v0\.38\.1 - + ### Release Summary Fix for attributes support\: also allow new support value N/A\. @@ -944,7 +966,7 @@ Fix for attributes support\: also allow new support value N/A\. ## v0\.38\.0 - + ### Release Summary Support CLI options for the ansible\.builtin\.ssh connection plugin\, and support ansible\-core 2\.12 module/plugin attributes\. @@ -1060,7 +1082,7 @@ Support CLI options for the ansible\.builtin\.ssh connection plugin\, and suppor ## v0\.1\.0 - + ### Release Summary Initial release\. diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a7e267df..c1e94ed8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,24 @@ antsibull -- Ansible Build Scripts Release Notes .. contents:: Topics +v0.64.0 +======= + +Release Summary +--------------- + +Bugfix and feature release. + +Minor Changes +------------- + +- If you are using `argcomplete `__, you can now tab-complete ``antsibull-build`` command lines. See `Activating global completion `__ in the argcomplete README for how to enable tab completion globally. This will also tab-complete Ansible commands such as ``ansible-playbook`` and ``ansible-test`` (https://github.com/ansible-community/antsibull/pull/611). + +Bugfixes +-------- + +- Fix bug when handling ``antsibull_build_reset`` was passed in as a string from CLI (https://github.com/ansible-community/antsibull/pull/602). + v0.63.1 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cecfa991..249b860c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -880,3 +880,22 @@ releases: - 0.63.1.yml - 602-preserve_deps.yml release_date: '2024-05-14' + 0.64.0: + changes: + bugfixes: + - Fix bug when handling ``antsibull_build_reset`` was passed in as a string + from CLI (https://github.com/ansible-community/antsibull/pull/602). + minor_changes: + - If you are using `argcomplete `__, + you can now tab-complete ``antsibull-build`` command lines. See `Activating + global completion `__ + in the argcomplete README for how to enable tab completion globally. This + will also tab-complete Ansible commands such as ``ansible-playbook`` and + ``ansible-test`` (https://github.com/ansible-community/antsibull/pull/611). + release_summary: Bugfix and feature release. + fragments: + - 0.64.0.yml + - 602-antsibull_build_reset.yml + - 610-pyre.yml + - 611-argcomplete.yml + release_date: '2024-08-17' diff --git a/changelogs/fragments/0.64.0.yml b/changelogs/fragments/0.64.0.yml deleted file mode 100644 index 56de6d9e..00000000 --- a/changelogs/fragments/0.64.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix and feature release. diff --git a/changelogs/fragments/602-antsibull_build_reset.yml b/changelogs/fragments/602-antsibull_build_reset.yml deleted file mode 100644 index 88e165bc..00000000 --- a/changelogs/fragments/602-antsibull_build_reset.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "Fix bug when handling ``antsibull_build_reset`` was passed in as a string from CLI (https://github.com/ansible-community/antsibull/pull/602)." diff --git a/changelogs/fragments/610-pyre.yml b/changelogs/fragments/610-pyre.yml deleted file mode 100644 index c8d91770..00000000 --- a/changelogs/fragments/610-pyre.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: - - "Remove pyre from linting steps (https://github.com/ansible-community/antsibull/pull/610)." diff --git a/changelogs/fragments/611-argcomplete.yml b/changelogs/fragments/611-argcomplete.yml deleted file mode 100644 index 1247e5a9..00000000 --- a/changelogs/fragments/611-argcomplete.yml +++ /dev/null @@ -1,5 +0,0 @@ -minor_changes: - - "If you are using `argcomplete `__, you can now tab-complete ``antsibull-build`` command lines. - See `Activating global completion `__ in the argcomplete README for - how to enable tab completion globally. This will also tab-complete Ansible commands such as ``ansible-playbook`` and ``ansible-test`` - (https://github.com/ansible-community/antsibull/pull/611)."