-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix: v2.9.4 #4461
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: v2.9.4 #4461
Conversation
|
Otel related packages will be upgraded to 1.38.0 together |
…ules - Updated go.opentelemetry.io/otel, go.opentelemetry.io/otel/sdk, go.opentelemetry.io/otel/trace, and related indirect dependencies from v1.37.0 to v1.38.0 in: - contrib/rpc/grpcx/go.mod - contrib/sdk/httpclient/go.mod - contrib/trace/otlpgrpc/go.mod - contrib/trace/otlphttp/go.mod - go.mod - Updated go.sum to reflect the changes in dependency versions. - Updated github.com/stretchr/testify from v1.10.0 to v1.11.1 in multiple modules.
done |
upgrade otel v1.38.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Fix release bump to v2.9.4 and align dependencies (notably OpenTelemetry) across modules.
- Bump framework version constant to v2.9.4
- Update go.mod requirements across root and contrib modules (OTel to v1.38.0, tablewriter to v1.1.0, etc.)
- Add Makefile targets to help branch and tag releases
Reviewed Changes
Copilot reviewed 30 out of 57 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| version.go | Update VERSION constant to v2.9.4 |
| go.mod | Bump otel libs to v1.38.0 and tablewriter to v1.1.0; tidy indirect deps |
| contrib/trace/otlphttp/go.mod | Bump gf and otel exporter/http dependencies to v1.38.0; update indirects |
| contrib/trace/otlpgrpc/go.mod | Bump gf and otel exporter/grpc dependencies to v1.38.0; update indirects |
| contrib/sdk/httpclient/go.mod | Bump gf to v2.9.4; align otel dependencies to v1.38.0 (indirect) |
| contrib/rpc/grpcx/go.mod | Bump gf and registry/file to v2.9.4; align otel core/trace to v1.38.0 |
| contrib/registry/zookeeper/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/registry/polaris/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/registry/nacos/go.mod | Align otel (indirect) to v1.38.0 |
| contrib/registry/file/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/registry/etcd/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/registry/consul/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/nosql/redis/go.mod | Bump gf to v2.9.4; align otel core/trace to v1.38.0 |
| contrib/metric/otelmetric/go.mod | Bump gf to v2.9.4; update otel modules to v1.38.0 and exporter/prometheus to v0.60.0; add related indirects |
| contrib/drivers/sqlitecgo/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/drivers/sqlite/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/drivers/pgsql/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/drivers/oracle/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/drivers/mysql/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/drivers/mssql/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/drivers/dm/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/drivers/clickhouse/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/config/polaris/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/config/nacos/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/config/kubecm/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/config/consul/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| contrib/config/apollo/go.mod | Bump gf to v2.9.4; align otel (indirect) to v1.38.0 |
| cmd/gf/go.mod | Bump gf and db driver contrib modules to v2.9.4; align otel (indirect) to v1.38.0 |
| README.MD | Update contributors image version query to v2.9.4 |
| Makefile | Add branch and tag helper targets for release workflow |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…ple modules - Upgraded github.com/olekukonko/tablewriter from v1.0.9 to v1.1.0 in the following modules: - contrib/nosql/redis - contrib/registry/consul - contrib/registry/etcd - contrib/registry/file - contrib/registry/nacos - contrib/registry/polaris - contrib/registry/zookeeper - contrib/rpc/grpcx - contrib/sdk/httpclient - Downgraded github.com/rogpeppe/go-internal from v1.14.1 to v1.13.1 in the following modules: - contrib/nosql/redis - contrib/registry/consul - contrib/registry/etcd - contrib/registry/file - contrib/registry/nacos - contrib/registry/polaris - contrib/registry/zookeeper - contrib/rpc/grpcx - contrib/sdk/httpclient
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 30 out of 57 changed files in this pull request and generated 4 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.