From f6b2415c703c5cb49e4eed8247ab88fad45f3162 Mon Sep 17 00:00:00 2001 From: forgejo-actions Date: Sat, 29 Jun 2024 21:50:03 +0000 Subject: [PATCH] chore(release): 0.0.32 --- CHANGELOG.md | 7 +++++++ charts/maildev/Chart.yaml | 2 +- charts/modjo-microservice/Chart.yaml | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 354476c..a585348 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.32 (2024-06-29) + + +### Bug Fixes + +* probes lightship + improvments ([5a88ca8](https://codeberg.org/devthefuture/helm-charts/commit/5a88ca81f9652f26c7f3989ca0abd136e3bddf7b)) + ## 0.0.31 (2024-06-29) diff --git a/charts/maildev/Chart.yaml b/charts/maildev/Chart.yaml index 46e743e..9da2a2a 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.31 +version: 0.0.32 diff --git a/charts/modjo-microservice/Chart.yaml b/charts/modjo-microservice/Chart.yaml index 1d31ac3..eb5f587 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.31 +version: 0.0.32 diff --git a/package.json b/package.json index 4e020e5..85e6448 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.31", + "version": "0.0.32", "repository": "git@codeberg.org:devthefuture/helm-charts.git", "license": "MIT", "private": true,