diff --git a/bitnami/jupyterhub/CHANGELOG.md b/bitnami/jupyterhub/CHANGELOG.md index 03bb3588c0..1d6f44813f 100644 --- a/bitnami/jupyterhub/CHANGELOG.md +++ b/bitnami/jupyterhub/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 10.0.1 (2025-07-13) +## 10.0.2 (2025-07-15) -* [bitnami/jupyterhub] :zap: :arrow_up: Update dependency references ([#35034](https://github.com/bitnami/charts/pull/35034)) +* [bitnami/jupyterhub] :zap: :arrow_up: Update dependency references ([#35098](https://github.com/bitnami/charts/pull/35098)) + +## 10.0.1 (2025-07-13) + +* [bitnami/jupyterhub] :zap: :arrow_up: Update dependency references (#35034) ([8d62526](https://github.com/bitnami/charts/commit/8d62526a3d95724a0fe4c50d6f8e801336415ef2)), closes [#35034](https://github.com/bitnami/charts/issues/35034) ## 10.0.0 (2025-07-02) diff --git a/bitnami/jupyterhub/Chart.yaml b/bitnami/jupyterhub/Chart.yaml index 08a1690b19..095a24821f 100644 --- a/bitnami/jupyterhub/Chart.yaml +++ b/bitnami/jupyterhub/Chart.yaml @@ -5,13 +5,13 @@ annotations: category: MachineLearning images: | - name: configurable-http-proxy - image: docker.io/bitnami/configurable-http-proxy:5.0.1-debian-12-r1 + image: docker.io/bitnami/configurable-http-proxy:5.0.1-debian-12-r2 - name: jupyter-base-notebook image: docker.io/bitnami/jupyter-base-notebook:5.3.0-debian-12-r8 - name: jupyterhub image: docker.io/bitnami/jupyterhub:5.3.0-debian-12-r13 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r47 + image: docker.io/bitnami/os-shell:12-debian-12-r48 licenses: Apache-2.0 tanzuCategory: application apiVersion: v2 @@ -40,4 +40,4 @@ maintainers: name: jupyterhub sources: - https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub -version: 10.0.1 +version: 10.0.2 diff --git a/bitnami/jupyterhub/values.yaml b/bitnami/jupyterhub/values.yaml index fbb7545b35..e2aba5402f 100644 --- a/bitnami/jupyterhub/values.yaml +++ b/bitnami/jupyterhub/values.yaml @@ -712,7 +712,7 @@ proxy: image: registry: docker.io repository: bitnami/configurable-http-proxy - tag: 5.0.1-debian-12-r1 + tag: 5.0.1-debian-12-r2 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1828,7 +1828,7 @@ singleuser: auxiliaryImage: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r47 + tag: 12-debian-12-r48 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.