Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump the all-dependencies group with 19 updates #10

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2024

Bumps the all-dependencies group with 19 updates:

Package From To
cloud.google.com/go/firestore 1.15.0 1.17.0
cloud.google.com/go/pubsub 1.37.0 1.42.0
github.com/go-playground/validator/v10 10.22.0 10.22.1
github.com/go-resty/resty/v2 2.13.1 2.15.3
github.com/google/generative-ai-go 0.10.0 0.18.0
github.com/nats-io/nats-server/v2 2.10.18 2.10.21
github.com/nats-io/nats.go 1.36.0 1.37.0
github.com/openziti/zrok 0.4.38 0.4.40
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc 0.39.0 1.30.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace 1.25.0 1.30.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.25.0 1.30.0
go.opentelemetry.io/otel/sdk/metric 0.39.0 1.30.0
golang.ngrok.com/ngrok 1.9.1 1.10.0
google.golang.org/api 0.168.0 0.196.0
google.golang.org/grpc 1.66.1 1.67.0
gorm.io/driver/postgres 1.5.7 1.5.9
gorm.io/gorm 1.25.10 1.25.12
gorm.io/plugin/opentelemetry 0.1.4 0.1.7
storj.io/uplink 1.13.0 1.13.1

Updates cloud.google.com/go/firestore from 1.15.0 to 1.17.0

Release notes

Sourced from cloud.google.com/go/firestore's releases.

networkconnectivity: v1.15.1

1.15.1 (2024-09-12)

Bug Fixes

  • networkconnectivity: Bump dependencies (2ddeb15)
Changelog

Sourced from cloud.google.com/go/firestore's changelog.

1.17.0 (2023-03-15)

Features

  • documentai: Added hints.language_hints field in OcrConfig (#7522) (b2c40c3)

1.16.0 (2023-02-22)

Features

Commits

Updates cloud.google.com/go/pubsub from 1.37.0 to 1.42.0

Commits

Updates github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

Release 10.22.1

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.22.0...v10.22.1

Commits

Updates github.com/go-resty/resty/v2 from 2.13.1 to 2.15.3

Release notes

Sourced from github.com/go-resty/resty/v2's releases.

v2.15.3

Release Notes

Bug Fixes

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.15.2...v2.15.3

v2.15.2

Release Notes

Bug Fixes

Documentation

Full Changelog: go-resty/resty@v2.15.1...v2.15.2

v2.15.1

Release Notes

Bug Fixes

Documentation

Full Changelog: go-resty/resty@v2.15.0...v2.15.1

v2.15.0

Release Notes

New Features

Enhancements

Bug Fixes

... (truncated)

Commits

Updates github.com/google/generative-ai-go from 0.10.0 to 0.18.0

Release notes

Sourced from github.com/google/generative-ai-go's releases.

v0.18.0

What's Changed

Full Changelog: google/generative-ai-go@v0.17.0...v0.18.0

v0.17.0

What's Changed

New Contributors

Full Changelog: google/generative-ai-go@v0.16.0...v0.17.0

... (truncated)

Commits
  • 1aa0515 genai: bump version for 0.18 release (#209)
  • 32bb384 genai: additional image and audio samples (#207)
  • 4a62952 genai: change all examples to use client.UploadFileFromPath (#205)
  • 3b22eee genai: add additional samples (#206)
  • 7d222a0 genai: add convenience client.UploadFileFromPath method (#203)
  • fb56fc2 genai: add basic PDF uploading example (#202)
  • 361f1ce genai: update samples with explicit file upload for video, and comments (#200)
  • 2bfb559 genai: add explicit MIME type CreateCachedContent example (#199)
  • 12dc289 genai: adjust uploadFile comment in examples (#189)
  • a0252ef genai: update comment in one of the samples (#195)
  • Additional commits viewable in compare view

Updates github.com/nats-io/nats-server/v2 from 2.10.18 to 2.10.21

Release notes

Sourced from github.com/nats-io/nats-server/v2's releases.

Release v2.10.21

Changelog

Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.

Go Version

  • 1.22.7

Dependencies

  • golang.org/x/crypto v0.27.0 (#5869)
  • golang.org/x/sys v0.25.0 (#5869)

Added

Config

  • New TLS min_version option for configuring the minimum supported TLS version (#5904)

Improved

JetStream

  • Global JetStream API queue hard limit for protecting the system (#5900, #5923)
  • Orphaned ephemeral consumer clean-up is now logged at debug level only (#5917)

Monitoring

  • statsz messages are now sent every 10 seconds instead of every 30 seconds (#5925)
  • Include JetStream pending API request count in statsz messages and jsz responses for monitoring (#5923, #5926)

Fixed

JetStream

  • Fix an issue comparing the stream configuration with the updated stream assignment on stream create (#5854)
  • Improvements to recovering from old or corrupted index.db (#5893, #5901, #5907)
  • Ensure that consumer replicas and placement are adjusted properly when scaling down a replicated stream (#5927)
  • Fix a panic that could occur when trying to shut down while the JetStream meta group was in the process of being set up (#5934)

Monitoring

  • Always update account issuer in accountsz (#5886)

OCSP

  • Fix peer validation on the HTTPS monitoring port when OCSP is enabled (#5906)

Config

  • Support multiple trusted operators using a config file (#5896)

Complete Changes

nats-io/nats-server@v2.10.20...v2.10.21

Release v2.10.21-RC.4

... (truncated)

Commits
  • d3a8868 Release v2.10.21
  • cbbef5a Reuse pre-existing sys account reference
  • 5792b08 Bump to 2.10.21-RC.4
  • b39694d Cherry-picks for 2.10.21-RC.4 (#5928)
  • 098b4f8 When scaling down a stream make sure replica count is correct if adjusted and...
  • 8c0b9b5 Ensure pending sent correctly in regular statsz messages
  • 6fb4277 Publish STATSZ messages every 10 seconds rather than 30
  • 58fba00 Add pending to jsz response and statsz (#5923)
  • bac6cc2 Bump to 2.10.21-RC.3
  • 1e29e3a Cherry-picks for 2.10.21-RC.3 (#5921)
  • Additional commits viewable in compare view

Updates github.com/nats-io/nats.go from 1.36.0 to 1.37.0

Release notes

Sourced from github.com/nats-io/nats.go's releases.

Release v1.37.0

Changelog

Added

  • JetStream:
    • CleanupPublisher method for removing internal JetStream subscription (#1690)
    • ConsumeContext.Closed() method for waiting for consume to be closed/drained (#1691)

Fixed

  • JetStream:
    • Fix deadlock when accessing subscriptions map on a consumer (#1671)
    • Fix panic in OrderedConsumer (#1686)
    • Fix setting deliver policy in Fetch() for OrderedConsumer (#1693)
  • Legacy JetStream:
    • Change Fetch and FetchBatch client timeout to a higher value (#1689)

Improved

  • Trim trailing slash if set on server address which can cause errors during lookup (#1654)
  • Fixed README.md formatting. Thanks @​patrick-othmer for the contribution (#1692)

Deprecated

  • Deprecate encoded connections (#1674)

Complete Changes

nats-io/nats.go@v1.36.0...v1.37.0

Commits
  • 278f9f1 Release v1.37.0 (#1697)
  • 6a7246d [ADDED] ConsumeContext.Closed() method for waiting for consume to be closed/d...
  • c76a9a7 [ADDED] CleanupPublisher method for removing internal JetStream subscription ...
  • af10233 [FIXED] Change Fetch client timeout to a higher value (#1689)
  • 3498a06 [FIXED] Setting deliver policy in Fetch() for OrderedConsumer (#1693)
  • e3df53d Correct README.md formatting (#1692)
  • 5e0a59b [FIXED] Panic in ordered consumer (#1686)
  • a8a32d5 Update docker for compatibility tests (#1688)
  • c693ec3 [FIXED] Deadlock when accessing subscriptions map on consumer (#1671)
  • 94fa0cb Deprecate encoded connections (#1674)
  • Additional commits viewable in compare view

Updates github.com/openziti/zrok from 0.4.38 to 0.4.40

Release notes

Sourced from github.com/openziti/zrok's releases.

v0.4.40

CHANGELOG

FEATURE: New endpoint for synchronizing grants for an account (openziti/zrok#744). Useful for updating the zrok.proxy.v1 config objects containing interstitial setting when the skip_interstitial_grants table has been updated.

FIX: prune incorrect troubleshooting advice about listing Caddy's certificates

v0.4.39

CHANGELOG

FEATURE: New API endpoint allowing direct creation of accounts in the zrok database. Requires an admin token (specified in the controller configuration yaml) for authentication. See the OpenAPI spec for details of the API endpoint. The zrok admin create account CLI was also updated to call the API endpoint, rather than directly operating on the underlying database (openziti/zrok#734). The Docker and Kubernetes zrok instance deployments were adapted to the new CLI parameter shape.

FEATURE: Support html_path directive in interstitial stanza of public frontend configuration to support using an external HTML file for the interstitial page (openziti/zrok#716)

FEATURE: zrok access private now includes a --response-header flag to add headers to the response for HTTP-based backends. Add flag multiple times to add multiple headers to the response. Expects key:value header definitions in this format: --response-header "Access-Control-Allow-Origin: *" (openziti/zrok#522)

CHANGE: Update github.com/openziti/sdk-golang (and related dependencies) to version v0.23.40.

CHANGE: upgrade to ziti v1.1.7 CLI in zrok container image

Changelog

Sourced from github.com/openziti/zrok's changelog.

v0.4.40

FEATURE: New endpoint for synchronizing grants for an account (openziti/zrok#744). Useful for updating the zrok.proxy.v1 config objects containing interstitial setting when the skip_interstitial_grants table has been updated.

FIX: prune incorrect troubleshooting advice about listing Caddy's certificates

v0.4.39

FEATURE: New API endpoint allowing direct creation of accounts in the zrok database. Requires an admin token (specified in the controller configuration yaml) for authentication. See the OpenAPI spec for details of the API endpoint. The zrok admin create account CLI was also updated to call the API endpoint, rather than directly operating on the underlying database (openziti/zrok#734). The Docker and Kubernetes zrok instance deployments were adapted to the new CLI parameter shape.

FEATURE: Support html_path directive in interstitial stanza of public frontend configuration to support using an external HTML file for the interstitial page (openziti/zrok#716)

FEATURE: zrok access private now includes a --response-header flag to add headers to the response for HTTP-based backends. Add flag multiple times to add multiple headers to the response. Expects key:value header definitions in this format: --response-header "Access-Control-Allow-Origin: *" (openziti/zrok#522)

CHANGE: Update github.com/openziti/sdk-golang (and related dependencies) to version v0.23.40.

CHANGE: upgrade to ziti v1.1.7 CLI in zrok container image

Commits

Updates go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 0.39.0 to 1.30.0

Release notes

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc's releases.

Release v1.23.0-rc.1

This is a release candidate for the v1.23.0 release. That release is expected to include the v1 release of the following modules:

  • go.opentelemetry.io/otel/bridge/opencensus
  • go.opentelemetry.io/otel/bridge/opencensus/test
  • go.opentelemetry.io/otel/example/opencensus
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric

See our versioning policy for more information about these stability guarantees.

Release v1.10.0

Added

  • Support Go 1.19. (#3077) Include compatibility testing and document support. (#3077)
  • Support the OTLP ExportTracePartialSuccess response; these are passed to the registered error handler. (#3106)
  • Upgrade go.opentelemetry.io/proto/otlp from v0.18.0 to v0.19.0 (#3107)

Changed

  • Fix misidentification of OpenTelemetry SpanKind in OpenTracing bridge (go.opentelemetry.io/otel/bridge/opentracing). (#3096)
  • Attempting to start a span with a nil context will no longer cause a panic. (#3110)
  • All exporters will be shutdown even if one reports an error (#3091)
  • Ensure valid UTF-8 when truncating over-length attribute values. (#3156)

Release v1.6.3

Fixed

  • Allow non-comparable global MeterProvider, TracerProvider, and TextMapPropagator types to be set. (#2772, #2773)

Release v1.6.2

1.6.2 - 2022-04-06

Changed

  • Don't panic anymore when setting a global TracerProvider or TextMapPropagator to itself. (#2749)
  • Upgrade go.opentelemetry.io/proto/otlp in go.opentelemetry.io/otel/exporters/otlp/otlptrace from v0.12.1 to v0.15.0. This replaces the use of the now deprecated InstrumentationLibrary and InstrumentationLibrarySpans types and fields in the proto library with the equivalent InstrumentationScope and ScopeSpans. (#2748)

Release v1.6.1

Fixed

  • The go.opentelemetry.io/otel/schema/* packages now use the correct schema URL for their SchemaURL constant. Instead of using "https://opentelemetry.io/schemas/v<version>" they now use the correct URL without a v prefix, "https://opentelemetry.io/schemas/<version>". (#2743, #2744)

Security

  • Upgrade go.opentelemetry.io/proto/otlp from v0.12.0 to v0.12.1. This includes an indirect upgrade of github.com/grpc-ecosystem/grpc-gateway which resolves a vulnerability from gopkg.in/yaml.v2 in version v2.2.3. (#2724, #2728)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc's changelog.

[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09

Added

  • Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE environments in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#5739)
  • The WithResource option for NewMeterProvider now merges the provided resources with the ones from environment variables. (#5773)
  • The WithResource option for NewLoggerProvider now merges the provided resources with the ones from environment variables. (#5773)
  • Add UTF-8 support to go.opentelemetry.io/otel/exporters/prometheus. (#5755)

Fixed

  • Fix memory leak in the global MeterProvider when identical instruments are repeatedly created. (#5754)
  • Fix panic on instruments creation when setting meter provider. (#5758)
  • Fix an issue where SetMeterProvider in go.opentelemetry.io/otel might miss the delegation for instruments and registries. (#5780)

Removed

[1.29.0/0.51.0/0.5.0] 2024-08-23

This release is the last to support [Go 1.21]. The next release will require at least [Go 1.22].

Added

  • Add MacOS ARM64 platform to the compatibility testing suite. (#5577)
  • Add InstrumentationScope field to SpanStub in go.opentelemetry.io/otel/sdk/trace/tracetest, as a replacement for the deprecated InstrumentationLibrary. (#5627)
  • Make the initial release of go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. This new module contains an OTLP exporter that transmits log telemetry using gRPC. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5629)
  • Add Walk function to TraceState in go.opentelemetry.io/otel/trace to iterate all the key-value pairs. (#5651)
  • Bridge the trace state in go.opentelemetry.io/otel/bridge/opencensus. (#5651)
  • Zero value of SimpleProcessor in go.opentelemetry.io/otel/sdk/log no longer panics. (#5665)
  • The FilterProcessor interface type is added in go.opentelemetry.io/otel/sdk/log/internal/x. This is an optional and experimental interface that log Processors can implement to instruct the Logger if a Record will be processed or not. It replaces the existing Enabled method that is removed from the Processor interface itself. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (#5692)
  • Support [Go 1.23]. (#5720)

Changed

  • NewMemberRaw, NewKeyProperty and NewKeyValuePropertyRaw in go.opentelemetry.io/otel/baggage allow UTF-8 string in key. (#5132)
  • Processor.OnEmit in go.opentelemetry.io/otel/sdk/log now accepts a pointer to Record instead of a value so that the record modifications done in a processor are propagated to subsequent registered processors. (#5636)
  • SimpleProcessor.Enabled in go.opentelemetry.io/otel/sdk/log now returns false if the exporter is nil. (#5665)
  • Update the concurrency requirements of Exporter in go.opentelemetry.io/otel/sdk/log. (#5666)
  • SimpleProcessor in go.opentelemetry.io/otel/sdk/log synchronizes OnEmit calls. (#5666)
  • The Processor interface in go.opentelemetry.io/otel/sdk/log no longer includes the Enabled method. See the FilterProcessor interface type added in go.opentelemetry.io/otel/sdk/log/internal/x to continue providing this functionality. (#5692)

... (truncated)

Commits
  • ed4fc75 Release v1.30.0/v0.52.0/v0.6.0/v0.0.9 (#5797)
  • cdd2dbb Drop support for Go 1.21 in dice example (#5800)
  • e9ac0d2 fix(deps): update module google.golang.org/grpc to v1.66.1 (#5798)
  • 4cc9fee fix(deps): update golang.org/x/exp digest to 701f63a (#5795)
  • 71b341f Add utf8 support to the prometheus exporter (#5755)
  • 506a9ba Fix typos (#5763)
  • b37e8a9 SetMeterProvider might miss the delegation for instruments and registries (...
  • 9e1b015 fix(metric, log): merge explicit resource with environment variables (#5773)
  • 8dca9cc Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE envi...
  • fb7cc02 fix(deps): update module github.com/prometheus/client_golang to v1.20.3 (#5788)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.25.0 to 1.30.0

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace's changelog.

[1.30.0/0.52.0/0.6.0/0.0.9] 2024-09-09

Added

  • Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE environments in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#5739)
  • The WithResource option for NewMeterProvider now merges the provided resources with the ones from environment variables. (#5773)
  • The WithResource option for NewLoggerProvider now merges the provided resources with the ones from environment variables. (#5773)
  • Add UTF-8 support to go.opentelemetry.io/otel/exporters/prometheus. (#5755)

Fixed

  • Fix memory leak in the global MeterProvider when identical instruments are repeatedly created. (#5754)
  • Fix panic on instruments creation when setting meter provider. (#5758)
  • Fix an issue where SetMeterProvider in go.opentelemetry.io/otel might miss the delegation for instruments and registries. (#5780)

Removed

[1.29.0/0.51.0/0.5.0] 2024-08-23

This release is the last to support [Go 1.21]. The next release will require at least [Go 1.22].

Added

  • Add MacOS ARM64 platform to the compatibility testing suite. (

Bumps the all-dependencies group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/firestore](https://github.com/googleapis/google-cloud-go) | `1.15.0` | `1.17.0` |
| [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.37.0` | `1.42.0` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.22.0` | `10.22.1` |
| [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) | `2.13.1` | `2.15.3` |
| [github.com/google/generative-ai-go](https://github.com/google/generative-ai-go) | `0.10.0` | `0.18.0` |
| [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) | `2.10.18` | `2.10.21` |
| [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.36.0` | `1.37.0` |
| [github.com/openziti/zrok](https://github.com/openziti/zrok) | `0.4.38` | `0.4.40` |
| [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://github.com/open-telemetry/opentelemetry-go) | `0.39.0` | `1.30.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) | `1.25.0` | `1.30.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.25.0` | `1.30.0` |
| [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) | `0.39.0` | `1.30.0` |
| [golang.ngrok.com/ngrok](https://github.com/ngrok/ngrok-go) | `1.9.1` | `1.10.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.168.0` | `0.196.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.66.1` | `1.67.0` |
| [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) | `1.5.7` | `1.5.9` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.10` | `1.25.12` |
| [gorm.io/plugin/opentelemetry](https://github.com/go-gorm/opentelemetry) | `0.1.4` | `0.1.7` |
| [storj.io/uplink](https://github.com/storj/uplink) | `1.13.0` | `1.13.1` |


Updates `cloud.google.com/go/firestore` from 1.15.0 to 1.17.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@kms/v1.15.0...kms/v1.17.0)

Updates `cloud.google.com/go/pubsub` from 1.37.0 to 1.42.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.37.0...pubsub/v1.42.0)

Updates `github.com/go-playground/validator/v10` from 10.22.0 to 10.22.1
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](go-playground/validator@v10.22.0...v10.22.1)

Updates `github.com/go-resty/resty/v2` from 2.13.1 to 2.15.3
- [Release notes](https://github.com/go-resty/resty/releases)
- [Commits](go-resty/resty@v2.13.1...v2.15.3)

Updates `github.com/google/generative-ai-go` from 0.10.0 to 0.18.0
- [Release notes](https://github.com/google/generative-ai-go/releases)
- [Commits](google/generative-ai-go@v0.10.0...v0.18.0)

Updates `github.com/nats-io/nats-server/v2` from 2.10.18 to 2.10.21
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](nats-io/nats-server@v2.10.18...v2.10.21)

Updates `github.com/nats-io/nats.go` from 1.36.0 to 1.37.0
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.36.0...v1.37.0)

Updates `github.com/openziti/zrok` from 0.4.38 to 0.4.40
- [Release notes](https://github.com/openziti/zrok/releases)
- [Changelog](https://github.com/openziti/zrok/blob/main/CHANGELOG.md)
- [Commits](openziti/zrok@v0.4.38...v0.4.40)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc` from 0.39.0 to 1.30.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@sdk/metric/v0.39.0...v1.30.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.25.0 to 1.30.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.25.0...v1.30.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.25.0 to 1.30.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.25.0...v1.30.0)

Updates `go.opentelemetry.io/otel/sdk/metric` from 0.39.0 to 1.30.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@sdk/metric/v0.39.0...v1.30.0)

Updates `golang.ngrok.com/ngrok` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/ngrok/ngrok-go/releases)
- [Changelog](https://github.com/ngrok/ngrok-go/blob/main/CHANGELOG.md)
- [Commits](ngrok/ngrok-go@v1.9.1...v1.10.0)

Updates `google.golang.org/api` from 0.168.0 to 0.196.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.168.0...v0.196.0)

Updates `google.golang.org/grpc` from 1.66.1 to 1.67.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.66.1...v1.67.0)

Updates `gorm.io/driver/postgres` from 1.5.7 to 1.5.9
- [Commits](go-gorm/postgres@v1.5.7...v1.5.9)

Updates `gorm.io/gorm` from 1.25.10 to 1.25.12
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.10...v1.25.12)

Updates `gorm.io/plugin/opentelemetry` from 0.1.4 to 0.1.7
- [Release notes](https://github.com/go-gorm/opentelemetry/releases)
- [Commits](go-gorm/opentelemetry@v0.1.4...v0.1.7)

Updates `storj.io/uplink` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/storj/uplink/releases)
- [Commits](storj/uplink@v1.13.0...v1.13.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/firestore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: cloud.google.com/go/pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/go-playground/validator/v10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/go-resty/resty/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/google/generative-ai-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/nats-io/nats.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/openziti/zrok
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk/metric
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: golang.ngrok.com/ngrok
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: gorm.io/driver/postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: gorm.io/plugin/opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: storj.io/uplink
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 27, 2024
@Ignaciojeria Ignaciojeria merged commit 29e11f3 into master Sep 27, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/all-dependencies-7d3ff58978 branch September 27, 2024 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant