From e33102b23628efac714acd78fa3b22c8ae6877d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 23:46:08 +0000 Subject: [PATCH] chore(master): release mailu 2.0.0 --- .release-please-manifest.json | 2 +- mailu/CHANGELOG.md | 17 +++++++++++++++++ mailu/Chart.yaml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index deb91fcd..dd646785 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "mailu": "1.5.0" + "mailu": "2.0.0" } diff --git a/mailu/CHANGELOG.md b/mailu/CHANGELOG.md index 17388b3e..17832f8a 100644 --- a/mailu/CHANGELOG.md +++ b/mailu/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.0.0](https://github.com/Mailu/helm-charts/compare/mailu-1.5.0...mailu-2.0.0) (2024-06-23) + + +### ⚠ BREAKING CHANGES + +* replace mailu clamav container with official container ([#350](https://github.com/Mailu/helm-charts/issues/350)) + +### Features + +* add extraContainers to helm chart in order to allow users to inject sidecar-containers to each component ([#344](https://github.com/Mailu/helm-charts/issues/344)) ([369a6cd](https://github.com/Mailu/helm-charts/commit/369a6cd3c17c9734d44e74857f96a77700228a40)) +* replace mailu clamav container with official container ([#350](https://github.com/Mailu/helm-charts/issues/350)) ([b45bd55](https://github.com/Mailu/helm-charts/commit/b45bd55fe61013a14ff2576eda86ff956bf1055c)) + + +### Bug Fixes + +* remove duplicate 'get secrets' in notes ([#345](https://github.com/Mailu/helm-charts/issues/345)) ([1d3cec3](https://github.com/Mailu/helm-charts/commit/1d3cec3f72f372dd0e1116c54ab64557fcfb9f7e)) + ## [1.5.0](https://github.com/Mailu/helm-charts/compare/mailu-1.4.0...mailu-1.5.0) (2023-10-24) diff --git a/mailu/Chart.yaml b/mailu/Chart.yaml index 5ee7d1de..42c26408 100644 --- a/mailu/Chart.yaml +++ b/mailu/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 appVersion: 2.0.30 -version: 1.5.0 +version: 2.0.0 name: mailu description: This chart installs the Mailu mail system on kubernetes home: https://mailu.io