From 3cc9db8b75b21f007ddd309907f32e533a349147 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Fri, 3 Mar 2023 06:42:14 +0000 Subject: [PATCH] chore: update version --- CHANGELOG.rst | 5 +++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 4 +++- galaxy.yml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1f6a9704..d97b5b18 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,11 @@ Prometheus.Prometheus Release Notes v0.1.0 ====== +Minor Changes +------------- + +- feat: Allow grabbing binaries and checksums from a custom url/mirror (https://github.com/prometheus-community/ansible/pull/28) + Removed Features (previously deprecated) ---------------------------------------- diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index e1ae6422..5b43b9b6 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -13,4 +13,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 0.0.3 +version: 0.1.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 39a2df12..96086139 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -12,14 +12,16 @@ releases: changes: bugfixes: - 'fix: Force push git changelogs (https://github.com/prometheus-community/ansible/pull/36)' + - 'fix: Remove unnecessary dependency on jmespath (https://github.com/prometheus-community/ansible/pull/22)' - '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)' - - 'fix: Remove unnecessary dependency on jmespath (https://github.com/prometheus-community/ansible/pull/22)' 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' diff --git a/galaxy.yml b/galaxy.yml index 191ef9f9..57768101 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: prometheus name: prometheus -version: 0.0.3 +version: 0.1.0 readme: README.md authors: - "Ben Kochie (https://github.com/SuperQ)"