From 3eaac5ac7b4fe160f81fd1b0d0a9e9daea8700d5 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 16 Dec 2025 12:03:00 +0000 Subject: [PATCH 01/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f95bccc4..f8ee80e4ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-16 + +### ❤️ Thanks to all contributors! ❤️ + +@rhafer + + + ## [2.41.0](https://github.com/opencloud-eu/reva/releases/tag/v2.41.0) - 2025-12-15 ### ❤️ Thanks to all contributors! ❤️ From 356b5077b57469656f3a334c35f96dbee31cee3e Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 17 Dec 2025 13:30:58 +0000 Subject: [PATCH 02/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8ee80e4ce..662de95d02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-16 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-17 ### ❤️ Thanks to all contributors! ❤️ @rhafer +### 📦️ Dependencies +- chore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 [[#453](https://github.com/opencloud-eu/reva/pull/453)] +- chore(deps): bump go.opentelemetry.io/otel/trace from 1.38.0 to 1.39.0 [[#452](https://github.com/opencloud-eu/reva/pull/452)] ## [2.41.0](https://github.com/opencloud-eu/reva/releases/tag/v2.41.0) - 2025-12-15 From 152fe677732c175180efbd20e3b3af4503857268 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 17 Dec 2025 13:56:22 +0000 Subject: [PATCH 03/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 662de95d02..fe823fc93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@rhafer +@aduffeck, @rhafer ### 📦️ Dependencies From 7fdb9584598bd64fd215a20b27c9e93da13233b9 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 17 Dec 2025 17:34:07 +0000 Subject: [PATCH 04/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe823fc93b..46aa6297aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@aduffeck, @rhafer +@aduffeck, @fschade, @rhafer ### 📦️ Dependencies From 502b241097d017e3ad1ebc07e9fea33648cff2b8 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 18 Dec 2025 11:17:52 +0000 Subject: [PATCH 05/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46aa6297aa..546a176350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-17 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-18 ### ❤️ Thanks to all contributors! ❤️ @@ -8,6 +8,7 @@ ### 📦️ Dependencies +- chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.6 to 3.6.7 [[#464](https://github.com/opencloud-eu/reva/pull/464)] - chore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 [[#453](https://github.com/opencloud-eu/reva/pull/453)] - chore(deps): bump go.opentelemetry.io/otel/trace from 1.38.0 to 1.39.0 [[#452](https://github.com/opencloud-eu/reva/pull/452)] From b4dd338aba62687218845ccfc0f622de63ceb4c8 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 19 Dec 2025 08:54:10 +0000 Subject: [PATCH 06/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 546a176350..1ec6ccd19b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-18 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-19 ### ❤️ Thanks to all contributors! ❤️ @@ -8,6 +8,7 @@ ### 📦️ Dependencies +- chore(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0 [[#467](https://github.com/opencloud-eu/reva/pull/467)] - chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.6 to 3.6.7 [[#464](https://github.com/opencloud-eu/reva/pull/464)] - chore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 [[#453](https://github.com/opencloud-eu/reva/pull/453)] - chore(deps): bump go.opentelemetry.io/otel/trace from 1.38.0 to 1.39.0 [[#452](https://github.com/opencloud-eu/reva/pull/452)] From c265bc3e4fd7f3c45d8e84113a24299110b7cbd7 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 30 Dec 2025 10:20:48 +0000 Subject: [PATCH 07/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec6ccd19b..9bae9b4dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-19 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-30 ### ❤️ Thanks to all contributors! ❤️ -@aduffeck, @fschade, @rhafer +@aduffeck, @fschade, @rhafer, @saw-jan ### 📦️ Dependencies From df1959ef3cdbcdbb54692a3fa842a3e1a51d9fdd Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 1 Jan 2026 09:18:51 +0000 Subject: [PATCH 08/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bae9b4dc7..61ab969ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2025-12-30 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2026-01-01 ### ❤️ Thanks to all contributors! ❤️ From 03380d23dffaa36cb5b37bdf2aa1698f6d4ea29a Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 5 Jan 2026 12:16:06 +0000 Subject: [PATCH 09/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ab969ae1..c373031848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2026-01-01 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2026-01-05 ### ❤️ Thanks to all contributors! ❤️ -@aduffeck, @fschade, @rhafer, @saw-jan +@aduffeck, @butonic, @fschade, @rhafer, @saw-jan + +### 🐛 Bug Fixes + +- log correct line in tus log wrapper [[#460](https://github.com/opencloud-eu/reva/pull/460)] ### 📦️ Dependencies From 9afdc20ff2b0bde958e2c6356e20b827a7e0bb92 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 5 Jan 2026 12:24:50 +0000 Subject: [PATCH 10/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c373031848..6c69155b5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/prometheus/alertmanager from 0.29.0 to 0.30.0 [[#468](https://github.com/opencloud-eu/reva/pull/468)] - chore(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0 [[#467](https://github.com/opencloud-eu/reva/pull/467)] - chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.6 to 3.6.7 [[#464](https://github.com/opencloud-eu/reva/pull/464)] - chore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 [[#453](https://github.com/opencloud-eu/reva/pull/453)] From 00daefdd7a82be634bae64306eac38688aeab14c Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 5 Jan 2026 13:38:35 +0000 Subject: [PATCH 11/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c69155b5b..411dd3f728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/go-playground/validator/v10 from 10.28.0 to 10.30.0 [[#469](https://github.com/opencloud-eu/reva/pull/469)] - chore(deps): bump github.com/prometheus/alertmanager from 0.29.0 to 0.30.0 [[#468](https://github.com/opencloud-eu/reva/pull/468)] - chore(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0 [[#467](https://github.com/opencloud-eu/reva/pull/467)] - chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.6 to 3.6.7 [[#464](https://github.com/opencloud-eu/reva/pull/464)] From 2ac70223973104729962bc6c3ba25cc1d7ccf8a2 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 08:35:53 +0000 Subject: [PATCH 12/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 411dd3f728..dfa6b19f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2026-01-05 +## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2026-01-06 ### ❤️ Thanks to all contributors! ❤️ @@ -12,6 +12,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.32 to 1.14.33 [[#473](https://github.com/opencloud-eu/reva/pull/473)] - chore(deps): bump github.com/go-playground/validator/v10 from 10.28.0 to 10.30.0 [[#469](https://github.com/opencloud-eu/reva/pull/469)] - chore(deps): bump github.com/prometheus/alertmanager from 0.29.0 to 0.30.0 [[#468](https://github.com/opencloud-eu/reva/pull/468)] - chore(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0 [[#467](https://github.com/opencloud-eu/reva/pull/467)] From d40bc5052e2c29383c35e337cec18168952cf6c3 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 08:37:51 +0000 Subject: [PATCH 13/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.41.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa6b19f24..b0f90be7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 📦️ Dependencies +- chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.63.0 to 0.64.0 [[#474](https://github.com/opencloud-eu/reva/pull/474)] - chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.32 to 1.14.33 [[#473](https://github.com/opencloud-eu/reva/pull/473)] - chore(deps): bump github.com/go-playground/validator/v10 from 10.28.0 to 10.30.0 [[#469](https://github.com/opencloud-eu/reva/pull/469)] - chore(deps): bump github.com/prometheus/alertmanager from 0.29.0 to 0.30.0 [[#468](https://github.com/opencloud-eu/reva/pull/468)] From 52ae2c745ce8d4d71a24bb77e867a80f1c1a226d Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 09:09:11 +0000 Subject: [PATCH 14/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f90be7da..2f8ed0266a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## [2.41.1](https://github.com/opencloud-eu/reva/releases/tag/v2.41.1) - 2026-01-06 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-06 ### ❤️ Thanks to all contributors! ❤️ @aduffeck, @butonic, @fschade, @rhafer, @saw-jan +### 📈 Enhancement + +- add tls support for nats connections [[#466](https://github.com/opencloud-eu/reva/pull/466)] + ### 🐛 Bug Fixes - log correct line in tus log wrapper [[#460](https://github.com/opencloud-eu/reva/pull/460)] From 33088fc7da1d756ef39aaa51eea6840380ba7442 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 11:25:36 +0000 Subject: [PATCH 15/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8ed0266a..b7956f367f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/ceph/go-ceph from 0.36.0 to 0.37.0 [[#475](https://github.com/opencloud-eu/reva/pull/475)] - chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.63.0 to 0.64.0 [[#474](https://github.com/opencloud-eu/reva/pull/474)] - chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.32 to 1.14.33 [[#473](https://github.com/opencloud-eu/reva/pull/473)] - chore(deps): bump github.com/go-playground/validator/v10 from 10.28.0 to 10.30.0 [[#469](https://github.com/opencloud-eu/reva/pull/469)] From b495adff9af56afb84e5e5271ba921b26754172c Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 12:02:06 +0000 Subject: [PATCH 16/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7956f367f..8e1e9bc968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.38.0 to 1.39.0 [[#476](https://github.com/opencloud-eu/reva/pull/476)] - chore(deps): bump github.com/ceph/go-ceph from 0.36.0 to 0.37.0 [[#475](https://github.com/opencloud-eu/reva/pull/475)] - chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.63.0 to 0.64.0 [[#474](https://github.com/opencloud-eu/reva/pull/474)] - chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.32 to 1.14.33 [[#473](https://github.com/opencloud-eu/reva/pull/473)] From a4391717525b41d4e53c2704cc3ca3a82bef54f2 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 13:41:50 +0000 Subject: [PATCH 17/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e1e9bc968..6215979eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/nats-io/nats-server/v2 from 2.12.2 to 2.12.3 [[#479](https://github.com/opencloud-eu/reva/pull/479)] - chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.38.0 to 1.39.0 [[#476](https://github.com/opencloud-eu/reva/pull/476)] - chore(deps): bump github.com/ceph/go-ceph from 0.36.0 to 0.37.0 [[#475](https://github.com/opencloud-eu/reva/pull/475)] - chore(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.63.0 to 0.64.0 [[#474](https://github.com/opencloud-eu/reva/pull/474)] From 86be148d54ef20afa8122e1ddb8b939029777ba8 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 6 Jan 2026 15:53:46 +0000 Subject: [PATCH 18/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6215979eaf..eb3a266367 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 [[#478](https://github.com/opencloud-eu/reva/pull/478)] - chore(deps): bump github.com/nats-io/nats-server/v2 from 2.12.2 to 2.12.3 [[#479](https://github.com/opencloud-eu/reva/pull/479)] - chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.38.0 to 1.39.0 [[#476](https://github.com/opencloud-eu/reva/pull/476)] - chore(deps): bump github.com/ceph/go-ceph from 0.36.0 to 0.37.0 [[#475](https://github.com/opencloud-eu/reva/pull/475)] From 2e6cee08d38abeed5afff619c0d3d3498d1b3f01 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 7 Jan 2026 13:50:53 +0000 Subject: [PATCH 19/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb3a266367..99320556d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-06 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-07 ### ❤️ Thanks to all contributors! ❤️ @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 [[#481](https://github.com/opencloud-eu/reva/pull/481)] - chore(deps): bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 [[#478](https://github.com/opencloud-eu/reva/pull/478)] - chore(deps): bump github.com/nats-io/nats-server/v2 from 2.12.2 to 2.12.3 [[#479](https://github.com/opencloud-eu/reva/pull/479)] - chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc from 1.38.0 to 1.39.0 [[#476](https://github.com/opencloud-eu/reva/pull/476)] From 70b6bb2cfe6605e8661cfb379ec0eb684594a307 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 7 Jan 2026 15:24:28 +0000 Subject: [PATCH 20/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99320556d4..2b884c771a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 [[#480](https://github.com/opencloud-eu/reva/pull/480)] - chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 [[#481](https://github.com/opencloud-eu/reva/pull/481)] - chore(deps): bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 [[#478](https://github.com/opencloud-eu/reva/pull/478)] - chore(deps): bump github.com/nats-io/nats-server/v2 from 2.12.2 to 2.12.3 [[#479](https://github.com/opencloud-eu/reva/pull/479)] From b7d3bd493b0e641cccdd58693b362ef6a8bfaef6 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 7 Jan 2026 16:16:59 +0000 Subject: [PATCH 21/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b884c771a..03367397ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 [[#483](https://github.com/opencloud-eu/reva/pull/483)] - chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 [[#480](https://github.com/opencloud-eu/reva/pull/480)] - chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 [[#481](https://github.com/opencloud-eu/reva/pull/481)] - chore(deps): bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 [[#478](https://github.com/opencloud-eu/reva/pull/478)] From 1e70d91bc5ea7f8df367222ed7363e7ce4567ce4 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 8 Jan 2026 07:33:48 +0000 Subject: [PATCH 22/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03367397ef..9bc617faf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-07 +## [2.42.0](https://github.com/opencloud-eu/reva/releases/tag/v2.42.0) - 2026-01-08 ### ❤️ Thanks to all contributors! ❤️ @@ -16,6 +16,8 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 [[#485](https://github.com/opencloud-eu/reva/pull/485)] +- chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 [[#484](https://github.com/opencloud-eu/reva/pull/484)] - chore(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 [[#483](https://github.com/opencloud-eu/reva/pull/483)] - chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 [[#480](https://github.com/opencloud-eu/reva/pull/480)] - chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 [[#481](https://github.com/opencloud-eu/reva/pull/481)] From 4776dd9e8d688d5ea878e9a3ee5e1296df40d414 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 8 Jan 2026 08:07:59 +0000 Subject: [PATCH 23/23] =?UTF-8?q?=F0=9F=8E=89=20Release=202.42.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc617faf7..5d0d4e57ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### 📦️ Dependencies +- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 [[#486](https://github.com/opencloud-eu/reva/pull/486)] - chore(deps): bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 [[#485](https://github.com/opencloud-eu/reva/pull/485)] - chore(deps): bump github.com/BurntSushi/toml from 1.5.0 to 1.6.0 [[#484](https://github.com/opencloud-eu/reva/pull/484)] - chore(deps): bump github.com/onsi/gomega from 1.38.2 to 1.38.3 [[#483](https://github.com/opencloud-eu/reva/pull/483)]