Skip to content

Commit

Permalink
Merge pull request #16 from HurricaneLabs/1.0.1
Browse files Browse the repository at this point in the history
1.0.1
  • Loading branch information
cschmidt0121 authored Nov 1, 2024
2 parents fa8a07f + c87faec commit 4c6d20f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
splunksecrets - Encrypt and Decrypt Splunk Passwords
====================================================

|Build Status| |codecov.io|
|Build Status|

``splunksecrets`` is a tool for working with Splunk secrets offline. It
currently supports encryption and decryption of passwords, but in the
Expand Down Expand Up @@ -142,9 +142,12 @@ Known Issues

Version History
---------------
Version 1.0.1
~~~~~~~~~~~~~~
- Short secrets are padded in the same way Splunk itself does it. Thanks to
Matt Anderson for this contribution.


Version 1.0.0rc3 (2021-06-07)
Version 1.0.0 (2021-06-07)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Updated CLI command docstrings for proper help output
- Add initial support for encryption/decrypt of Splunk DBConnect credentials
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup


VERSION = "1.0.0"
VERSION = "1.0.1"


with open("README.rst", "r") as f:
Expand Down

0 comments on commit 4c6d20f

Please sign in to comment.