From 441a7a782c80b0e7aae7d41896294bdf9cd05012 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Nov 2023 13:08:49 +0000 Subject: [PATCH] chore(release): 2.18.0 ## [2.18.0](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.8...v2.18.0) (2023-11-29) ### Features * **upgrade_assurance:** add upgrade assurance modules ([40b0d0d](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/40b0d0dc442c1c62231e63c95479a0b212df5ad6)) ### Bug Fixes * **upgrade_assurance:** error out panorama connections ([218e2d2](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/218e2d2a1b53cd04e48b4f92de48feb23a5e9f0e)) --- CHANGELOG.md | 12 ++++++++++++ docs/source/index.rst | 2 +- galaxy.yml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9016a444..16c50f19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.18.0](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.8...v2.18.0) (2023-11-29) + + +### Features + +* **upgrade_assurance:** add upgrade assurance modules ([40b0d0d](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/40b0d0dc442c1c62231e63c95479a0b212df5ad6)) + + +### Bug Fixes + +* **upgrade_assurance:** error out panorama connections ([218e2d2](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/218e2d2a1b53cd04e48b4f92de48feb23a5e9f0e)) + ### [2.17.8](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.7...v2.17.8) (2023-10-23) diff --git a/docs/source/index.rst b/docs/source/index.rst index eb9c5e3a5..ec8387316 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -2,7 +2,7 @@ Palo Alto Networks Ansible Collection ===================================== -Version: 2.17.8 +Version: 2.18.0 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 6a6299600..8be5ccf74 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.8 +version: 2.18.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: 'README.md'