mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-04-13 12:21:00 +00:00
* Improve changelog generator config. * We don't have docs at that URL. * Require Ansible(-base) 2.9.10 or newer. Needed for deprecation syntax. * Update all deprecations from Ansible 2.1x to community.crypto 2.0.0. * Forgot to check in fixes. * Shorten lines. * Fix unit test requirements. * Fix YAML strings which only had a closing quote. * Galaxy neither likes uppercase nor spaces in tags. * General README improvements. * Add roadmap section to README. * Next release will be 1.0.0. * Extend using instructions. * Tags with dashes are also not allowed. * Fix changelog link.
29 lines
695 B
YAML
29 lines
695 B
YAML
changelog_filename_template: ../CHANGELOG.rst
|
|
changelog_filename_version_depth: 0
|
|
changes_file: changelog.yaml
|
|
changes_format: combined
|
|
keep_fragments: false
|
|
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: Community Crypto
|