parent
467d8db3f1
commit
dace5132ba
4 changed files with 73 additions and 0 deletions
@ -0,0 +1,26 @@ |
||||
================================ |
||||
markuman nextcloud Release Notes |
||||
================================ |
||||
|
||||
.. contents:: Topics |
||||
|
||||
|
||||
v9.0.1-dev |
||||
========== |
||||
|
||||
Release Summary |
||||
--------------- |
||||
|
||||
This is a patch release of the ``markuman.nextcloud`` collection. |
||||
This changelog contains all changes to the modules and plugins in this collection |
||||
that have been made after the previous release. |
||||
|
||||
Minor Changes |
||||
------------- |
||||
|
||||
- passwords - Set no_log for ``update_password`` parameter. |
||||
|
||||
Bugfixes |
||||
-------- |
||||
|
||||
- Multiple ansible sanity fixes. |
@ -0,0 +1 @@ |
||||
/.plugin-cache.yaml |
@ -0,0 +1,17 @@ |
||||
ancestor: null |
||||
releases: |
||||
9.0.1-dev: |
||||
changes: |
||||
bugfixes: |
||||
- Multiple ansible sanity fixes. |
||||
minor_changes: |
||||
- passwords - Set no_log for ``update_password`` parameter. |
||||
release_summary: 'This is a patch release of the ``markuman.nextcloud`` collection. |
||||
|
||||
This changelog contains all changes to the modules and plugins in this collection |
||||
|
||||
that have been made after the previous release.' |
||||
fragments: |
||||
- 25-fixes.yml |
||||
- 9.0.1.yml |
||||
release_date: '2022-02-05' |
@ -0,0 +1,29 @@ |
||||
changelog_filename_template: ../CHANGELOG.rst |
||||
changelog_filename_version_depth: 0 |
||||
changes_file: changelog.yaml |
||||
changes_format: combined |
||||
keep_fragments: false |
||||
mention_ancestor: true |
||||
flatmap: 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: markuman nextcloud |
Loading…
Reference in new issue