mirror of
https://github.com/bitnami/charts.git
synced 2026-02-11 04:37:23 +08:00
[bitnami/jupyterhub] Release 9.0.2 (#33044)
* [bitnami/jupyterhub] Release 9.0.2 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
## <small>9.0.1 (2025-04-14)</small>
|
||||
|
||||
* [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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user