Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency antsibull-changelog to v0.31.1 #128

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
antsibull-changelog (changelog) ==0.26.0 -> ==0.31.1 age adoption passing confidence

Release Notes

ansible-community/antsibull-changelog (antsibull-changelog)

v0.31.1

Compare Source

Release Summary

Bugfix release for ansible-core.

Bugfixes
  • Fix namespace extraction for ansible-core modules (#​184, #​185).

v0.31.0

Compare Source

Release Summary

Feature release.

Minor Changes
  • Add --strict parameter to the lint-changelog-yaml subcommand to also check for extra fields that should not be there (#​182).
  • Declare support for Python 3.13 (#​180).
  • Python API: allow to extract extra data when loading changelog files, and allow to insert extra data when saving (#​181).
  • Python API: allow to preprocess changelog.yaml before linting (#​181).
Breaking Changes / Porting Guide
  • More internal code related to the old changelog format has been removed. This only potentially affects other projects which consume antsibull-changelog as a library. The sister antsibull projects antsibull-build and antsibull-docs might only be affected in older versions. Users of the antsibull-changelog CLI tool are not affected by this change (#​179).

v0.30.0

Compare Source

Release Summary

Feature release.

Minor Changes
  • Allow to configure the used VCS in changelogs/config.yml. Valid choices are none (default), git, or auto. If set to git, or auto detects that the project is part of a Git repository, only non-ignored files will be copied to a temporary directory when trying to load information on Ansible modules, plugins and roles (#​172, #​175).
  • Antsibull-changelog now depends on the new package antsibull-docutils. This should not have any visible impact, expect potentially improved MarkDown output (#​174).
  • Antsibull-changelog now depends on the new project antsibull-fileutils (#​176).
  • If you are using argcomplete global completion, you can now tab-complete antsibull-changelog 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 (#​173).

v0.29.0

Compare Source

Release Summary

Feature release.

Minor Changes
  • Add a reformat command that reformats changelogs/changelog.yaml to the current settings of changelogs/config.yaml (#​169).
  • Adds a new configuration option changelog_sort. This option allows sorting of changelog entries in changelogs/changelog.yaml (#​165).
  • Replaces numbers with constants for return codes (#​77).
Removed Features (previously deprecated)
  • Removes support for the deprecated classic changelog format. changes_format must now be present and set to combined for ansible-core usage, and the value classic is no longer allowed (#​137).
Bugfixes
  • Remove Python version check that was checking for Python >= 3.6 (instead of >= 3.9). This check is not really necessary since pyproject.toml declares requires-python, and old enough Python versions where pip does not know about requires-python will not load antsibull-changelog due to syntax errors anyway (#​167).

v0.28.0

Compare Source

Release Summary

Feature release.

Minor Changes
  • There is now an option changelog_nice_yaml to prepend the YAML document start marker --- to the header of the changelogs/changelog.yaml file, and to increases indentation level on list items. This makes the file pass ansible-lint (#​91, #​152, #​160).

v0.27.0

Compare Source

Release Summary

Feature release.

Minor Changes
  • Adds period where needed at end of new plugin short descriptions. Controlled by the add_plugin_period option in the config file (#​87).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/antsibull-changelog-0.x branch from 45b463f to 1b70843 Compare May 26, 2024 19:39
@renovate renovate bot changed the title Update dependency antsibull-changelog to v0.27.0 Update dependency antsibull-changelog to v0.28.0 May 26, 2024
@renovate renovate bot force-pushed the renovate/antsibull-changelog-0.x branch from 1b70843 to 9267313 Compare June 19, 2024 21:20
@renovate renovate bot changed the title Update dependency antsibull-changelog to v0.28.0 Update dependency antsibull-changelog to v0.29.0 Jun 19, 2024
@renovate renovate bot force-pushed the renovate/antsibull-changelog-0.x branch from 9267313 to 93fdd18 Compare September 9, 2024 16:41
@renovate renovate bot changed the title Update dependency antsibull-changelog to v0.29.0 Update dependency antsibull-changelog to v0.30.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/antsibull-changelog-0.x branch from 93fdd18 to dbf1328 Compare October 19, 2024 19:28
@renovate renovate bot changed the title Update dependency antsibull-changelog to v0.30.0 Update dependency antsibull-changelog to v0.31.0 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/antsibull-changelog-0.x branch from dbf1328 to f2a9840 Compare October 27, 2024 09:59
@renovate renovate bot changed the title Update dependency antsibull-changelog to v0.31.0 Update dependency antsibull-changelog to v0.31.1 Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants