chore: Update all non-major dependencies#120
Merged
renovate[bot] merged 1 commit intomasterfrom Mar 31, 2025
Merged
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.14.3->v0.14.4v1.4.0->v1.5.0v1.4.4->v1.4.6v2.16.0->v2.16.1v2.0.0-20250210091908-15168b5a1b7d->v2.0.0-20250321075247-025c2dc2b0ffv2.0.0-20250210091908-15168b5a1b7d->v2.0.0-20250321075247-025c2dc2b0ffv2.8.3->v2.8.4v1.31.2->v1.32.0v7.0.87->v7.0.89v1.2.1->v1.14.0v1.34.0->v1.35.0v0.10.0->v0.11.0v0.10.0->v0.11.0v1.34.0->v1.35.0v1.34.0->v1.35.0v1.34.0->v1.35.0v1.34.0->v1.35.0v1.34.0->v1.35.0v0.10.0->v0.11.0v1.34.0->v1.35.0v0.10.0->v0.11.0v1.34.0->v1.35.0v0.35.0->v0.36.0v1.70.0->v1.71.0v1.36.5->v1.36.6Release Notes
ent/ent (entgo.io/ent)
v0.14.4Compare Source
BurntSushi/toml (github.com/BurntSushi/toml)
v1.5.0Compare Source
Mostly some small bugfixes, with a few small new features:
Add Position.Col, to mark the column an error occurred (#410)
Print more detailed errors in the
tomlvCLI.Ensure ParseError.Message is always set (#411)
Allow custom string types as map keys (#414)
Mark meta keys as decoded when using Unmarshaler interface (#426)
Fix encoding when nested inline table ends with map (#438)
Fix encoding of several layers of embedded structs (#430)
Fix ErrorWithPosition panic when there is no newline in the TOML document (#433)
ThreeDotsLabs/watermill (github.com/ThreeDotsLabs/watermill)
v1.4.6Compare Source
What's Changed
New Contributors
Full Changelog: ThreeDotsLabs/watermill@v1.4.5...v1.4.6
v1.4.5Compare Source
What's Changed
New Contributors
Full Changelog: ThreeDotsLabs/watermill@v1.4.4...v1.4.5
go-co-op/gocron (github.com/go-co-op/gocron/v2)
v2.16.1Compare Source
What's Changed
Full Changelog: go-co-op/gocron@v2.16.0...v2.16.1
go-kratos/kratos (github.com/go-kratos/kratos/v2)
v2.8.4Compare Source
New Features
Bug Fixes
Chores
Others
New Contributors
Full Changelog: go-kratos/kratos@v2.8.3...v2.8.4
minio/minio-go (github.com/minio/minio-go/v7)
v7.0.89: Bugfix ReleaseCompare Source
What's Changed
TokenRevokeTypefield to credential providers. by @taran-p in https://github.com/minio/minio-go/pull/2075New Contributors
Full Changelog: minio/minio-go@v7.0.88...v7.0.89
v7.0.88: Bugfix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.0.87...v7.0.88
spf13/afero (github.com/spf13/afero)
v1.14.0Compare Source
What's Changed
Full Changelog: spf13/afero@v1.13.0...v1.14.0
v1.13.0Compare Source
What's Changed
New Contributors
Full Changelog: spf13/afero@v1.12.0...v1.13.0
v1.12.0Compare Source
What's Changed
New Contributors
Full Changelog: spf13/afero@v1.11.0...v1.12.0
v1.11.0Compare Source
What's Changed
Full Changelog: spf13/afero@v1.10.0...v1.11.0
v1.10.0Compare Source
What's Changed
New Contributors
Full Changelog: spf13/afero@v1.9.5...v1.10.0
v1.9.5Compare Source
Full Changelog: spf13/afero@v1.9.4...v1.9.5
v1.9.4Compare Source
What's Changed
New Contributors
Full Changelog: spf13/afero@v1.9.3...v1.9.4
v1.9.3Compare Source
What's Changed
Full Changelog: spf13/afero@v1.9.2...v1.9.3
v1.9.2Compare Source
What's Changed
Full Changelog: spf13/afero@v1.9.1...v1.9.2
v1.9.1Compare Source
What's Changed
Full Changelog: spf13/afero@v1.9.0...v1.9.1
v1.9.0Compare Source
What's Changed
go.modto reflect thataferorequiresgo>=1.15.10by @jeffwidman in https://github.com/spf13/afero/pull/346New Contributors
Full Changelog: spf13/afero@v1.8.2...v1.9.0
v1.8.2: : RemoveAll fixes in MemMapFs and GcsFsCompare Source
v1.8.1: : memfs: add modTime on folder creationCompare Source
v1.8.0: : Support sftpfs.Readdirnames, sftpfs.Readdir, CacheOnReadFs bugfixCompare Source
v1.7.1: : Move GCS into its own packageCompare Source
v1.7.0: : Add experimental GCS supportCompare Source
Add experimental GCS support in Afero. Experimental because the CI infra of afero does not test with real GCS buckets.
Limitations:
Performance implications
v1.6.0: : go1.16 io/fs.FS supportCompare Source
v1.5.1: : Fix setting gid in chown implementationCompare Source
v1.5.0: : Add chown supportCompare Source
v1.4.1: : Do not panic on passing empty tar reader to tarfsCompare Source
v1.4.0: : read-only tarfs implementationCompare Source
v1.3.5: : offset fixes in mem and UnionFileCompare Source
Includes:
v1.3.4: : bump golang.org/x/text to v0.3.3Compare Source
Bump golang.org/x/text to v0.3.3 in order to fix https://nvd.nist.gov/vuln/detail/CVE-2020-14040
v1.3.3: : Improved handling of mode bitsCompare Source
v1.3.2: : Prevent MemMapFs.Chmod from changing all mode bitsCompare Source
v1.3.1: : Fix panic when not filling up zipfs's read bufferCompare Source
v1.3.0: : zipfs, AIX, symlink and readlink support, etc.Compare Source
Notable changes:
Other enhancements:
Bugfixes:
v1.2.2Compare Source
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.35.0: /v0.57.0/v0.11.0Compare Source
Overview
This release is the last to support Go 1.22.
The next release will require at least Go 1.23.
Added
ValueFromAttributeandKeyValueFromAttributeingo.opentelemetry.io/otel/log. (#6180)EventNameandSetEventNametoRecordingo.opentelemetry.io/otel/log. (#6187)EventNametoRecordFactoryingo.opentelemetry.io/otel/log/logtest. (#6187)AssertRecordEqualingo.opentelemetry.io/otel/log/logtestchecksRecord.EventName. (#6187)EventNameandSetEventNametoRecordingo.opentelemetry.io/otel/sdk/log. (#6193)EventNametoRecordFactoryingo.opentelemetry.io/otel/sdk/log/logtest. (#6193)Record.EventNamefield ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#6211)Record.EventNamefield ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6211)Record.EventNamefield ingo.opentelemetry.io/otel/exporters/stdout/stdoutlog(#6210)go.opentelemetry.io/otel/semconv/v1.28.0package.The package contains semantic conventions from the
v1.28.0version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.27.0(#6236)go.opentelemetry.io/otel/semconv/v1.30.0package.The package contains semantic conventions from the
v1.30.0version of the OpenTelemetry Semantic Conventions.See the migration documentation for information on how to upgrade from
go.opentelemetry.io/otel/semconv/v1.28.0(#6240)Resourceas a comparable type.Resource.EqualandResource.Equivalentshould be used instead. (#6272)FilterProcessorandEnabledParametersingo.opentelemetry.io/otel/sdk/log.It replaces
go.opentelemetry.io/otel/sdk/log/internal/x.FilterProcessor.Compared to previous version it additionally gives the possibility to filter by resource and instrumentation scope. (#6317)
Changed
github.com/prometheus/commontov0.62.0, which changes theNameValidationSchemetoNoEscaping.This allows metrics names to keep original delimiters (e.g.
.), rather than replacing with underscores.This is controlled by the
Content-Typeheader, or can be reverted by settingNameValidationSchemetoLegacyValidationingithub.com/prometheus/common/model. (#6198)Fixes
NewSimpleSpanProcessoringo.opentelemetry.io/otel/sdk/tracewhenShutdownis called and the passedctxis canceled andSpanExporter.Shutdownhas not returned. (#6368)NewBatchSpanProcessoringo.opentelemetry.io/otel/sdk/tracewhenForceFlushis called and the passedctxis canceled andSpanExporter.Exporthas not returned. (#6369)What's Changed
04cd7baby @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/61762f9c7e3by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6190138b5a5by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/619465684f5by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6212Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" in timezone Asia/Singapore, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.