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 module go.infratographer.com/x to v0.6.0 #257

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.infratographer.com/x v0.3.9 -> v0.6.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

infratographer/x (go.infratographer.com/x)

v0.6.0

Compare Source

What's Changed

Full Changelog: infratographer/x@v0.5.4...v0.6.0

v0.5.4

Compare Source

What's Changed

Full Changelog: infratographer/x@v0.5.3...v0.5.4

v0.5.3

Compare Source

What's Changed

Full Changelog: infratographer/x@v0.5.2...v0.5.3

v0.5.2

Compare Source

What's Changed

Full Changelog: infratographer/x@v0.5.1...v0.5.2

v0.5.1

Compare Source

What's Changed

Full Changelog: infratographer/x@v0.5.0...v0.5.1

v0.5.0

Compare Source

Notes

Breaking Changes
  • echojwtx.WithKeyFuncOptions() has been replaced by echojwtx.WithHTTPClientStorageOptions() as part of the update from github.com/micahparks/keyfunc/v2 to v3.

What's Changed

Full Changelog: infratographer/x@v0.4.0...v0.5.0

v0.4.0

Compare Source

Upgrade notes

gqlgen now includes additional federation values when generating schemas. If you run into an error about federation__Policy in the schema being unknown you will need to add the following lines of code into your file that generates the schema (generally called gen_schema.go).

schema.Types["federation__Policy"].BuiltIn = false
schema.Types["federation__Scope"].BuiltIn = false

These lines will go after:

intObj := schema.Directives["interfaceObject"]
intObj.Position.Src.BuiltIn = false
schema.Types["FieldSet"].BuiltIn = false

What's Changed

New Contributors

Full Changelog: infratographer/x@v0.3.9...v0.4.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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 Feb 6, 2025

ℹ Artifact update notice

File name: 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):

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

Details:

Package Change
go 1.23 -> 1.23.0
github.com/jmoiron/sqlx v1.3.5 -> v1.4.0
github.com/prometheus/client_golang v1.19.0 -> v1.20.5
github.com/spf13/viper v1.18.2 -> v1.19.0
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.49.0 -> v0.58.0
go.opentelemetry.io/otel v1.24.0 -> v1.33.0
golang.org/x/oauth2 v0.21.0 -> v0.25.0
github.com/XSAM/otelsql v0.23.0 -> v0.36.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 -> v1.33.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 -> v1.33.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 -> v1.33.0
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.21.0 -> v1.33.0
go.opentelemetry.io/otel/metric v1.24.0 -> v1.33.0
go.opentelemetry.io/otel/sdk v1.21.0 -> v1.33.0
go.opentelemetry.io/otel/trace v1.24.0 -> v1.33.0
go.opentelemetry.io/proto/otlp v1.0.0 -> v1.4.0
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 -> v0.0.0-20241209162323-e6fa225c2576
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f -> v0.0.0-20250102185135-69823020774d
github.com/cenkalti/backoff/v4 v4.2.1 -> v4.3.0
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 -> v2.24.0
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 -> v0.0.0-20240606120523-5a60cdf6a761
github.com/pressly/goose/v3 v3.15.0 -> v3.24.1
github.com/prometheus/client_model v0.5.0 -> v0.6.1
github.com/prometheus/common v0.48.0 -> v0.61.0
github.com/prometheus/procfs v0.12.0 -> v0.15.1
github.com/spf13/cast v1.6.0 -> v1.7.0
google.golang.org/grpc v1.59.0 -> v1.69.4
google.golang.org/protobuf v1.36.1 -> v1.36.2

@renovate renovate bot requested a review from a team as a code owner February 6, 2025 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants