mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
chore: update version
This commit is contained in:
parent
87fefdf92c
commit
045d154bfd
4 changed files with 11 additions and 3 deletions
|
@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v0.3.1
|
||||
======
|
||||
|
||||
v0.3.0
|
||||
======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
|
|
|
@ -82,6 +82,11 @@ releases:
|
|||
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)'
|
||||
- Fixup version bumper job (https://github.com/prometheus-community/ansible/pull/67)
|
||||
- 'refactor: underscore variable prefix should be reserved... (https://github.com/prometheus-community/ansible/pull/65)'
|
||||
release_date: '2023-03-14'
|
||||
0.3.1:
|
||||
changes:
|
||||
trivial:
|
||||
- 'docs: add workflow for auto generating ansible docs (https://github.com/prometheus-community/ansible/pull/69)'
|
||||
release_date: '2023-03-14'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Reference in a new issue