chore: update version

This commit is contained in:
SuperQ 2023-12-12 13:51:47 +00:00 committed by github-actions[bot]
parent 6223e3b2da
commit 2fb25ecc63
4 changed files with 14 additions and 2 deletions

View file

@ -5,9 +5,17 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.10.0
=======
v0.9.1
======
Minor Changes
-------------
- enhancement: Add time_intervals to AlertManager (https://github.com/prometheus-community/ansible/pull/251)
v0.9.0
======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.9.1
version: 0.10.0

View file

@ -55,6 +55,8 @@ releases:
(https://github.com/prometheus-community/ansible/pull/44)'
- 'refactor: move yamllint cfg to standard path (https://github.com/prometheus-community/ansible/pull/47)'
release_date: '2023-03-05'
0.10.0:
release_date: '2023-12-12'
0.2.0:
changes:
bugfixes:
@ -256,6 +258,8 @@ releases:
release_date: '2023-11-29'
0.9.1:
changes:
minor_changes:
- 'enhancement: Add time_intervals to AlertManager (https://github.com/prometheus-community/ansible/pull/251)'
trivial:
- 'patch: New prometheus/prometheus upstream release 2.48.1! (https://github.com/prometheus-community/ansible/pull/260)'
- 'patch: New prometheus/memcached_exporter upstream release 0.14.1! (https://github.com/prometheus-community/ansible/pull/259)'

View file

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