From 3b60117e6fa319830bf94764036855dc59b37b53 Mon Sep 17 00:00:00 2001 From: Jimmy Holland <6574404+jamesholland-uk@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:04:48 +0100 Subject: [PATCH 1/3] docs: Updates for new Galaxy URL format --- .releaserc.json | 2 +- README.md | 2 +- docs/source/index.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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..3c5b37ccb 100644 --- a/README.md +++ b/README.md @@ -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 d54b27ea0..b68c8258a 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 From 754fbaf4b1a358a6cfd5fd515120d10d9c83e7df Mon Sep 17 00:00:00 2001 From: Jimmy Holland <6574404+jamesholland-uk@users.noreply.github.com> Date: Wed, 4 Oct 2023 14:25:01 +0100 Subject: [PATCH 2/3] docs: Update badges for Galaxy API v3 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c5b37ccb..a9ad98731 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ 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) +![Downloads from Galaxy](https://img.shields.io/badge/dynamic/json?style=flat&label=Ansible+Galaxy+Downloads&url=https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/paloaltonetworks/panos/&query=download_count) Ansible collection that automates the configuration and operational tasks on Palo Alto Networks Next Generation Firewalls, both physical and virtualized form From c1f1f38d4c722f07fc07e27ef0dc377f79a9a3ca Mon Sep 17 00:00:00 2001 From: Jimmy Holland <6574404+jamesholland-uk@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:59:33 +0100 Subject: [PATCH 3/3] docs: Remove counter --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a9ad98731..72696fa6b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ 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+Latest+Version&prefix=v&url=https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/paloaltonetworks/panos/&query=highest_version.version) -![Downloads from Galaxy](https://img.shields.io/badge/dynamic/json?style=flat&label=Ansible+Galaxy+Downloads&url=https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/index/paloaltonetworks/panos/&query=download_count) Ansible collection that automates the configuration and operational tasks on Palo Alto Networks Next Generation Firewalls, both physical and virtualized form