[bitnami/jupyterhub] Release 8.1.1 (#31107)

* [bitnami/jupyterhub] Release 8.1.1 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:
Bitnami Bot
2024-12-19 09:25:43 +01:00
committed by GitHub
parent 65c6de3cb3
commit 9d2c8b20ac
4 changed files with 21 additions and 13 deletions

View File

@@ -1,8 +1,16 @@
# Changelog
## 8.1.1 (2024-12-19)
* [bitnami/jupyterhub] Release 8.1.1 ([#31107](https://github.com/bitnami/charts/pull/31107))
## 8.1.0 (2024-12-10)
* [bitnami/jupyterhub] Detect non-standard images ([#30904](https://github.com/bitnami/charts/pull/30904))
* [bitnami/*] Add Bitnami Premium to NOTES.txt (#30854) ([3dfc003](https://github.com/bitnami/charts/commit/3dfc00376df6631f0ce54b8d440d477f6caa6186)), closes [#30854](https://github.com/bitnami/charts/issues/30854)
* [bitnami/*] docs: :memo: Add "Backup & Restore" section (#30711) ([35ab536](https://github.com/bitnami/charts/commit/35ab5363741e7548f4076f04da6e62d10153c60c)), closes [#30711](https://github.com/bitnami/charts/issues/30711)
* [bitnami/*] docs: :memo: Add "Prometheus metrics" (batch 3) (#30666) ([82fc7e2](https://github.com/bitnami/charts/commit/82fc7e2fc12e2648ed22069942203c02bf5d4cc6)), closes [#30666](https://github.com/bitnami/charts/issues/30666)
* [bitnami/*] docs: :memo: Add "Update Credentials" (batch 2) (#30687) ([c457848](https://github.com/bitnami/charts/commit/c457848b2a111aad59830b98f85ffa1e29918e10)), closes [#30687](https://github.com/bitnami/charts/issues/30687)
* [bitnami/jupyterhub] Detect non-standard images (#30904) ([68c74f9](https://github.com/bitnami/charts/commit/68c74f9cbaf86f0a0434e5d4ff1a309a973e2746)), closes [#30904](https://github.com/bitnami/charts/issues/30904)
## <small>8.0.1 (2024-11-09)</small>

View File

@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.2.5
version: 16.3.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:9c2ce8b298e807bc8141682773027cc3b0c62feec6933d315f9f181a4dabe862
generated: "2024-12-10T17:05:54.824776+01:00"
digest: sha256:608f1e3176856862b556130c75619448a718b24cc91b75fdd679f92f0690668c
generated: "2024-12-19T07:59:53.988611757Z"

View File

@@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: configurable-http-proxy
image: docker.io/bitnami/configurable-http-proxy:4.6.2-debian-12-r10
image: docker.io/bitnami/configurable-http-proxy:4.6.2-debian-12-r12
- name: jupyter-base-notebook
image: docker.io/bitnami/jupyter-base-notebook:4.1.6-debian-12-r9
image: docker.io/bitnami/jupyter-base-notebook:4.1.6-debian-12-r19
- name: jupyterhub
image: docker.io/bitnami/jupyterhub:4.1.6-debian-12-r5
image: docker.io/bitnami/jupyterhub:4.1.6-debian-12-r7
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r32
image: docker.io/bitnami/os-shell:12-debian-12-r34
apiVersion: v2
appVersion: 4.1.6
dependencies:
@@ -37,4 +37,4 @@ maintainers:
name: jupyterhub
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub
version: 8.1.0
version: 8.1.1

View File

@@ -84,7 +84,7 @@ hub:
image:
registry: docker.io
repository: bitnami/jupyterhub
tag: 4.1.6-debian-12-r5
tag: 4.1.6-debian-12-r7
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.2-debian-12-r10
tag: 4.6.2-debian-12-r12
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: 4.1.6-debian-12-r9
tag: 4.1.6-debian-12-r19
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-r32
tag: 12-debian-12-r34
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.