Skip to content

Commit

Permalink
Reformat changelog (#486)
Browse files Browse the repository at this point in the history
* Reformat changelog.

* yamllint: only ignore older changelogs.
  • Loading branch information
felixfontein authored Oct 27, 2024
1 parent a23aae0 commit c014228
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 32 deletions.
3 changes: 2 additions & 1 deletion .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ rules:
ignore:
- /.nox/
- /*/ansible-*.yaml
- /*/changelog.yaml
- /2.10/changelog.yaml
- /[3-8]/changelog.yaml
- /*/galaxy-requirements.yaml
15 changes: 8 additions & 7 deletions 10/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
---
ancestor: 9.0.0
releases:
10.0.0:
changes:
release_summary: 'Release Date: 2024-06-04
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2024-06-04'
10.0.0a1:
changes:
release_summary: 'Release Date: 2024-04-09
Expand Down Expand Up @@ -42,6 +36,13 @@ releases:
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2024-05-28'
10.0.0:
changes:
release_summary: 'Release Date: 2024-06-04
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2024-06-04'
10.0.1:
changes:
release_summary: 'Release Date: 2024-06-06
Expand Down
1 change: 1 addition & 0 deletions 11/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
ancestor: 10.0.0
releases:
11.0.0a1:
Expand Down
49 changes: 25 additions & 24 deletions 9/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
---
ancestor: 8.0.0
releases:
9.0.0:
changes:
release_summary: '[YANKED] Release Date: 2023-11-21 `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2023-11-21'
9.0.0a1:
changes:
minor_changes:
- Move setuptools configuration into the declarative ``setup.cfg`` format. ``ansible``
sdists still contain a stub ``setup.py`` file, but we recommend that users
move to tools like pip and build and the PEP 517 interface instead of setuptools'
deprecated ``setup.py`` interface (https://github.com/ansible-community/antsibull/pull/530).
- Move setuptools configuration into the declarative ``setup.cfg`` format.
``ansible`` sdists still contain a stub ``setup.py`` file, but we recommend
that users move to tools like pip and build and the PEP 517 interface instead
of setuptools' deprecated ``setup.py`` interface (https://github.com/ansible-community/antsibull/pull/530).
release_summary: 'Release Date: 2023-09-28
Expand Down Expand Up @@ -44,11 +41,15 @@ releases:
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2023-11-14'
9.0.0:
changes:
release_summary: '[YANKED] Release Date: 2023-11-21 `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2023-11-21'
9.0.1:
changes:
bugfixes:
- Fix the Python package metadata in ``setup.cfg`` to require Python ``>=3.10``
to ensure that pip can properly install ``ansible`` on older Python versions.
- Fix the Python package metadata in ``setup.cfg`` to require Python ``>=3.10``
to ensure that pip can properly install ``ansible`` on older Python versions.
release_summary: 'Release Date: 2023-11-21
Expand All @@ -61,20 +62,6 @@ releases:
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2023-12-05'
9.10.0:
changes:
release_summary: 'Release Date: 2024-09-10
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2024-09-10'
9.11.0:
changes:
release_summary: 'Release Date: 2024-10-08
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2024-10-08'
9.2.0:
changes:
release_summary: 'Release Date: 2024-01-30
Expand Down Expand Up @@ -147,3 +134,17 @@ releases:
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2024-08-13'
9.10.0:
changes:
release_summary: 'Release Date: 2024-09-10
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2024-09-10'
9.11.0:
changes:
release_summary: 'Release Date: 2024-10-08
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2024-10-08'

0 comments on commit c014228

Please sign in to comment.