diff --git a/bitnami/jupyterhub/CHANGELOG.md b/bitnami/jupyterhub/CHANGELOG.md index ca859d7384..7419ab5dcf 100644 --- a/bitnami/jupyterhub/CHANGELOG.md +++ b/bitnami/jupyterhub/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 9.0.1 (2025-04-14) +## 9.0.2 (2025-04-16) -* [bitnami/jupyterhub] Update jupyterhub_config.py and z2hj.py ([#32991](https://github.com/bitnami/charts/pull/32991)) +* [bitnami/jupyterhub] Release 9.0.2 ([#33044](https://github.com/bitnami/charts/pull/33044)) + +## 9.0.1 (2025-04-14) + +* [bitnami/jupyterhub] Update jupyterhub_config.py and z2hj.py (#32991) ([ff09959](https://github.com/bitnami/charts/commit/ff09959c13f5dcebbc17faf2a496ada9b9f0c1b6)), closes [#32991](https://github.com/bitnami/charts/issues/32991) ## 9.0.0 (2025-04-14) diff --git a/bitnami/jupyterhub/Chart.yaml b/bitnami/jupyterhub/Chart.yaml index d9467ffe71..3c6857eb91 100644 --- a/bitnami/jupyterhub/Chart.yaml +++ b/bitnami/jupyterhub/Chart.yaml @@ -7,15 +7,15 @@ annotations: licenses: Apache-2.0 images: | - name: configurable-http-proxy - image: docker.io/bitnami/configurable-http-proxy:4.6.3-debian-12-r7 + image: docker.io/bitnami/configurable-http-proxy:4.6.3-debian-12-r8 - name: jupyter-base-notebook - image: docker.io/bitnami/jupyter-base-notebook:5.2.1-debian-12-r10 + image: docker.io/bitnami/jupyter-base-notebook:5.3.0-debian-12-r1 - name: jupyterhub - image: docker.io/bitnami/jupyterhub:5.2.1-debian-12-r3 + image: docker.io/bitnami/jupyterhub:5.3.0-debian-12-r2 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r42 + image: docker.io/bitnami/os-shell:12-debian-12-r43 apiVersion: v2 -appVersion: 5.2.1 +appVersion: 5.3.0 dependencies: - condition: postgresql.enabled name: postgresql @@ -38,4 +38,4 @@ maintainers: name: jupyterhub sources: - https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub -version: 9.0.1 +version: 9.0.2 diff --git a/bitnami/jupyterhub/README.md b/bitnami/jupyterhub/README.md index 377c4c63dc..bd62d7f78a 100644 --- a/bitnami/jupyterhub/README.md +++ b/bitnami/jupyterhub/README.md @@ -961,4 +961,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/jupyterhub/values.yaml b/bitnami/jupyterhub/values.yaml index f9afd3f57e..618db20595 100644 --- a/bitnami/jupyterhub/values.yaml +++ b/bitnami/jupyterhub/values.yaml @@ -84,7 +84,7 @@ hub: image: registry: docker.io repository: bitnami/jupyterhub - tag: 5.2.1-debian-12-r3 + tag: 5.3.0-debian-12-r2 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -709,7 +709,7 @@ proxy: image: registry: docker.io repository: bitnami/configurable-http-proxy - tag: 4.6.3-debian-12-r7 + tag: 4.6.3-debian-12-r8 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1586,7 +1586,7 @@ singleuser: image: registry: docker.io repository: bitnami/jupyter-base-notebook - tag: 5.2.1-debian-12-r10 + tag: 5.3.0-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -1825,7 +1825,7 @@ singleuser: auxiliaryImage: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r42 + tag: 12-debian-12-r43 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.