2
0
Fork 0
mirror of https://github.com/prometheus-community/ansible synced 2025-02-22 23:58:29 +00:00

chore: update version

This commit is contained in:
gardar 2024-01-12 01:50:30 +00:00 committed by github-actions[bot]
parent a340fd5a1e
commit d0f3c784f8
4 changed files with 22 additions and 2 deletions

View file

@ -5,6 +5,19 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.11.0
=======
Minor Changes
-------------
- feat: Add cadvisor role (https://github.com/prometheus-community/ansible/pull/272)
Bugfixes
--------
- fix: empty changelog version `changes` sections (https://github.com/prometheus-community/ansible/pull/273)
v0.10.2
=======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.10.2
version: 0.11.0

View file

@ -1,6 +1,13 @@
---
ancestor:
releases:
0.11.0:
changes:
bugfixes:
- 'fix: empty changelog version `changes` sections (https://github.com/prometheus-community/ansible/pull/273)'
minor_changes:
- 'feat: Add cadvisor role (https://github.com/prometheus-community/ansible/pull/272)'
release_date: '2024-01-12'
0.10.2:
changes:
bugfixes:

View file

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