Skip to content

Commit

Permalink
Release 0.68.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 5, 2024
1 parent 1f2c168 commit e8b16ff
Show file tree
Hide file tree
Showing 10 changed files with 257 additions and 192 deletions.
375 changes: 202 additions & 173 deletions CHANGELOG.md

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ antsibull -- Ansible Build Scripts Release Notes

.. contents:: Topics

v0.68.0
=======

Release Summary
---------------

Feature release.

Minor Changes
-------------

- Add a subcommand ``reformat-build-data`` which reformats the changelog.yaml file (https://github.com/ansible-community/antsibull-build/pull/638).
- Add changelog.yaml linting to ``lint-build-data`` (https://github.com/ansible-community/antsibull-build/pull/638).
- Adjust the changelog config so that changelog.yaml has a nicer order and nicer layout (https://github.com/ansible-community/antsibull-build/pull/638).
- Adjust to upcoming changes in antsibull-changelog by removing superfluous parameters (https://github.com/ansible-community/antsibull-build/pull/635).
- Allow to remove collection changelog entries from the Ansible changelog (https://github.com/ansible-community/antsibull-build/pull/639).
- Declare support for Python 3.13 (https://github.com/ansible-community/antsibull-build/pull/637).
- Now depends on antsibull-changelog >= 0.31.0 (https://github.com/ansible-community/antsibull-build/pull/638).
- Use Proxy configuration settings from the environment. Check out the `aiohttp documentation on Proxy support <https://docs.aiohttp.org/en/stable/client_advanced.html#proxy-support>`__ for information on which environment variables are supported (https://github.com/ansible-community/antsibull-build/pull/631).

Bugfixes
--------

- Adjust the rebuild script included in Ansible releases to install antsibull-build instead of antsibull (https://github.com/ansible-community/antsibull-build/pull/636).

v0.67.0
=======

Expand Down
30 changes: 30 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -958,3 +958,33 @@ releases:
- 0.67.0.yml
- 629-antsibull-stub.yaml
release_date: '2024-10-16'
0.68.0:
changes:
bugfixes:
- Adjust the rebuild script included in Ansible releases to install antsibull-build
instead of antsibull (https://github.com/ansible-community/antsibull-build/pull/636).
minor_changes:
- Add a subcommand ``reformat-build-data`` which reformats the changelog.yaml
file (https://github.com/ansible-community/antsibull-build/pull/638).
- Add changelog.yaml linting to ``lint-build-data`` (https://github.com/ansible-community/antsibull-build/pull/638).
- Adjust the changelog config so that changelog.yaml has a nicer order and
nicer layout (https://github.com/ansible-community/antsibull-build/pull/638).
- Adjust to upcoming changes in antsibull-changelog by removing superfluous
parameters (https://github.com/ansible-community/antsibull-build/pull/635).
- Allow to remove collection changelog entries from the Ansible changelog
(https://github.com/ansible-community/antsibull-build/pull/639).
- Declare support for Python 3.13 (https://github.com/ansible-community/antsibull-build/pull/637).
- Now depends on antsibull-changelog >= 0.31.0 (https://github.com/ansible-community/antsibull-build/pull/638).
- Use Proxy configuration settings from the environment. Check out the `aiohttp
documentation on Proxy support <https://docs.aiohttp.org/en/stable/client_advanced.html#proxy-support>`__
for information on which environment variables are supported (https://github.com/ansible-community/antsibull-build/pull/631).
release_summary: Feature release.
fragments:
- 0.68.0.yml
- 631-proxy-env.yml
- 635-changelog.yml
- 636-rename.yml
- 638-reformat.yml
- 639-changelog-cleanup.yml
- python-3.13.yml
release_date: '2024-11-05'
1 change: 0 additions & 1 deletion changelogs/fragments/0.68.0.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/631-proxy-env.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/635-changelog.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/636-rename.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/638-reformat.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/639-changelog-cleanup.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/python-3.13.yml

This file was deleted.

0 comments on commit e8b16ff

Please sign in to comment.