File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### [ 3.0.1] ( https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v3.0.0...v3.0.1 ) (2025-05-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * push deprecations to 4.0.0 ([ d6e4ea0] ( https://github.com/PaloAltoNetworks/pan-os-ansible/commit/d6e4ea01d874e5727a309ebbf5c6d910d2163156 ) )
7
+
1
8
## [ 3.0.0] ( https://github.com/PaloAltoNetworks/pan-os-ansible/compare/v2.21.4...v3.0.0 ) (2025-05-16)
2
9
3
10
Original file line number Diff line number Diff line change 2
2
Palo Alto Networks Ansible Collection
3
3
=====================================
4
4
5
- Version: 3.0.0
5
+ Version: 3.0.1
6
6
7
7
The Palo Alto Networks Ansible collection is a collection of modules that
8
8
automate configuration and operational tasks on Palo Alto Networks Next
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace: 'paloaltonetworks'
10
10
name : ' panos'
11
11
12
12
# The version of the collection. Must be compatible with semantic versioning
13
- version : 3.0.0
13
+ version : 3.0.1
14
14
15
15
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
16
16
readme : ' README.md'
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pan-os-ansible"
3
- version = " 3.0.0 "
3
+ version = " 3.0.1 "
4
4
description = " Ansible collection for Palo Alto Networks PAN-OS"
5
5
authors = [
" Palo Alto Networks <[email protected] >" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments