Skip to content

Conversation

@hailaz
Copy link
Contributor

@hailaz hailaz commented Oct 11, 2025

No description provided.

@hailaz hailaz requested a review from houseme October 11, 2025 01:57
@houseme
Copy link
Member

houseme commented Oct 11, 2025

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.
@hailaz
Copy link
Contributor Author

hailaz commented Oct 11, 2025

Otel related packages will be upgraded to 1.38.0 together

done

@houseme houseme requested a review from Copilot October 11, 2025 03:56
Copy link
Contributor

Copilot AI left a 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.

hailaz and others added 5 commits October 11, 2025 12:05
…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]>
@houseme houseme requested a review from Copilot October 11, 2025 04:16
Copy link
Contributor

Copilot AI left a 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.

@hailaz hailaz merged commit 2b7b4c8 into master Oct 11, 2025
32 checks passed
@hailaz hailaz deleted the fix/v2.9.4 branch October 11, 2025 06:58
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.

3 participants