Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom authored and github-actions[bot] committed Mar 2, 2023
1 parent 0d9737f commit a0eaafd
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Prometheus.Prometheus Release Notes
.. contents:: Topics


v0.1.0
======

Removed Features (previously deprecated)
----------------------------------------

- removed: remove lint from molecule to avoid repetition (https://github.com/prometheus-community/ansible/pull/35)

Bugfixes
--------

- fix: Force push git changelogs (https://github.com/prometheus-community/ansible/pull/36)
- 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)

v0.0.1
======

Expand Down
3 changes: 1 addition & 2 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
objects: {}
plugins:
become: {}
Expand All @@ -14,4 +13,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.0.1
version: 0.1.0
15 changes: 14 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,18 @@ releases:
0.0.1:
changes:
major_changes:
- 'Initial Release'
- Initial Release
release_date: '2023-02-17'
0.1.0:
changes:
bugfixes:
- 'fix: grab dependencies from github to avoid galaxy timeouts (https://github.com/prometheus-community/ansible/pull/33)'
- 'fix: avoid installing changelog tools when testing (https://github.com/prometheus-community/ansible/pull/34)'
- 'fix: Force push git changelogs (https://github.com/prometheus-community/ansible/pull/36)'
removed_features:
- 'removed: remove lint from molecule to avoid repetition (https://github.com/prometheus-community/ansible/pull/35)'
trivial:
- '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)'
- 'fix: correct workflow triggers and writable permissions (https://github.com/prometheus-community/ansible/pull/32)'
release_date: '2023-03-02'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: prometheus
name: prometheus
version: 0.0.1
version: 0.1.0
readme: README.md
authors:
- "Ben Kochie (https://github.com/SuperQ)"
Expand Down

0 comments on commit a0eaafd

Please sign in to comment.