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:
paulfantom 2023-03-03 17:08:41 +00:00 committed by github-actions[bot]
parent fa3d4eba25
commit b2675fe101
4 changed files with 12 additions and 4 deletions

View file

@ -5,6 +5,9 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics
v0.1.1
======
v0.1.0
======

View file

@ -13,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.1.0
version: 0.1.1

View file

@ -16,12 +16,17 @@ releases:
- 'fix: ansible 2.9 workaround for galaxy install from git (https://github.com/prometheus-community/ansible/pull/37)'
- 'fix: avoid installing changelog tools when testing (https://github.com/prometheus-community/ansible/pull/34)'
- 'fix: grab dependencies from github to avoid galaxy timeouts (https://github.com/prometheus-community/ansible/pull/33)'
minor_changes:
- 'feat: Allow grabbing binaries and checksums from a custom url/mirror (https://github.com/prometheus-community/ansible/pull/28)'
removed_features:
- 'removed: remove lint from molecule to avoid repetition (https://github.com/prometheus-community/ansible/pull/35)'
trivial:
- 'fix: correct workflow triggers and writable permissions (https://github.com/prometheus-community/ansible/pull/32)'
- 'fix: use workflow trigger that gives writable token (https://github.com/prometheus-community/ansible/pull/29)'
- 'fix: writable token in all pull request workflows (https://github.com/prometheus-community/ansible/pull/30)'
minor_changes:
- 'feat: Allow grabbing binaries and checksums from a custom url/mirror (https://github.com/prometheus-community/ansible/pull/28)'
release_date: '2023-03-02'
0.1.1:
changes:
trivial:
- 'docs: Add gardar as a maintainer (https://github.com/prometheus-community/ansible/pull/39)'
release_date: '2023-03-03'

View file

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