mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-05-15 05:52:03 +00:00
Update changelog generation configuration
* Added missing changelog entries * Updated configuration for changelog generation Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Migrate hacking/cgroup_perf_recap_graph.py to this collection, since the cgroup_perf_recap callback lives here.
|
||||
2
changelogs/fragments/14_mount_option.yml
Normal file
2
changelogs/fragments/14_mount_option.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Mount - Handle remount with new options (https://github.com/ansible/ansible/issues/59460).
|
||||
2
changelogs/fragments/15_profile_tasks.yml
Normal file
2
changelogs/fragments/15_profile_tasks.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Profile_tasks - result was a odict_items which is not subscriptable, so the slicing was failing (https://github.com/ansible/ansible/issues/59059).
|
||||
2
changelogs/fragments/19_enable_tags.yml
Normal file
2
changelogs/fragments/19_enable_tags.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Enabled tags in galaxy.yml (https://github.com/ansible-collections/ansible.posix/issues/18).
|
||||
2
changelogs/fragments/25_ansible_metadata.yml
Normal file
2
changelogs/fragments/25_ansible_metadata.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Removed ANSIBLE_METADATA from all the modules.
|
||||
2
changelogs/fragments/26_profile_tasks_doc.yml
Normal file
2
changelogs/fragments/26_profile_tasks_doc.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Typecast results before use in profile_tasks callback (https://github.com/ansible/ansible/issues/69563).
|
||||
2
changelogs/fragments/27_update_examples.yml
Normal file
2
changelogs/fragments/27_update_examples.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Update EXAMPLES section in modules to use FQCN.
|
||||
2
changelogs/fragments/33_mount.yml
Normal file
2
changelogs/fragments/33_mount.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Revert "mount - Check if src exists before mounted (ansible/ansible#61752)".
|
||||
2
changelogs/fragments/35_disable_tests.yml
Normal file
2
changelogs/fragments/35_disable_tests.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Revert "Enable at, patch and synchronize tests (https://github.com/ansible-collections/ansible.posix/pull/5)".
|
||||
2
changelogs/fragments/39_remove_license.yml
Normal file
2
changelogs/fragments/39_remove_license.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Remove license key from galaxy.yml.
|
||||
2
changelogs/fragments/43_remove_shippable.yml
Normal file
2
changelogs/fragments/43_remove_shippable.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Remove sanity jobs from shippable (https://github.com/ansible-collections/ansible.posix/pull/43).
|
||||
2
changelogs/fragments/4_update_readme.yml
Normal file
2
changelogs/fragments/4_update_readme.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Update README.md (https://github.com/ansible-collections/ansible.posix/pull/4/).
|
||||
2
changelogs/fragments/5_enable_tests.yml
Normal file
2
changelogs/fragments/5_enable_tests.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Enable tests for at, patch and synchronize modules (https://github.com/ansible-collections/ansible.posix/pull/5).
|
||||
2
changelogs/fragments/6_test_devel.yml
Normal file
2
changelogs/fragments/6_test_devel.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- CI should use devel (https://github.com/ansible-collections/ansible.posix/pull/6).
|
||||
2
changelogs/fragments/7_env.yml
Normal file
2
changelogs/fragments/7_env.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Allow unsetting existing environment vars via environment by specifying a null value (https://github.com/ansible/ansible/pull/68236).
|
||||
2
changelogs/fragments/initial_commit.yaml
Normal file
2
changelogs/fragments/initial_commit.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
major_changes:
|
||||
- Bootstrap Collection (https://github.com/ansible-collections/ansible.posix/pull/1).
|
||||
Reference in New Issue
Block a user