chore: update version

This commit is contained in:
gardar 2023-10-27 17:35:58 +00:00 committed by github-actions[bot]
parent 88af3c6c01
commit bc808ac867
4 changed files with 22 additions and 8 deletions

View file

@ -5,6 +5,14 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.7.1
======
Bugfixes
--------
- fix(molecule): don't contact galaxy api since requirements come from git (https://github.com/prometheus-community/ansible/pull/241)
v0.7.0
======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.7.0
version: 0.7.1

View file

@ -199,16 +199,22 @@ releases:
release_date: '2023-08-26'
0.7.0:
changes:
minor_changes:
- 'feat(systemd_exporter): Add logging configuration to systemd_exporter (https://github.com/prometheus-community/ansible/pull/210)'
- 'feat(systemd_exporter): Add TLS configuration (https://github.com/prometheus-community/ansible/pull/205)'
- 'feat(prometheus): Add shutdown timeout variable (https://github.com/prometheus-community/ansible/pull/220)'
bugfixes:
- 'fix(systemd_exporter): Fix collector flags for older versions (https://github.com/prometheus-community/ansible/pull/208)'
- 'fix: blackbox_exporter ansible-lint risky-octal (https://github.com/prometheus-community/ansible/pull/174)'
minor_changes:
- 'feat(prometheus): Add shutdown timeout variable (https://github.com/prometheus-community/ansible/pull/220)'
- 'feat(systemd_exporter): Add TLS configuration (https://github.com/prometheus-community/ansible/pull/205)'
- 'feat(systemd_exporter): Add logging configuration to systemd_exporter (https://github.com/prometheus-community/ansible/pull/210)'
trivial:
- 'patch: New prometheus/snmp_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/211)'
- 'patch: New prometheus/prometheus upstream release! (https://github.com/prometheus-community/ansible/pull/215)'
- 'patch: New prometheus/snmp_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/214)'
- 'patch: New prometheus/pushgateway upstream release! (https://github.com/prometheus-community/ansible/pull/219)'
- 'patch: New prometheus/snmp_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/211)'
- 'patch: New prometheus/snmp_exporter upstream release! (https://github.com/prometheus-community/ansible/pull/214)'
release_date: '2023-08-29'
0.7.1:
changes:
bugfixes:
- "fix(molecule): don't contact galaxy api since requirements come from git
(https://github.com/prometheus-community/ansible/pull/241)"
release_date: '2023-10-27'

View file

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