File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
Release History
2
2
===============
3
3
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
+
4
28
0.2.0 (2024-05-30)
5
29
------------------
6
30
Original file line number Diff line number Diff line change 14
14
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15
15
#
16
16
17
- __version__ = '0.2 .0'
17
+ __version__ = '0.3 .0'
18
18
title = 'pan-chainguard'
You can’t perform that action at this time.
0 commit comments