puzzle / puzzle.opnsense

An Ansible Collection to configure an opnsense Firewall
https://puzzle.github.io/puzzle.opnsense/collections/puzzle/opnsense/index.html
GNU General Public License v3.0
23 stars 12 forks source link

Update dependency antsibull-changelog to v0.29.0 #128

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

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

Release Notes

ansible-community/antsibull-changelog (antsibull-changelog) ### [`v0.29.0`](https://togithub.com/ansible-community/antsibull-changelog/releases/tag/0.29.0) [Compare Source](https://togithub.com/ansible-community/antsibull-changelog/compare/0.28.0...0.29.0) ##### Release Summary Feature release. ##### Minor Changes - Add a reformat command that reformats changelogs/changelog.yaml to the current settings of changelogs/config.yaml ([#​169](https://togithub.com/ansible-community/antsibull-changelog/pull/169)). - Adds a new configuration option changelog_sort. This option allows sorting of changelog entries in changelogs/changelog.yaml ([#​165](https://togithub.com/ansible-community/antsibull-changelog/pull/165)). - Replaces numbers with constants for return codes ([#​77](https://togithub.com/ansible-community/antsibull-changelog/issues/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](https://togithub.com/ansible-community/antsibull-changelog/issues/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](https://togithub.com/ansible-community/antsibull-changelog/pull/167)). ### [`v0.28.0`](https://togithub.com/ansible-community/antsibull-changelog/releases/tag/0.28.0) [Compare Source](https://togithub.com/ansible-community/antsibull-changelog/compare/0.27.0...0.28.0) ##### 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](https://togithub.com/ansible-community/antsibull-changelog/issues/91), [#​152](https://togithub.com/ansible-community/antsibull-changelog/issues/152), [#​160](https://togithub.com/ansible-community/antsibull-changelog/pull/160)). ### [`v0.27.0`](https://togithub.com/ansible-community/antsibull-changelog/releases/tag/0.27.0) [Compare Source](https://togithub.com/ansible-community/antsibull-changelog/compare/0.26.0...0.27.0) ##### 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](https://togithub.com/ansible-community/antsibull-changelog/issues/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.



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