chore: update version

This commit is contained in:
gardar 2024-03-08 20:32:37 +00:00 committed by github-actions[bot]
parent 737fbbd3d6
commit 16bea875f3
4 changed files with 26 additions and 2 deletions

View file

@ -4,6 +4,20 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.15.0
=======
Minor Changes
-------------
- feat: cadvisor - options to enable\disable metrics and docker-only mode (https://github.com/prometheus-community/ansible/pull/312)
Bugfixes
--------
- fix(ipmi_exporter): add option to impi_exporter service to allow tmp file creation (https://github.com/prometheus-community/ansible/pull/311)
- fix: change monogdb exporter collector check in service (https://github.com/prometheus-community/ansible/pull/310)
v0.14.3
=======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.14.3
version: 0.15.0

View file

@ -1,6 +1,16 @@
---
ancestor:
releases:
0.15.0:
changes:
bugfixes:
- 'fix(ipmi_exporter): add option to impi_exporter service to allow tmp file
creation (https://github.com/prometheus-community/ansible/pull/311)'
- 'fix: change monogdb exporter collector check in service (https://github.com/prometheus-community/ansible/pull/310)'
minor_changes:
- 'feat: cadvisor - options to enable\disable metrics and docker-only mode
(https://github.com/prometheus-community/ansible/pull/312)'
release_date: '2024-03-08'
0.14.3:
changes:
bugfixes:

View file

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