Skip to content

chore(deps): bump the dependencies group with 21 updates#337

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/go_modules/dependencies-21fdd4436f
Apr 1, 2026
Merged

chore(deps): bump the dependencies group with 21 updates#337
github-actions[bot] merged 1 commit intomasterfrom
dependabot/go_modules/dependencies-21fdd4436f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the dependencies group with 21 updates:

Package From To
github.com/Scalingo/go-utils/logger 1.12.0 1.12.1
github.com/olekukonko/tablewriter 1.1.3 1.1.4
github.com/outscale/osc-sdk-go/v2 2.32.0 2.33.0
github.com/urfave/cli/v3 3.6.2 3.8.0
go.etcd.io/etcd/api/v3 3.6.8 3.6.9
go.etcd.io/etcd/client/v3 3.6.8 3.6.9
github.com/Scalingo/go-utils/security 1.1.1 1.2.2
github.com/Scalingo/logrus-rollbar 1.4.3 1.4.4
github.com/fatih/color 1.18.0 1.19.0
github.com/goccy/go-json 0.10.5 0.10.6
github.com/mattn/go-runewidth 0.0.20 0.0.21
github.com/olekukonko/ll 0.1.7 0.1.8
go.etcd.io/etcd/client/pkg/v3 3.6.8 3.6.9
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux 0.65.0 0.67.0
go.opentelemetry.io/otel 1.40.0 1.42.0
go.opentelemetry.io/otel/metric 1.40.0 1.42.0
go.opentelemetry.io/otel/trace 1.40.0 1.42.0
golang.org/x/net 0.51.0 0.52.0
golang.org/x/oauth2 0.35.0 0.36.0
golang.org/x/sys 0.41.0 0.42.0
golang.org/x/text 0.34.0 0.35.0

Updates github.com/Scalingo/go-utils/logger from 1.12.0 to 1.12.1

Commits
  • 88d0cf1 Merge pull request #1491 from Scalingo/release/logger/1.12.1
  • 77c838d [logger] Bump v1.12.1
  • 1dca533 Merge pull request #1490 from Scalingo/dependabot/go_modules/otel/docs/exampl...
  • 6073326 chore(deps): bump go.opentelemetry.io/otel/sdk
  • 9322a9b Merge pull request #1489 from Scalingo/chore/bump-logrus-rollbar-to-v1.4.4
  • 9378ee3 chore(deps): update logrus-rollbar to v1.4.4
  • 810967a Merge pull request #1488 from Scalingo/dependabot/go_modules/otel/dependencie...
  • 4adf059 Merge pull request #1486 from Scalingo/dependabot/go_modules/postgresql/depen...
  • 1cf6f73 Merge pull request #1481 from Scalingo/dependabot/go_modules/nsqlbproducer/de...
  • f4b5762 Merge pull request #1485 from Scalingo/dependabot/go_modules/otel/docs/exampl...
  • Additional commits viewable in compare view

Updates github.com/olekukonko/tablewriter from 1.1.3 to 1.1.4

Commits
  • a0dea8a no need to disable twice
  • a4fb40a Merge pull request #314 from sducamp/fix/rendition-debug-leak
  • 6bc4cb4 fix: prevent debug output leak from renderer during Options() reconfiguration
  • 54408fe update ll to v0.1.6
  • 5ea5f3c add mote tab test ans update go mod
  • 1455dd8 Merge pull request #311 from olekukonko/tabber
  • d7b0a55 improve tab and make test more predictable
  • 62117a2 add space default #312 for colorized renderer
  • 4958831 ll v0.1.5 update enables logging by default hence disable
  • 1c68e06 use space for padding as default #312
  • Additional commits viewable in compare view

Updates github.com/outscale/osc-sdk-go/v2 from 2.32.0 to 2.33.0

Release notes

Sourced from github.com/outscale/osc-sdk-go/v2's releases.

v2.33.0

What's Changed

✨ Added

Full Changelog: outscale/osc-sdk-go@v2.32.0...v2.33.0

Changelog

Sourced from github.com/outscale/osc-sdk-go/v2's changelog.

2.33.0

  • SDK update for Outscale API vv1.40.1
