diff --git a/NOTICE b/NOTICE index e32c0e72f..7244acffd 100644 --- a/NOTICE +++ b/NOTICE @@ -7,9 +7,9 @@ The following 3rd-party software packages may be used by or distributed with addonfactory-ucc-generator. Any information relevant to third-party vendors listed below are collected using common, reasonable means. -Date generated: 2025-2-18 +Date generated: 2025-2-20 -Revision ID: ae02103b55ce164a6983a0f397578c049fc6bd9c +Revision ID: 6b069ec8054e66a0cbb7f6c1415ce03cbafbe4b5 ================================================================================ ================================================================================ @@ -28168,4 +28168,4 @@ either expressed or implied, of the FreeBSD Project. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -Report Generated by FOSSA on 2025-2-18 +Report Generated by FOSSA on 2025-2-20 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8cbd59e16..d0bcab208 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.58.1](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.58.0...v5.58.1) (2025-02-20) + + +### Bug Fixes + +* build if "conf" param specified for a configuration tab ([#1590](https://github.com/splunk/addonfactory-ucc-generator/issues/1590)) ([6b069ec](https://github.com/splunk/addonfactory-ucc-generator/commit/6b069ec8054e66a0cbb7f6c1415ce03cbafbe4b5)) + # [5.58.0](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.57.2...v5.58.0) (2025-02-18) diff --git a/pyproject.toml b/pyproject.toml index 894ba6800..6713b46b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "splunk_add_on_ucc_framework" -version = "5.58.0" +version = "5.58.1" description = "Splunk Add-on SDK formerly UCC is a build and code generation framework" license = "Apache-2.0" authors = ["Splunk "] diff --git a/splunk_add_on_ucc_framework/__init__.py b/splunk_add_on_ucc_framework/__init__.py index f1663d680..2cd9471b7 100644 --- a/splunk_add_on_ucc_framework/__init__.py +++ b/splunk_add_on_ucc_framework/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "5.58.0" +__version__ = "5.58.1" import logging diff --git a/ui/package.json b/ui/package.json index 48b962032..8daf7a461 100644 --- a/ui/package.json +++ b/ui/package.json @@ -6,7 +6,7 @@ "url": "git+https://github.com/splunk/addonfactory-ucc-generator.git", "directory": "ui" }, - "version": "5.58.0", + "version": "5.58.1", "license": "Apache-2.0", "author": "Splunk Inc.", "homepage": "https://splunk.github.io/addonfactory-ucc-generator",