diff --git a/.releaserc.json b/.releaserc.json index eb77c120c..c9cbd0758 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -37,7 +37,7 @@ "path": "*.tar.gz" } ], - "successComment": ":tada: This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version ${nextRelease.version} :tada:\n\nThe release is available on [Ansible Galaxy](https://galaxy.ansible.com/paloaltonetworks/panos) and [GitHub release](https://github.com/PaloAltoNetworks/pan-os-ansible/releases)\n\n> Posted by [semantic-release](https://github.com/semantic-release/semantic-release) bot" + "successComment": ":tada: This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version ${nextRelease.version} :tada:\n\nThe release is available on [Ansible Galaxy](https://galaxy.ansible.com/ui/repo/published/paloaltonetworks/panos) and [GitHub release](https://github.com/PaloAltoNetworks/pan-os-ansible/releases)\n\n> Posted by [semantic-release](https://github.com/semantic-release/semantic-release) bot" } ] ], diff --git a/README.md b/README.md index 607dc22b0..72696fa6b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ PAN-OS Ansible Collection ========================= ![CI](https://github.com/PaloAltoNetworks/pan-os-ansible/workflows/CI/badge.svg?branch=develop) -![Version on Galaxy](https://img.shields.io/badge/dynamic/json?style=flat&label=Ansible+Galaxy&prefix=v&url=https://galaxy.ansible.com/api/v2/collections/paloaltonetworks/panos/&query=latest_version.version) +![Version on Galaxy](https://img.shields.io/badge/dynamic/json?style=flat&label=Ansible+Galaxy+Latest+Version&prefix=v&url=https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/paloaltonetworks/panos/&query=highest_version.version) Ansible collection that automates the configuration and operational tasks on Palo Alto Networks Next Generation Firewalls, both physical and virtualized form @@ -76,7 +76,7 @@ and officially supported for Ansible subscribers. Ansible subscribers can engage for support through their usual route towards Red Hat. For those who are not Ansible subscribers, this Collection of Ansible Modules is -also [published on Ansible Galaxy](https://galaxy.ansible.com/paloaltonetworks/panos) +also [published on Ansible Galaxy](https://galaxy.ansible.com/ui/repo/published/paloaltonetworks/panos) to be freely used under an as-is, best effort, support policy. These scripts should be seen as community supported and Palo Alto Networks will contribute our expertise as and when possible. We do diff --git a/docs/source/index.rst b/docs/source/index.rst index b8b075c13..6ebabc4dc 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -37,7 +37,7 @@ Then in your playbooks you can specify that you want to use the collections: - paloaltonetworks.panos -* Ansible Galaxy: https://galaxy.ansible.com/PaloAltoNetworks/panos +* Ansible Galaxy: https://galaxy.ansible.com/ui/repo/published/paloaltonetworks/panos * Red Hat Catalog: https://catalog.redhat.com/software/collection/paloaltonetworks/panos * GitHub repo: https://github.com/PaloAltoNetworks/pan-os-ansible @@ -81,7 +81,7 @@ and officially supported for Ansible subscribers. Ansible subscribers can engage for support through their usual route towards Red Hat. For those who are not Ansible subscribers, this Collection of Ansible Modules is -also [published on Ansible Galaxy](https://galaxy.ansible.com/paloaltonetworks/panos) +also [published on Ansible Galaxy](https://galaxy.ansible.com/ui/repo/published/paloaltonetworks/panos) to be freely used under an as-is, best effort, support policy. These scripts should be seen as community supported and Palo Alto Networks will contribute our expertise as and when possible. We do