Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsteves committed Dec 15, 2024
1 parent e17f39e commit 0cf3975
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
Release History
===============

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

- Split chain.py into separate programs for:

- Intermediate certificate determination (chain.py)
- Certificate download (link.py)

- Re-implement chain.py to use a tree (using treelib package).

- Add chainring.py to generate documents from JSON certificate tree.

- Get CA certificates program (link.py) can use alternate certificate
sources before downloading from crt.sh.

- Allow update of root store only, without adding intermediate
certificates.

- Certificate name on PAN-OS has been changed to
'LINK-[0-9A-F]{26,26}' (sequence number replaced by 'LINK').

- Add tests for CCADB module.

- guard.py:

PAN-257401 is an issue where a specific certificate, when imported
as a device certificate and set as a trusted root CA, results in a
commit error due to a bad signature. Implement temporary workaround
to not import this certificate on --add.

- sprocket.py: Fix GitHub Issue #3.

0.5.0 (2024-10-07)
------------------

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.5.0'
__version__ = '0.6.0'
title = 'pan-chainguard'

0 comments on commit 0cf3975

Please sign in to comment.