From 2f8a1570c2722c864399dfb7641bb8f4ee66a76e Mon Sep 17 00:00:00 2001 From: mender-test-bot Date: Thu, 28 Nov 2024 22:33:17 +0100 Subject: [PATCH] chore(master): release mender 6.0.0-rc.2 Signed-off-by: mender-test-bot --- .release-please-manifest.json | 2 +- mender/CHANGELOG.md | 36 ++++++++++++++++++++++++++++++----- mender/Chart.yaml | 2 +- 3 files changed, 33 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 56b965fc..171211b2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "mender": "6.0.0-rc.1" + "mender": "6.0.0-rc.2" } diff --git a/mender/CHANGELOG.md b/mender/CHANGELOG.md index 3f2e721c..481bc16d 100644 --- a/mender/CHANGELOG.md +++ b/mender/CHANGELOG.md @@ -1,4 +1,30 @@ --- +## mender-6.0.0-rc.2 - 2024-11-28 + + +### Bug Fixes + + +- Tenantadm endpoint fix + ([14f15a1](https://github.com/mendersoftware/mender-helm/commit/14f15a16faf3ede3b49eefb5a820be8695a69f10)) by @oldgiova + + + + +### Typo + + +- Update UPGRADE_from_v5_to_v6.md + ([f4256fc](https://github.com/mendersoftware/mender-helm/commit/f4256fcc4d4d876a827fa60510ddb51df31857a2)) by @LinAnt + + + Fixes typo in the header + + + + + + ## mender-6.0.0 - 2024-10-31 @@ -745,11 +771,11 @@ As described in 'feat: Device count via deviceauth-enterprise cli.' in the documentation [1], Device License Count is only available with Enterprise. - + Avoid ImagePullBackOff and ErrImagePull by not deploying the device-auth-license-count cron job when global.enterprise is disabled. - + [1] https://github.com/mendersoftware/mender-docs/commit/0f4ca50dbee9fd98f131e6e15ae7c0572b7d79d7 @@ -765,9 +791,9 @@ To make enabling the device-auth-license-count cron job even more robust, add a new variable to control this preview feature. - + Thank you to @oldgiova for the suggestion [1]. - + [1] https://github.com/mendersoftware/mender-helm/pull/151#discussion_r1193086966 @@ -1006,7 +1032,7 @@ This commit reworks the test job and the helper scripts to run the tests in HM staging, namespace mender-helm-tests. - + It assumes only one CI pipeline is running in parallel. - Update chart for Mender 2.6.0 ([MEN-4486](https://northerntech.atlassian.net/browse/MEN-4486)) ([f009fb9](https://github.com/mendersoftware/mender-helm/commit/f009fb9549fba5943b8c7340d358321b3d8b9343)) by @lluiscampos diff --git a/mender/Chart.yaml b/mender/Chart.yaml index 4ac0f510..7b8c7931 100644 --- a/mender/Chart.yaml +++ b/mender/Chart.yaml @@ -3,7 +3,7 @@ appVersion: v4.0.0 description: Mender is a robust and secure way to update all your software and deploy your IoT devices at scale with support for customization name: mender -version: 6.0.0-rc.1 +version: 6.0.0-rc.2 keywords: - mender - iot