From 8a3af1b3082dda228d633b6a0aa4105b7cc1dcec Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Thu, 5 Dec 2024 07:20:01 +0000 Subject: [PATCH 1/2] SKIP UPDATE CHECK Update dependency cypress to v13.16.1 --- chart/tests/package-lock.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/chart/tests/package-lock.json b/chart/tests/package-lock.json index 60e9689..249d4f3 100644 --- a/chart/tests/package-lock.json +++ b/chart/tests/package-lock.json @@ -350,6 +350,20 @@ "node": ">= 0.8.0" } }, + "node_modules/ci-info": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", + "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "engines": { + "node": ">=8" + } + }, "node_modules/clean-stack": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", @@ -465,9 +479,9 @@ } }, "node_modules/cypress": { - "version": "13.16.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.0.tgz", - "integrity": "sha512-g6XcwqnvzXrqiBQR/5gN+QsyRmKRhls1y5E42fyOvsmU7JuY+wM6uHJWj4ZPttjabzbnRvxcik2WemR8+xT6FA==", + "version": "13.16.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.16.1.tgz", + "integrity": "sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==", "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.6", @@ -521,20 +535,6 @@ "node": "^16.0.0 || ^18.0.0 || >=20.0.0" } }, - "node_modules/cypress/node_modules/ci-info": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.1.0.tgz", - "integrity": "sha512-HutrvTNsF48wnxkzERIXOe5/mlcfFcbfCmwcg6CJnizbSue78AbDt+1cgl26zwn61WFxhcPykPfZrbqjGmBb4A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "engines": { - "node": ">=8" - } - }, "node_modules/dashdash": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", -- GitLab From 822d3c29db0f6a60e2c660edafeca198c57e19c6 Mon Sep 17 00:00:00 2001 From: "Christiel.podieu" <cpodieu@karthikconsulting.com> Date: Mon, 9 Dec 2024 13:40:53 -0500 Subject: [PATCH 2/2] updated changelog and readme files --- CHANGELOG.md | 6 ++++++ README.md | 2 +- chart/Chart.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b47ca7..85b8f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), --- +## [1.21.4-bb.8] - 2024-12-09 + +### Changed + +- Updated cypress (source) 13.16.0 -> 13.16.1 + ## [1.21.4-bb.7] - 2024-12-02 ### Changed diff --git a/README.md b/README.md index 99431bc..9eff802 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. --> # jira -![Version: 1.21.4-bb.7](https://img.shields.io/badge/Version-1.21.4--bb.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.12.15](https://img.shields.io/badge/AppVersion-9.12.15-informational?style=flat-square) ![Maintenance Track: bb_maintained](https://img.shields.io/badge/Maintenance_Track-bb_maintained-yellow?style=flat-square) +![Version: 1.21.4-bb.8](https://img.shields.io/badge/Version-1.21.4--bb.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 9.12.15](https://img.shields.io/badge/AppVersion-9.12.15-informational?style=flat-square) ![Maintenance Track: bb_maintained](https://img.shields.io/badge/Maintenance_Track-bb_maintained-yellow?style=flat-square) A chart for installing Jira Data Center on Kubernetes diff --git a/chart/Chart.yaml b/chart/Chart.yaml index cc8a882..f90cee6 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: jira description: A chart for installing Jira Data Center on Kubernetes type: application -version: '1.21.4-bb.7' +version: '1.21.4-bb.8' appVersion: 9.12.15 kubeVersion: ">=1.21.x-0" keywords: -- GitLab