fix: add collection changelog

Signed-off-by: gardar <gardar@users.noreply.github.com>
This commit is contained in:
gardar 2023-02-17 18:44:34 +00:00
parent 5f93f50d00
commit 36966a1528
No known key found for this signature in database
GPG key ID: 75FAE37CBA8C13C2
7 changed files with 77 additions and 6 deletions

View file

@ -1,2 +1,4 @@
---
profile: production
warn_list:
- galaxy[version-incorrect] # until collection gets bumped to 1.x.x

14
CHANGELOG.rst Normal file
View file

@ -0,0 +1,14 @@
===================================
Prometheus.Prometheus Release Notes
===================================
.. contents:: Topics
v0.0.1
======
Major Changes
-------------
- Initial Release

View file

@ -0,0 +1,17 @@
---
objects: {}
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
httpapi: {}
inventory: {}
lookup: {}
module: {}
netconf: {}
shell: {}
strategy: {}
vars: {}
version: 0.0.1

View 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
View 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

View file

@ -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'

View file

@ -1,3 +1,5 @@
antsibull-changelog
antsichaut
molecule
docker
ansible-lint