Skip to content

Commit

Permalink
Release 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed May 5, 2023
1 parent 1a9773b commit 2470ce0
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 13 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ antsibull-core Release Notes
.. contents:: Topics


v1.6.0
======

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

Feature and bugfix release that adds support for Galaxy v3 API.

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

- Allow Galaxy client to communicate with the Galaxy v3 API (https://github.com/ansible-community/antsibull-core/pull/45).

Bugfixes
--------

- Fix a bug in Galaxy download code when the filename is found in the cache, but the checksum does not match. In that case, the collection was not copied to the destination, and the code did not try to download the correct file (https://github.com/ansible-community/antsibull-core/pull/76).
- Remove improper usage of ``@functools.lru_cache`` on async functions in the ``antsibull_core.ansible_core`` module (https://github.com/ansible-community/antsibull-core/pull/67, https://github.com/ansible-community/antsibull-core/pull/69).
- Restrict the ``pydantic`` dependency to major version 1 (https://github.com/ansible-community/antsibull-core/pull/35).

v1.5.1
======

Expand Down
22 changes: 22 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,25 @@ releases:
- 1.5.1.yml
- 31-sh.yml
release_date: '2023-02-10'
1.6.0:
changes:
bugfixes:
- Fix a bug in Galaxy download code when the filename is found in the cache,
but the checksum does not match. In that case, the collection was not copied
to the destination, and the code did not try to download the correct file
(https://github.com/ansible-community/antsibull-core/pull/76).
- Remove improper usage of ``@functools.lru_cache`` on async functions in the
``antsibull_core.ansible_core`` module (https://github.com/ansible-community/antsibull-core/pull/67,
https://github.com/ansible-community/antsibull-core/pull/69).
- Restrict the ``pydantic`` dependency to major version 1 (https://github.com/ansible-community/antsibull-core/pull/35).
minor_changes:
- Allow Galaxy client to communicate with the Galaxy v3 API (https://github.com/ansible-community/antsibull-core/pull/45).
release_summary: Feature and bugfix release that adds support for Galaxy v3
API.
fragments:
- 1.6.0.yml
- 35-pydantic.yml
- 45-galaxy-v3.yml
- 67-cache.yaml
- 76-galaxy-download-cache.yml
release_date: '2023-05-05'
1 change: 0 additions & 1 deletion changelogs/fragments/1.6.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/35-pydantic.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/45-galaxy-v3.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/67-cache.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/76-galaxy-download-cache.yml

This file was deleted.

0 comments on commit 2470ce0

Please sign in to comment.