Skip to content

Commit

Permalink
chore(release): 2.17.5
Browse files Browse the repository at this point in the history
### [2.17.5](v2.17.4...v2.17.5) (2023-09-08)

### Bug Fixes

* **gathered_filter:** Update logic to cover cases of None ([#488](#488)) ([d2372c5](d2372c5))
* **panos_device_group:** Do not move a Device Group if state is set to gathered ([#484](#484)) ([93d61a7](93d61a7))
  • Loading branch information
semantic-release-bot committed Sep 8, 2023
1 parent fd4e0ba commit 2b22d68
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [2.17.5](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.4...v2.17.5) (2023-09-08)


### Bug Fixes

* **gathered_filter:** Update logic to cover cases of None ([#488](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/488)) ([d2372c5](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/d2372c5f9e3a26f047859e3feed5ab647970c631))
* **panos_device_group:** Do not move a Device Group if state is set to gathered ([#484](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/484)) ([93d61a7](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/93d61a76cb81342c4ef743b7bce28e6132120288))

### [2.17.4](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.17.3...v2.17.4) (2023-08-15)


Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Palo Alto Networks Ansible Collection
=====================================

Version: 2.17.4
Version: 2.17.5

The Palo Alto Networks Ansible collection is a collection of modules that
automate configuration and operational tasks on Palo Alto Networks Next
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace: 'paloaltonetworks'
name: 'panos'

# The version of the collection. Must be compatible with semantic versioning
version: 2.17.4
version: 2.17.5

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: 'README.md'
Expand Down

0 comments on commit 2b22d68

Please sign in to comment.