mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-10 14:45:28 +01: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:
parent
6a553ea4e8
commit
5760726dd4
18 changed files with 64 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -384,4 +384,7 @@ $RECYCLE.BIN/
|
||||||
# Windows shortcuts
|
# Windows shortcuts
|
||||||
*.lnk
|
*.lnk
|
||||||
|
|
||||||
|
# Antsibull-changelog
|
||||||
|
changelogs/.plugin-cache.yaml
|
||||||
|
|
||||||
# End of https://www.gitignore.io/api/git,linux,pydev,python,windows,pycharm+all,jupyternotebook,vim,webstorm,emacs,dotenv
|
# End of https://www.gitignore.io/api/git,linux,pydev,python,windows,pycharm+all,jupyternotebook,vim,webstorm,emacs,dotenv
|
||||||
|
|
|
||||||
29
changelogs/config.yaml
Normal file
29
changelogs/config.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
changelog_filename_template: ../CHANGELOG.rst
|
||||||
|
changelog_filename_version_depth: 0
|
||||||
|
changes_file: ../changelog.yaml
|
||||||
|
changes_format: combined
|
||||||
|
keep_fragments: true
|
||||||
|
mention_ancestor: true
|
||||||
|
new_plugins_after_name: removed_features
|
||||||
|
notesdir: fragments
|
||||||
|
prelude_section_name: release_summary
|
||||||
|
prelude_section_title: Release Summary
|
||||||
|
sections:
|
||||||
|
- - major_changes
|
||||||
|
- Major Changes
|
||||||
|
- - minor_changes
|
||||||
|
- Minor Changes
|
||||||
|
- - breaking_changes
|
||||||
|
- Breaking Changes / Porting Guide
|
||||||
|
- - deprecated_features
|
||||||
|
- Deprecated Features
|
||||||
|
- - removed_features
|
||||||
|
- Removed Features (previously deprecated)
|
||||||
|
- - security_fixes
|
||||||
|
- Security Fixes
|
||||||
|
- - bugfixes
|
||||||
|
- Bugfixes
|
||||||
|
- - known_issues
|
||||||
|
- Known Issues
|
||||||
|
title: ansible.posix
|
||||||
|
trivial_section_name: trivial
|
||||||
|
|
@ -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).
|
||||||
Loading…
Reference in a new issue