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

fix(deps): update backend #323

Merged
merged 1 commit into from
Dec 14, 2024
Merged

fix(deps): update backend #323

merged 1 commit into from
Dec 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
99designs/gqlgen patch v0.17.57 -> v0.17.60 age adoption passing confidence
dpage/pgadmin4 minor 8.13.0 -> 8.14.0 age adoption passing confidence
github.com/99designs/gqlgen patch v0.17.57 -> v0.17.60 age adoption passing confidence
github.com/99designs/gqlgen require patch v0.17.57 -> v0.17.60 age adoption passing confidence
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin require minor v0.57.0 -> v0.58.0 age adoption passing confidence
go.opentelemetry.io/contrib/propagators/b3 require minor v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/contrib/propagators/jaeger require minor v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/contrib/propagators/ot require minor v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel require minor v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace require minor v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp require minor v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk require minor v1.32.0 -> v1.33.0 age adoption passing confidence
go.opentelemetry.io/otel/trace require minor v1.32.0 -> v1.33.0 age adoption passing confidence
gorm.io/driver/sqlite require patch v1.5.6 -> v1.5.7 age adoption passing confidence
gorm.io/plugin/opentelemetry require patch v0.1.10 -> v0.1.11 age adoption passing confidence
maildev/maildev minor 2.1.0 -> 2.2.1 age adoption passing confidence

Release Notes

99designs/gqlgen (99designs/gqlgen)

v0.17.60

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.59...v0.17.60

v0.17.59

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.58...v0.17.59

v0.17.58

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.57...v0.17.58

open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/propagators/b3)

v1.33.0: /v0.58.0/v0.27.0/v0.13.0/v0.8.0/v0.6.0/v0.5.0

Compare Source

Overview
Added
  • Added support for providing endpoint, pollingIntervalMs and initialSamplingRate using environment variable OTEL_TRACES_SAMPLER_ARG in go.opentelemetry.io/contrib/samples/jaegerremote. (#​6310)
  • Added support exporting logs via OTLP over gRPC in go.opentelemetry.io/contrib/config. (#​6340)
  • The go.opentelemetry.io/contrib/bridges/otellogr module.
    This module provides an OpenTelemetry logging bridge for github.com/go-logr/logr. (#​6386)
  • Added SNS instrumentation in go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws. (#​6388)
Changed
  • Change the span name to be GET /path so it complies with the OTel HTTP semantic conventions in go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho. (#​6365)
  • Record errors instead of setting the gin.errors attribute in go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin. (#​6346)
  • The go.opentelemetry.io/contrib/config now supports multiple schemas in subdirectories (i.e. go.opentelemetry.io/contrib/config/v0.3.0) for easier migration. (#​6412)
Fixed
  • Fix broken AWS presigned URLs when using instrumentation in go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws. (#​5975)
  • Fixed the value for configuring the OTLP exporter to use grpc instead of grpc/protobuf in go.opentelemetry.io/contrib/config. (#​6338)
  • Allow marshaling types in go.opentelemetry.io/contrib/config. (#​6347)
  • Removed the redundant handling of panic from the HTML function in go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin. (#​6373)
  • The code.function attribute emitted by go.opentelemetry.io/contrib/bridges/otelslog now stores just the function name instead the package path-qualified function name. The code.namespace attribute now stores the package path. (#​6415)
  • The code.function attribute emitted by go.opentelemetry.io/contrib/bridges/otelzap now stores just the function name instead the package path-qualified function name. The code.namespace attribute now stores the package path. (#​6423)
What's Changed
New Contributors

Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.32.0...v1.33.0

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.33.0: /v0.55.0/v0.9.0/v0.0.12

Compare Source

Overview
Added
  • Add Reset method to SpanRecorder in go.opentelemetry.io/otel/sdk/trace/tracetest. (#​5994)
  • Add EnabledInstrument interface in go.opentelemetry.io/otel/sdk/metric/internal/x. This is an experimental interface that is implemented by synchronous instruments provided by go.opentelemetry.io/otel/sdk/metric. Users can use it to avoid performing computationally expensive operations when recording measurements. 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. (#​6016)
Changed
  • The default global API now supports full auto-instrumentation from the go.opentelemetry.io/auto package. See that package for more information. (#​5920)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5929)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5929)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5929)
  • Performance improvements for attribute value AsStringSlice, AsFloat64Slice, AsInt64Slice, AsBoolSlice. (#​6011)
  • Change EnabledParameters to have a Severity field instead of a getter and setter in go.opentelemetry.io/otel/log. (#​6009)
Fixed
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5954)
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5954)
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5954)
  • Fix invalid exemplar keys in go.opentelemetry.io/otel/exporters/prometheus. (#​5995)
  • Fix attribute value truncation in go.opentelemetry.io/otel/sdk/trace. (#​5997)
  • Fix attribute value truncation in go.opentelemetry.io/otel/sdk/log. (#​6032)
What's Changed
  • fix(deps): update module google.golang.org/grpc to v1.68.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Dec 11, 2024

ℹ Artifact update notice

File name: backend/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 11 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.5 -> 1.22.7
github.com/bytedance/sonic v1.12.4 -> v1.12.5
github.com/gabriel-vasile/mimetype v1.4.6 -> v1.4.7
github.com/goccy/go-json v0.10.3 -> v0.10.4
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 -> v2.24.0
go.opentelemetry.io/otel/metric v1.32.0 -> v1.33.0
go.opentelemetry.io/proto/otlp v1.3.1 -> v1.4.0
golang.org/x/arch v0.11.0 -> v0.12.0
golang.org/x/net v0.30.0 -> v0.32.0
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20241209162323-e6fa225c2576
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 -> v0.0.0-20241209162323-e6fa225c2576
google.golang.org/grpc v1.67.1 -> v1.68.1

@renovate renovate bot added the renovate label Dec 11, 2024
@coveralls
Copy link

coveralls commented Dec 11, 2024

Pull Request Test Coverage Report for Build 12330109419

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 50.196%

Totals Coverage Status
Change from base Build 12330103778: 0.0%
Covered Lines: 3078
Relevant Lines: 6132

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/backend branch 3 times, most recently from f379aaa to 1ddc926 Compare December 12, 2024 19:19
@github-actions github-actions bot added size/M and removed size/S labels Dec 12, 2024
@renovate renovate bot force-pushed the renovate/backend branch from 1ddc926 to 9ba8154 Compare December 12, 2024 21:28
@github-actions github-actions bot added size/L and removed size/M labels Dec 12, 2024
@renovate renovate bot force-pushed the renovate/backend branch from 9ba8154 to dedb8fc Compare December 14, 2024 12:25
@renovate renovate bot force-pushed the renovate/backend branch from dedb8fc to 5b3e1e1 Compare December 14, 2024 13:06
@oxyno-zeta oxyno-zeta merged commit 35935b7 into master Dec 14, 2024
16 checks passed
@renovate renovate bot deleted the renovate/backend branch December 14, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants