From 9d587f0bf72688ef2d61cfdc6ff0f74a09a5fb00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Fri, 29 Sep 2023 11:48:05 +0200 Subject: [PATCH] [bitnami/jupyterhub] Update dependencies (#19615) Signed-off-by: Jota Martos --- bitnami/jupyterhub/Chart.lock | 8 ++++---- bitnami/jupyterhub/Chart.yaml | 4 ++-- bitnami/jupyterhub/README.md | 6 +++++- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/bitnami/jupyterhub/Chart.lock b/bitnami/jupyterhub/Chart.lock index b5bbc87e3e..d216e29b8f 100644 --- a/bitnami/jupyterhub/Chart.lock +++ b/bitnami/jupyterhub/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.12.9 + version: 13.0.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.12.0 -digest: sha256:69a46affc45cfcda375dd11bc883507ced67adf3b222f6ce81a67193be8dcf59 -generated: "2023-09-26T16:18:07.580244444Z" + version: 2.12.1 +digest: sha256:10376f14af550041b2735d1e33cc3adfec90f704169222c5a0e0076f2c2ee277 +generated: "2023-09-29T10:37:45.684242+02:00" diff --git a/bitnami/jupyterhub/Chart.yaml b/bitnami/jupyterhub/Chart.yaml index 481608a4c5..e98b7af6ea 100644 --- a/bitnami/jupyterhub/Chart.yaml +++ b/bitnami/jupyterhub/Chart.yaml @@ -19,7 +19,7 @@ dependencies: - condition: postgresql.enabled name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 12.x.x + version: 13.x.x - name: common repository: oci://registry-1.docker.io/bitnamicharts tags: @@ -37,4 +37,4 @@ maintainers: name: jupyterhub sources: - https://github.com/bitnami/charts/tree/main/bitnami/jupyterhub -version: 4.2.4 +version: 5.0.0 diff --git a/bitnami/jupyterhub/README.md b/bitnami/jupyterhub/README.md index c9997fa0e7..287dec391a 100644 --- a/bitnami/jupyterhub/README.md +++ b/bitnami/jupyterhub/README.md @@ -573,6 +573,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 5.0.0 + +This major updates the PostgreSQL subchart to its newest major, 13.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1300) you can find more information about the changes introduced in that version. + ### To 3.0.0 This major updates the PostgreSQL subchart to its newest major, 12.0.0. [Here](https://github.com/bitnami/charts/tree/master/bitnami/postgresql#to-1200) you can find more information about the changes introduced in that version. @@ -595,4 +599,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. \ No newline at end of file +limitations under the License.