diff --git a/docs/migrations.md b/docs/migrations.md index a6e714d5..82af11b8 100644 --- a/docs/migrations.md +++ b/docs/migrations.md @@ -9,8 +9,11 @@ SPDX-License-Identifier: Apache-2.0 * [Disclaimer](#disclaimer) * [openDesk supported upgrade path](#opendesk-supported-upgrade-path) * [Releases upgrade details](#releases-upgrade-details) - * [From v0.9.0](#from-v090) + * [From v1.0.0](#from-v100) * [Pre-upgrade: Manual steps](#pre-upgrade-manual-steps) + * [Redis 7.4](#redis-74) + * [From v0.9.0](#from-v090) + * [Pre-upgrade: Manual steps](#pre-upgrade-manual-steps-1) * [Configuration Cleanup: Removal of unnecessary OX-Profiles in Nubus](#configuration-cleanup-removal-of-unnecessary-ox-profiles-in-nubus) * [Configuration Cleanup: Updated `global.imagePullSecrets`](#configuration-cleanup-updated-globalimagepullsecrets) * [Changed openDesk defaults: Matrix ID](#changed-opendesk-defaults-matrix-id) @@ -59,6 +62,16 @@ Explanation of the table's columns: # Releases upgrade details +## From v1.0.0 + +### Pre-upgrade: Manual steps + +#### Redis 7.4 + +The update from openDesk 1.0.0 contains Redis 7.4.1, like the other openDesk bundled services the bundled Redis is as well not meant to be used in production. + +Please ensure for the Redis you are using that it is updated to at least 7.4 to support the requirement of OX App Suite. + ## From v0.9.0 ### Pre-upgrade: Manual steps diff --git a/helmfile/environments/default/images.yaml b/helmfile/environments/default/images.yaml index 1dc54e12..4e870ad7 100644 --- a/helmfile/environments/default/images.yaml +++ b/helmfile/environments/default/images.yaml @@ -771,10 +771,9 @@ images: # providerResponsible: "openDesk" # upstreamRegistry: "https://registry-1.docker.io" # upstreamRepository: "bitnami/redis" - # WE ARE STUCK WITH <7.4 because of https://redis.com/blog/redis-adopts-dual-source-available-licensing/ registry: "registry-1.docker.io" repository: "bitnami/redis" - tag: "7.2.3-debian-11-r2@sha256:9ac3bbf7740969d32689e360ddcfa5f672538c47f6f6cf296173c3078de0edf2" + tag: "7.4.1-debian-12-r2@sha256:3cfa11e8fef45c006a101ed7cfaae2cdaed7a5167c8ada2a3f76a1de54488cd0" synapse: # providerCategory: "Supplier" # providerResponsible: "Element"