From c638a096128928b7002ebe1bf280b50ff5e9fafa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 00:04:02 +0000 Subject: [PATCH] chore(master): release mailu 1.3.0 --- .release-please-manifest.json | 2 +- mailu/CHANGELOG.md | 13 +++++++++++++ mailu/Chart.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7af925a3..4a32913d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "mailu": "1.2.0" + "mailu": "1.3.0" } diff --git a/mailu/CHANGELOG.md b/mailu/CHANGELOG.md index 0de154de..0f4c7027 100644 --- a/mailu/CHANGELOG.md +++ b/mailu/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.3.0](https://github.com/Mailu/helm-charts/compare/mailu-1.2.0...mailu-1.3.0) (2023-08-14) + + +### Features + +* dynamic shields ([0651568](https://github.com/Mailu/helm-charts/commit/065156800f661c522a7d89a2c77b107a5f859356)) + + +### Bug Fixes + +* readinessProbe.enabled has no effect ([b33d602](https://github.com/Mailu/helm-charts/commit/b33d60238aaf83fe322c1d100e3b9d4b2cae6ecd)) +* set default permanentSessionLifetime to 30 days instead of 30 hours ([180109f](https://github.com/Mailu/helm-charts/commit/180109f96ff3f9bea39890998a65ab501690cba8)) + ## [1.2.0](https://github.com/Mailu/helm-charts/compare/mailu-1.1.1...mailu-1.2.0) (2023-05-01) diff --git a/mailu/Chart.yaml b/mailu/Chart.yaml index b791c399..87340b20 100644 --- a/mailu/Chart.yaml +++ b/mailu/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: 2.0.18 -version: 1.2.0 +version: 1.3.0 name: mailu description: This chart installs the Mailu mail system on kubernetes home: https://mailu.io