Skip to content
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(deps): update tool deps #607

Merged
merged 4 commits into from
Dec 18, 2024
Merged

fix(deps): update tool deps #607

merged 4 commits into from
Dec 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/golangci/golangci-lint v1.62.0 -> v1.62.2 age adoption passing confidence
go.opentelemetry.io/collector/cmd/builder v0.114.0 -> v0.116.0 age adoption passing confidence
go.opentelemetry.io/collector/cmd/mdatagen v0.114.0 -> v0.116.0 age adoption passing confidence
golang.org/x/tools v0.27.0 -> v0.28.0 age adoption passing confidence

Release Notes

golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.62.2

Compare Source

  1. Updated linters
    • fatcontext: from 0.5.2 to 0.5.3
    • ginkgolinter: from 0.18.0 to 0.18.3
    • go-errorlint: from 1.6.0 to 1.7.0
    • iface: from 1.2.0 to 1.2.1
    • revive: from 1.5.0 to 1.5.1
    • testifylint: from 1.5.0 to 1.5.2
  2. Misc.
    • fix: ignore cache error when file not found

v1.62.1

Compare Source

Cancelled due to CI failure.

open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/cmd/builder)

v0.116.0

Compare Source

🛑 Breaking changes 🛑
  • pdata/pprofile: Remove deprecated Profile.EndTime and Profile.SetEndTime methods. (#​11796)
💡 Enhancements 💡
  • xconfighttp: Add WithOtelHTTPOptions to experimental module xconfighttp (#​11770)
🧰 Bug fixes 🧰
  • exporterhelper: Fix memory leak at exporter shutdown (#​11401)
  • sharedcomponent: Remove race-condition and cleanup locking (#​11819)

v0.115.0

Compare Source

🛑 Breaking changes 🛑
  • otelcol: Change all logged timestamps to ISO8601. (#​10543)
    This makes log timestamps human-readable (as opposed to epoch seconds in
    scientific notation), but may break users trying to parse logged lines in the
    old format.
  • pdata/pprofile: Upgrade pdata to opentelemetry-proto v1.4.0 (#​11722)
🚩 Deprecations 🚩
  • scraperhelper: Deprecate all Scraper helpers in scraperhelper (#​11732)
    Deprecate ScrapeFunc, ScraperOption, WithStart, WithShutdown in favor of equivalent funcs in scraper package.
💡 Enhancements 💡
  • exporterqueue: Introduce a feature gate exporter.UsePullingBasedExporterQueueBatcher to use the new pulling model in exporter queue batching. (#​8122, #​10368)
    If both queuing and batching is enabled for exporter, we now use a pulling model instead of a
    pushing model. num_consumer in queue configuration is now used to specify the maximum number of
    concurrent workers that are sending out the request.

  • service: label metrics as alpha to communicate their stability (#​11729)

  • consumer: Mark consumer as stable. (#​9046)

  • service: Add support for ca certificates in telemetry metrics otlp grpc exporter (#​11633)
    Before this change the Certificate value in config was silently ignored.

🧰 Bug fixes 🧰
  • service: ensure OTLP emitted logs respect severity (#​11718)
  • featuregate: Fix an unfriendly display message runtime error when featuregate is used to display command line usage. (#​11651)
  • profiles: Fix iteration over scope profiles while counting the samples. (#​11688)

Configuration

📅 Schedule: Branch creation - "before 5am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added dependencies Pull requests that update a dependency file renovatebot labels Nov 26, 2024
Copy link
Contributor Author

renovate bot commented Nov 26, 2024

ℹ 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):

  • 22 additional dependencies were updated

Details:

Package Change
github.com/Antonboom/testifylint v1.5.0 -> v1.5.2
github.com/Crocmagnon/fatcontext v0.5.2 -> v0.5.3
github.com/mgechev/revive v1.5.0 -> v1.5.1
github.com/nunnatsa/ginkgolinter v0.18.0 -> v0.18.3
github.com/polyfloyd/go-errorlint v1.6.0 -> v1.7.0
github.com/stretchr/testify v1.9.0 -> v1.10.0
github.com/uudashr/iface v1.2.0 -> v1.2.1
go.opentelemetry.io/collector/component v0.114.0 -> v0.116.0
go.opentelemetry.io/collector/config/configtelemetry v0.114.0 -> v0.116.0
go.opentelemetry.io/collector/confmap v1.20.0 -> v1.22.0
go.opentelemetry.io/collector/confmap/provider/fileprovider v1.20.0 -> v1.22.0
go.opentelemetry.io/collector/filter v0.114.0 -> v0.116.0
go.opentelemetry.io/collector/pdata v1.20.0 -> v1.22.0
golang.org/x/crypto v0.29.0 -> v0.30.0
golang.org/x/exp/typeparams v0.0.0-20240909161429-701f63a606c0 -> v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/net v0.31.0 -> v0.32.0
golang.org/x/sync v0.9.0 -> v0.10.0
golang.org/x/sys v0.27.0 -> v0.28.0
golang.org/x/term v0.26.0 -> v0.27.0
golang.org/x/text v0.20.0 -> v0.21.0
google.golang.org/grpc v1.67.1 -> v1.68.1
google.golang.org/protobuf v1.35.1 -> v1.35.2

@github-actions github-actions bot added the go label Nov 26, 2024
@renovate renovate bot force-pushed the renovate/tool-deps branch from 0dcf5a1 to 094d6ba Compare December 4, 2024 05:09
@renovate renovate bot changed the title fix(deps): update module github.com/golangci/golangci-lint to v1.62.2 fix(deps): update tool deps Dec 4, 2024
@renovate renovate bot force-pushed the renovate/tool-deps branch from 094d6ba to e1a8e4c Compare December 5, 2024 02:31
@renovate renovate bot force-pushed the renovate/tool-deps branch 2 times, most recently from 345fef7 to d125517 Compare December 18, 2024 22:05
@renovate renovate bot force-pushed the renovate/tool-deps branch from d125517 to baef9f3 Compare December 18, 2024 22:08
@ssmathistad ssmathistad merged commit 064bc17 into main Dec 18, 2024
14 checks passed
@ssmathistad ssmathistad deleted the renovate/tool-deps branch December 18, 2024 23:11
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 renovatebot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant