Skip to content

fix(deps): update all non-major dependencies#143

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#143
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 19, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action patch v6.0.1v6.0.2 age confidence
actions/setup-go action minor v6.2.0v6.4.0 age confidence
github.com/hashicorp/terraform-plugin-framework require minor v1.17.0v1.19.0 age confidence
github.com/hashicorp/terraform-plugin-go require minor v0.29.0v0.31.0 age confidence
github.com/hashicorp/terraform-plugin-sdk/v2 require minor v2.38.1v2.40.0 age confidence
github.com/hashicorp/terraform-plugin-testing require minor v1.14.0v1.15.0 age confidence
github.com/ogen-go/ogen require minor v1.18.0v1.20.2 age confidence
github.com/samber/lo require minor v1.52.0v1.53.0 age confidence
go (source) toolchain minor 1.25.51.26.1 age confidence
go.opentelemetry.io/otel require minor v1.39.0v1.42.0 age confidence
go.opentelemetry.io/otel/metric require minor v1.39.0v1.42.0 age confidence
go.opentelemetry.io/otel/trace require minor v1.39.0v1.42.0 age confidence
reviewdog/action-actionlint action minor v1.69.1v1.72.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

actions/setup-go (actions/setup-go)

v6.4.0

Compare Source

What's Changed
Enhancement
  • Add go-download-base-url input for custom Go distributions by @​gdams in #​721
Dependency update
Documentation update
New Contributors

Full Changelog: actions/setup-go@v6...v6.4.0

v6.3.0

Compare Source

What's Changed

Full Changelog: actions/setup-go@v6...v6.3.0

hashicorp/terraform-plugin-framework (github.com/hashicorp/terraform-plugin-framework)

v1.19.0

Compare Source

