From 450fd526122588a1fe30ff5a2ea245e195b835f1 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Wed, 19 Jul 2023 10:38:54 +0000 Subject: [PATCH] chore(release): 5.28.4 ## [5.28.4](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.28.3...v5.28.4) (2023-07-19) ### Bug Fixes * add-on without globalConfig file should not be visible ([#811](https://github.com/splunk/addonfactory-ucc-generator/issues/811)) ([b2017f6](https://github.com/splunk/addonfactory-ucc-generator/commit/b2017f6fe758b86df870396911ddf5b47ee40aa8)) --- NOTICE | 65 ++----------------------- docs/CHANGELOG.md | 7 +++ pyproject.toml | 2 +- splunk_add_on_ucc_framework/__init__.py | 2 +- 4 files changed, 14 insertions(+), 62 deletions(-) diff --git a/NOTICE b/NOTICE index 63337fb22..dadc56474 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: 2023-7-17 +Date generated: 2023-7-19 -Revision ID: a3cbfddeb07ba146d08d438073930b339275894f +Revision ID: b2017f6fe758b86df870396911ddf5b47ee40aa8 ================================================================================ ================================================================================ @@ -1061,7 +1061,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- -Package Title: cookiecutter (2.2.0) +Package Title: cookiecutter (2.2.3) -------------------------------------------------------------------------------- * Declared Licenses * @@ -1164,7 +1164,7 @@ Agreement. -------------------------------------------------------------------------------- -Package Title: dunamai (1.17.0) +Package Title: dunamai (1.18.0) -------------------------------------------------------------------------------- * Declared Licenses * @@ -2116,37 +2116,6 @@ THE SOFTWARE. --------------------------------------------------------------------------------- -Package Title: PyYAML (6.0) --------------------------------------------------------------------------------- - -* Declared Licenses * -MIT - - -Copyright (c) 2017-2021 Ingy döt Net -Copyright (c) 2006-2016 Kirill Simonov - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - - -------------------------------------------------------------------------------- Package Title: requests (2.31.0) -------------------------------------------------------------------------------- @@ -4099,30 +4068,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -* MIT * - -Copyright (c) 2017-2021 Ingy döt Net -Copyright (c) 2006-2016 Kirill Simonov - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - * BSD-3-Clause * Copyright (c) 2019, William Smith @@ -5259,4 +5204,4 @@ WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -Report Generated by FOSSA on 2023-7-17 +Report Generated by FOSSA on 2023-7-19 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 94c8c4a6c..77f58516d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.28.4](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.28.3...v5.28.4) (2023-07-19) + + +### Bug Fixes + +* add-on without globalConfig file should not be visible ([#811](https://github.com/splunk/addonfactory-ucc-generator/issues/811)) ([b2017f6](https://github.com/splunk/addonfactory-ucc-generator/commit/b2017f6fe758b86df870396911ddf5b47ee40aa8)) + ## [5.28.3](https://github.com/splunk/addonfactory-ucc-generator/compare/v5.28.2...v5.28.3) (2023-07-17) diff --git a/pyproject.toml b/pyproject.toml index d7ba1d8c1..f64d148da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ [tool.poetry] name = "splunk_add_on_ucc_framework" -version = "5.28.3" +version = "5.28.4" 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 22cf3e5d2..109caef59 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.28.3" +__version__ = "5.28.4" import logging