diff --git a/charts/substra-backend/CHANGELOG.md b/charts/substra-backend/CHANGELOG.md index dd55f996e..c33fc7384 100644 --- a/charts/substra-backend/CHANGELOG.md +++ b/charts/substra-backend/CHANGELOG.md @@ -2,6 +2,22 @@ +## [26.8.1] - 2024-07-11 + +### Added + +- Configure key for `redis.auth.existingSecret` + +- Helpers to enable the use of pre-defined secrets from helpers + +### Changed + +- Directly inject redis password into `CELERY_BROKER_PASSWORD` container env from Redis' internal secret + +### Removed + +- Substra's `substra-redis` secret as duplicate of Redis' internal secret + ## [26.8.0] - 2024-07-10 ### Added diff --git a/charts/substra-backend/Chart.yaml b/charts/substra-backend/Chart.yaml index 1fa84bc68..b92c97717 100644 --- a/charts/substra-backend/Chart.yaml +++ b/charts/substra-backend/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: substra-backend home: https://github.com/Substra -version: 26.8.0 +version: 26.8.1 appVersion: 0.47.0 kubeVersion: ">= 1.19.0-0" description: Main package for Substra