NOTES:

  • This release moves the resource configuration generation logic for the -generate-config-out flag from Terraform Core to the Framework for Terraform v1.14.0 and above. There should be no functionality changes for resource configuration generation in this release. (#​1281)
  • This Go module has been updated to Go 1.25 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#​1287)

v1.18.0

Compare Source

NOTES:

  • State store support is considered experimental and offered without compatibility promises until support for state_store in Terraform core is generally available. (#​1259)

FEATURES:

  • framework: Add support for deprecation messages on attributes and blocks in the configuration schema (#​1276)
  • statestore: New package for implementing state stores (#​1259)
  • statestore/schema: New package for implementing state store schemas (#​1259)

ENHANCEMENTS:

  • types/basetypes: Added Length() method for the ListValue type. (#​1067)
  • types/basetypes: Added Length() method for the MapValue type. (#​1067)
  • types/basetypes: Added Length() method for the SetValue type. (#​1067)
  • types/basetypes: Added Length() method for the TupleValue type. (#​1067)
  • provider: Added ProviderWithStateStores interface for implementing state stores (#​1259)
  • provider: Added StateStoreData to ConfigureResponse, to pass provider-defined data to (statestore.StateStore).Initialize methods (#​1262)
hashicorp/terraform-plugin-go (github.com/hashicorp/terraform-plugin-go)

v0.31.0

Compare Source

BREAKING CHANGES:

  • tfprotov5+tfprotov6: The GenerateResourceConfig RPC call is now required in ResourceServer. (#​607)

NOTES:

  • This Go module has been updated to Go 1.25 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#​612)
  • all: To prevent compilation errors, ensure your Go module is updated to at least terraform-plugin-framework@​v1.19.0, terraform-plugin-mux@​v0.23.0, terraform-plugin-sdk/v2@​v2.40.0, and terraform-plugin-testing@​v1.15.0 before upgrading this dependency. (#​607)

v0.30.0

Compare Source

NOTES:

  • tfprotov6: An upcoming release will require the StateStoreServer implementation as part of ProviderServer. (#​594)
  • The state store protocol definitions are considered experimental and may change up until general availability in Terraform core. (#​563)

FEATURES:

  • tfprotov6: Upgraded protocol v6 and added types to support the new state store type. (#​563)
  • tfprotov5/tfprotov6: Added DeprecationMessage field to SchemaAttribute and SchemaNestedAttribute (#​600)
hashicorp/terraform-plugin-sdk (github.com/hashicorp/terraform-plugin-sdk/v2)

v2.40.0

Compare Source

NOTES:

  • This release moves the resource configuration generation logic for the -generate-config-out flag from Terraform Core to the SDKv2 for Terraform v1.14.0 and above. There should be no functionality changes for resource configuration generation in this release. (#​1559)
  • This Go module has been updated to Go 1.25 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#​1564)

v2.39.0

Compare Source

ENHANCEMENTS:

  • helper/schema: Added support for deprecation messages on attributes and blocks, which are now populated from the Schema's Deprecated field and passed through to the protocol layer (#​1553)

v2.38.2

Compare Source

BUG FIXES:

  • all: Prevent "Missing Resource Identity" error if the resource returned any errors during apply. (#​1541)
hashicorp/terraform-plugin-testing (github.com/hashicorp/terraform-plugin-testing)

v1.15.0

Compare Source

NOTES:

  • This Go module has been updated to Go 1.25 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#​629)

FEATURES:

  • helper/resource: Added new StateStore testing mode to TestStep, which can be used to smoke test Terraform state storage. (#​591)

BUG FIXES:

  • helper/resource: Test steps in Config mode using Destroy: true and Check functions will now create an additional destroy plan prior to running terraform apply to avoid a potential "Saved Plan is Stale" error from Terraform. (#​602)
  • helper/resource: Test steps in Config mode using the TF_ACC_REFRESH_AFTER_APPLY compatibility flag will not refresh if ExpectNonEmptyPlan is true. (#​602)

v1.14.1

Compare Source

BUG FIXES:

  • Backport: Remove the redundant post-apply refresh triggered by resource/refreshAfterApply so acceptance tests avoid an extra refresh cycle. (#​641)
ogen-go/ogen (github.com/ogen-go/ogen)

v1.20.2

Compare Source

What's Changed
New Contributors

Full Changelog: ogen-go/ogen@v1.20.1...v1.20.2

v1.20.1

Compare Source

What's Changed
New Contributors

Full Changelog: ogen-go/ogen@v1.20.0...v1.20.1

v1.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: ogen-go/ogen@v1.19.0...v1.19.1

v1.19.0

Compare Source

samber/lo (github.com/samber/lo)

v1.53.0

Compare Source

Announcing the latest release of lo with lots of good gifts! 🎁

🌊 First, a big thanks to @​d-enk for making lots of performance improvements in the recent weeks.

🧪 Second, this release introduces a new simd experimental package. If you run on an amd64 architecture and a recent CPU, you can perform very fast operations thanks to SIMD CPU instructions.
-> Documentation: https://lo.samber.dev/docs/experimental/simd

💥 Third, this version adds *Err variants of many lo helpers (like MapErr, FlatMapErr, ReduceErr, etc.) whose callbacks can return an error and short-circuit execution when one occurs.

[!NOTE]
The simd sub-package is considered not stable. We might break the initial API based on developers' feedback in the coming months.

moto-gopher2

Features & improvements

Deprecation

Performance improvements

  • feat: Optimize UniqMap to reduce unnecessary slice preallocation by @​ivolkoff in #​710
  • refactor(it): simplify DropLast, TrimSuffix, TrimPrefix and use range loops by @​d-enk in #​782
  • bench: fix iterators to actually iterate in benchmarks by @​d-enk in #​781
  • refactor: simplify slice cut/trim prefix/suffix functions by @​d-enk in #​787
  • perf: optimize Sliding by pre-allocating result capacity by @​d-enk in #​783
  • refactor: improve SamplesBy performance and revert non-panic behavior for negative count by @​d-enk in #​786
  • feat(perf): speed up some functions with linear complexity O=n2 -> O=2n by @​samber in #​726
  • perf: only allocate a single map in Intersect by @​NathanBaulch in #​736
  • perf: preallocate Words string buffer by @​NathanBaulch in #​728
  • refactor: improve lo[it].Intersect[By] readability and performance by @​d-enk in #​756
  • perf: preallocate result slice in SamplesBy by @​d-enk in #​766
  • perf: optimize PartitionBy by eliminating redundant append by @​d-enk in #​765
  • perf: correct prealloc of the result in FindUniques/Duplicates[By] by @​d-enk in #​764
  • perf: use Ternary() instead If().Else() in Range/RangeFrom by @​d-enk in #​770
  • perf: optimize it.Trim to use DropLastWhile(DropWhile(...)) by @​d-enk in #​780
  • perf: replace Min/Max(Range) with Min/MaxIndexBy in DispatchingStrategy by @​d-enk in #​779
  • perf: preallocate result slice in RangeWithSteps by @​d-enk in #​820
  • perf: avoid unnecessary error allocation in NthOr, NthOrEmpty by @​d-enk in #​817
  • perf: optimize Zip and ZipBy functions by @​d-enk in #​818
  • perf: lazy it.Reverse iteration instead of in-place mutation by @​d-enk in #​814
  • perf: optimize Substring to work directly with strings instead of converting to runes by @​d-enk in #​822
  • perf: optimize it.CountBy by removing Filter iterator chain by @​d-enk in #​813
  • perf: optimize it.Find to avoid unnecessary allocations by @​d-enk in #​811
  • perf: optimize it.ContainsBy/EveryBy/SomeBy/NoneBy to avoid unnecessary allocations by @​d-enk in #​812
  • refactor: simplify for loop by @​d-enk in #​772
  • refactor: remove some redundant checks by @​d-enk in #​771
  • refactor: simplify it.HasSuffix implementation by @​d-enk in #​767
  • refactor: improve Slice logic and fix docstring by @​d-enk in #​785

Thanks @​d-enk !!

Other (doc, tests, style...)

Dependencies

New Contributors

Full Changelog: samber/lo@v1.52.0...v1.53.0

golang/go (go)

v1.26.1

v1.26.0

v1.25.8

v1.25.7

v1.25.6

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.42.0: /v0.64.0/v0.18.0/v0.0.16

Compare Source

Added
  • Add go.opentelemetry.io/otel/semconv/v1.40.0 package.
    The package contains semantic conventions from the v1.40.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.39.0. (#​7985)
  • Add Err and SetErr on Record in go.opentelemetry.io/otel/log to attach an error and set record exception attributes in go.opentelemetry.io/otel/log/sdk. (#​7924)
Changed
  • TracerProvider.ForceFlush in go.opentelemetry.io/otel/sdk/trace joins errors together and continues iteration through SpanProcessors as opposed to returning the first encountered error without attempting exports on subsequent SpanProcessors. (#​7856)
Fixed
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp to correctly handle HTTP2 GOAWAY frame. (#​7931)
  • Fix semconv v1.39.0 generated metric helpers skipping required attributes when extra attributes were empty. (#​7964)
  • Preserve W3C TraceFlags bitmask (including the random Trace ID flag) during trace context extraction and injection in go.opentelemetry.io/otel/propagation. (#​7834)
Removed
  • Drop support for [Go 1.24]. (#​7984)

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.41.0...v1.42.0

v1.41.0: /v0.63.0/v0.17.0/v0.0.15

Compare Source

This release is the last to support Go 1.24. The next release will require at least Go 1.25.

Added
Fixed
  • Update Baggage in go.opentelemetry.io/otel/propagation and Parse and New in go.opentelemetry.io/otel/baggage to comply with W3C Baggage specification limits. New and Parse now return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#​7880)

What's Changed


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.


  • 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 force-pushed the renovate/all-minor-patch branch 2 times, most recently from ba06ef1 to 698a8aa Compare January 22, 2026 17:40
@renovate renovate bot changed the title chore(deps): update dependency go to v1.25.6 chore(deps): update all non-major dependencies Jan 22, 2026
@github-actions github-actions bot added the ci label Jan 22, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 672236a to 12c580a Compare February 2, 2026 04:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 12c580a to 7d7d9ec Compare February 2, 2026 21:11
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Feb 2, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Feb 2, 2026

ℹ️ Artifact update notice

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

  • 15 additional dependencies were updated

Details:

Package Change
github.com/ProtonMail/go-crypto v1.1.6 -> v1.3.0
github.com/fatih/color v1.18.0 -> v1.19.0
github.com/hashicorp/go-version v1.7.0 -> v1.8.0
github.com/hashicorp/hc-install v0.9.2 -> v0.9.3
github.com/hashicorp/terraform-exec v0.24.0 -> v0.25.0
golang.org/x/crypto v0.45.0 -> v0.49.0
golang.org/x/mod v0.30.0 -> v0.33.0
golang.org/x/net v0.47.0 -> v0.52.0
golang.org/x/sync v0.18.0 -> v0.20.0
golang.org/x/sys v0.38.0 -> v0.42.0
golang.org/x/text v0.31.0 -> v0.35.0
golang.org/x/tools v0.39.0 -> v0.42.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 -> v0.0.0-20251202230838-ff82c1b0f217
google.golang.org/grpc v1.75.1 -> v1.79.2
google.golang.org/protobuf v1.36.9 -> v1.36.11

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 879bb40 to a90adac Compare February 10, 2026 21:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from aaae6ed to 4aa72fc Compare February 16, 2026 14:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8e9bdbe to e421ebd Compare February 28, 2026 13:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 7f19192 to 8baac93 Compare March 9, 2026 06:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6089306 to d684034 Compare March 16, 2026 05:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 23b9f22 to 437669f Compare March 30, 2026 04:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 437669f to c7797ff Compare March 31, 2026 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants