diff --git a/Chart.lock b/Chart.lock index 17a14d8..9a2a663 100644 --- a/Chart.lock +++ b/Chart.lock @@ -10,6 +10,6 @@ dependencies: version: 10.3.0 - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 19.6.4 -digest: sha256:462d513ac8ef7abfe26030fd2ea93eb79df167a861ebe09d6c58c7dcd5601e85 -generated: "2024-11-30T00:41:29.178889496Z" + version: 20.6.0 +digest: sha256:7afaeab9b9caefafdd16d3346f98200ef64efcf6edfff14346a1ebe2c6af1fb0 +generated: "2024-12-19T00:17:59.660730678Z" diff --git a/Chart.yaml b/Chart.yaml index e8de38a..48671df 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -51,5 +51,5 @@ dependencies: # https://github.com/bitnami/charts/blob/main/bitnami/redis/Chart.yaml - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 19.6.4 + version: 20.6.0 condition: redis.enabled diff --git a/README.md b/README.md index 2f9c9ba..3e9fe26 100644 --- a/README.md +++ b/README.md @@ -1193,6 +1193,22 @@ If you miss this, blindly upgrading may delete your Postgres instance and you ma
+To 11.0.0 + + + +**Breaking changes** + + +- Update Redis sub-chart to version 20.x (appVersion 7.4) + Although there are no breaking changes in the Redis Chart itself, it updates Redis from `7.2` to `7.4`. We recommend checking the release notes: + - [Redis Chart release notes (starting with v20.0.0)](https://github.com/bitnami/charts/blob/HEAD/bitnami/redis/CHANGELOG.md#2000-2024-08-09). + - [Redis 7.4 release notes](https://raw.githubusercontent.com/redis/redis/7.4/00-RELEASENOTES). + +
+ +
+ To 10.0.0