chore: update version

This commit is contained in:
gardar 2023-03-14 19:40:13 +00:00 committed by github-actions[bot]
parent 87fefdf92c
commit 045d154bfd
4 changed files with 11 additions and 3 deletions

View file

@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.3.1
======
v0.3.0
======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.3.0
version: 0.3.1

View file

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

View file

@ -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)"