mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-22 23:58:29 +00:00
chore: update version
This commit is contained in:
parent
31f35f3614
commit
5bb3adaba5
4 changed files with 26 additions and 4 deletions
|
@ -5,6 +5,19 @@ Prometheus.Prometheus Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v0.3.0
|
||||
======
|
||||
|
||||
Minor Changes
|
||||
-------------
|
||||
|
||||
- feat: Add mysqld_exporter role (https://github.com/prometheus-community/ansible/pull/45)
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- fix: policycoreutils python package name (https://github.com/prometheus-community/ansible/pull/63)
|
||||
|
||||
v0.2.1
|
||||
======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.2.1
|
||||
version: 0.3.0
|
||||
|
|
|
@ -70,8 +70,17 @@ releases:
|
|||
release_date: '2023-03-08'
|
||||
0.2.1:
|
||||
changes:
|
||||
trivial:
|
||||
- 'refactor: underscore variable prefix should be reserved... (https://github.com/prometheus-community/ansible/pull/65)'
|
||||
bugfixes:
|
||||
- 'fix: policycoreutils python package name (https://github.com/prometheus-community/ansible/pull/63)'
|
||||
trivial:
|
||||
- 'refactor: underscore variable prefix should be reserved... (https://github.com/prometheus-community/ansible/pull/65)'
|
||||
release_date: '2023-03-13'
|
||||
0.3.0:
|
||||
changes:
|
||||
bugfixes:
|
||||
- 'fix: policycoreutils python package name (https://github.com/prometheus-community/ansible/pull/63)'
|
||||
minor_changes:
|
||||
- 'feat: Add mysqld_exporter role (https://github.com/prometheus-community/ansible/pull/45)'
|
||||
trivial:
|
||||
- 'refactor: underscore variable prefix should be reserved... (https://github.com/prometheus-community/ansible/pull/65)'
|
||||
release_date: '2023-03-14'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 0.2.1
|
||||
version: 0.3.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Add table
Reference in a new issue