Skip to content

Comments

fix(deps): update build-tools to v0.21.0#2054

Merged
MrAlias merged 2 commits intomainfrom
renovate/build-tools
Mar 26, 2025
Merged

fix(deps): update build-tools to v0.21.0#2054
MrAlias merged 2 commits intomainfrom
renovate/build-tools

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/build-tools/crosslink v0.20.0 -> v0.21.0 age adoption passing confidence
go.opentelemetry.io/build-tools/dbotconf v0.20.0 -> v0.21.0 age adoption passing confidence
go.opentelemetry.io/build-tools/multimod v0.20.0 -> v0.21.0 age adoption passing confidence

Warning

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


Release Notes

open-telemetry/opentelemetry-go-build-tools (go.opentelemetry.io/build-tools/crosslink)

v0.21.0

Compare Source

💡 Enhancements 💡
  • chloggen: Add a --component, -c flag to chloggen update to specify a filter of which component to add to the changelog. (#​725)
  • githubgen: Add support for chloggen components list generation (#​717)
🧰 Bug fixes 🧰
  • issuegenerator: Fix duplicated owner when calling GitHub APIs. (#​720)

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner March 26, 2025 15:02
@renovate renovate bot added dependencies Pull requests that update a dependency file Skip Changelog labels Mar 26, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Mar 26, 2025

ℹ Artifact update notice

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

  • 1 additional dependency was updated

Details:

Package Change
go.opentelemetry.io/build-tools v0.20.0 -> v0.21.0

@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/build-tools/crosslink to v0.21.0 fix(deps): update build-tools to v0.21.0 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/build-tools branch 2 times, most recently from 7adf1fb to 984cee9 Compare March 26, 2025 15:45
@renovate
Copy link
Contributor Author

renovate bot commented Mar 26, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: internal/tools/go.sum
Command failed: go mod tidy
go: downloading github.com/golangci/golangci-lint/v2 v2.0.2
go: downloading github.com/google/go-licenses/v2 v2.0.0-alpha.1
go: downloading go.opentelemetry.io/build-tools/crosslink v0.21.0
go: downloading go.opentelemetry.io/build-tools v0.21.0
go: downloading go.opentelemetry.io/build-tools/dbotconf v0.21.0
go: downloading go.opentelemetry.io/build-tools/multimod v0.21.0
go: downloading github.com/otiai10/copy v1.14.1
go: downloading github.com/spf13/cobra v1.9.1
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading github.com/google/go-cmp v0.7.0
go: downloading gotest.tools/v3 v3.5.2
go: downloading github.com/stretchr/testify v1.10.0
go: downloading github.com/charmbracelet/lipgloss v1.1.0
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/gofrs/flock v0.12.1
go: downloading github.com/hashicorp/go-version v1.7.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.3
go: downloading github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
go: downloading github.com/spf13/pflag v1.0.6
go: downloading github.com/spf13/viper v1.20.0
go: downloading go.uber.org/automaxprocs v1.6.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading go.opencensus.io v0.24.0
go: downloading github.com/google/go-replayers/httpreplay v1.2.0
go: downloading github.com/google/licenseclassifier/v2 v2.0.0
go: downloading golang.org/x/tools v0.31.0
go: downloading github.com/otiai10/mint v1.6.3
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading go.uber.org/zap v1.27.0
go: downloading golang.org/x/mod v0.24.0
go: downloading go.opentelemetry.io/otel/sdk v1.35.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.35.0
go: downloading github.com/containerd/log v0.1.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/charmbracelet/x/ansi v0.8.0
go: downloading github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd
go: downloading github.com/muesli/termenv v0.16.0
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/go-viper/mapstructure/v2 v2.2.1
go: downloading github.com/ldez/grignotin v0.9.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/rogpeppe/go-internal v1.14.1
go: downloading github.com/golangci/plugin-module-register v0.1.1
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/go-xmlfmt/xmlfmt v1.1.3
go: downloading github.com/golangci/revgrep v0.8.0
go: downloading github.com/dlclark/regexp2 v1.11.0
go: downloading github.com/fsnotify/fsnotify v1.8.0
go: downloading github.com/sagikazarmark/locafero v0.8.0
go: downloading github.com/spf13/afero v1.14.0
go: downloading github.com/spf13/cast v1.7.1
go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: downloading go.uber.org/goleak v1.3.0
go: downloading github.com/go-git/go-git/v5 v5.14.0
go: downloading github.com/moby/term v0.5.2
go: downloading github.com/morikuni/aec v1.0.0
go: downloading go.opentelemetry.io/proto/otlp v1.5.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/go-quicktest/qt v1.101.0
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/mattn/go-runewidth v0.0.16
go: downloading github.com/charmbracelet/colorprofile v0.2.3-0.20250325181848-9c2d5e8bd00c
go: downloading github.com/charmbracelet/x/term v0.2.1
go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
go: downloading github.com/daixiang0/gci v0.13.6
go: downloading github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d
go: downloading mvdan.cc/gofumpt v0.7.0
go: downloading github.com/golangci/golines v0.0.0-20250217232252-b35a6149b587
go: downloading github.com/sourcegraph/go-diff v0.7.0
go: downloading github.com/alingse/asasalint v0.0.11
go: downloading github.com/tdakkota/asciicheck v0.4.1
go: downloading github.com/breml/bidichk v0.3.3
go: downloading github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67
go: downloading github.com/lasiar/canonicalheader v1.1.2
go: downloading github.com/sivchari/containedctx v1.0.3
go: downloading github.com/kkHAIKE/contextcheck v1.1.6
go: downloading github.com/karamaru-alpha/copyloopvar v1.2.1
go: downloading github.com/bkielbasa/cyclop v1.2.3
go: downloading gitlab.com/bosi/decorder v0.4.2
go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.2.1
go: downloading github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32
go: downloading github.com/Abirdcfly/dupword v0.1.3
go: downloading github.com/charithe/durationcheck v0.0.10
go: downloading github.com/Djarvur/go-err113 v0.1.0
go: downloading github.com/kisielk/errcheck v1.9.0
go: downloading github.com/breml/errchkjson v0.4.1
go: downloading github.com/Antonboom/errname v1.1.0
go: downloading github.com/polyfloyd/go-errorlint v1.7.1
go: downloading github.com/nishanths/exhaustive v0.12.0
go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1
go: downloading github.com/ldez/exptostd v0.4.2
go: downloading github.com/Crocmagnon/fatcontext v0.7.1
go: downloading github.com/ashanbrown/forbidigo v1.6.0
go: downloading github.com/gostaticanalysis/forcetypeassert v0.2.0
go: downloading github.com/ultraware/funlen v0.2.0
go: downloading github.com/nunnatsa/ginkgolinter v0.19.1
go: downloading 4d63.com/gocheckcompilerdirectives v1.3.0
go: downloading 4d63.com/gochecknoglobals v0.2.2
go: downloading github.com/alecthomas/go-check-sumtype v0.3.1
go: downloading github.com/uudashr/gocognit v1.2.0
go: downloading github.com/jgautheron/goconst v1.7.1
go: downloading github.com/go-critic/go-critic v0.13.0
go: downloading github.com/quasilyte/go-ruleguard/dsl v0.3.22
go: downloading github.com/quasilyte/go-ruleguard v0.4.4
go: downloading github.com/fzipp/gocyclo v0.6.0
go: downloading github.com/tetafro/godot v1.5.0
go: downloading github.com/matoous/godox v1.1.0
go: downloading github.com/denis-tingaikin/go-header v0.5.0
go: downloading github.com/ldez/gomoddirectives v0.6.1
go: downloading github.com/ryancurrah/gomodguard v1.4.1
go: downloading github.com/golangci/go-printf-func-name v0.1.0
go: downloading github.com/securego/gosec/v2 v2.22.2
go: downloading github.com/xen0n/gosmopolitan v1.3.0
go: downloading github.com/leonklingele/grouper v1.1.2
go: downloading github.com/uudashr/iface v1.3.1
go: downloading github.com/julz/importas v0.2.0
go: downloading github.com/macabu/inamedparam v0.2.0
go: downloading github.com/gordonklaus/ineffassign v0.1.0
go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
go: downloading github.com/ckaznocha/intrange v0.3.1
go: downloading github.com/butuzov/ireturn v0.3.1
go: downloading github.com/timonwong/loggercheck v0.10.1
go: downloading github.com/yagipy/maintidx v1.0.0
go: downloading github.com/ashanbrown/makezero v1.2.0
go: downloading github.com/butuzov/mirror v1.3.0
go: downloading github.com/golangci/misspell v0.6.0
go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
go: downloading go-simpler.org/musttag v0.13.0
go: downloading github.com/alexkohler/nakedret/v2 v2.0.5
go: downloading github.com/nakabonne/nestif v0.3.1
go: downloading github.com/gostaticanalysis/nilerr v0.1.1
go: downloading github.com/alingse/nilnesserr v0.1.2
go: downloading github.com/Antonboom/nilnil v1.1.0
go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
go: downloading github.com/sonatard/noctx v0.1.0
go: downloading github.com/firefart/nonamedreturns v1.0.5
go: downloading github.com/stbenjam/no-sprintf-host-port v0.2.0
go: downloading github.com/kunwardeep/paralleltest v1.0.13
go: downloading github.com/catenacyber/perfsprint v0.9.1
go: downloading github.com/alexkohler/prealloc v1.0.0
go: downloading github.com/nishanths/predeclared v0.2.2
go: downloading github.com/yeya24/promlinter v0.3.0
go: downloading github.com/ghostiam/protogetter v0.3.12
go: downloading github.com/curioswitch/go-reassign v0.3.0
go: downloading github.com/raeperd/recvcheck v0.2.0
go: downloading github.com/BurntSushi/toml v1.5.0
go: downloading github.com/mgechev/revive v1.7.0
go: downloading github.com/jingyugao/rowserrcheck v1.1.1
go: downloading go-simpler.org/sloglint v0.9.0
go: downloading github.com/jjti/go-spancheck v0.6.4
go: downloading github.com/ryanrolds/sqlclosecheck v0.5.1
go: downloading honnef.co/go/tools v0.6.1
go: downloading github.com/4meepo/tagalign v1.4.2
go: downloading github.com/ldez/tagliatelle v0.7.1
go: downloading github.com/maratori/testableexamples v1.0.0
go: downloading github.com/Antonboom/testifylint v1.6.0
go: downloading github.com/maratori/testpackage v1.1.1
go: downloading github.com/kulti/thelper v0.6.3
go: downloading github.com/moricho/tparallel v0.3.2
go: downloading github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed
go: downloading mvdan.cc/unparam v0.0.0-20250301125049-0df0534333a4
go: downloading github.com/sashamelentyev/usestdlibvars v1.28.0
go: downloading github.com/ldez/usetesting v0.4.2
go: downloading github.com/blizzy78/varnamelen v0.8.0
go: downloading github.com/sanposhiho/wastedassign/v2 v2.1.0
go: downloading github.com/ultraware/whitespace v0.2.0
go: downloading github.com/tomarrell/wrapcheck/v2 v2.11.0
go: downloading github.com/bombsimon/wsl/v4 v4.6.0
go: downloading github.com/ykadowak/zerologlint v0.1.5
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading github.com/frankban/quicktest v1.14.6
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/prashantv/gostub v1.1.0
go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/google/martian/v3 v3.3.2
go: downloading dario.cat/mergo v1.0.1
go: downloading github.com/ProtonMail/go-crypto v1.1.6
go: downloading github.com/go-git/go-billy/v5 v5.6.2
go: downloading github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
go: downloading github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
go: downloading github.com/hexops/gotextdiff v1.0.3
go: downloading github.com/dave/dst v0.27.3
go: downloading github.com/fatih/structtag v1.2.0
go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
go: downloading github.com/go-toolsmith/astcast v1.1.0
go: downloading github.com/gostaticanalysis/testutil v0.5.0
go: downloading github.com/gobwas/glob v0.2.3
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/alecthomas/assert/v2 v2.11.0
go: downloading github.com/go-toolsmith/astcopy v1.1.0
go: downloading github.com/go-toolsmith/astequal v1.2.0
go: downloading github.com/go-toolsmith/astfmt v1.1.0
go: downloading github.com/go-toolsmith/astp v1.1.0
go: downloading github.com/go-toolsmith/strparse v1.1.0
go: downloading github.com/go-toolsmith/typep v1.1.0
go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
go: downloading github.com/onsi/ginkgo/v2 v2.22.2
go: downloading github.com/onsi/gomega v1.36.2
go: downloading github.com/ccojocar/zxcvbn-go v1.0.2
go: downloading go-simpler.org/assert v0.9.0
go: downloading github.com/gostaticanalysis/comment v1.5.0
go: downloading github.com/prometheus/client_golang v1.21.1
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/ettle/strcase v0.2.0
go: downloading github.com/hashicorp/go-immutable-radix/v2 v2.1.0
go: downloading github.com/matryer/is v1.4.0
go: downloading github.com/kr/text v0.2.0
go: downloading golang.org/x/crypto v0.36.0
go: downloading github.com/cyphar/filepath-securejoin v0.4.1
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.2
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/elazarl/goproxy v1.7.2
go: downloading golang.org/x/time v0.10.0
go: downloading github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463
go: downloading google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
go: downloading golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
go: downloading github.com/tenntenn/modver v1.0.1
go: downloading github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3
go: downloading github.com/alecthomas/repr v0.4.0
go: downloading golang.org/x/exp/typeparams v0.0.0-20250305212735-054e65f0b394
go: downloading github.com/quasilyte/gogrep v0.5.0
go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
go: downloading github.com/go-toolsmith/pkgload v1.2.2
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/common v0.63.0
go: downloading github.com/prometheus/procfs v0.16.0
go: downloading github.com/chavacava/garif v0.1.0
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/cloudflare/circl v1.6.0
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.3.1
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
go: downloading github.com/gliderlabs/ssh v0.3.8
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/dave/jennifer v1.7.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/klauspost/compress v1.18.0
go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
go: downloading github.com/go-task/slim-sprig/v3 v3.0.0
go: downloading golang.org/x/term v0.30.0
go: downloading github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad
go: go.opentelemetry.io/auto/internal/tools/inspect imports
	github.com/docker/docker/client tested by
	github.com/docker/docker/client.test imports
	github.com/docker/docker/testutil imports
	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp imports
	go.opentelemetry.io/proto/otlp/collector/trace/v1 imports
	github.com/grpc-ecosystem/grpc-gateway/v2/runtime imports
	google.golang.org/genproto/googleapis/api/httpbody: ambiguous import: found package google.golang.org/genproto/googleapis/api/httpbody in multiple modules:
	google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 (/runner/cache/others/go/pkg/mod/google.golang.org/genproto@v0.0.0-20200526211855-cb27e3aa2013/googleapis/api/httpbody)
	google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 (/runner/cache/others/go/pkg/mod/google.golang.org/genproto/googleapis/api@v0.0.0-20250324211829-b45e905df463/httpbody)

@renovate renovate bot force-pushed the renovate/build-tools branch 2 times, most recently from fea516a to cb72ab9 Compare March 26, 2025 16:42
@renovate renovate bot force-pushed the renovate/build-tools branch from cb72ab9 to 66c6f56 Compare March 26, 2025 17:22
@renovate
Copy link
Contributor Author

renovate bot commented Mar 26, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@MrAlias MrAlias merged commit a2eb0b6 into main Mar 26, 2025
37 checks passed
@MrAlias MrAlias deleted the renovate/build-tools branch March 26, 2025 19:19
@MrAlias MrAlias added this to the v0.22.0 milestone Apr 24, 2025
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 Skip Changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant