File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1+ Bugfix: Bump Reva
2+
3+ Bumps reva version to 2.27.0
4+
5+ * Bugfix [ cs3org/reva #4985 ] ( https://github.com/cs3org/reva/pull/4985 ) : Drop unneeded session locks
6+ * Bugfix [ cs3org/reva #5000 ] ( https://github.com/cs3org/reva/pull/5000 ) : Fix ceph build
7+ * Bugfix [ cs3org/reva #4989 ] ( https://github.com/cs3org/reva/pull/4989 ) : Deleting OCM share also updates storageprovider
8+ * Enhancement [ cs3org/reva #4998 ] ( https://github.com/cs3org/reva/pull/4998 ) : Emit event when an ocm share is received
9+ * Enhancement [ cs3org/reva #4996 ] ( https://github.com/cs3org/reva/pull/4996 ) : Get rid of some cases of unstructured logging
10+
11+ https://github.com/owncloud/ocis/pull/10766
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/cenkalti/backoff v2.2.1+incompatible
1818 github.com/coreos/go-oidc/v3 v3.11.0
1919 github.com/cs3org/go-cs3apis v0.0.0-20241105092511-3ad35d174fc1
20- github.com/cs3org/reva/v2 v2.26.9-0.20241211090933-830f2a7e3cff
20+ github.com/cs3org/reva/v2 v2.27.0
2121 github.com/davidbyttow/govips/v2 v2.15.0
2222 github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
2323 github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e
Original file line number Diff line number Diff line change @@ -255,10 +255,8 @@ github.com/crewjam/saml v0.4.14 h1:g9FBNx62osKusnFzs3QTN5L9CVA/Egfgm+stJShzw/c=
255255github.com/crewjam/saml v0.4.14 /go.mod h1:UVSZCf18jJkk6GpWNVqcyQJMD5HsRugBPf4I1nl2mME =
256256github.com/cs3org/go-cs3apis v0.0.0-20241105092511-3ad35d174fc1 h1:RU6LT6mkD16xZs011+8foU7T3LrPvTTSWeTQ9OgfhkA =
257257github.com/cs3org/go-cs3apis v0.0.0-20241105092511-3ad35d174fc1 /go.mod h1:DedpcqXl193qF/08Y04IO0PpxyyMu8+GrkD6kWK2MEQ =
258- github.com/cs3org/reva/v2 v2.26.8-0.20241203081301-17f339546533 h1:QshDjljk44ASolJwlHxE9e7u+Slgdi/VfPKYvbfFu2g =
259- github.com/cs3org/reva/v2 v2.26.8-0.20241203081301-17f339546533 /go.mod h1:fJWmn7EkttWOWphZfiKdFOcHuthcUsU55aSN1VeTOhU =
260- github.com/cs3org/reva/v2 v2.26.9-0.20241211090933-830f2a7e3cff h1:B/mzU2NOgpukrpBQ9exVFfkFam/56QFVt2d1BNSK3dI =
261- github.com/cs3org/reva/v2 v2.26.9-0.20241211090933-830f2a7e3cff /go.mod h1:fJWmn7EkttWOWphZfiKdFOcHuthcUsU55aSN1VeTOhU =
258+ github.com/cs3org/reva/v2 v2.27.0 h1:Lq8VBRjQmyCfCO6+wC80Z4vH2Q1MfgORggg1e6mEcdM =
259+ github.com/cs3org/reva/v2 v2.27.0 /go.mod h1:fJWmn7EkttWOWphZfiKdFOcHuthcUsU55aSN1VeTOhU =
262260github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c /go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4 =
263261github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg =
264262github.com/cyphar/filepath-securejoin v0.2.4 /go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4 =
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ github.com/cs3org/go-cs3apis/cs3/storage/provider/v1beta1
367367github.com/cs3org/go-cs3apis/cs3/storage/registry/v1beta1
368368github.com/cs3org/go-cs3apis/cs3/tx/v1beta1
369369github.com/cs3org/go-cs3apis/cs3/types/v1beta1
370- # github.com/cs3org/reva/v2 v2.26.9-0.20241211090933-830f2a7e3cff
370+ # github.com/cs3org/reva/v2 v2.27.0
371371## explicit; go 1.22.0
372372github.com/cs3org/reva/v2/cmd/revad/internal/grace
373373github.com/cs3org/reva/v2/cmd/revad/runtime
You can’t perform that action at this time.
0 commit comments