Skip to content

Commit

Permalink
chore(release): 5.52.0
Browse files Browse the repository at this point in the history
# [5.52.0](v5.51.1...v5.52.0) (2024-10-30)

### Bug Fixes

* generate basic authentication fields for OpenAPI integration ([#1407](#1407)) ([584b832](584b832))
* remove support for the "enable" action in table inputs ([#1386](#1386)) ([26a4bb9](26a4bb9))

### Features

* print warning when entity does not have validators ([#1409](#1409)) ([ad12cea](ad12cea))
* require splunktaucclib 6.4.0 during the build phase ([#1412](#1412)) ([0d20269](0d20269))
  • Loading branch information
srv-rr-github-token committed Oct 30, 2024
1 parent 446c2be commit 35c8503
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 17 deletions.
26 changes: 11 additions & 15 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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

================================================================================
================================================================================
Expand Down Expand Up @@ -17297,7 +17297,7 @@ Package Title: packaging (24.0)

Package Locator: pip+packaging$24.0

Package Depth: Transitive
Package Depth: Direct
--------------------------------------------------------------------------------

* Declared Licenses *
Expand Down Expand Up @@ -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
--------------------------------------------------------------------------------
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -29430,16 +29430,16 @@ Copyright (c) 2018-2021 Josh Junon

Copyright (c) 2017-2019 Benjamin Van Ryseghem<[email protected]>

Copyright (c) 2023 Michael Mclaughlin`

Copyright (c) 2017 Benjamin Van Ryseghem<[email protected]>

Copyright (c) 2022 Michael Mclaughlin <[email protected]>

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 <[email protected]>, https://github.com/MrRio/jsPDF

Copyright (c) 2014 Steven Spungin (TwelveTone LLC) [email protected]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion splunk_add_on_ucc_framework/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 35c8503

Please sign in to comment.