Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsteves committed Jan 3, 2025
1 parent 13d316c commit e70b91d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Release History
===============

0.7.0 (2025-01-02)
------------------

- Major updates to guard.py:

- Allow incremental certificate updates using --update (replaces
--add)
- Allow update of only root certificates
- Add --dry-run to show what actions would be performed without
updating PAN-OS
- Add --show to show managed config
- Add --update-trusted to fix out of sync trusted root CA certificate
settings

- chainring.py: For HTML document, create hyperlink for certificate
fingerprint to crt.sh.

- chain.py:

For a root certificate the "Parent Certificate Name" is set to the
"CA Owner" field; change node tag to use CA-Owner vs Issuer. Also
quote Subject, Issuer, CA-Owner.

- chainring.py: Add --test-collisions to test for PAN-OS certificate
name collisions using the JSON certificate tree as input.

0.6.0 (2024-12-15)
------------------

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.6.0'
__version__ = '0.7.0'
title = 'pan-chainguard'

0 comments on commit e70b91d

Please sign in to comment.