From 30cc684716689a6f8fb985730d1b4dd5ffc97186 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Wed, 26 Mar 2025 18:38:48 +0000 Subject: [PATCH 1/2] chore(release): 6.3.0 # [6.3.0](https://github.com/splunk/addonfactory-solutions-library-python/compare/v6.2.1...v6.3.0) (2025-03-26) ### Features * support mTLS when web private key is encrypted ([#435](https://github.com/splunk/addonfactory-solutions-library-python/issues/435)) ([56286b1](https://github.com/splunk/addonfactory-solutions-library-python/commit/56286b1995f557572922f7438faa6e9afe43a5b3)) --- pyproject.toml | 2 +- solnlib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c7c5a48..3654662c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "solnlib" -version = "6.2.1" +version = "6.3.0" description = "The Splunk Software Development Kit for Splunk Solutions" authors = ["Splunk "] license = "Apache-2.0" diff --git a/solnlib/__init__.py b/solnlib/__init__.py index f5cffea8..e14cb03b 100644 --- a/solnlib/__init__.py +++ b/solnlib/__init__.py @@ -56,4 +56,4 @@ "utils", ] -__version__ = "6.2.1" +__version__ = "6.3.0" From d7fce46bdd09e8067a601cfa89d153b99e548015 Mon Sep 17 00:00:00 2001 From: hetangmodi-crest Date: Thu, 19 Jun 2025 16:48:37 +0530 Subject: [PATCH 2/2] feat(code): replace btool with splunk.rest BREAKING CHANGE: Replacing the usage of btool with splunk.rest