From 9b089c818d5b60a24c52cb33d8e9e4bbc156565f Mon Sep 17 00:00:00 2001 From: Cameron Schmidt Date: Fri, 1 Nov 2024 17:56:47 -0400 Subject: [PATCH 1/3] Remove codecov from README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c7b41ed..9a116c8 100644 --- a/README.rst +++ b/README.rst @@ -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 From cc3439bf42c73aa498fae7e5e61f45a7de41d0e1 Mon Sep 17 00:00:00 2001 From: Cameron Schmidt Date: Fri, 1 Nov 2024 17:57:24 -0400 Subject: [PATCH 2/3] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8217b09..ec463a3 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup -VERSION = "1.0.0" +VERSION = "1.0.1" with open("README.rst", "r") as f: From c87faec7593fe394454ff9476dd44b185682d0de Mon Sep 17 00:00:00 2001 From: Cameron Schmidt Date: Fri, 1 Nov 2024 17:59:29 -0400 Subject: [PATCH 3/3] Version history --- README.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9a116c8..636a777 100644 --- a/README.rst +++ b/README.rst @@ -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