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
737fbbd3d6
commit
16bea875f3
4 changed files with 26 additions and 2 deletions
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.14.3
|
||||
version: 0.15.0
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue