mirror of
https://github.com/bitnami/charts.git
synced 2026-08-09 12:55:41 +08:00
[bitnami/kubeapps] feat!: ⬆️ 💥 Bump Redis(R) to 8.0 (#33503)
* [bitnami/kubeapps] feat!: ⬆️ 💥 Bump Redis(R) to 8.0 Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com> Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
co-authored by
Bitnami Bot
parent
de6e982e0b
commit
eab4db60c2
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 17.1.7 (2025-05-06)
|
||||
## 18.0.0 (2025-05-07)
|
||||
|
||||
* [bitnami/kubeapps] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33389](https://github.com/bitnami/charts/pull/33389))
|
||||
* [bitnami/kubeapps] feat!: :arrow_up: :boom: Bump Redis(R) to 8.0 ([#33503](https://github.com/bitnami/charts/pull/33503))
|
||||
|
||||
## <small>17.1.7 (2025-05-06)</small>
|
||||
|
||||
* [bitnami/kubeapps] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#3338 ([4041a6e](https://github.com/bitnami/charts/commit/4041a6ea2e1c7fac693ce41beb3a0c997725570d)), closes [#33389](https://github.com/bitnami/charts/issues/33389)
|
||||
|
||||
## <small>17.1.6 (2025-04-28)</small>
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: redis
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 20.13.4
|
||||
version: 21.0.0
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 16.6.6
|
||||
version: 16.6.7
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.31.0
|
||||
digest: sha256:380c7086ef98bd02a751760d24fbfe9347af71827c02af67041d6f0ead00a47c
|
||||
generated: "2025-05-06T10:31:08.903047384+02:00"
|
||||
digest: sha256:30702f92dde84a443aac153d020956fd890e59a321a79ca550388b06c4b785d3
|
||||
generated: "2025-05-07T11:39:19.157297651+02:00"
|
||||
|
||||
@@ -28,7 +28,7 @@ dependencies:
|
||||
- condition: packaging.flux.enabled
|
||||
name: redis
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 20.x.x
|
||||
version: 21.x.x
|
||||
- condition: packaging.helm.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
@@ -53,4 +53,4 @@ maintainers:
|
||||
name: kubeapps
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kubeapps
|
||||
version: 17.1.7
|
||||
version: 18.0.0
|
||||
|
||||
@@ -1017,6 +1017,10 @@ Feel free to [open an issue](https://github.com/vmware-tanzu/kubeapps/issues/new
|
||||
|
||||
## Upgrading
|
||||
|
||||
### To 18.0.0
|
||||
|
||||
This major updates the Redis® subchart to its newest major, 21.0.0, which updates Redis® from 7.4 to 8.0. [Here](https://redis.io/docs/latest/operate/oss_and_stack/install/upgrade/cluster/) you can find more information about the changes introduced in that version. No major issues are expected during the upgrade.
|
||||
|
||||
### To 17.1.0
|
||||
|
||||
This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850). Kubeapps
|
||||
|
||||
Reference in New Issue
Block a user