dependabot[bot]
12e26ee1ab
Bump github.com/crewjam/saml from 0.4.10 to 0.4.13
...
Bumps [github.com/crewjam/saml](https://github.com/crewjam/saml ) from 0.4.10 to 0.4.13.
- [Release notes](https://github.com/crewjam/saml/releases )
- [Commits](https://github.com/crewjam/saml/compare/v0.4.10...v0.4.13 )
---
updated-dependencies:
- dependency-name: github.com/crewjam/saml
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-23 19:28:12 +00:00
kobergj
8e5fcf8482
Merge pull request #5846 from kobergj/Antivirus
...
Antivirus
2023-03-23 10:04:12 +01:00
Jörn Friedrich Dreyer
6bec87f582
Proxy accesstoken cache store ( #5829 )
...
* refactor middleware options
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* use ocmemstore micro store implementaiton for token cache
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* refactor ocis store options, support redis sentinel
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* align cache configuration
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* database and tabe are used to build prefixes for inmemory stores
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* add global persistent store options to userlog config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* log cache errors but continue
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* drup unnecessary type conversion
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* Better description for the default userinfo ttl
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* use global cache options for even more caches
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* don't log userinfo cache misses
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* default to stock memory store
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* use correct mem store typo string
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* split cache options, doc cleanup
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* mint and write userinfo to cache async
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* use hashed token as key
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* go mod tidy
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* update docs
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* update cache store naming
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* bring back depreceted ocis-pkg/store package for backwards compatability
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* update changelog
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* Apply suggestions from code review
Co-authored-by: kobergj <jkoberg@owncloud.com >
* revert ocis-pkg/cache to store rename
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* add waiting for each step 50 milliseconds
* starlack check
---------
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: kobergj <jkoberg@owncloud.com >
Co-authored-by: Viktor Scharf <scharf.vi@gmail.com >
2023-03-22 15:21:57 +01:00
dependabot[bot]
a43f5f5882
Bump google.golang.org/grpc from 1.53.0 to 1.54.0
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.53.0 to 1.54.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.53.0...v1.54.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 >
2023-03-22 11:18:12 +01:00
jkoberg
d8e31feccf
bump reva
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-21 11:01:32 +01:00
dependabot[bot]
ea5166425f
Bump go.etcd.io/etcd/client/v3 from 3.5.6 to 3.5.7
...
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd ) from 3.5.6 to 3.5.7.
- [Release notes](https://github.com/etcd-io/etcd/releases )
- [Changelog](https://github.com/etcd-io/etcd/blob/main/Dockerfile-release.ppc64le )
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.6...v3.5.7 )
---
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 >
2023-03-21 09:31:17 +01:00
Jörn Friedrich Dreyer
474c4b848d
upgrade to go1.20 and auto set go mem limit ( #5732 )
...
* upgrade to go1.19 and set go mem limit
* create ocis-pkg memlimit package
* use std automemlimit import
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* import automemlimit in every ocis service, drop ocis-pkg/memlimit package
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* bump go to 1.20
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* drop unused config options and env vars
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* update all version numbers, add doc
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* fix lint
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* update bingo and mockery
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* bump golangci-lint
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* fix selector test
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
* Update changelog/unreleased/enhancement-memlimit.md
Co-authored-by: kobergj <juliankoberg@googlemail.com >
---------
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: Willy Kloucek <wkloucek@owncloud.com >
Co-authored-by: kobergj <juliankoberg@googlemail.com >
2023-03-20 17:22:02 +01:00
dependabot[bot]
cd84a57a5e
Bump golang.org/x/image from 0.5.0 to 0.6.0
...
Bumps [golang.org/x/image](https://github.com/golang/image ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/image/releases )
- [Commits](https://github.com/golang/image/compare/v0.5.0...v0.6.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-20 12:40:01 +01:00
kobergj
9750dfaff9
use master version of gotext package ( #5868 )
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-17 16:03:28 +01:00
jkoberg
03f2741d8b
bump reva
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-17 12:52:24 +01:00
Andre Duffeck
7bd735f615
Add command for inspecting and manipulating node metadata ( #5858 )
...
* Add command for inspecting and manipulating node metadata
* Add changelog
* Bump reva
2023-03-17 12:31:07 +01:00
dependabot[bot]
16985d6bf4
Bump github.com/go-micro/plugins/v4/client/grpc from 1.1.0 to 1.2.0
...
Bumps [github.com/go-micro/plugins/v4/client/grpc](https://github.com/go-micro/plugins ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/go-micro/plugins/releases )
- [Commits](https://github.com/go-micro/plugins/compare/v3/auth/jwt/v1.1.0...v4/auth/jwt/v1.2.0 )
---
updated-dependencies:
- dependency-name: github.com/go-micro/plugins/v4/client/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-16 09:08:30 +01:00
dependabot[bot]
14ba87f39c
Bump github.com/gofrs/uuid from 4.3.1+incompatible to 4.4.0+incompatible
...
Bumps [github.com/gofrs/uuid](https://github.com/gofrs/uuid ) from 4.3.1+incompatible to 4.4.0+incompatible.
- [Release notes](https://github.com/gofrs/uuid/releases )
- [Commits](https://github.com/gofrs/uuid/compare/v4.3.1...v4.4.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 >
2023-03-16 09:08:02 +01:00
Michael Barz
8332244383
add read_write_delete key to public link pw enforcement capabilites
2023-03-15 23:11:03 +01:00
Jörn Friedrich Dreyer
6efccc69d9
bump reva to 53ed6a88 ( #5845 )
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-03-15 17:16:33 +01:00
dependabot[bot]
901c447487
Bump github.com/tus/tusd from 1.10.0 to 1.10.1 ( #5833 )
...
Bumps [github.com/tus/tusd](https://github.com/tus/tusd ) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/tus/tusd/releases )
- [Commits](https://github.com/tus/tusd/compare/v1.10.0...v1.10.1 )
---
updated-dependencies:
- dependency-name: github.com/tus/tusd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 15:51:14 +01:00
dependabot[bot]
b8ebc1def0
Bump github.com/go-micro/plugins/v4/server/http from 1.2.0 to 1.2.1
...
Bumps [github.com/go-micro/plugins/v4/server/http](https://github.com/go-micro/plugins ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/go-micro/plugins/releases )
- [Commits](https://github.com/go-micro/plugins/compare/v4/auth/jwt/v1.2.0...v4/server/http/v1.2.1 )
---
updated-dependencies:
- dependency-name: github.com/go-micro/plugins/v4/server/http
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-15 09:40:12 +01:00
Florian Schade
f38a9f4385
Introduce Policies-Service ( #5716 )
...
* add policies service
add policies proxy middleware
add policies event service
add policies grpc service
prepare ci and git environments (ci, make, readme, doc)
* add webfinger to the drone conf
* fix docs
remove not used virus scan postprocessing step
* relocate example rego file
implicitly enable and disable proxy and postprocessing policy checking by setting the query.
update configuration descriptions
* move policies
update readme
* use converter func to convert pp environment to actual environment
expose and test custom rego functions
add engine unit tests
add opa unit tests
update policies readme
Co-authored-by: Martin <github@diemattels.at >
* relocate sample policies to the deployments folder
change and document policies service port
* update index.md and small fix
* add health command
add version command
add debug server
---------
Co-authored-by: Martin <github@diemattels.at >
2023-03-14 16:08:22 +01:00
kobergj
d06d2012be
Merge pull request #5753 from kobergj/TranslateNotifications
...
Translate Notifications
2023-03-14 16:02:37 +01:00
dependabot[bot]
d77f3a9143
Bump github.com/onsi/gomega from 1.27.3 to 1.27.4
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.27.3 to 1.27.4.
- [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.27.3...v1.27.4 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-14 08:46:31 +01:00
dependabot[bot]
ac78ad1f38
Bump github.com/go-chi/chi/v5 from 5.0.7 to 5.0.8
...
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi ) from 5.0.7 to 5.0.8.
- [Release notes](https://github.com/go-chi/chi/releases )
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/go-chi/chi/compare/v5.0.7...v5.0.8 )
---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-14 08:45:50 +01:00
Andre Duffeck
06e2fee99a
enable messagepack backend ( #5762 )
...
Switch to dev branch temporarily
bump commit
bump reva commit
bump reva to 0fc4fd83
bump reva to 144d26e7
enable treesize accounting
bump reva
bump reva
bump reva
bump reva
bump reva
bump reva
bump reva
bump reva
bump reva
bump reva
bump reva to 5fd530ba4f87
use messagepack bin format
bump reva to 5d216811275c
Bump reva
Bump reva
Bump reva
bump reva
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: Michael Barz <mbarz@owncloud.com >
2023-03-13 22:06:48 +01:00
dependabot[bot]
f61315fa09
Bump github.com/rs/zerolog from 1.28.0 to 1.29.0
...
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog ) from 1.28.0 to 1.29.0.
- [Release notes](https://github.com/rs/zerolog/releases )
- [Commits](https://github.com/rs/zerolog/compare/v1.28.0...v1.29.0 )
---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-13 08:51:04 +00:00
dependabot[bot]
d7627fe65e
Bump github.com/onsi/gomega from 1.25.0 to 1.27.3
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.25.0 to 1.27.3.
- [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.25.0...v1.27.3 )
---
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 >
2023-03-13 07:56:51 +00:00
David Christofas
0f77acab45
Merge pull request #5785 from owncloud/update-reva
...
Update reva
2023-03-09 17:24:55 +01:00
David Christofas
fcf958c8bf
update reva to include the password enforcement fixes
2023-03-09 16:24:32 +01:00
jkoberg
a2737cdc98
use forked gotext pkg
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 16:18:28 +01:00
Daniel Swärd
4218331185
Bump libre-graph-api-go to latest main
2023-03-09 14:44:46 +01:00
jkoberg
4a21a7be5f
mark templates as translatable
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 12:11:25 +01:00
jkoberg
70b3db5ff4
translate templates
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 12:11:23 +01:00
jkoberg
62af6f443c
use feature reva
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 12:07:29 +01:00
dependabot[bot]
d43d799a22
Bump go.opentelemetry.io/otel/exporters/jaeger from 1.11.2 to 1.14.0
...
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go ) from 1.11.2 to 1.14.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.11.2...v1.14.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 >
2023-03-09 06:59:51 +00:00
Jörn Friedrich Dreyer
971dbe8682
bump lico to 0.59.4 ( #5768 )
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-03-08 17:25:55 +01:00
Michael Barz
c1deb98df0
Merge pull request #5761 from owncloud/dependabot/go_modules/github.com/CiscoM31/godata-1.0.7
...
Bump github.com/CiscoM31/godata from 1.0.6 to 1.0.7
2023-03-08 13:29:50 +01:00
Daniël Franke
5b2cc99291
Bump reva edge.
2023-03-08 13:18:54 +01:00
dependabot[bot]
97267e9b34
Bump github.com/gookit/goutil from 0.5.15 to 0.6.0 ( #5758 )
...
Bumps [github.com/gookit/goutil](https://github.com/gookit/goutil ) from 0.5.15 to 0.6.0.
- [Release notes](https://github.com/gookit/goutil/releases )
- [Commits](https://github.com/gookit/goutil/compare/v0.5.15...v0.6.0 )
---
updated-dependencies:
- dependency-name: github.com/gookit/goutil
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 12:07:42 +01:00
dependabot[bot]
1246ec59cd
Bump github.com/CiscoM31/godata from 1.0.6 to 1.0.7
...
Bumps [github.com/CiscoM31/godata](https://github.com/CiscoM31/godata ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/CiscoM31/godata/releases )
- [Commits](https://github.com/CiscoM31/godata/compare/v1.0.6...v1.0.7 )
---
updated-dependencies:
- dependency-name: github.com/CiscoM31/godata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-08 06:59:46 +00:00
dependabot[bot]
971cfa15cf
Bump golang.org/x/crypto from 0.3.0 to 0.7.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.3.0 to 0.7.0.
- [Release notes](https://github.com/golang/crypto/releases )
- [Commits](https://github.com/golang/crypto/compare/v0.3.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-07 10:13:01 +01:00
dependabot[bot]
0f3e700bd8
Bump google.golang.org/grpc from 1.51.0 to 1.53.0
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.51.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.51.0...v1.53.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 >
2023-03-07 08:54:17 +01:00
dependabot[bot]
2bf458385d
Bump github.com/blevesearch/bleve/v2 from 2.3.5 to 2.3.6
...
Bumps [github.com/blevesearch/bleve/v2](https://github.com/blevesearch/bleve ) from 2.3.5 to 2.3.6.
- [Release notes](https://github.com/blevesearch/bleve/releases )
- [Commits](https://github.com/blevesearch/bleve/compare/v2.3.5...v2.3.6 )
---
updated-dependencies:
- dependency-name: github.com/blevesearch/bleve/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-06 17:46:25 +01:00
dependabot[bot]
006b3cfba6
Bump go.opentelemetry.io/otel/trace from 1.13.0 to 1.14.0
...
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go ) from 1.13.0 to 1.14.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.13.0...v1.14.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 >
2023-03-06 15:28:53 +01:00
Andre Duffeck
8b68830201
[full-ci] Improve ini backend, support redis sentinel caches ( #5737 )
...
* Configure the file metadata cache for storage-users
* Also configure the cache for the system storage
* Update services/storage-system/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at >
* Improve documentation
* Bump reva to pull in the latest ini backend changes
* Fix missing comment
* Update services/storage-users/README.md
Co-authored-by: Martin <github@diemattels.at >
* Update services/storage-system/README.md
Co-authored-by: Martin <github@diemattels.at >
* Tweak docs
* Apply suggestions from code review
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de >
Co-authored-by: Martin <github@diemattels.at >
---------
Co-authored-by: Martin <github@diemattels.at >
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-03-06 15:04:19 +01:00
jkoberg
32933ce3ac
bump reva
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-03 15:16:57 +01:00
David Christofas
b8470d567d
add new permission 'publiclink.create' and assign it to the 'Admin', 'SpaceAdmin' and 'User' roles
2023-03-01 11:53:39 +01:00
dependabot[bot]
0013690d05
Bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0
...
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.4.3...v4.5.0 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-01 09:55:07 +01:00
Michael Barz
c3dec4f1cc
use go 1.19
2023-02-28 18:29:27 +01:00
dependabot[bot]
8e7482f508
Bump github.com/go-micro/plugins/v4/registry/kubernetes
...
Bumps [github.com/go-micro/plugins/v4/registry/kubernetes](https://github.com/go-micro/plugins ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/go-micro/plugins/releases )
- [Commits](https://github.com/go-micro/plugins/compare/v3/auth/jwt/v1.1.0...v4/server/grpc/v1.1.1 )
---
updated-dependencies:
- dependency-name: github.com/go-micro/plugins/v4/registry/kubernetes
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-28 09:20:31 +00:00
dependabot[bot]
c96aa8b1ed
Bump github.com/go-micro/plugins/v4/registry/memory from 1.1.0 to 1.2.0
...
Bumps [github.com/go-micro/plugins/v4/registry/memory](https://github.com/go-micro/plugins ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/go-micro/plugins/releases )
- [Commits](https://github.com/go-micro/plugins/compare/v3/auth/jwt/v1.1.0...v4/auth/jwt/v1.2.0 )
---
updated-dependencies:
- dependency-name: github.com/go-micro/plugins/v4/registry/memory
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-28 10:17:47 +01:00
dependabot[bot]
88655764d3
Bump go.opentelemetry.io/otel/sdk from 1.11.2 to 1.13.0
...
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go ) from 1.11.2 to 1.13.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.11.2...v1.13.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 >
2023-02-24 06:59:52 +00:00
dependabot[bot]
bad38646b8
Bump golang.org/x/net from 0.3.0 to 0.7.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.3.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/compare/v0.3.0...v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-23 09:58:10 +00:00