Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsteves committed Apr 9, 2024
1 parent de6b3dc commit 35dcbc0
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
52 changes: 52 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,58 @@
Release History
===============

0.1.0 (2024-04-09)
------------------

- fling.py, chain.py, guard.py, admin-guide.rst:

Add --debug argument and use args.debug for all debugging related
output, and be consistent in use of args.verbose for verbose output
(e.g., progress messages).

- chain.py:

+ Log when a CA certificate is not in any of Apple, Google Chrome,
Microsoft, Mozilla root stores.
+ Log when 0 intermediates found for a CA certificate.

- chain.py:

Add message when all certificate chains were downloaded
successfully.

- chain.py:

+ Display PAN-OS certificates not in CCADB and consider them
invalid, because we will not find intermediate certificate chains
for these.
+ Output invalid PAN-OS certificate messages to stderr.
+ Display total invalid PAN-OS certificates found.

- chain.py: Fix invalid path in error.

- chain.py: Print download error to stderr.

- chain.py: Also retry on status code 502, 504.

- chain.py: Improve some messages.

- chain.py:

Since we don't use xapi.export_result 'file', check 'content'
instead. There is currently an issue in pan.xapi export() where
filename can be None. Fixes a bug where certificate names with
parentheses were not saved to the archive.

- chain.py: exit with status 2 when there are download failures.

- chain.py:

+ Fix missing value for format string.
+ Change message to Error.

- Documentation improvements and fixes.

0.0.0 (2024-03-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.0.0'
__version__ = '0.1.0'
title = 'pan-chainguard'

0 comments on commit 35dcbc0

Please sign in to comment.