ansible-community / antsibull-build

Tooling for building various things related to ansible
GNU General Public License v3.0
60 stars 31 forks source link

Allow to remove specific collection changelog entries from Ansible changelog #639

Closed felixfontein closed 1 month ago

felixfontein commented 1 month ago

The usage and result can be seen here: https://github.com/ansible-community/ansible-build-data/pull/487

Currently contains #638, will rebase once that's merged.

Ref: https://github.com/ansible-community/ansible-build-data/pull/478#issuecomment-2408451508

TODO:

felixfontein commented 1 month ago

(This uses https://github.com/ansible-community/antsibull-changelog/pull/181, which I just merged before re-triggering the failing tests...)

felixfontein commented 1 month ago

(CI fails for Ansible 8 since the latest version of cyberark.conjur uses Python features not available with the Python version for the bytecompile test. I'm going to ignore this for now, and add a constraint into ansible-build-data for Ansible 8.)

felixfontein commented 1 month ago

https://github.com/ansible-community/ansible-build-data/commit/c020e207f4c65190a4237141fef9a99f2c843f89

felixfontein commented 1 month ago

@mariolenz @gotmax23 thanks for reviewing this!