Skip to content

Commit 37ab39b

Browse files
chore(release): 2.20.0
## [2.20.0](v2.19.1...v2.20.0) (2024-04-17) ### Features * Add new option to panos_active_in_ha module ([#560](#560)) ([a2870f5](a2870f5)) ### Bug Fixes * Add 'parent_interface' parameter for l2/l3 subinterface modules ([#552](#552)) ([73c28a8](73c28a8)) * **panos_facts.py:** Fixed virtual systems fact name ([#558](#558)) ([0d0fd6d](0d0fd6d))
1 parent 468dd8f commit 37ab39b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [2.20.0](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.19.1...v2.20.0) (2024-04-17)
2+
3+
4+
### Features
5+
6+
* Add new option to panos_active_in_ha module ([#560](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/560)) ([a2870f5](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/a2870f5d742a6d6dd2e759e101ba1b6fcc9e6ee9))
7+
8+
9+
### Bug Fixes
10+
11+
* Add 'parent_interface' parameter for l2/l3 subinterface modules ([#552](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/552)) ([73c28a8](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/73c28a890ab35784a40ee14a47c11b31f4ffac6d))
12+
* **panos_facts.py:** Fixed virtual systems fact name ([#558](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/558)) ([0d0fd6d](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/0d0fd6d11d3bfd55a3795f32f69f9201fd54f554))
13+
114
### [2.19.1](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.19.0...v2.19.1) (2023-12-14)
215

316

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Palo Alto Networks Ansible Collection
33
=====================================
44

5-
Version: 2.19.1
5+
Version: 2.20.0
66

77
The Palo Alto Networks Ansible collection is a collection of modules that
88
automate configuration and operational tasks on Palo Alto Networks Next

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace: 'paloaltonetworks'
1010
name: 'panos'
1111

1212
# The version of the collection. Must be compatible with semantic versioning
13-
version: 2.19.1
13+
version: 2.20.0
1414

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

0 commit comments

Comments
 (0)