Skip to content

Commit fbb7666

Browse files
chore: merge main into develop (#1854)
2 parents 0174ce2 + 36e80d9 commit fbb7666

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-17
10+
Date generated: 2025-7-22
1111

12-
Revision ID: 5bee96d4a9d8f6f8d06a127a5fd84183cfba4fee
12+
Revision ID: ade81463de8362f730f3631a3487733566be08fe
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-17
51637+
Report Generated by FOSSA on 2025-7-22

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.69.0](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.68.1...v5.69.0) (2025-07-22)
4+
5+
6+
### Features
7+
8+
* add self param to stream_events and validate_input at build-time ([#1829](https://github.com/splunk/addonfactory-ucc-generator/issues/1829)) ([5aa5e95](https://github.com/splunk/addonfactory-ucc-generator/commit/5aa5e9533ca365904f0924aca96d462d4b15bac1))
9+
310
## [5.68.1](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.68.0...v5.68.1) (2025-07-17)
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.1"
19+
version = "5.69.0"
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.1"
16+
__version__ = "5.69.0"
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.1",
9+
"version": "5.69.0",
1010
"license": "Apache-2.0",
1111
"author": "Splunk Inc.",
1212
"homepage": "https://splunk.github.io/addonfactory-ucc-generator",

0 commit comments

Comments
 (0)