From 3d6a558ed119d687a610af5d1ce3d309ecbaec61 Mon Sep 17 00:00:00 2001 From: Ansible Bot Date: Mon, 15 May 2023 17:57:48 +0000 Subject: [PATCH] Changelog updated --- changelogs/changelog.yaml | 229 +++++++++++++++++++------------------- 1 file changed, 115 insertions(+), 114 deletions(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 46fbad8e..a1417e31 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1,6 +1,121 @@ --- ancestor: releases: + 1.0.11: + changes: {} + release_date: "2023-05-11" + 1.0.10: + release_date: "2023-05-11" + 1.0.9: + changes: + trivial: + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/199) + - Update push.yml (https://github.com/ansible-collections/ansible.scm/pull/198) + - Update version in galaxy.yml (https://github.com/ansible-collections/ansible.scm/pull/196) + release_date: "2023-05-11" + 1.0.8: + changes: + bugfixes: + - Enable py38 tests (https://github.com/ansible-collections/ansible.scm/pull/175) + trivial: + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/187) + - Restore tox-ansible dep (https://github.com/ansible-collections/ansible.scm/pull/186) + - Use PR (https://github.com/ansible-collections/ansible.scm/pull/183) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/179) + - Switch to reusable workflow (https://github.com/ansible-collections/ansible.scm/pull/178) + - Use tox-ansible from pypi (https://github.com/ansible-collections/ansible.scm/pull/177) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/173) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/171) + - Run antsichaut from source (https://github.com/ansible-collections/ansible.scm/pull/170) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/168) + - Use tox-ansible as installer, remove unit flag (https://github.com/ansible-collections/ansible.scm/pull/167) + release_date: "2023-05-05" + 1.0.7: + changes: + bugfixes: + - Allow git_publish when token is not defined (https://github.com/ansible-collections/ansible.scm/pull/163) + - Readme doc update (https://github.com/ansible-collections/ansible.scm/pull/147) + trivial: + - Remove testing with python3.8, switch to pytest-ansible for tests (https://github.com/ansible-collections/ansible.scm/pull/164) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/162) + - Remove unused workflows / Correct test (https://github.com/ansible-collections/ansible.scm/pull/161) + - Fix workflow needs (https://github.com/ansible-collections/ansible.scm/pull/159) + - Switch to tox-ansible (https://github.com/ansible-collections/ansible.scm/pull/157) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/154) + - "[pre-commit.ci] pre-commit autoupdate (https://github.com/ansible-collections/ansible.scm/pull/153)" + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/152) + - Add concurrency to ack (https://github.com/ansible-collections/ansible.scm/pull/151) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/150) + - Update test requirements (https://github.com/ansible-collections/ansible.scm/pull/149) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/146) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/145) + release_date: "2023-04-19" + 1.0.6: + release_date: "2023-04-19" + 1.0.5: + release_date: "2023-04-19" + 1.0.3: + changes: + trivial: + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/142) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/141) + release_date: "2023-04-19" + 1.0.2: + changes: + trivial: + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/140) + release_date: "2023-04-19" + 1.0.0: + changes: + bugfixes: + - Correct sample playbook (https://github.com/ansible-collections/ansible.scm/pull/89) + - Create user specified parent directory (https://github.com/ansible-collections/ansible.scm/pull/81) + major_changes: + - Rename git_here to git_retrieve (https://github.com/ansible-collections/ansible.scm/pull/78) + - Rename git_away to git_publish (https://github.com/ansible-collections/ansible.scm/pull/75) + trivial: + - Comments and spelling (https://github.com/ansible-collections/ansible.scm/pull/123) + - Improve tox.ini (https://github.com/ansible-collections/ansible.scm/pull/120) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/118) + - Pin to earlier setuptools for 3.8/2.9 (https://github.com/ansible-collections/ansible.scm/pull/117) + - Remove root init (https://github.com/ansible-collections/ansible.scm/pull/116) + - Test without fetch depth (https://github.com/ansible-collections/ansible.scm/pull/114) + - Spelling addition (https://github.com/ansible-collections/ansible.scm/pull/112) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/111) + - Update test.yml (https://github.com/ansible-collections/ansible.scm/pull/109) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/108) + - Better sorting of envname (https://github.com/ansible-collections/ansible.scm/pull/107) + - Add all green (https://github.com/ansible-collections/ansible.scm/pull/105) + - Fix secret (https://github.com/ansible-collections/ansible.scm/pull/104) + - Swap integration tests back (https://github.com/ansible-collections/ansible.scm/pull/100) + - Chore tox (https://github.com/ansible-collections/ansible.scm/pull/99) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/98) + - Format flake8 (https://github.com/ansible-collections/ansible.scm/pull/96) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/95) + - Update push.yml (https://github.com/ansible-collections/ansible.scm/pull/94) + - "[pre-commit.ci] pre-commit autoupdate (https://github.com/ansible-collections/ansible.scm/pull/93)" + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/92) + - Add release workflow (https://github.com/ansible-collections/ansible.scm/pull/91) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/90) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/88) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/86) + - Update to reflect ansible-core 2.12+ (https://github.com/ansible-collections/ansible.scm/pull/85) + - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/84) + - Update the galaxy.yml file during the push event (https://github.com/ansible-collections/ansible.scm/pull/80) + - Cleanup push and galaxy file (https://github.com/ansible-collections/ansible.scm/pull/79) + - Format changelog (https://github.com/ansible-collections/ansible.scm/pull/77) + modules: + - description: + Retrieve a repository from a distant location and make it available + on the execution node + name: git_here + namespace: "" + - description: + Publish changes from a repository available on the execution + node to a distant location + name: git_publish + namespace: "" + release_date: "2023-03-30" 0.1.0: changes: bugfixes: @@ -69,117 +184,3 @@ releases: - 64.yaml - 9.yaml release_date: "2023-03-29" - 1.0.0: - changes: - bugfixes: - - Correct sample playbook (https://github.com/ansible-collections/ansible.scm/pull/89) - - Create user specified parent directory (https://github.com/ansible-collections/ansible.scm/pull/81) - major_changes: - - Rename git_here to git_retrieve (https://github.com/ansible-collections/ansible.scm/pull/78) - - Rename git_away to git_publish (https://github.com/ansible-collections/ansible.scm/pull/75) - trivial: - - Comments and spelling (https://github.com/ansible-collections/ansible.scm/pull/123) - - Improve tox.ini (https://github.com/ansible-collections/ansible.scm/pull/120) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/118) - - Pin to earlier setuptools for 3.8/2.9 (https://github.com/ansible-collections/ansible.scm/pull/117) - - Remove root init (https://github.com/ansible-collections/ansible.scm/pull/116) - - Test without fetch depth (https://github.com/ansible-collections/ansible.scm/pull/114) - - Spelling addition (https://github.com/ansible-collections/ansible.scm/pull/112) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/111) - - Update test.yml (https://github.com/ansible-collections/ansible.scm/pull/109) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/108) - - Better sorting of envname (https://github.com/ansible-collections/ansible.scm/pull/107) - - Add all green (https://github.com/ansible-collections/ansible.scm/pull/105) - - Fix secret (https://github.com/ansible-collections/ansible.scm/pull/104) - - Swap integration tests back (https://github.com/ansible-collections/ansible.scm/pull/100) - - Chore tox (https://github.com/ansible-collections/ansible.scm/pull/99) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/98) - - Format flake8 (https://github.com/ansible-collections/ansible.scm/pull/96) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/95) - - Update push.yml (https://github.com/ansible-collections/ansible.scm/pull/94) - - "[pre-commit.ci] pre-commit autoupdate (https://github.com/ansible-collections/ansible.scm/pull/93)" - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/92) - - Add release workflow (https://github.com/ansible-collections/ansible.scm/pull/91) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/90) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/88) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/86) - - Update to reflect ansible-core 2.12+ (https://github.com/ansible-collections/ansible.scm/pull/85) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/84) - - Update the galaxy.yml file during the push event (https://github.com/ansible-collections/ansible.scm/pull/80) - - Cleanup push and galaxy file (https://github.com/ansible-collections/ansible.scm/pull/79) - - Format changelog (https://github.com/ansible-collections/ansible.scm/pull/77) - modules: - - description: - Retrieve a repository from a distant location and make it available - on the execution node - name: git_here - namespace: "" - - description: - Publish changes from a repository available on the execution - node to a distant location - name: git_publish - namespace: "" - release_date: "2023-03-30" - 1.0.10: - release_date: "2023-05-11" - 1.0.11: - release_date: "2023-05-11" - 1.0.2: - changes: - trivial: - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/140) - release_date: "2023-04-19" - 1.0.3: - changes: - trivial: - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/142) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/141) - release_date: "2023-04-19" - 1.0.5: - release_date: "2023-04-19" - 1.0.6: - release_date: "2023-04-19" - 1.0.7: - changes: - bugfixes: - - Allow git_publish when token is not defined (https://github.com/ansible-collections/ansible.scm/pull/163) - - Readme doc update (https://github.com/ansible-collections/ansible.scm/pull/147) - trivial: - - Remove testing with python3.8, switch to pytest-ansible for tests (https://github.com/ansible-collections/ansible.scm/pull/164) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/162) - - Remove unused workflows / Correct test (https://github.com/ansible-collections/ansible.scm/pull/161) - - Fix workflow needs (https://github.com/ansible-collections/ansible.scm/pull/159) - - Switch to tox-ansible (https://github.com/ansible-collections/ansible.scm/pull/157) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/154) - - "[pre-commit.ci] pre-commit autoupdate (https://github.com/ansible-collections/ansible.scm/pull/153)" - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/152) - - Add concurrency to ack (https://github.com/ansible-collections/ansible.scm/pull/151) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/150) - - Update test requirements (https://github.com/ansible-collections/ansible.scm/pull/149) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/146) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/145) - release_date: "2023-04-19" - 1.0.8: - changes: - bugfixes: - - Enable py38 tests (https://github.com/ansible-collections/ansible.scm/pull/175) - trivial: - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/187) - - Restore tox-ansible dep (https://github.com/ansible-collections/ansible.scm/pull/186) - - Use PR (https://github.com/ansible-collections/ansible.scm/pull/183) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/179) - - Switch to reusable workflow (https://github.com/ansible-collections/ansible.scm/pull/178) - - Use tox-ansible from pypi (https://github.com/ansible-collections/ansible.scm/pull/177) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/173) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/171) - - Run antsichaut from source (https://github.com/ansible-collections/ansible.scm/pull/170) - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/168) - - Use tox-ansible as installer, remove unit flag (https://github.com/ansible-collections/ansible.scm/pull/167) - release_date: "2023-05-05" - 1.0.9: - changes: - trivial: - - Changelog updated (https://github.com/ansible-collections/ansible.scm/pull/199) - - Update push.yml (https://github.com/ansible-collections/ansible.scm/pull/198) - - Update version in galaxy.yml (https://github.com/ansible-collections/ansible.scm/pull/196) - release_date: "2023-05-11"