Commits
  • 49615ec 🔖 release: osc-sdk-go v2.33.0
  • c1777bf ⬆️ deps(gomod): update module golang.org/x/oauth2 to v0.36.0
  • 2176b19 ⬆️ deps(github-actions): update actions/setup-go digest to 4b73464
  • f5c325b ⬆️ deps(github-actions): pin endbug/label-sync action to 5207415
  • 2bdcce9 🚀 chore: add GitHub release config and sync-labels workflow
  • e16a725 ⬆️ deps(github-actions): update actions/checkout digest to de0fac2
  • 2bdc393 ⬆️ deps(gomod): update module golang.org/x/oauth2 to v0.35.0
  • 5a73142 ⬆️ deps(github-actions): pin peter-evans/create-pull-request action to c0f553f
  • 6604c80 ⬆️ deps(gomod): update module github.com/outscale/osc-sdk-go/v2 to v2.32.0
  • d5ceff8 👷 ci: refactor update and release workflow
  • See full diff in compare view

Updates github.com/urfave/cli/v3 from 3.6.2 to 3.8.0

Release notes

Sourced from github.com/urfave/cli/v3's releases.

v3.8.0

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.7.0...v3.8.0

v3.7.0

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.6.2...v3.7.0

Commits
  • 78e356c Merge pull request #2296 from idelchi/issue_2292
  • 4d20bae Fix formatting and whitespace in command_test.go
  • 7b90614 Merge branch 'main' into issue_2292
  • 41c4f5f Merge pull request #2297 from idelchi/issue_2293
  • d3f9586 Merge pull request #2295 from dearchap/issue_2275
  • 195aaff Fix:(issue_2293) --flag="" no longer rejected as missing argument
  • b4f42d3 Fix:(issue_2292) Empty positional args no longer break parse loop
  • 94d2512 Fix:(issue_2275) Make flag action execution consistent
  • a2d0cf1 Merge pull request #2290 from dearchap/issue_2281
  • 1f0c188 Fix:(issue_2281) Remove incorrect check for local flag for set
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/api/v3 from 3.6.8 to 3.6.9

Release notes

Sourced from go.etcd.io/etcd/api/v3's releases.

v3.6.9

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.6.9
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1 --no-same-owner
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.6.9
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • 85651fa version: bump up to 3.6.9
  • d2fd011 Merge pull request #21501 from ivanvc/release-3.6-grpc-go-1.79.3
  • 2a8cd59 Merge pull request #21497 from fuweid/3.6-weifu-donotreview
  • 1526350 tests/integration: fix flaky testcase
  • f899801 dependency: Bump google.golang.org/grpc from v1.75.0 to 1.79.3
  • 8f45f52 Merge commit from fork
  • 2363b86 Merge commit from fork
  • 68551b3 tests: update test for auth
  • 7f73a57 server/etcdserver: guard unauthenticated endpoints with auth checks
  • 3080527 server/etcdserver: enforce auth checks for nested txn ops
  • Additional commits viewable in compare view

Updates go.etcd.io/etcd/client/v3 from 3.6.8 to 3.6.9

Release notes

Sourced from go.etcd.io/etcd/client/v3's releases.

v3.6.9

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.6.9
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1 --no-same-owner
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.6.9
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • 85651fa version: bump up to 3.6.9
  • d2fd011 Merge pull request #21501 from ivanvc/release-3.6-grpc-go-1.79.3
  • 2a8cd59 Merge pull request #21497 from fuweid/3.6-weifu-donotreview
  • 1526350 tests/integration: fix flaky testcase
  • f899801 dependency: Bump google.golang.org/grpc from v1.75.0 to 1.79.3
  • 8f45f52 Merge commit from fork
  • 2363b86 Merge commit from fork
  • 68551b3 tests: update test for auth
  • 7f73a57 server/etcdserver: guard unauthenticated endpoints with auth checks
  • 3080527 server/etcdserver: enforce auth checks for nested txn ops
  • Additional commits viewable in compare view

Updates github.com/Scalingo/go-utils/security from 1.1.1 to 1.2.2

Changelog

Sourced from github.com/Scalingo/go-utils/security's changelog.

Changelog

To Be Released

From now, versions are managed by submodules, CHANGELOG also, it's directory has its own changelog

