-
Notifications
You must be signed in to change notification settings - Fork 20
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
Bump go.opentelemetry.io/contrib/instrumentation/runtime from 0.53.0 to 0.58.0 #332
Bump go.opentelemetry.io/contrib/instrumentation/runtime from 0.53.0 to 0.58.0 #332
Conversation
Bumps [go.opentelemetry.io/contrib/instrumentation/runtime](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.53.0 to 0.58.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.53.0...zpages/v0.58.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/contrib/instrumentation/runtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Mergecat's ReviewClick to read mergecats review!😼 Mergecat review of go.mod@@ -20,6 +20,7 @@ require (
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
github.com/go-logr/zerologr v1.2.3
github.com/google/go-github/v62 v62.0.0
+ github.com/google/uuid v1.6.0
github.com/heptiolabs/healthcheck v0.0.0-20211123025425-613501dd5deb
github.com/imdario/mergo v0.3.16
github.com/jeremywohl/flatten v1.0.1
@@ -40,17 +41,17 @@ require (
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.19.0
- github.com/stretchr/testify v1.9.0
+ github.com/stretchr/testify v1.10.0
github.com/xanzy/go-gitlab v0.109.0
github.com/yannh/kubeconform v0.6.4
github.com/ziflex/lecho/v3 v3.7.0
- go.opentelemetry.io/contrib/instrumentation/runtime v0.53.0
- go.opentelemetry.io/otel v1.32.0
+ go.opentelemetry.io/contrib/instrumentation/runtime v0.58.0
+ go.opentelemetry.io/otel v1.33.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0
- go.opentelemetry.io/otel/sdk v1.32.0
- go.opentelemetry.io/otel/sdk/metric v1.32.0
- go.opentelemetry.io/otel/trace v1.32.0
+ go.opentelemetry.io/otel/sdk v1.33.0
+ go.opentelemetry.io/otel/sdk/metric v1.33.0
+ go.opentelemetry.io/otel/trace v1.33.0
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
golang.org/x/net v0.30.0
golang.org/x/oauth2 v0.24.0
@@ -84,7 +85,6 @@ require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/OneOfOne/xxhash v1.2.8 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
- github.com/TomOnTime/utfutil v0.0.0-20180511104225-09c41003ee1d // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 // indirect
@@ -158,7 +158,6 @@ require (
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/s2a-go v0.1.7 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
- github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
github.com/gorilla/mux v1.8.1 // indirect
@@ -264,17 +263,18 @@ require (
github.com/yuin/gopher-lua v1.1.1 // indirect
github.com/zclconf/go-cty v1.13.2 // indirect
go.opencensus.io v0.24.0 // indirect
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.55.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
- go.opentelemetry.io/otel/metric v1.32.0 // indirect
+ go.opentelemetry.io/otel/metric v1.33.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
go.uber.org/automaxprocs v1.5.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/sync v0.9.0 // indirect
- golang.org/x/sys v0.27.0 // indirect
+ golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/time v0.6.0 // indirect Feedback & Suggestions:
Dependency ReviewClick to read mergecats review!No suggestions found |
Temporary image deleted. |
Bumps go.opentelemetry.io/contrib/instrumentation/runtime from 0.53.0 to 0.58.0.
Release notes
Sourced from go.opentelemetry.io/contrib/instrumentation/runtime's releases.
... (truncated)
Changelog
Sourced from go.opentelemetry.io/contrib/instrumentation/runtime's changelog.
... (truncated)
Commits
f6667f6
Release v1.33.0/v0.58.0/v0.27.0/v0.13.0/v0.8.0/v0.6.0/v0.5.0 (#6435)741c472
config: add support for certificate configuration (#6376)0c0b385
Add method and benchmarks for pooling metric options (#6394)378d704
config: fix panic on nil value in headers name/value pair (#6425)1606707
chore(deps): update module github.com/goccy/go-json to v0.10.4 (#6430)3160376
fix(deps): update module github.com/labstack/echo/v4 to v4.13.2 (#6433)271162e
chore(deps): update module sigs.k8s.io/structured-merge-diff/v4 to v4.5.0 (#6...dc41d0e
chore(deps): update k8s.io/kube-openapi digest to 5ad02ce (#6432)a71bdc8
otelzap: Split code attributes (#6423)cb458f1
chore(deps): update module golang.org/x/crypto to v0.31.0 (#6426)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)