Skip to content

Commit

Permalink
chore(release): 5.58.1
Browse files Browse the repository at this point in the history
## [5.58.1](v5.58.0...v5.58.1) (2025-02-20)

### Bug Fixes

* build if "conf" param specified for a configuration tab ([#1590](#1590)) ([6b069ec](6b069ec))
  • Loading branch information
srv-rr-github-token committed Feb 20, 2025
1 parent 6b069ec commit 5b33623
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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

================================================================================
================================================================================
Expand Down Expand Up @@ -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
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <addonfactory@splunk.com>"]
Expand Down
2 changes: 1 addition & 1 deletion splunk_add_on_ucc_framework/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5b33623

Please sign in to comment.