v7.1.0 (August 13 2020)

  • [difflib] Add a way to activate/desactivate the colors formatting
  • [difflib] Add colors to have a better display in the shell (only for unified diff)
  • [difflib] New package to print diff between two content in the shell (git diff style)
  • [document] Do not add sensitive information in the log

v7.0.1 (June 12 2020)

  • [storage] Fix Swift authentication

v7.0.0 (June 09 2020)

  • [storage] Get swift configuration from the environment

v6.7.1 (May 19 2020)

  • [tarball] Fix unit: use a buffer of 512kb not MB...

v6.7.0 (May 12 2020)

  • [tarball] Use io package and disable disk cache when creating/extracting tarball archives

v6.6.0 (May 4 2020)

  • [io] New package with a configurable io.Copier

    io.NewCopier(...opts io.CopierOpt)
    io.WithBufferSize(int64)
    io.WithNoDiskCacheRead
    io.WithNoDiskCacheWrite
    io.WithNoDiskCache
    

v6.5.0 (Apr 28 2020)

  • [tarball] New package to manipulate tar and gzipped tarballs

    tarball.Create(context.Context, file string, in io.Reader, opts tarball.CreateOpts) error
    tarball.Extract(context.Context, file string, out io.Writer, opts tarball.ExtractOpts) error
    tarball.Tar(io.Writer, map[string]tarball.TarFileHeader) error
    

... (truncated)

Commits
  • 3ab83a0 Merge pull request #462 from Scalingo/release/mongo/v1.2.2
  • 7bc24f8 Merge pull request #460 from Scalingo/release/nsqconsumer/v1.2.0
  • 31b37be Bump mongo to v1.2.2
  • f472f8c Review
  • 1474296 Merge pull request #459 from Scalingo/deps/go-utils/errors/v2
  • c4d3a63 Bump nsqconsumer to v1.2.0: better error management
  • b26db73 Merge pull request #448 from Scalingo/feat/447/use_root_context_to_log_error
  • e614591 Bump go-utils/errors to v2
  • 0ca6fcb Merge pull request #458 from Scalingo/fix/errctx/457/noteMask_take_a_func_as_...
  • 853747f fix(errctx): remove noteMask
  • Additional commits viewable in compare view

Updates github.com/Scalingo/logrus-rollbar from 1.4.3 to 1.4.4

Release notes

Sourced from github.com/Scalingo/logrus-rollbar's releases.

v1.4.4

What's Changed

New Contributors

Full Changelog: Scalingo/logrus-rollbar@v1.4.3...v1.4.4

Changelog

Sourced from github.com/Scalingo/logrus-rollbar's changelog.

1.4.4

  • fix(errors): restore Rollbar fallback to runtime callers when wrapped errors have no stack trace
  • test(errors): add regression tests for stack and no-stack wrapped errors
  • chore(deps): bump golang.org/x/sys in the dependencies group
Commits
  • 9d44050 Merge pull request #70 from Scalingo/release/1.4.4
  • 623aa81 Bump v1.4.4
  • 2739306 Merge pull request #68 from Scalingo/fix/rollbar-nil-stack-fallback
  • 04f1dc4 test(errors): Improve comment to explain the stack tracing mechanism
  • 1b3c65f Merge pull request #69 from Scalingo/dependabot/go_modules/dependencies-1a70a...
  • 76ac0c9 chore(deps): bump golang.org/x/sys in the dependencies group
  • 050786a test(errors): add test check stack for errors with stack trace. Update commen...
  • 356ab28 Fix Rollbar fallback for errors without stack traces
  • 187ee43 Merge pull request #67 from Scalingo/dependabot/go_modules/dependencies-25b0f...
  • 6340773 chore(deps): bump the dependencies group with 2 updates
  • Additional commits viewable in compare view

Updates github.com/fatih/color from 1.18.0 to 1.19.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.19.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.18.0...v1.19.0

