Skip to content

Commit

Permalink
Release 0.50.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 29, 2022
1 parent 6a3ce4e commit 24b027b
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 17 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ antsibull -- Ansible Build Scripts Release Notes
.. contents:: Topics


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)
- Define minimal Python requirement for Ansible X depending on X, under the assumption that ansible-core's Python requirement is increased by one version every two ansible-core major releases, and that every Ansible major release corresponds to an ansible-core major release from Ansible 5 on (https://github.com/ansible-community/antsibull/pull/448).
- 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).
- 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/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).
- Fix typing errors in the ``multiple`` subcommand (https://github.com/ansible-community/antsibull/pull/443).

v0.49.0
=======

Expand Down
28 changes: 28 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,34 @@ releases:
release_date: '2022-07-31'
0.5.0:
release_date: '2020-06-02'
0.50.0:
changes:
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).
- Fix typing errors in the ``multiple`` subcommand (https://github.com/ansible-community/antsibull/pull/443).
minor_changes:
- Added galaxy ``requirements.yml`` file as ``build-release`` role depends on
``community.general`` collection (https://github.com/ansible-community/antsibull/pull/432)
- Define minimal Python requirement for Ansible X depending on X, under the
assumption that ansible-core's Python requirement is increased by one version
every two ansible-core major releases, and that every Ansible major release
corresponds to an ansible-core major release from Ansible 5 on (https://github.com/ansible-community/antsibull/pull/448).
- 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).
- 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/antsibull/pull/440).
release_summary: Feature and bugfix release.
fragments:
- 0.50.0.yml
- 440-fail-on-invalid-dependencies.yml
- 441-add-galaxy-requirement-file.yml
- 442.yml
- 443-typing.yml
- 447-work-around-2.14-bug.yml
- 448-python-version.yml
release_date: '2022-09-29'
0.6.0:
release_date: '2020-06-03'
0.7.0:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/0.50.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/440-fail-on-invalid-dependencies.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/441-add-galaxy-requirement-file.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/442.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/443-typing.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/447-work-around-2.14-bug.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/448-python-version.yml

This file was deleted.

0 comments on commit 24b027b

Please sign in to comment.