mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-25 05:10:20 +00:00
fix: add collection changelog
Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
parent
5f93f50d00
commit
36966a1528
7 changed files with 77 additions and 6 deletions
|
@ -1,2 +1,4 @@
|
|||
---
|
||||
profile: production
|
||||
warn_list:
|
||||
- galaxy[version-incorrect] # until collection gets bumped to 1.x.x
|
||||
|
|
14
CHANGELOG.rst
Normal file
14
CHANGELOG.rst
Normal file
|
@ -0,0 +1,14 @@
|
|||
===================================
|
||||
Prometheus.Prometheus Release Notes
|
||||
===================================
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v0.0.1
|
||||
======
|
||||
|
||||
Major Changes
|
||||
-------------
|
||||
|
||||
- Initial Release
|
17
changelogs/.plugin-cache.yaml
Normal file
17
changelogs/.plugin-cache.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
objects: {}
|
||||
plugins:
|
||||
become: {}
|
||||
cache: {}
|
||||
callback: {}
|
||||
cliconf: {}
|
||||
connection: {}
|
||||
httpapi: {}
|
||||
inventory: {}
|
||||
lookup: {}
|
||||
module: {}
|
||||
netconf: {}
|
||||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.0.1
|
8
changelogs/changelog.yaml
Normal file
8
changelogs/changelog.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
ancestor:
|
||||
releases:
|
||||
0.0.1:
|
||||
changes:
|
||||
major_changes:
|
||||
- 'Initial Release'
|
||||
release_date: '2023-02-17'
|
33
changelogs/config.yaml
Normal file
33
changelogs/config.yaml
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
changelog_filename_template: ../CHANGELOG.rst
|
||||
changelog_filename_version_depth: 0
|
||||
changes_file: changelog.yaml
|
||||
changes_format: combined
|
||||
ignore_other_fragment_extensions: true
|
||||
keep_fragments: false
|
||||
mention_ancestor: true
|
||||
new_plugins_after_name: removed_features
|
||||
notesdir: fragments
|
||||
prelude_section_name: release_summary
|
||||
prelude_section_title: "Release Summary"
|
||||
sanitize_changelog: true
|
||||
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: Prometheus.Prometheus
|
||||
trivial_section_name: trivial
|
||||
use_fqcn: true
|
|
@ -1,13 +1,11 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 1.0.0
|
||||
|
||||
version: 0.0.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
- "Paweł Krupa (https://github.com/paulfantom)"
|
||||
|
||||
description: "Ansible Collection for Prometheus"
|
||||
license_file: LICENSE
|
||||
tags:
|
||||
|
@ -19,16 +17,13 @@ tags:
|
|||
- alerts
|
||||
- alerting
|
||||
- cloud
|
||||
|
||||
dependencies:
|
||||
community.crypto: '>=2.0.0'
|
||||
community.general: '>=1.0.0'
|
||||
|
||||
repository: "https://github.com/prometheus-community/ansible"
|
||||
documentation: "https://github.com/prometheus-community/ansible/blob/main/docs"
|
||||
homepage: "https://prometheus.io"
|
||||
issues: "https://github.com/prometheus-community/ansible/issues"
|
||||
|
||||
build_ignore:
|
||||
- 'tests/*'
|
||||
- '*.tar.gz'
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
antsibull-changelog
|
||||
antsichaut
|
||||
molecule
|
||||
docker
|
||||
ansible-lint
|
||||
|
|
Loading…
Reference in a new issue