Skip to content

Commit 25d22df

Browse files
chore(release): 6.0.0-alpha.1
# [6.0.0-alpha.1](v5.69.1...v6.0.0-alpha.1) (2025-08-26) ### Bug Fixes * add browser header for test case ([#1889](#1889)) ([068cad6](068cad6)) ### Features * build custom ui with ucc-gen build ([9d3f096](9d3f096)) * building custom UI inside ucc-gen build command ([6040531](6040531)) * **custom command:** test-ucc-ui as custom ui test command ([#1834](#1834)) ([533fc6a](533fc6a)) * do not support auth_entity property in auth entities ([#1879](#1879)) ([26b25e0](26b25e0)) ### BREAKING CHANGES * build custom ui with ucc-gen build
1 parent 4a1acf4 commit 25d22df

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with add
99

1010
Date generated: 2025-8-26
1111

12-
Revision ID: e53feb0e0a228d317bad3bfd244b3e0dbc95a97c
12+
Revision ID: 4a1acf44c1013f2598ce1cc05d45c8afe80f5537
1313

1414
================================================================================
1515
================================================================================

docs/CHANGELOG.md

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

3+
# [6.0.0-alpha.1](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.69.1...v6.0.0-alpha.1) (2025-08-26)
4+
5+
6+
### Bug Fixes
7+
8+
* add browser header for test case ([#1889](https://github.com/splunk/addonfactory-ucc-generator/issues/1889)) ([068cad6](https://github.com/splunk/addonfactory-ucc-generator/commit/068cad639ff05b416c7db1b437ef8f913d3bbd11))
9+
10+
11+
### Features
12+
13+
* build custom ui with ucc-gen build ([9d3f096](https://github.com/splunk/addonfactory-ucc-generator/commit/9d3f0962e1cb55233818bcbaf121b86801fc299c))
14+
* building custom UI inside ucc-gen build command ([6040531](https://github.com/splunk/addonfactory-ucc-generator/commit/60405317ea46afdd2d508e90b6bc598f38750878))
15+
* **custom command:** test-ucc-ui as custom ui test command ([#1834](https://github.com/splunk/addonfactory-ucc-generator/issues/1834)) ([533fc6a](https://github.com/splunk/addonfactory-ucc-generator/commit/533fc6a55d39ccc4afa460a6a70cfedcdf2cc102))
16+
* do not support auth_entity property in auth entities ([#1879](https://github.com/splunk/addonfactory-ucc-generator/issues/1879)) ([26b25e0](https://github.com/splunk/addonfactory-ucc-generator/commit/26b25e0f445a01ddc1ec97246c6e9562a0b46306))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* build custom ui with ucc-gen build
22+
323
# [6.0.0-beta.1](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.69.1...v6.0.0-beta.1) (2025-08-26)
424

525

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

0 commit comments

Comments
 (0)