From 35c850398cd4f51a02c1bc080615d47394782077 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:52:39 +0000 Subject: [PATCH] chore(release): 5.52.0 # [5.52.0](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.51.1...v5.52.0) (2024-10-30) ### Bug Fixes * generate basic authentication fields for OpenAPI integration ([#1407](https://github.com/splunk/addonfactory-ucc-generator/issues/1407)) ([584b832](https://github.com/splunk/addonfactory-ucc-generator/commit/584b83255e73b42870a9c1ad7c2e15764b7b65eb)) * remove support for the "enable" action in table inputs ([#1386](https://github.com/splunk/addonfactory-ucc-generator/issues/1386)) ([26a4bb9](https://github.com/splunk/addonfactory-ucc-generator/commit/26a4bb90ccea63233e2fcc263ec23ad9f4649853)) ### Features * print warning when entity does not have validators ([#1409](https://github.com/splunk/addonfactory-ucc-generator/issues/1409)) ([ad12cea](https://github.com/splunk/addonfactory-ucc-generator/commit/ad12cea6e62b6796553f2f570b8cfc501601362f)) * require splunktaucclib 6.4.0 during the build phase ([#1412](https://github.com/splunk/addonfactory-ucc-generator/issues/1412)) ([0d20269](https://github.com/splunk/addonfactory-ucc-generator/commit/0d20269238c76ce77a011f1875dcfc14087efe06)) --- NOTICE | 26 +++++++++++-------------- docs/CHANGELOG.md | 14 +++++++++++++ pyproject.toml | 2 +- splunk_add_on_ucc_framework/__init__.py | 2 +- 4 files changed, 27 insertions(+), 17 deletions(-) diff --git a/NOTICE b/NOTICE index e59de55e6..414e5a4aa 100644 --- a/NOTICE +++ b/NOTICE @@ -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: 2024-10-22 +Date generated: 2024-10-30 -Revision ID: 2f6cef743e560a0bcc3c32805c6e526985ae7ad5 +Revision ID: 446c2be147b78cfa82e5eb1d80a698370cb74893 ================================================================================ ================================================================================ @@ -17297,7 +17297,7 @@ Package Title: packaging (24.0) Package Locator: pip+packaging$24.0 -Package Depth: Transitive +Package Depth: Direct -------------------------------------------------------------------------------- * Declared Licenses * @@ -20678,9 +20678,9 @@ IN THE SOFTWARE. -------------------------------------------------------------------------------- -Package Title: uuid (10.0.0) +Package Title: uuid (11.0.1) -Package Locator: npm+uuid$10.0.0 +Package Locator: npm+uuid$11.0.1 Package Depth: Direct -------------------------------------------------------------------------------- @@ -29169,10 +29169,10 @@ Copyright (c) 2009 11 by RStudio, Inc. Copyright (c) 2010 -Copyright (c) 2012 Ajax.org B.V. - Copyright (c) 2010-2011 The Dojo Foundation All Rights Reserved. +Copyright (c) 2012 Ajax.org B.V. + Copyright (c) 2010-2015 Michael Bostock Copyright (c) 2010-2018 Michael Bostock @@ -29430,16 +29430,16 @@ Copyright (c) 2018-2021 Josh Junon Copyright (c) 2017-2019 Benjamin Van Ryseghem -Copyright (c) 2023 Michael Mclaughlin` - Copyright (c) 2017 Benjamin Van Ryseghem Copyright (c) 2022 Michael Mclaughlin -Copyright (c) 2014 Adam Draper +Copyright (c) 2023 Michael Mclaughlin` Copyright (c) 2015-2017 Företagsplatsen +Copyright (c) 2014 Adam Draper + Copyright (c) 2010-2021 James Hall , https://github.com/MrRio/jsPDF Copyright (c) 2014 Steven Spungin (TwelveTone LLC) steven@twelvetone.tv @@ -29722,10 +29722,6 @@ Copyright (c) 2015 Rich Harris Copyright (c) 2010-2020 Robert Kieffer and other contributors -Copyright (c) 2011 Sebastian Tschan - -Copyright (c) Paul Johnston 1999 - 2009 - Copyright (c) 2012 Raynos. Copyright (c) 2014 Christoph Burgmer and contributors @@ -29932,4 +29928,4 @@ either expressed or implied, of the FreeBSD Project. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -Report Generated by FOSSA on 2024-10-22 +Report Generated by FOSSA on 2024-10-30 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 56eddb0b4..fa24a324e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,17 @@ +# [5.52.0](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.51.1...v5.52.0) (2024-10-30) + + +### Bug Fixes + +* generate basic authentication fields for OpenAPI integration ([#1407](https://github.com/splunk/addonfactory-ucc-generator/issues/1407)) ([584b832](https://github.com/splunk/addonfactory-ucc-generator/commit/584b83255e73b42870a9c1ad7c2e15764b7b65eb)) +* remove support for the "enable" action in table inputs ([#1386](https://github.com/splunk/addonfactory-ucc-generator/issues/1386)) ([26a4bb9](https://github.com/splunk/addonfactory-ucc-generator/commit/26a4bb90ccea63233e2fcc263ec23ad9f4649853)) + + +### Features + +* print warning when entity does not have validators ([#1409](https://github.com/splunk/addonfactory-ucc-generator/issues/1409)) ([ad12cea](https://github.com/splunk/addonfactory-ucc-generator/commit/ad12cea6e62b6796553f2f570b8cfc501601362f)) +* require splunktaucclib 6.4.0 during the build phase ([#1412](https://github.com/splunk/addonfactory-ucc-generator/issues/1412)) ([0d20269](https://github.com/splunk/addonfactory-ucc-generator/commit/0d20269238c76ce77a011f1875dcfc14087efe06)) + ## [5.51.1](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.51.0...v5.51.1) (2024-10-22) diff --git a/pyproject.toml b/pyproject.toml index 2c22f2654..420de2bd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "splunk_add_on_ucc_framework" -version = "5.51.1" +version = "5.52.0" description = "Splunk Add-on SDK formerly UCC is a build and code generation framework" license = "Apache-2.0" authors = ["Splunk "] diff --git a/splunk_add_on_ucc_framework/__init__.py b/splunk_add_on_ucc_framework/__init__.py index 2d1abc72d..a6f2fd32a 100644 --- a/splunk_add_on_ucc_framework/__init__.py +++ b/splunk_add_on_ucc_framework/__init__.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "5.51.1" +__version__ = "5.52.0" import logging