mirror of
https://github.com/bitnami/charts.git
synced 2026-02-13 06:27:12 +08:00
[bitnami/jupyterhub] Release 7.2.11 (#28265)
* [bitnami/jupyterhub] Release 7.2.11 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 7.2.10 (2024-07-16)
|
||||
## 7.2.11 (2024-07-24)
|
||||
|
||||
* [bitnami/jupyterhub] Fix for jupyterhub.storage.class helper ([#28120](https://github.com/bitnami/charts/pull/28120))
|
||||
* [bitnami/jupyterhub] Release 7.2.11 ([#28265](https://github.com/bitnami/charts/pull/28265))
|
||||
|
||||
## <small>7.2.10 (2024-07-16)</small>
|
||||
|
||||
* [bitnami/jupyterhub] Fix for jupyterhub.storage.class helper (#28120) ([16e6f01](https://github.com/bitnami/charts/commit/16e6f01507f1aef5f5a575e4b550e0734a238045)), closes [#28120](https://github.com/bitnami/charts/issues/28120)
|
||||
|
||||
## <small>7.2.9 (2024-07-16)</small>
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.5.16
|
||||
version: 15.5.18
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.20.5
|
||||
digest: sha256:30f7d33e4d16133de8f39c7ff6664a2e0ddc2f2d7ef8bfa5b4f91790514cd356
|
||||
generated: "2024-07-16T12:09:12.004752+02:00"
|
||||
digest: sha256:8407b10284bdd359a08d38cbb31a3c3f8f67d09f92744a56919fe97154b5c7a2
|
||||
generated: "2024-07-24T03:31:59.281656207Z"
|
||||
|
||||
@@ -6,35 +6,35 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: configurable-http-proxy
|
||||
image: docker.io/bitnami/configurable-http-proxy:4.6.2-debian-12-r1
|
||||
image: docker.io/bitnami/configurable-http-proxy:4.6.2-debian-12-r3
|
||||
- name: jupyter-base-notebook
|
||||
image: docker.io/bitnami/jupyter-base-notebook:4.1.5-debian-12-r8
|
||||
image: docker.io/bitnami/jupyter-base-notebook:4.1.5-debian-12-r10
|
||||
- name: jupyterhub
|
||||
image: docker.io/bitnami/jupyterhub:4.1.5-debian-12-r8
|
||||
image: docker.io/bitnami/jupyterhub:4.1.5-debian-12-r10
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r24
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r25
|
||||
apiVersion: v2
|
||||
appVersion: 4.1.5
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: JupyterHub brings the power of notebooks to groups of users. It gives users access to computational environments and resources without burdening the users with installation and maintenance tasks.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/jupyterhub/img/jupyterhub-stack-220x234.png
|
||||
keywords:
|
||||
- python
|
||||
- scientific
|
||||
- python
|
||||
- scientific
|
||||
maintainers:
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: jupyterhub
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub
|
||||
version: 7.2.10
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub
|
||||
version: 7.2.11
|
||||
|
||||
@@ -79,7 +79,7 @@ hub:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jupyterhub
|
||||
tag: 4.1.5-debian-12-r8
|
||||
tag: 4.1.5-debian-12-r10
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -705,7 +705,7 @@ proxy:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/configurable-http-proxy
|
||||
tag: 4.6.2-debian-12-r1
|
||||
tag: 4.6.2-debian-12-r3
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1583,7 +1583,7 @@ singleuser:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jupyter-base-notebook
|
||||
tag: 4.1.5-debian-12-r8
|
||||
tag: 4.1.5-debian-12-r10
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -1823,7 +1823,7 @@ singleuser:
|
||||
auxiliaryImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r24
|
||||
tag: 12-debian-12-r25
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user