From af5de942080da97dfc0452aee32a5b55f0441692 Mon Sep 17 00:00:00 2001 From: forgejo-actions Date: Sun, 21 Jul 2024 14:05:40 +0000 Subject: [PATCH] chore(release): 0.0.42 --- CHANGELOG.md | 7 +++++++ charts/cnpg-cluster/Chart.yaml | 2 +- charts/keydb/Chart.yaml | 2 +- charts/maildev/Chart.yaml | 2 +- charts/modjo-microservice/Chart.yaml | 2 +- package.json | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef062fb..9b55a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 0.0.42 (2024-07-21) + + +### Bug Fixes + +* up ([9940847](https://codeberg.org/devthefuture/helm-charts/commit/99408476084068c8f91b449952ecef07afd24bfa)) + ## 0.0.41 (2024-07-18) diff --git a/charts/cnpg-cluster/Chart.yaml b/charts/cnpg-cluster/Chart.yaml index 3f30b2b..7d5d98f 100644 --- a/charts/cnpg-cluster/Chart.yaml +++ b/charts/cnpg-cluster/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: cnpg-cluster description: A Helm chart to create cloudnative-pg.io clusters type: application -version: 0.0.41 +version: 0.0.42 appVersion: '15' diff --git a/charts/keydb/Chart.yaml b/charts/keydb/Chart.yaml index e3554f0..c10fcf4 100644 --- a/charts/keydb/Chart.yaml +++ b/charts/keydb/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: keydb description: A Helm chart for KeyDB multimaster setup type: application -version: 0.0.41 +version: 0.0.42 diff --git a/charts/maildev/Chart.yaml b/charts/maildev/Chart.yaml index 5355a5a..773437f 100644 --- a/charts/maildev/Chart.yaml +++ b/charts/maildev/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 description: A Helm chart for maildev name: maildev -version: 0.0.41 +version: 0.0.42 diff --git a/charts/modjo-microservice/Chart.yaml b/charts/modjo-microservice/Chart.yaml index c98bd53..f74374a 100644 --- a/charts/modjo-microservice/Chart.yaml +++ b/charts/modjo-microservice/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: modjo-microservice -version: 0.0.41 +version: 0.0.42 diff --git a/package.json b/package.json index ad3c451..825c6ca 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.41", + "version": "0.0.42", "repository": "git@codeberg.org:devthefuture/helm-charts.git", "license": "MIT", "private": true,