Skip to content

Commit 0cc805f

Browse files
chore(release): 5.68.1
## [5.68.1](v5.68.0...v5.68.1) (2025-07-17) ### Bug Fixes * path issue for default alert icon ([#1839](#1839)) ([342ebb4](342ebb4))
1 parent 5bee96d commit 0cc805f

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

NOTICE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
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.
99

10-
Date generated: 2025-7-15
10+
Date generated: 2025-7-17
1111

12-
Revision ID: b4734b0b9cf042fa4049e24bb4b39f5035886cb5
12+
Revision ID: 5bee96d4a9d8f6f8d06a127a5fd84183cfba4fee
1313

1414
================================================================================
1515
================================================================================
@@ -51634,4 +51634,4 @@ This is a catch-all license used when we find many different proprietary license
5163451634
--------------------------------------------------------------------------------
5163551635
--------------------------------------------------------------------------------
5163651636

51637-
Report Generated by FOSSA on 2025-7-15
51637+
Report Generated by FOSSA on 2025-7-17

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.68.1](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.68.0...v5.68.1) (2025-07-17)
4+
5+
6+
### Bug Fixes
7+
8+
* path issue for default alert icon ([#1839](https://github.com/splunk/addonfactory-ucc-generator/issues/1839)) ([342ebb4](https://github.com/splunk/addonfactory-ucc-generator/commit/342ebb49d65beba125052a4cc8bd4d892be9b63b))
9+
310
# [5.68.0](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.67.0...v5.68.0) (2025-07-15)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[tool.poetry]
1818
name = "splunk_add_on_ucc_framework"
19-
version = "5.68.0"
19+
version = "5.68.1"
2020
description = "Splunk Add-on SDK formerly UCC is a build and code generation framework"
2121
license = "Apache-2.0"
2222
authors = ["Splunk <[email protected]>"]

splunk_add_on_ucc_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "5.68.0"
16+
__version__ = "5.68.1"
1717

1818
import logging
1919

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "git+https://github.com/splunk/addonfactory-ucc-generator.git",
77
"directory": "ui"
88
},
9-
"version": "5.68.0",
9+
"version": "5.68.1",
1010
"license": "Apache-2.0",
1111
"author": "Splunk Inc.",
1212
"homepage": "https://splunk.github.io/addonfactory-ucc-generator",

0 commit comments

Comments
 (0)