Commits
  • ca25f6e Merge pull request #266 from fatih/dependabot/github_actions/actions/setup-go-6
  • 1205984 Bump actions/setup-go from 5 to 6
  • 5715c20 Merge pull request #269 from UnSubble/main
  • 2f6e200 Merge branch 'main' into main
  • f72ec94 Merge pull request #273 from fatih/dependabot/github_actions/actions/checkout-6
  • 848e633 Merge branch 'main' into main
  • 4c2cd34 Add tests
  • 7f812f0 Bump actions/checkout from 4 to 6
  • b7fc9f9 Merge pull request #259 from fatih/dependabot/github_actions/dominikh/staticc...
  • 239a88f Bump dominikh/staticcheck-action from 1.3.1 to 1.4.0
  • Additional commits viewable in compare view

Updates github.com/goccy/go-json from 0.10.5 to 0.10.6

Release notes

Sourced from github.com/goccy/go-json's releases.

0.10.6

What's Changed

New Contributors

Full Changelog: goccy/go-json@v0.10.5...v0.10.6

Commits

Updates github.com/mattn/go-runewidth from 0.0.20 to 0.0.21

Commits
  • b7b94fb Merge pull request #91 from mattn/add-is-combining-width
  • 2c33cbf Update CI: bump actions and Go versions
  • c6c0a14 Add IsCombiningWidth function
  • 6399b33 Merge pull request #90 from bugwhisperer418/76-zero-width-variation-selections
  • dadc062 fix benchmark test checksums
  • 75db52f update test checksums
  • fb9c1d1 Treat Mn variation selections with EA width "A" as combining with 0 width
  • See full diff in compare view

Updates github.com/olekukonko/ll from 0.1.7 to 0.1.8

Commits

Updates go.etcd.io/etcd/client/pkg/v3 from 3.6.8 to 3.6.9

Release notes

Sourced from go.etcd.io/etcd/client/pkg/v3's releases.

v3.6.9

Please check out CHANGELOG for a full list of changes. And make sure to read upgrade guide before upgrading etcd (there may be breaking changes).

For installation guides, please check out play.etcd.io and operating etcd. Latest support status for common architectures and operating systems can be found at supported platforms.

Linux
ETCD_VER=v3.6.9
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-linux-amd64.tar.gz -o /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1 --no-same-owner
rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz
/tmp/etcd-download-test/etcd --version
/tmp/etcd-download-test/etcdctl version
/tmp/etcd-download-test/etcdutl version
start a local etcd server
/tmp/etcd-download-test/etcd
write,read to etcd
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 put foo bar
/tmp/etcd-download-test/etcdctl --endpoints=localhost:2379 get foo

