chore: update version

This commit is contained in:
gardar 2024-02-12 00:23:19 +00:00 committed by github-actions[bot]
parent 4d3fd1b5e5
commit f189e53e77
4 changed files with 14 additions and 2 deletions

View file

@ -4,6 +4,13 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.12.0
=======
Minor Changes
-------------
- feat: Add nginx_exporter role (https://github.com/prometheus-community/ansible/pull/287)
v0.11.3
=======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.11.3
version: 0.12.0

View file

@ -1,6 +1,11 @@
---
ancestor:
releases:
0.12.0:
changes:
minor_changes:
- 'feat: Add nginx_exporter role (https://github.com/prometheus-community/ansible/pull/287)'
release_date: '2024-02-12'
0.11.3:
changes:
bugfixes:

View file

@ -1,7 +1,7 @@
---
namespace: prometheus
name: prometheus
version: 0.11.3
version: 0.12.0
readme: README.md
authors:
- "Ben Kochie (https://github.com/SuperQ)"