Skip to content

Commit 372fd63

Browse files
chore(release): 3.0.0
## [3.0.0](v2.21.4...v3.0.0) (2025-05-16) ### ⚠ BREAKING CHANGES * merge beta to develop for a new major release (#618) * drop crypto_profile_name alias in panos_ike_gateway * `gathered_filter` in 'gathered' state now accepts valid regex expressions, the previous syntax with extra escape characters is not valid anymore. ### Bug Fixes * gathered_filter to process regex correctly ([#583](#583)) ([ae4103a](ae4103a)) ### Miscellaneous Chores * merge beta to develop for a new major release ([#618](#618)) ([f89f05a](f89f05a)) * support ansible-core 2.16 to 2.18 - drop python 3.9 ([#604](#604)) ([3b0f5ab](3b0f5ab))
1 parent 2e01cc8 commit 372fd63

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [3.0.0](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.21.4...v3.0.0) (2025-05-16)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* merge beta to develop for a new major release (#618)
7+
* drop crypto_profile_name alias in panos_ike_gateway
8+
* `gathered_filter` in 'gathered' state now accepts valid regex
9+
expressions, the previous syntax with extra escape characters is not valid anymore.
10+
11+
### Bug Fixes
12+
13+
* gathered_filter to process regex correctly ([#583](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/583)) ([ae4103a](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/ae4103a5df5aad0b0b06b257ffce6a2a0c47f9f3))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* merge beta to develop for a new major release ([#618](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/618)) ([f89f05a](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/f89f05a7d27b7b6b118e37fb5981b0337d9a2e69))
19+
* support ansible-core 2.16 to 2.18 - drop python 3.9 ([#604](https://github.com/PaloAltoNetworks/pan-os-ansible/issues/604)) ([3b0f5ab](https://github.com/PaloAltoNetworks/pan-os-ansible/commit/3b0f5abcf5d941e10df13a49c810327cfab5c4fd))
20+
121
### [2.21.4](https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.21.3...v2.21.4) (2025-02-06)
222

323

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.21.4
5+
Version: 3.0.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.21.4
13+
version: 3.0.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 = "2.21.4"
3+
version = "3.0.0"
44
description = "Ansible collection for Palo Alto Networks PAN-OS"
55
authors = ["Palo Alto Networks <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)