From 18cbf15ffc3063fd12d598b86d751187b7e06b23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 19:25:56 +0000 Subject: [PATCH] chore(master): release mailu 2.6.0 --- .release-please-manifest.json | 2 +- charts/mailu/CHANGELOG.md | 14 ++++++++++++++ charts/mailu/Chart.yaml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc66bb90..b2b91ddb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "charts/mailu": "2.5.1" + "charts/mailu": "2.6.0" } diff --git a/charts/mailu/CHANGELOG.md b/charts/mailu/CHANGELOG.md index d3f337d6..c7f2ba9f 100644 --- a/charts/mailu/CHANGELOG.md +++ b/charts/mailu/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.6.0](https://github.com/Mailu/helm-charts/compare/mailu-2.5.1...mailu-2.6.0) (2025-11-05) + + +### Features + +* support mta-sts configuration with overrides ([#396](https://github.com/Mailu/helm-charts/issues/396)) ([051c3b2](https://github.com/Mailu/helm-charts/commit/051c3b21208658915469e276cf6941a147b3a59d)) + + +### Bug Fixes + +* Allow set externalIPs ([#499](https://github.com/Mailu/helm-charts/issues/499)) ([b30a1a3](https://github.com/Mailu/helm-charts/commit/b30a1a32c43aea7618c471fe3154e28e13026dcd)) +* prevent overzealous whitespace removal ([#509](https://github.com/Mailu/helm-charts/issues/509)) ([5a65b6b](https://github.com/Mailu/helm-charts/commit/5a65b6b2609d3beb3625fd2556f94fc5429ffede)), closes [#508](https://github.com/Mailu/helm-charts/issues/508) +* type of db ExtraEnvVars values ([#466](https://github.com/Mailu/helm-charts/issues/466)) ([64a068d](https://github.com/Mailu/helm-charts/commit/64a068d5171d69d02d4587fd948cd4d2abca0af9)) + ## [2.5.1](https://github.com/Mailu/helm-charts/compare/mailu-2.5.0...mailu-2.5.1) (2025-10-22) diff --git a/charts/mailu/Chart.yaml b/charts/mailu/Chart.yaml index c9e34f22..9d83f982 100644 --- a/charts/mailu/Chart.yaml +++ b/charts/mailu/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 # renovate: datasource=github-releases depName=Mailu/mailu appVersion: 2024.06.45 -version: 2.5.1 +version: 2.6.0 name: mailu description: This chart installs the Mailu mail system on Kubernetes home: https://mailu.io