1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Rename single-filter plugins so that the filename equals the filter name. (#4625)

This commit is contained in:
Felix Fontein 2022-05-05 08:03:49 +02:00 committed by GitHub
parent f8889d1dd8
commit 9462506edc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 4 additions and 2 deletions

4
.github/BOTMETA.yml vendored
View file

@ -126,7 +126,7 @@ files:
maintainers: giner maintainers: giner
$filters/from_csv.py: $filters/from_csv.py:
maintainers: Ajpantuso maintainers: Ajpantuso
$filters/groupby.py: $filters/groupby_as_dict.py:
maintainers: felixfontein maintainers: felixfontein
$filters/hashids.py: $filters/hashids.py:
maintainers: Ajpantuso maintainers: Ajpantuso
@ -137,7 +137,7 @@ files:
$filters/jc.py: $filters/jc.py:
maintainers: kellyjonbrazil maintainers: kellyjonbrazil
$filters/json_query.py: {} $filters/json_query.py: {}
$filters/list.py: $filters/lists_mergeby.py:
maintainers: vbotka maintainers: vbotka
$filters/random_mac.py: {} $filters/random_mac.py: {}
$filters/time.py: $filters/time.py:

View file

@ -0,0 +1,2 @@
breaking_changes:
- "lists_mergeby and groupby_as_dict filter plugins - adjust filter plugin filename. This change is not visible to end-users, it only affects possible other collections importing Python paths (https://github.com/ansible-collections/community.general/pull/4625)."