Skip to content

Commit 304737c

Browse files
chore(release): 3.3.0
## [3.3.0](v3.2.0...v3.3.0) (2026-03-02) ### Features * panos_logical_router, panos_logical_router_vrf and panos_logical_router_vrf_static_route support [#649](#649) ([#650](#650)) ([61b0c98](61b0c98)) * **deps:** update panos-upgrade-assurance to >=2.0.0 ([#651](#651)) ([eff55ff](eff55ff))
1 parent 4cca5c1 commit 304737c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.3.0](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v3.2.0...v3.3.0) (2026-03-02)
2+
3+
4+
### Features
5+
6+
* panos_logical_router, panos_logical_router_vrf and panos_logical_router_vrf_static_route support [#649](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/649) ([#650](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/650)) ([61b0c98](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/61b0c9854632e12eec475d88d3095c94d06c0648))
7+
* **deps:** update panos-upgrade-assurance to >=2.0.0 ([#651](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/651)) ([eff55ff](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/eff55ffbafefb09da4d8b82f4e1781ecc902ec60))
8+
19
## [3.2.0](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v3.1.1...v3.2.0) (2025-10-03)
210

311

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: 3.2.0
5+
Version: 3.3.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: 3.2.0
13+
version: 3.3.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'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pan-os-ansible"
3-
version = "3.2.0"
3+
version = "3.3.0"
44
description = "Ansible collection for Palo Alto Networks PAN-OS"
55
authors = ["Palo Alto Networks <devrel@paloaltonetworks.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)