From d0e60cd8d0c58e2a24ace43595bf248371954fef Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 19 Dec 2024 23:15:46 +0100 Subject: [PATCH 1/5] feat(nextcloud)!: add changelog for next major release Signed-off-by: WrenIX --- charts/nextcloud/CHANGELOG.md | 9 +++++++++ charts/nextcloud/Chart.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 charts/nextcloud/CHANGELOG.md diff --git a/charts/nextcloud/CHANGELOG.md b/charts/nextcloud/CHANGELOG.md new file mode 100644 index 00000000..df506656 --- /dev/null +++ b/charts/nextcloud/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +This Helm-Chart use semantic-releases, so only major version contains breaking changes. + +Here we list, what is changed. + +## v7 + +- diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index cf19d528..a66b5635 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 6.5.1 +version: 7.0.0 appVersion: 30.0.4 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: From 901fc1ae36ebe113f997db5c27cef14f0dcfa50d Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 19 Dec 2024 23:19:31 +0100 Subject: [PATCH 2/5] fix(deps)!: update redis to v20 Signed-off-by: WrenIX --- charts/nextcloud/CHANGELOG.md | 2 +- charts/nextcloud/Chart.lock | 6 +++--- charts/nextcloud/Chart.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/nextcloud/CHANGELOG.md b/charts/nextcloud/CHANGELOG.md index df506656..896f8a11 100644 --- a/charts/nextcloud/CHANGELOG.md +++ b/charts/nextcloud/CHANGELOG.md @@ -6,4 +6,4 @@ Here we list, what is changed. ## v7 -- +- update redis to v20 (see [CHANGELOG](https://github.com/bitnami/charts/blob/main/bitnami/redis/CHANGELOG.md#2000-2024-08-09)) diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock index aacdcb41..1e43b7bb 100644 --- a/charts/nextcloud/Chart.lock +++ b/charts/nextcloud/Chart.lock @@ -7,9 +7,9 @@ dependencies: version: 18.2.0 - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 19.6.4 + version: 20.6.0 - name: collabora-online repository: https://collaboraonline.github.io/online version: 1.1.20 -digest: sha256:00e8d82d28825fd3f46e7e7d888d1aac93ebdb5135f6a4d7e6ae0c3155881c27 -generated: "2024-12-15T19:47:53.357052+01:00" +digest: sha256:40d0c917ae51f072344b06d606c46f08aa479a5175d55466217f0f1c6111874b +generated: "2024-12-19T23:20:44.277420529+01:00" diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index a66b5635..8d0f0e91 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -31,7 +31,7 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: mariadb.enabled - name: redis - version: 19.6.4 + version: 20.6.0 repository: oci://registry-1.docker.io/bitnamicharts condition: redis.enabled - name: collabora-online From 2422fe65a905a9f03f6e69b1fb07c0f3eb7f099e Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 19 Dec 2024 23:23:34 +0100 Subject: [PATCH 3/5] fix(deps)!: update postgresql to v16 Signed-off-by: WrenIX --- charts/nextcloud/CHANGELOG.md | 1 + charts/nextcloud/Chart.lock | 6 +++--- charts/nextcloud/Chart.yaml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/nextcloud/CHANGELOG.md b/charts/nextcloud/CHANGELOG.md index 896f8a11..1f97166a 100644 --- a/charts/nextcloud/CHANGELOG.md +++ b/charts/nextcloud/CHANGELOG.md @@ -7,3 +7,4 @@ Here we list, what is changed. ## v7 - update redis to v20 (see [CHANGELOG](https://github.com/bitnami/charts/blob/main/bitnami/redis/CHANGELOG.md#2000-2024-08-09)) +- update postgresql to v16 (see [CHANGELOG](https://github.com/bitnami/charts/blob/main/bitnami/postgresql/CHANGELOG.md#1600-2024-10-02)) diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock index 1e43b7bb..39ac10da 100644 --- a/charts/nextcloud/Chart.lock +++ b/charts/nextcloud/Chart.lock @@ -1,7 +1,7 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.5.0 + version: 16.3.2 - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts version: 18.2.0 @@ -11,5 +11,5 @@ dependencies: - name: collabora-online repository: https://collaboraonline.github.io/online version: 1.1.20 -digest: sha256:40d0c917ae51f072344b06d606c46f08aa479a5175d55466217f0f1c6111874b -generated: "2024-12-19T23:20:44.277420529+01:00" +digest: sha256:2419678c37e06c382b9f5b301d805fb500f67a240229f8922f38857de406a9f0 +generated: "2024-12-19T23:22:40.30530857+01:00" diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 8d0f0e91..530ae3ad 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -23,7 +23,7 @@ maintainers: email: jeff@billimek.com dependencies: - name: postgresql - version: 15.5.0 + version: 16.3.2 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: mariadb From b0d5e608f37bfdcc8a2440b3d93282ea2e3a3eab Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 19 Dec 2024 23:25:44 +0100 Subject: [PATCH 4/5] fix(deps)!: update mariadb to v20 Signed-off-by: WrenIX --- charts/nextcloud/CHANGELOG.md | 2 ++ charts/nextcloud/Chart.lock | 6 +++--- charts/nextcloud/Chart.yaml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/nextcloud/CHANGELOG.md b/charts/nextcloud/CHANGELOG.md index 1f97166a..9650fc6c 100644 --- a/charts/nextcloud/CHANGELOG.md +++ b/charts/nextcloud/CHANGELOG.md @@ -8,3 +8,5 @@ Here we list, what is changed. - update redis to v20 (see [CHANGELOG](https://github.com/bitnami/charts/blob/main/bitnami/redis/CHANGELOG.md#2000-2024-08-09)) - update postgresql to v16 (see [CHANGELOG](https://github.com/bitnami/charts/blob/main/bitnami/postgresql/CHANGELOG.md#1600-2024-10-02)) +- update mariadb to v19 (see [CHANGELOG](https://github.com/bitnami/charts/blob/main/bitnami/mariadb/CHANGELOG.md#1900-2024-07-11)) +- update mariadb to v20 (see [CHANGELOG](https://github.com/bitnami/charts/blob/main/bitnami/mariadb/CHANGELOG.md#2000-2024-11-08)) diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock index 39ac10da..ad7f551c 100644 --- a/charts/nextcloud/Chart.lock +++ b/charts/nextcloud/Chart.lock @@ -4,12 +4,12 @@ dependencies: version: 16.3.2 - name: mariadb repository: oci://registry-1.docker.io/bitnamicharts - version: 18.2.0 + version: 20.2.1 - name: redis repository: oci://registry-1.docker.io/bitnamicharts version: 20.6.0 - name: collabora-online repository: https://collaboraonline.github.io/online version: 1.1.20 -digest: sha256:2419678c37e06c382b9f5b301d805fb500f67a240229f8922f38857de406a9f0 -generated: "2024-12-19T23:22:40.30530857+01:00" +digest: sha256:3febe8eb8c0fdef0d649f1b43801f5aa02521f4a6c12adb32013ac6c3012ab5a +generated: "2024-12-19T23:34:41.844546753+01:00" diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 530ae3ad..b0200e9a 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -27,7 +27,7 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: mariadb - version: 18.2.0 + version: 20.2.1 repository: oci://registry-1.docker.io/bitnamicharts condition: mariadb.enabled - name: redis From da9843379c4d464e51a2cf02c0614d1f2038eb3c Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 19 Dec 2024 23:31:40 +0100 Subject: [PATCH 5/5] fix(deps)!: update nextcloud to v31 Signed-off-by: WrenIX --- charts/nextcloud/CHANGELOG.md | 1 + charts/nextcloud/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/nextcloud/CHANGELOG.md b/charts/nextcloud/CHANGELOG.md index 9650fc6c..79be3b0e 100644 --- a/charts/nextcloud/CHANGELOG.md +++ b/charts/nextcloud/CHANGELOG.md @@ -10,3 +10,4 @@ Here we list, what is changed. - update postgresql to v16 (see [CHANGELOG](https://github.com/bitnami/charts/blob/main/bitnami/postgresql/CHANGELOG.md#1600-2024-10-02)) - update mariadb to v19 (see [CHANGELOG](https://github.com/bitnami/charts/blob/main/bitnami/mariadb/CHANGELOG.md#1900-2024-07-11)) - update mariadb to v20 (see [CHANGELOG](https://github.com/bitnami/charts/blob/main/bitnami/mariadb/CHANGELOG.md#2000-2024-11-08)) +- update nextcloud to v31 (see [CHANGELOG](https://nextcloud.com/changelog/#31-0-0)) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index b0200e9a..4900714f 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: nextcloud version: 7.0.0 -appVersion: 30.0.4 +appVersion: 31.0.0 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: - nextcloud