Skip to content

Commit

Permalink
Remove specific entries from Ansible changelog (#487)
Browse files Browse the repository at this point in the history
* Add data which changelog entries to remove.

* Result of antsibull-build PR.
  • Loading branch information
felixfontein authored Nov 3, 2024
1 parent c020e20 commit dd12a18
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 18 deletions.
6 changes: 6 additions & 0 deletions 10/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,9 @@ releases:
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2024-10-08'
remove_collection_changelog_entries:
ansible.posix:
1.6.0:
changes:
removed_features:
- skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350).
10 changes: 2 additions & 8 deletions 11/CHANGELOG-v11.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- <a href="#community-vmware-4">community\.vmware</a>
- <a href="#removed-features-previously-deprecated-1">Removed Features \(previously deprecated\)</a>
- <a href="#ansible-core-7">Ansible\-core</a>
- <a href="#ansible-posix-3">ansible\.posix</a>
- <a href="#community-grafana-2">community\.grafana</a>
- <a href="#community-okd-1">community\.okd</a>
- <a href="#kubernetes-core-2">kubernetes\.core</a>
Expand All @@ -685,7 +684,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- <a href="#ansible-core-9">Ansible\-core</a>
- <a href="#amazon-aws-2">amazon\.aws</a>
- <a href="#ansible-netcommon-2">ansible\.netcommon</a>
- <a href="#ansible-posix-4">ansible\.posix</a>
- <a href="#ansible-posix-3">ansible\.posix</a>
- <a href="#ansible-windows-1">ansible\.windows</a>
- <a href="#arista-eos-1">arista\.eos</a>
- <a href="#check-point-mgmt-1">check\_point\.mgmt</a>
Expand Down Expand Up @@ -1941,11 +1940,6 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* play\_context \- remove deprecated PlayContext\.verbosity property \([https\://github\.com/ansible/ansible/issues/82945](https\://github\.com/ansible/ansible/issues/82945)\)\.
* utils/listify \- remove deprecated \'loader\' argument from listify\_lookup\_plugin\_terms API \([https\://github\.com/ansible/ansible/issues/82949](https\://github\.com/ansible/ansible/issues/82949)\)\.

<a id="ansible-posix-3"></a>
#### ansible\.posix

* skippy \- Remove skippy pluglin as it is no longer supported\([https\://github\.com/ansible\-collections/ansible\.posix/issues/350](https\://github\.com/ansible\-collections/ansible\.posix/issues/350)\)\.

<a id="community-grafana-2"></a>
#### community\.grafana

Expand Down Expand Up @@ -2116,7 +2110,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* The v6\.1\.2 release introduced a change in cliconfbase\'s edit\_config\(\) signature which broke many platform cliconfs\. This patch release reverts that change\.
* Updated the error message for the content\_templates parser to include the correct parser name and detailed error information\.

<a id="ansible-posix-4"></a>
<a id="ansible-posix-3"></a>
#### ansible\.posix

* Bugfix in the documentation regarding the path option for authorised\_key\([https\://github\.com/ansible\-collections/ansible\.posix/issues/483](https\://github\.com/ansible\-collections/ansible\.posix/issues/483)\)\.
Expand Down
5 changes: 0 additions & 5 deletions 11/CHANGELOG-v11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1796,11 +1796,6 @@ Ansible-core
- play_context - remove deprecated PlayContext.verbosity property (https://github.com/ansible/ansible/issues/82945).
- utils/listify - remove deprecated 'loader' argument from listify_lookup_plugin_terms API (https://github.com/ansible/ansible/issues/82949).

ansible.posix
~~~~~~~~~~~~~

- skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350).

community.grafana
~~~~~~~~~~~~~~~~~

Expand Down
6 changes: 6 additions & 0 deletions 11/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ releases:
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2024-10-15'
remove_collection_changelog_entries:
ansible.posix:
1.6.0:
changes:
removed_features:
- skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350).
5 changes: 0 additions & 5 deletions 11/porting_guide_11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,6 @@ Ansible-core
- play_context - remove deprecated PlayContext.verbosity property (https://github.com/ansible/ansible/issues/82945).
- utils/listify - remove deprecated 'loader' argument from listify_lookup_plugin_terms API (https://github.com/ansible/ansible/issues/82949).

ansible.posix
~~~~~~~~~~~~~

- skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350).

community.grafana
~~~~~~~~~~~~~~~~~

Expand Down
6 changes: 6 additions & 0 deletions 9/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,9 @@ releases:
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2024-10-08'
remove_collection_changelog_entries:
ansible.posix:
1.6.0:
changes:
removed_features:
- skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350).

0 comments on commit dd12a18

Please sign in to comment.