diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b55a84..3c16c14 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.43 (2024-08-17) + + +### Bug Fixes + +* maildev cron ([723ccf5](https://codeberg.org/devthefuture/helm-charts/commit/723ccf5a190b763107814327f6f4121eae278e9c)) + ## 0.0.42 (2024-07-21) diff --git a/charts/cnpg-cluster/Chart.yaml b/charts/cnpg-cluster/Chart.yaml index 7d5d98f..6fd4731 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.42 +version: 0.0.43 appVersion: '15' diff --git a/charts/keydb/Chart.yaml b/charts/keydb/Chart.yaml index c10fcf4..c6e81bc 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.42 +version: 0.0.43 diff --git a/charts/maildev/Chart.yaml b/charts/maildev/Chart.yaml index 773437f..3888184 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.42 +version: 0.0.43 diff --git a/charts/modjo-microservice/Chart.yaml b/charts/modjo-microservice/Chart.yaml index f74374a..ec48b98 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.42 +version: 0.0.43 diff --git a/package.json b/package.json index 825c6ca..30a04b6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.42", + "version": "0.0.43", "repository": "git@codeberg.org:devthefuture/helm-charts.git", "license": "MIT", "private": true,