macOS (Darwin)
ETCD_VER=v3.6.9
choose either URL
GOOGLE_URL=https://storage.googleapis.com/etcd
GITHUB_URL=https://github.com/etcd-io/etcd/releases/download
DOWNLOAD_URL=${GOOGLE_URL}
rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
rm -rf /tmp/etcd-download-test && mkdir -p /tmp/etcd-download-test
curl -L ${DOWNLOAD_URL}/${ETCD_VER}/etcd-${ETCD_VER}-darwin-amd64.zip -o /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
unzip /tmp/etcd-${ETCD_VER}-darwin-amd64.zip -d /tmp && rm -f /tmp/etcd-${ETCD_VER}-darwin-amd64.zip
mv /tmp/etcd-${ETCD_VER}-darwin-amd64/* /tmp/etcd-download-test && rm -rf mv /tmp/etcd-${ETCD_VER}-darwin-amd64
</tr></table>

... (truncated)

Commits
  • 85651fa version: bump up to 3.6.9
  • d2fd011 Merge pull request #21501 from ivanvc/release-3.6-grpc-go-1.79.3
  • 2a8cd59 Merge pull request #21497 from fuweid/3.6-weifu-donotreview
  • 1526350 tests/integration: fix flaky testcase
  • f899801 dependency: Bump google.golang.org/grpc from v1.75.0 to 1.79.3
  • 8f45f52 Merge commit from fork
  • 2363b86 Merge commit from fork
  • 68551b3 tests: update test for auth
  • 7f73a57 server/etcdserver: guard unauthenticated endpoints with auth checks
  • 3080527 server/etcdserver: enforce auth checks for nested txn ops
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux from 0.65.0 to 0.67.0

Release notes

Sourced from go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux's releases.

v1.42.0/v2.4.0/v0.67.0/v0.36.0/v0.22.0/v0.17.0/v0.15.0/v0.14.0

Added

  • Add environment variables propagation carrier in go.opentelemetry.io/contrib/propagators/envcar. (#8442)

Changed

  • Upgrade go.opentelemetry.io/otel/semconv to v1.40.0, including updates across instrumentation and detector modules. (#8631)

    • The semantic conventions v1.40.0 release introduces RPC breaking changes applied in this repository:
      • RPC spans and metrics no longer include network.protocol.name, network.protocol.version, or network.transport attributes.
      • rpc.client.request.size, rpc.client.response.size, rpc.server.request.size, and rpc.server.response.size are no longer emitted in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.
      • rpc.message span events and their message attributes are no longer emitted in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc (including when WithMessageEvents is configured).

    See semantic-conventions v1.40.0 release for complete details.

Fixed

  • Ignore informational response status codes (100-199) except 101 Switching Protocols when storing the HTTP status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp and go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#6913)
  • Make Body handling in Transport consistent with stdlib in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#8618)
  • Fix bucket boundaries for rpc.server.call.duration and rpc.client.call.duration in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8642)
  • Host resource detector in go.opentelemetry.io/contrib/otelconf now includes os. attributes. (#8578)

Removed

What's Changed

... (truncated)

Changelog

Sourced from go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux's changelog.

[1.42.0/2.4.0/0.67.0/0.36.0/0.22.0/0.17.0/0.15.0/0.14.0] - 2026-03-06

Added

  • Add environment variables propagation carrier in go.opentelemetry.io/contrib/propagators/envcar. (#8442)

Changed

  • Upgrade go.opentelemetry.io/otel/semconv to v1.40.0, including updates across instrumentation and detector modules. (#8631)

    • The semantic conventions v1.40.0 release introduces RPC breaking changes applied in this repository:
      • RPC spans and metrics no longer include network.protocol.name, network.protocol.version, or network.transport attributes.
      • rpc.client.request.size, rpc.client.response.size, rpc.server.request.size, and rpc.server.response.size are no longer emitted in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.
      • rpc.message span events and their message attributes are no longer emitted in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc (including when WithMessageEvents is configured).

    See semantic-conventions v1.40.0 release for complete details.

Fixed

  • Ignore informational response status codes (100-199) except 101 Switching Protocols when storing the HTTP status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp and go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#6913)
  • Make Body handling in Transport consistent with stdlib in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (

Bumps the dependencies group with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/Scalingo/go-utils/logger](https://github.com/Scalingo/go-utils) | `1.12.0` | `1.12.1` |
| [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `1.1.3` | `1.1.4` |
| [github.com/outscale/osc-sdk-go/v2](https://github.com/outscale/osc-sdk-go) | `2.32.0` | `2.33.0` |
| [github.com/urfave/cli/v3](https://github.com/urfave/cli) | `3.6.2` | `3.8.0` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.6.8` | `3.6.9` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.6.8` | `3.6.9` |
| [github.com/Scalingo/go-utils/security](https://github.com/Scalingo/go-utils) | `1.1.1` | `1.2.2` |
| [github.com/Scalingo/logrus-rollbar](https://github.com/Scalingo/logrus-rollbar) | `1.4.3` | `1.4.4` |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.18.0` | `1.19.0` |
| [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.5` | `0.10.6` |
| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.20` | `0.0.21` |
| [github.com/olekukonko/ll](https://github.com/olekukonko/ll) | `0.1.7` | `0.1.8` |
| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.6.8` | `3.6.9` |
| [go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.65.0` | `0.67.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.42.0` |
| [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.42.0` |
| [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.40.0` | `1.42.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.51.0` | `0.52.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.35.0` | `0.36.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.41.0` | `0.42.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.34.0` | `0.35.0` |


Updates `github.com/Scalingo/go-utils/logger` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/Scalingo/go-utils/releases)
- [Changelog](https://github.com/Scalingo/go-utils/blob/master/CHANGELOG_LEGACY.md)
- [Commits](Scalingo/go-utils@logger/v1.12.0...logger/v1.12.1)

Updates `github.com/olekukonko/tablewriter` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/olekukonko/tablewriter/releases)
- [Commits](olekukonko/tablewriter@v1.1.3...v1.1.4)

Updates `github.com/outscale/osc-sdk-go/v2` from 2.32.0 to 2.33.0
- [Release notes](https://github.com/outscale/osc-sdk-go/releases)
- [Changelog](https://github.com/outscale/osc-sdk-go/blob/v2/changelog.md)
- [Commits](outscale/osc-sdk-go@v2.32.0...v2.33.0)

Updates `github.com/urfave/cli/v3` from 3.6.2 to 3.8.0
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.6.2...v3.8.0)

Updates `go.etcd.io/etcd/api/v3` from 3.6.8 to 3.6.9
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.8...v3.6.9)

Updates `go.etcd.io/etcd/client/v3` from 3.6.8 to 3.6.9
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.8...v3.6.9)

Updates `github.com/Scalingo/go-utils/security` from 1.1.1 to 1.2.2
- [Release notes](https://github.com/Scalingo/go-utils/releases)
- [Changelog](https://github.com/Scalingo/go-utils/blob/master/CHANGELOG_LEGACY.md)
- [Commits](Scalingo/go-utils@fs/v1.1.1...mongo/v1.2.2)

Updates `github.com/Scalingo/logrus-rollbar` from 1.4.3 to 1.4.4
- [Release notes](https://github.com/Scalingo/logrus-rollbar/releases)
- [Changelog](https://github.com/Scalingo/logrus-rollbar/blob/master/CHANGELOG.md)
- [Commits](Scalingo/logrus-rollbar@v1.4.3...v1.4.4)

Updates `github.com/fatih/color` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.18.0...v1.19.0)

Updates `github.com/goccy/go-json` from 0.10.5 to 0.10.6
- [Release notes](https://github.com/goccy/go-json/releases)
- [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
- [Commits](goccy/go-json@v0.10.5...v0.10.6)

Updates `github.com/mattn/go-runewidth` from 0.0.20 to 0.0.21
- [Commits](mattn/go-runewidth@v0.0.20...v0.0.21)

Updates `github.com/olekukonko/ll` from 0.1.7 to 0.1.8
- [Release notes](https://github.com/olekukonko/ll/releases)
- [Commits](olekukonko/ll@v0.1.7...v0.1.8)

Updates `go.etcd.io/etcd/client/pkg/v3` from 3.6.8 to 3.6.9
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.6.8...v3.6.9)

Updates `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` from 0.65.0 to 0.67.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.65.0...zpages/v0.67.0)

Updates `go.opentelemetry.io/otel` from 1.40.0 to 1.42.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.42.0)

Updates `go.opentelemetry.io/otel/metric` from 1.40.0 to 1.42.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.42.0)

Updates `go.opentelemetry.io/otel/trace` from 1.40.0 to 1.42.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.40.0...v1.42.0)

Updates `golang.org/x/net` from 0.51.0 to 0.52.0
- [Commits](golang/net@v0.51.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.35.0 to 0.36.0
- [Commits](golang/oauth2@v0.35.0...v0.36.0)

Updates `golang.org/x/sys` from 0.41.0 to 0.42.0
- [Commits](golang/sys@v0.41.0...v0.42.0)

Updates `golang.org/x/text` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: github.com/Scalingo/go-utils/logger
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/outscale/osc-sdk-go/v2
  dependency-version: 2.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/urfave/cli/v3
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-version: 3.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-version: 3.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/Scalingo/go-utils/security
  dependency-version: 1.2.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/Scalingo/logrus-rollbar
  dependency-version: 1.4.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/fatih/color
  dependency-version: 1.19.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/goccy/go-json
  dependency-version: 0.10.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/olekukonko/ll
  dependency-version: 0.1.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.etcd.io/etcd/client/pkg/v3
  dependency-version: 3.6.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
  dependency-version: 0.67.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.52.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.36.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/sys
  dependency-version: 0.42.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/text
  dependency-version: 0.35.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2026 02:04
@dependabot dependabot bot requested review from EtienneM and removed request for a team April 1, 2026 02:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 1, 2026
@github-actions github-actions bot enabled auto-merge April 1, 2026 02:04
@github-actions github-actions bot merged commit 5987c28 into master Apr 1, 2026
6 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/dependencies-21fdd4436f branch April 1, 2026 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants