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
bc03fe42e8
commit
f942999613
4 changed files with 15 additions and 2 deletions
|
@ -5,6 +5,14 @@ Prometheus.Prometheus Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v0.4.1
|
||||
======
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- fix: pass token to github api for higher ratelimit (https://github.com/prometheus-community/ansible/pull/91)
|
||||
|
||||
v0.4.0
|
||||
======
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ plugins:
|
|||
shell: {}
|
||||
strategy: {}
|
||||
vars: {}
|
||||
version: 0.4.0
|
||||
version: 0.4.1
|
||||
|
|
|
@ -106,3 +106,8 @@ releases:
|
|||
trivial:
|
||||
- 'docs: avoid maintaining variable documentation in many places (https://github.com/prometheus-community/ansible/pull/85)'
|
||||
release_date: '2023-03-26'
|
||||
0.4.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- 'fix: pass token to github api for higher ratelimit (https://github.com/prometheus-community/ansible/pull/91)'
|
||||
release_date: '2023-04-26'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
namespace: prometheus
|
||||
name: prometheus
|
||||
version: 0.4.0
|
||||
version: 0.4.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- "Ben Kochie (https://github.com/SuperQ)"
|
||||
|
|
Loading…
Reference in a new issue