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:
parent
f8889d1dd8
commit
9462506edc
12 changed files with 4 additions and 2 deletions
4
.github/BOTMETA.yml
vendored
4
.github/BOTMETA.yml
vendored
|
@ -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:
|
||||||
|
|
2
changelogs/fragments/4625-fix-filter-filenames.yml
Normal file
2
changelogs/fragments/4625-fix-filter-filenames.yml
Normal 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)."
|
Loading…
Reference in a new issue