diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4c82a65..c7894e8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,16 @@ Cloud.Azure\_Ops Release Notes .. contents:: Topics +v6.1.1 +====== + +Release Summary +--------------- + +This is the minor release of the ``cloud.azure_ops`` collection. +This changelog contains all changes to the modules and plugins in this collection +that have been made after the previous release. + v6.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c7bf3df..55a2d2a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -195,3 +195,14 @@ releases: name: azure_repo_microsoft_prod namespace: null release_date: '2025-10-02' + 6.1.1: + changes: + release_summary: 'This is the minor release of the ``cloud.azure_ops`` collection. + + This changelog contains all changes to the modules and plugins in this collection + + that have been made after the previous release.' + fragments: + - 20251003-add-missing-readme.yml + - 6.1.1.yml + release_date: '2025-10-03' diff --git a/changelogs/fragments/20251003-add-missing-readme.yml b/changelogs/fragments/20251003-add-missing-readme.yml deleted file mode 100644 index afe4542..0000000 --- a/changelogs/fragments/20251003-add-missing-readme.yml +++ /dev/null @@ -1,3 +0,0 @@ -trivial: - - fix azure_repo_microsoft_prod/argument_specs.yml to label the role correctly. - - Add missing README.md for azure_configure_archost and azure_repo_microsoft_prod. diff --git a/galaxy.yml b/galaxy.yml index 1d65f54..77fe085 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: cloud name: azure_ops -version: 6.1.0 +version: 6.1.1 authors: - Ansible (https://github.com/ansible) description: A collection of content (roles, playbooks, etc) for Ansible Automation Platform on Azure.