Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsteves committed Jun 12, 2024
1 parent d54beec commit 9c06726
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Release History
===============

0.3.0 (2024-06-12)
------------------

- guard.py: Cache certificate names so we can use a single API request
to enable them as trusted root CAs.

- guard.py: When device is panorama and template specified, perform
partial commit with template scope.

- chain.py: Also retry download on 503 Service Unavailable.

- guard.py: Fix partial commit using specific admin. In the XML cmd
document, <admin> needs to be within <partial> container.

- guard.py: Simplify Xpath() class.

- admin-guide.rst:

chainguard-api admin profile does require type=op because we use
synchronous commit in pan.xapi which uses 'show jobs id id-num' to
check job status.

- guard.py: Fix use of panorama from removal of global.

0.2.0 (2024-05-30)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pan_chainguard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#

__version__ = '0.2.0'
__version__ = '0.3.0'
title = 'pan-chainguard'

0 comments on commit 9c06726

Please sign in to comment.