Skip to content

Commit 1c9ae71

Browse files
chore(release): 6.0.0
# [6.0.0](v5.70.0...v6.0.0) (2025-09-26) * feat!: Trigger UCC 6 release (#1920) ([939616f](939616f)), closes [#1920](#1920) ### BREAKING CHANGES * Trigger UCC 6 release
1 parent 2fc281c commit 1c9ae71

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-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-9-25
10+
Date generated: 2025-9-26
1111

12-
Revision ID: f83b27420b029fe7c48ef88398796785f3477718
12+
Revision ID: 2fc281c1ce234f11798958737148f8c84d4eeb05
1313

1414
================================================================================
1515
================================================================================
@@ -53898,4 +53898,4 @@ Permission is granted to anyone to use this software for any purpose, including
5389853898
--------------------------------------------------------------------------------
5389953899
--------------------------------------------------------------------------------
5390053900

53901-
Report Generated by FOSSA on 2025-9-25
53901+
Report Generated by FOSSA on 2025-9-26

docs/CHANGELOG.md

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

3+
# [6.0.0](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.70.0...v6.0.0) (2025-09-26)
4+
5+
6+
* feat!: Trigger UCC 6 release (#1920) ([939616f](https://github.com/splunk/addonfactory-ucc-generator/commit/939616f83a853dcaf44cf5a1c2ec1a89c077e36a)), closes [#1920](https://github.com/splunk/addonfactory-ucc-generator/issues/1920)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Trigger UCC 6 release
12+
313
# [5.70.0](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.69.1...v5.70.0) (2025-09-25)
414

515

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.70.0"
19+
version = "6.0.0"
2020
description = "Splunk Add-on SDK formerly UCC is a build and code generation framework"
2121
license = "Apache-2.0"
2222
authors = ["Splunk <addonfactory@splunk.com>"]

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.70.0"
16+
__version__ = "6.0.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.70.0",
9+
"version": "6.0.0",
1010
"license": "Apache-2.0",
1111
"author": "Splunk Inc.",
1212
"homepage": "https://splunk.github.io/addonfactory-ucc-generator",

0 commit comments

Comments
 (0)