From 93182d46b066506d07f1b593b20c269194b99ee9 Mon Sep 17 00:00:00 2001 From: Roberto Giovanardi Date: Thu, 1 Feb 2024 09:15:20 +0100 Subject: [PATCH] chore: bump chart to v5.5.0 Ticket: None Changelog: None Signed-off-by: Roberto Giovanardi --- mender/CHANGELOG.md | 1 + mender/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mender/CHANGELOG.md b/mender/CHANGELOG.md index 8c2b60f7..fb206de7 100644 --- a/mender/CHANGELOG.md +++ b/mender/CHANGELOG.md @@ -5,6 +5,7 @@ * Added customEnv option to set default or per-service custom env variables * Added generic `storage_proxy` service, that could work for both minio and Amazon S3, and it's going to replace the `api_gateway.minio` configuration. +* Add OpenID Connect authentication API to user authentication routes in the gateway. * **Deprecations**: * `api_gateway.minio` is deprecated in favor of `api_gateway.storage_proxy`. This entry could be used, but it is no longer maintained, and could be removed diff --git a/mender/Chart.yaml b/mender/Chart.yaml index 87bdbc59..e118e144 100644 --- a/mender/Chart.yaml +++ b/mender/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "3.7.1" 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: 5.4.1 +version: 5.5.0 keywords: - mender - iot