Skip to content

fix(deps): update all non-major go dependencies - autoclosed#284

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-non-major-go-dependencies
Closed

fix(deps): update all non-major go dependencies - autoclosed#284
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-non-major-go-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/99designs/gqlgen v0.17.70 -> v0.17.73 age adoption passing confidence
github.com/vektah/gqlparser/v2 v2.5.23 -> v2.5.26 age adoption passing confidence
go.opentelemetry.io/otel v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0 -> v0.11.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.8.0 -> v0.11.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.32.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.32.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/log v0.8.0 -> v0.11.0 age adoption passing confidence
go.opentelemetry.io/otel/metric v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk/log v0.8.0 -> v0.11.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk/metric v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/trace v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/proto/otlp v1.3.1 -> v1.6.0 age adoption passing confidence
golang.org/x/sync v0.12.0 -> v0.14.0 age adoption passing confidence
google.golang.org/grpc v1.71.0 -> v1.72.0 age adoption passing confidence

Release Notes

99designs/gqlgen (github.com/99designs/gqlgen)

v0.17.73

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.72...v0.17.73

v0.17.72

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.71...v0.17.72

v0.17.71

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.70...v0.17.71

vektah/gqlparser (github.com/vektah/gqlparser/v2)

v2.5.26

Compare Source

What's Changed

Full Changelog: vektah/gqlparser@v2.5.25...v2.5.26

v2.5.25

Compare Source

What's Changed

New Contributors

Full Changelog: vektah/gqlparser@v2.5.24...v2.5.25

v2.5.24

Compare Source

What's Changed

New Contributors

Full Changelog: vektah/gqlparser@v2.5.23...v2.5.24

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

v1.35.0: /v0.57.0/v0.11.0

Compare Source

Overview

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

Added
  • Add ValueFromAttribute and KeyValueFromAttribute in go.opentelemetry.io/otel/log. (#​6180)
  • Add EventName and SetEventName to Record in go.opentelemetry.io/otel/log. (#​6187)
  • Add EventName to RecordFactory in go.opentelemetry.io/otel/log/logtest. (#​6187)
  • AssertRecordEqual in go.opentelemetry.io/otel/log/logtest checks Record.EventName. (#​6187)
  • Add EventName and SetEventName to Record in go.opentelemetry.io/otel/sdk/log. (#​6193)
  • Add EventName to RecordFactory in go.opentelemetry.io/otel/sdk/log/logtest. (#​6193)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#​6211)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6211)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/stdout/stdoutlog (#​6210)
  • The go.opentelemetry.io/otel/semconv/v1.28.0 package.
    The package contains semantic conventions from the v1.28.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.27.0(#​6236)
  • The go.opentelemetry.io/otel/semconv/v1.30.0 package.
    The package contains semantic conventions from the v1.30.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.28.0(#​6240)
  • Document the pitfalls of using Resource as a comparable type.
    Resource.Equal and Resource.Equivalent should be used instead. (#​6272)
  • Support [Go 1.24]. (#​6304)
  • Add FilterProcessor and EnabledParameters in go.opentelemetry.io/otel/sdk/log.
    It replaces go.opentelemetry.io/otel/sdk/log/internal/x.FilterProcessor.
    Compared to previous version it additionally gives the possibility to filter by resource and instrumentation scope. (#​6317)
Changed
  • Update github.com/prometheus/common to v0.62.0, which changes the NameValidationScheme to NoEscaping.
    This allows metrics names to keep original delimiters (e.g. .), rather than replacing with underscores.
    This is controlled by the Content-Type header, or can be reverted by setting NameValidationScheme to LegacyValidation in github.com/prometheus/common/model. (#​6198)
Fixes
  • Eliminate goroutine leak for the processor returned by NewSimpleSpanProcessor in go.opentelemetry.io/otel/sdk/trace when Shutdown is called and the passed ctx is canceled and SpanExporter.Shutdown has not returned. (#​6368)
  • Eliminate goroutine leak for the processor returned by NewBatchSpanProcessor in go.opentelemetry.io/otel/sdk/trace when ForceFlush is called and the passed ctx is canceled and SpanExporter.Export has not returned. (#​6369)
What's Changed

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Never, 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.

@renovate renovate bot requested a review from a team as a code owner April 30, 2025 10:19
@renovate
Copy link
Contributor Author

renovate bot commented Apr 30, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: dagger/check-doc-version/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: dagger/check-doc-version imports
	dagger/check-doc-version/internal/dagger: package dagger/check-doc-version/internal/dagger is not in std (/opt/containerbase/tools/golang/1.23.6/src/dagger/check-doc-version/internal/dagger)

renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 30, 2025
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 43edaef to abb3c0f Compare May 2, 2025 09:59
renovate-approve[bot]
renovate-approve bot previously approved these changes May 2, 2025
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from abb3c0f to 8ecf6ae Compare May 2, 2025 16:51
renovate-approve[bot]
renovate-approve bot previously approved these changes May 2, 2025
sxd
sxd previously approved these changes May 2, 2025
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 8ecf6ae to 4131e7c Compare May 2, 2025 20:00
@renovate renovate bot dismissed stale reviews from sxd and renovate-approve[bot] via 367d70d May 5, 2025 14:33
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 4131e7c to 367d70d Compare May 5, 2025 14:33
| datasource | package                                                           | from     | to       |
| ---------- | ----------------------------------------------------------------- | -------- | -------- |
| go         | github.com/99designs/gqlgen                                       | v0.17.70 | v0.17.73 |
| go         | github.com/vektah/gqlparser/v2                                    | v2.5.23  | v2.5.26  |
| go         | go.opentelemetry.io/otel                                          | v1.34.0  | v1.35.0  |
| go         | go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc       | v0.8.0   | v0.11.0  |
| go         | go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp       | v0.8.0   | v0.11.0  |
| go         | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc | v1.32.0  | v1.35.0  |
| go         | go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp | v1.32.0  | v1.35.0  |
| go         | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc   | v1.32.0  | v1.35.0  |
| go         | go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp   | v1.32.0  | v1.35.0  |
| go         | go.opentelemetry.io/otel/log                                      | v0.8.0   | v0.11.0  |
| go         | go.opentelemetry.io/otel/metric                                   | v1.34.0  | v1.35.0  |
| go         | go.opentelemetry.io/otel/sdk                                      | v1.34.0  | v1.35.0  |
| go         | go.opentelemetry.io/otel/sdk/log                                  | v0.8.0   | v0.11.0  |
| go         | go.opentelemetry.io/otel/sdk/metric                               | v1.34.0  | v1.35.0  |
| go         | go.opentelemetry.io/otel/trace                                    | v1.34.0  | v1.35.0  |
| go         | go.opentelemetry.io/proto/otlp                                    | v1.3.1   | v1.6.0   |
| go         | golang.org/x/sync                                                 | v0.12.0  | v0.14.0  |
| go         | google.golang.org/grpc                                            | v1.71.0  | v1.72.0  |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 367d70d to 0d2777b Compare May 6, 2025 08:00
@renovate renovate bot changed the title fix(deps): update all non-major go dependencies fix(deps): update all non-major go dependencies - autoclosed May 6, 2025
@renovate renovate bot closed this May 6, 2025
@renovate renovate bot deleted the renovate/all-non-major-go-dependencies branch May 6, 2025 10:09
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.

1 participant