Andre Duffeck
5e220920f0
[full-ci] Rescan spaces ( #4777 )
...
* Increase the timeout for indexing spaces
* Allow for making queries that are not constrained to a RootID
* Use nano precision for the Mtime
* Add a SpaceDebouncer
The debouncer can be used to delay operations on spaces until things
have settled down to avoid doing the same operation multiple times.
* Do not index subtrees until they have changed (i.e. the mtime differs)
* Also pass a user to the space debouncer func
* Trigger a rescan of the according space when an event is received
* Improve wording/logging
* Add changelog
* Get rid of superfluous GetUserByClaim call
* Fix tests
* Fix reindexing triggered by shares by using the event's SpaceOwner
* Bump reva to pull in the space owner events changes
* Fix changelog
* Fix linter issues
* Fall back to the executant if no owner was received from the event
* Bump reva and go-cs3apis
* Fix go.sum
* Bump core
* Adapt expected failures
* Tweak debounce settings
2022-10-14 17:03:05 +02:00
dependabot[bot]
ca32ec779c
Bump golang.org/x/text from 0.3.7 to 0.3.8
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-14 07:23:10 +00:00
dependabot[bot]
fee0d2d6b5
Bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.3.1
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.2.0 to 2.3.1.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.2.0...v2.3.1 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-13 10:29:16 +00:00
dependabot[bot]
5d50ebe152
Bump github.com/onsi/gomega from 1.21.1 to 1.22.1
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.21.1 to 1.22.1.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.21.1...v1.22.1 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-13 12:27:54 +02:00
dependabot[bot]
7daedecebc
Bump github.com/tus/tusd from 1.9.2 to 1.10.0
...
Bumps [github.com/tus/tusd](https://github.com/tus/tusd ) from 1.9.2 to 1.10.0.
- [Release notes](https://github.com/tus/tusd/releases )
- [Commits](https://github.com/tus/tusd/compare/v1.9.2...v1.10.0 )
---
updated-dependencies:
- dependency-name: github.com/tus/tusd
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-13 09:25:25 +02:00
dependabot[bot]
875e75d58e
Bump github.com/nats-io/nats-server/v2 from 2.9.2 to 2.9.3
...
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server ) from 2.9.2 to 2.9.3.
- [Release notes](https://github.com/nats-io/nats-server/releases )
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml )
- [Commits](https://github.com/nats-io/nats-server/compare/v2.9.2...v2.9.3 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-12 14:38:59 +00:00
dependabot[bot]
16e6bea917
Bump gotest.tools/v3 from 3.3.0 to 3.4.0
...
Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/gotestyourself/gotest.tools/releases )
- [Commits](https://github.com/gotestyourself/gotest.tools/compare/v3.3.0...v3.4.0 )
---
updated-dependencies:
- dependency-name: gotest.tools/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-12 12:59:54 +00:00
David Christofas
4623b6c8e7
Nats tls ( #4781 )
...
* use tls for nats connections
* add config options for nats client tls config
* add nats tls config to CI
* add function to create a certpool
* add option to provide a rootCA to validate the server's TLS certificate
* add option to provide a rootCA to validate the server's TLS certificate
* add option to provide a rootCA to validate the server's TLS certificate
* add option to provide a rootCA to validate the server's TLS certificate
* configure nats clients in reva to use tls
2022-10-12 14:56:47 +02:00
dependabot[bot]
7388bcb44d
Bump github.com/urfave/cli/v2 from 2.17.1 to 2.19.2
...
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli ) from 2.17.1 to 2.19.2.
- [Release notes](https://github.com/urfave/cli/releases )
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/urfave/cli/compare/v2.17.1...v2.19.2 )
---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-11 08:54:08 +00:00
Michael Barz
cfd3e9fab7
fix master branch
2022-10-10 17:26:01 +02:00
dependabot[bot]
dbf606372a
Bump github.com/onsi/gomega from 1.20.2 to 1.21.1
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.20.2 to 1.21.1.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.20.2...v1.21.1 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-10 10:37:34 +02:00
dependabot[bot]
ad701309af
Bump google.golang.org/grpc from 1.49.0 to 1.50.0
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.49.0 to 1.50.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.49.0...v1.50.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-10 10:35:22 +02:00
Michael Barz
2782859cd7
update reva to latest edge
2022-10-06 17:13:13 +02:00
Michael Barz
ad7b94a543
update reva, wopi folderurl
2022-10-04 18:30:00 +02:00
David Christofas
1b0ec2c9d5
update module path of ttlcache ( #4738 )
...
The GitHub repository of ttlcache has been moved from ReneKroon to jellydator.
2022-10-04 17:33:53 +02:00
dependabot[bot]
3ed706ae7f
Bump go-micro.dev/v4 from 4.8.1 to 4.9.0
...
Bumps [go-micro.dev/v4](https://github.com/go-micro/go-micro ) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/go-micro/go-micro/releases )
- [Changelog](https://github.com/go-micro/go-micro/blob/master/CHANGELOG.md )
- [Commits](https://github.com/go-micro/go-micro/compare/v4.8.1...v4.9.0 )
---
updated-dependencies:
- dependency-name: go-micro.dev/v4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 13:44:41 +00:00
David Christofas
3e43f414b6
Merge pull request #4734 from owncloud/dependabot/go_modules/github.com/urfave/cli/v2-2.17.1
...
Bump github.com/urfave/cli/v2 from 2.16.3 to 2.17.1
2022-10-04 15:43:04 +02:00
dependabot[bot]
8632ff1fb3
Bump github.com/urfave/cli/v2 from 2.16.3 to 2.17.1
...
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli ) from 2.16.3 to 2.17.1.
- [Release notes](https://github.com/urfave/cli/releases )
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/urfave/cli/compare/v2.16.3...v2.17.1 )
---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 12:37:22 +00:00
David Christofas
40fa355955
Merge pull request #4693 from owncloud/dependabot/go_modules/github.com/MicahParks/keyfunc-1.4.0
...
Bump github.com/MicahParks/keyfunc from 1.3.0 to 1.4.0
2022-10-04 14:36:59 +02:00
dependabot[bot]
17d313709b
Bump github.com/nats-io/nats-server/v2 from 2.9.1 to 2.9.2
...
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server ) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/nats-io/nats-server/releases )
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml )
- [Commits](https://github.com/nats-io/nats-server/compare/v2.9.1...v2.9.2 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-04 07:17:03 +00:00
Michael Barz
499148ce23
update reva ( #4719 )
2022-09-30 13:15:17 +02:00
dependabot[bot]
ceea696166
Bump github.com/xhit/go-simple-mail/v2 from 2.11.0 to 2.12.0
...
Bumps [github.com/xhit/go-simple-mail/v2](https://github.com/xhit/go-simple-mail ) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/xhit/go-simple-mail/releases )
- [Commits](https://github.com/xhit/go-simple-mail/compare/v2.11.0...v2.12.0 )
---
updated-dependencies:
- dependency-name: github.com/xhit/go-simple-mail/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-28 15:03:08 +02:00
Ralf Haferkamp
5eaf0dfe7b
Bump reva ( #4694 )
...
To get https://github.com/cs3org/reva/pull/3240
2022-09-27 20:38:08 +02:00
dependabot[bot]
a76757919d
Bump github.com/MicahParks/keyfunc from 1.3.0 to 1.4.0
...
Bumps [github.com/MicahParks/keyfunc](https://github.com/MicahParks/keyfunc ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/MicahParks/keyfunc/releases )
- [Commits](https://github.com/MicahParks/keyfunc/compare/v1.3.0...v1.4.0 )
---
updated-dependencies:
- dependency-name: github.com/MicahParks/keyfunc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-27 15:54:02 +00:00
Jörn Friedrich Dreyer
77d14ff79c
update reva to 20220926161629
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-09-27 17:52:49 +02:00
dependabot[bot]
c119aacf2c
Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
...
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib ) from 0.36.0 to 0.36.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.36.0...zpages/v0.36.1 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-27 12:14:07 +02:00
dependabot[bot]
d0b069dfb3
Bump github.com/MicahParks/keyfunc from 1.2.2 to 1.3.0
...
Bumps [github.com/MicahParks/keyfunc](https://github.com/MicahParks/keyfunc ) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/MicahParks/keyfunc/releases )
- [Commits](https://github.com/MicahParks/keyfunc/compare/v1.2.2...v1.3.0 )
---
updated-dependencies:
- dependency-name: github.com/MicahParks/keyfunc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-27 11:02:27 +02:00
Ralf Haferkamp
918bc85879
Bump reva to latest edge ( #4660 )
...
Fixes : #4628 , #4657
2022-09-27 10:36:42 +02:00
Ralf Haferkamp
8f2bf0ed9c
Default to in-memory registry in single-binary mode
...
This avoids various issues of the old "mdns" default. At least for the simple
single process setup (#3134 , #4597 ). When starting the services individually we
still default to "mdns".
2022-09-26 16:25:56 +02:00
Jörn Friedrich Dreyer
49376178e9
configure reva micro cache store ( #4627 )
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-09-26 13:43:53 +02:00
dependabot[bot]
35bf9bde1f
Bump github.com/nats-io/nats-server/v2 from 2.9.0 to 2.9.1
...
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server ) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/nats-io/nats-server/releases )
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml )
- [Commits](https://github.com/nats-io/nats-server/compare/v2.9.0...v2.9.1 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-26 11:04:03 +02:00
Willy Kloucek
1d127842cc
Merge pull request #4622 from owncloud/dependabot/go_modules/go.opentelemetry.io/otel/exporters/jaeger-1.10.0
...
Bump go.opentelemetry.io/otel/exporters/jaeger from 1.9.0 to 1.10.0
2022-09-23 10:10:31 +02:00
Willy Kloucek
58c5d5513b
Merge pull request #4625 from owncloud/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.36.0
...
Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.34.0 to 0.36.0
2022-09-23 10:10:03 +02:00
David Christofas
20026faac2
fix wopi access to publicly shared files
2022-09-22 08:27:41 +02:00
Ralf Haferkamp
f8126b19d6
Bump reva to get fix for #4474
...
Fixes : #4474
2022-09-21 19:37:46 +02:00
dependabot[bot]
92edc63f8e
Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
...
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib ) from 0.34.0 to 0.36.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.34.0...zpages/v0.36.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 10:14:08 +00:00
dependabot[bot]
fe0210d3e6
Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.1.6 to 2.2.0.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.1.6...v2.2.0 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 12:12:48 +02:00
dependabot[bot]
837e49fcbe
Bump go.opentelemetry.io/otel/exporters/jaeger from 1.9.0 to 1.10.0
...
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/jaeger
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 07:54:40 +00:00
dependabot[bot]
1d5bff0962
Bump github.com/nats-io/nats-server/v2 from 2.8.4 to 2.9.0
...
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server ) from 2.8.4 to 2.9.0.
- [Release notes](https://github.com/nats-io/nats-server/releases )
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml )
- [Commits](https://github.com/nats-io/nats-server/compare/v2.8.4...v2.9.0 )
---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 09:53:36 +02:00
dependabot[bot]
1385bf8e26
Bump github.com/gookit/config/v2 from 2.1.5 to 2.1.6
...
Bumps [github.com/gookit/config/v2](https://github.com/gookit/config ) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/gookit/config/releases )
- [Commits](https://github.com/gookit/config/compare/v2.1.5...v2.1.6 )
---
updated-dependencies:
- dependency-name: github.com/gookit/config/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 09:21:43 +02:00
dependabot[bot]
d17a93ccca
Bump go.opentelemetry.io/otel/sdk from 1.9.0 to 1.10.0
...
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 08:43:11 +02:00
dependabot[bot]
7843dbf4bc
Bump go.etcd.io/etcd/client/v3 from 3.5.2 to 3.5.5
...
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd ) from 3.5.2 to 3.5.5.
- [Release notes](https://github.com/etcd-io/etcd/releases )
- [Changelog](https://github.com/etcd-io/etcd/blob/main/Dockerfile-release.amd64 )
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.2...v3.5.5 )
---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-21 08:38:18 +02:00
dependabot[bot]
08a8ed20c1
Bump github.com/gofrs/uuid from 4.2.0+incompatible to 4.3.0+incompatible
...
Bumps [github.com/gofrs/uuid](https://github.com/gofrs/uuid ) from 4.2.0+incompatible to 4.3.0+incompatible.
- [Release notes](https://github.com/gofrs/uuid/releases )
- [Commits](https://github.com/gofrs/uuid/compare/v4.2.0...v4.3.0 )
---
updated-dependencies:
- dependency-name: github.com/gofrs/uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 09:28:36 +02:00
Juan Pablo Villafañez
6ee4a084a2
Use go-micro store to cache the roles ( #4337 )
...
* Use go-micro store to cache the roles
Add custom in-memory implementation
* replace redis with custom etcd implementation
* adjust table name for the cache in the roles manager
* Fix tests
* Fix sonarcloud issues
* Refactor for sonarcloud
* Allow configuration of cache per service
* Reuse parent context in etcd implementation
2022-09-16 15:42:47 +02:00
Michael Barz
5c94bf8dc3
Merge pull request #4590 from owncloud/3-fixes
...
[full-ci] add web url to graph api and update reva
2022-09-15 14:10:17 +02:00
Michael Barz
e092da586b
add changelog
2022-09-15 11:58:31 +02:00
dependabot[bot]
2d9fdf656b
Bump github.com/coreos/go-oidc/v3 from 3.3.0 to 3.4.0
...
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/coreos/go-oidc/releases )
- [Commits](https://github.com/coreos/go-oidc/compare/v3.3.0...v3.4.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-15 09:38:22 +02:00
dependabot[bot]
5e259aa902
Bump go.opentelemetry.io/otel/trace from 1.9.0 to 1.10.0
...
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go ) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.9.0...v1.10.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/trace
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-15 09:36:16 +02:00
Michael Barz
23da13b35f
add web url to graph api and update reva
2022-09-15 09:30:36 +02:00
dependabot[bot]
4f06d9650b
Bump github.com/urfave/cli/v2 from 2.14.0 to 2.16.3
...
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli ) from 2.14.0 to 2.16.3.
- [Release notes](https://github.com/urfave/cli/releases )
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/urfave/cli/compare/v2.14.0...v2.16.3 )
---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-14 15:58:03 +02:00