From 81affbf6caf08ca80442ebab27f86914d34c10cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Oct 2023 09:09:20 +0000 Subject: [PATCH] chore(release): 2.17.8 ### [2.17.8](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.7...v2.17.8) (2023-10-23) ### Bug Fixes * **panos_export:** Fix create_directory for panos_export for binary files ([#492](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/492)) ([d0f8572](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/d0f8572eabf1419ccd004a3ec8cb628409fea7ff)) --- CHANGELOG.md | 7 +++++++ docs/source/index.rst | 2 +- galaxy.yml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5ba47459..f9016a444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [2.17.8](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.7...v2.17.8) (2023-10-23) + + +### Bug Fixes + +* **panos_export:** Fix create_directory for panos_export for binary files ([#492](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/492)) ([d0f8572](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/d0f8572eabf1419ccd004a3ec8cb628409fea7ff)) + ### [2.17.7](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.6...v2.17.7) (2023-10-05) diff --git a/docs/source/index.rst b/docs/source/index.rst index 6ebabc4dc..eb9c5e3a5 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,7 +2,7 @@ Palo Alto Networks Ansible Collection ===================================== -Version: 2.17.7 +Version: 2.17.8 The Palo Alto Networks Ansible collection is a collection of modules that automate configuration and operational tasks on Palo Alto Networks Next diff --git a/galaxy.yml b/galaxy.yml index b5690dbbd..6a6299600 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: 'paloaltonetworks' name: 'panos' # The version of the collection. Must be compatible with semantic versioning -version: 2.17.7 +version: 2.17.8 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: 'README.md'