From a7ea8cc40c8e30f46a18c0a2c7aa9b548e31e63f Mon Sep 17 00:00:00 2001 From: Renovate Bot <bot@renovateapp.com> Date: Wed, 26 Jun 2024 06:15:02 +0000 Subject: [PATCH 1/3] Update Helm release opensearch to v2.21.0 --- chart/Chart.lock | 6 +++--- chart/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/Chart.lock b/chart/Chart.lock index 7f53afc..93a768b 100644 --- a/chart/Chart.lock +++ b/chart/Chart.lock @@ -10,6 +10,6 @@ dependencies: version: 13.2.2 - name: opensearch repository: https://opensearch-project.github.io/helm-charts - version: 2.20.0 -digest: sha256:89d4c7e9e443fbe19a5e1c231c33bf293351e4ea24c366510dff7d80c618f3c6 -generated: "2024-05-15T06:14:25.274481343Z" + version: 2.21.0 +digest: sha256:4ec48e0f11ab7eac9a80c775bcffd7e53ca10117cdf288a1d11051af89d7650f +generated: "2024-06-26T06:14:45.405897258Z" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 980242e..73dc5ea 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -29,7 +29,7 @@ dependencies: repository: https://charts.bitnami.com/bitnami condition: postgresql.install - name: opensearch - version: 2.20.0 + version: 2.21.0 repository: https://opensearch-project.github.io/helm-charts condition: opensearch.enabled annotations: -- GitLab From 1cafba5d552059cf41a6cca58f52f20a2d6bfa3b Mon Sep 17 00:00:00 2001 From: "Christiel.podieu" <cpodieu@karthikconsulting.com> Date: Tue, 9 Jul 2024 12:05:31 -0400 Subject: [PATCH 2/3] updated values in changelog and chart and readme --- CHANGELOG.md | 4 ++++ README.md | 2 +- chart/Chart.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa688fb..1fdf24c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- +## [1.20.0-bb.9] - 2024-07-09 +### Changed +- opensearch-project.github.io/helm-charts from 2.20.0 to 2.21.0 + ## [1.20.0-bb.8] - 2024-06-17 ### Changed - Update dependency cypress to v13.11.0 diff --git a/README.md b/README.md index 4d3aec7..dac50ba 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # confluence -![Version: 1.20.0-bb.8](https://img.shields.io/badge/Version-1.20.0--bb.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.9.2](https://img.shields.io/badge/AppVersion-8.9.2-informational?style=flat-square) +![Version: 1.20.0-bb.9](https://img.shields.io/badge/Version-1.20.0--bb.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.9.2](https://img.shields.io/badge/AppVersion-8.9.2-informational?style=flat-square) A chart for installing Confluence Data Center on Kubernetes diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 73dc5ea..4b09500 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: confluence description: A chart for installing Confluence Data Center on Kubernetes type: application -version: 1.20.0-bb.8 +version: 1.20.0-bb.9 appVersion: 8.9.2 kubeVersion: ">=1.21.x-0" keywords: -- GitLab From 1e280eb8024379baf483263d0c992e4dc3ec5ef7 Mon Sep 17 00:00:00 2001 From: "Christiel.podieu" <cpodieu@karthikconsulting.com> Date: Mon, 15 Jul 2024 14:35:07 -0400 Subject: [PATCH 3/3] Update readmed file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f08d3d..02d66d8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # confluence -![Version: 1.20.1-bb.0](https://img.shields.io/badge/Version-1.20.1--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.9.3](https://img.shields.io/badge/AppVersion-8.9.3-informational?style=flat-square) +![Version: 1.20.1-bb.1](https://img.shields.io/badge/Version-1.20.1--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.9.3](https://img.shields.io/badge/AppVersion-8.9.3-informational?style=flat-square) A chart for installing Confluence Data Center on Kubernetes -- GitLab