Skip to content

Commit 9c06726

Browse files
committed
0.3.0
1 parent d54beec commit 9c06726

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

HISTORY.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Release History
22
===============
33

4+
0.3.0 (2024-06-12)
5+
------------------
6+
7+
- guard.py: Cache certificate names so we can use a single API request
8+
to enable them as trusted root CAs.
9+
10+
- guard.py: When device is panorama and template specified, perform
11+
partial commit with template scope.
12+
13+
- chain.py: Also retry download on 503 Service Unavailable.
14+
15+
- guard.py: Fix partial commit using specific admin. In the XML cmd
16+
document, <admin> needs to be within <partial> container.
17+
18+
- guard.py: Simplify Xpath() class.
19+
20+
- admin-guide.rst:
21+
22+
chainguard-api admin profile does require type=op because we use
23+
synchronous commit in pan.xapi which uses 'show jobs id id-num' to
24+
check job status.
25+
26+
- guard.py: Fix use of panorama from removal of global.
27+
428
0.2.0 (2024-05-30)
529
------------------
630

pan_chainguard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1515
#
1616

17-
__version__ = '0.2.0'
17+
__version__ = '0.3.0'
1818
title = 'pan-chainguard'

0 commit comments

Comments
 (0)