Skip to content

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

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 27, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.991.0.100
async-nats dependencies minor 0.43.00.45.0
cargo minor 1.89.01.91.1
kubectl minor 1.33.41.35.0
kubernetes-helm patch 3.19.03.19.1
natscli minor 0.2.20.3.0
serde (source) dependencies patch 1.0.2191.0.228
serde (source) dependencies patch 1.0.2251.0.228
serde_json dependencies patch 1.0.1431.0.149
serde_json dependencies patch 1.0.1451.0.149
taiki-e/install-action action minor v2.62.10v2.66.6
tokio (source) dependencies minor 1.47.11.49.0
tracing (source) dependencies patch 0.1.410.1.44
url dependencies patch 2.5.72.5.8
uv minor 0.8.140.9.24
wasm-tools minor 1.239.01.244.0
wasmcloud-provider-sdk dependencies minor 0.13.00.17.0
wit-bindgen dependencies minor 0.460.51
wit-bindgen-wrpc dependencies minor 0.9.00.10.0
wkg minor 0.12.00.13.0

Release Notes

dtolnay/anyhow (anyhow)

v1.0.100

Compare Source

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#​426)
kubernetes/kubectl (kubectl)

v1.35.0

v1.34.3

v1.34.2

v1.34.1

helm/helm (kubernetes-helm)

v3.19.1: Helm v3.19.1

Helm v3.19.1 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.19.1. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 4.0.0 is the next major release and will be on November 12, 2025
  • 3.19.2 and 4.0.01 are the next patch releases and will be on December 10, 2025
  • 3.20.0 and 4.1.0 is the next minor releases and will be on January 21, 2026

Changelog

  • chore(deps): bump github.com/containerd/containerd from 1.7.28 to 1.7.29 4f953c2 (dependabot[bot])
  • jsonschema: warn and ignore unresolved URN $ref to match v3.18.4 6801f4d (Benoit Tigeot)
  • Avoid "panic: interface conversion: interface {} is nil" 2f619be (Benoit Tigeot)
  • Fix helm pull untar dir check with repo urls 8112d47 (Luna Stadler)
  • Fix deprecation warning 5dff7ce (Benoit Tigeot)
  • chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 2dad4d2 (dependabot[bot])
  • Add timeout flag to repo add and update flags a833710 (Reinhard Nägele)
  • chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.43.0 2e12c81 (Dirk Müller)
nats-io/natscli (natscli)

v0.3.0: Release 0.3.0

Enhancements
  • Add downgrade safety report in nats server report downgrade (requires NATS Server 2.12)
  • Support configuring and reporting on Batch Publishing (requires NATS Server 2.12)
  • Support Prioritized consumer groups (requires NATS Server 2.12)
  • Support offline JetStream assets (requires NATS Server 2.12)
  • Support message schedules (requires NATS Server 2.12)
  • Support benchmarking batch publishing using nats bench js pub (requires NATS Server 2.12)
  • Show when a leader became leader (requires NATS Server 2.12)
  • Support Stream Persistence Mode (requires NATS Server 2.12)
  • Support removing mirror configuration in nats stream edit (requires NATS Server 2.12)
  • Show missing streams in list/report (requires NATS Server 2.12)
  • Rewrite nats sub to use nats.go/jetstream
  • Allow stream retention to be edited
  • Remove API Errors from JetStream reports
  • Report missing Raft group in stream/consumer check
  • Batched direct gets in nats bench
  • Allow sorting nats server watch by names
Bug Fixes
  • Ensure parsed ints are in correct units
  • Improve publishing from STDIN for nats pub
  • Always fail when context doesn't exist
  • Ensure API calls made by nats.go uses correct timeout
  • Fix steam-check breaking on pretty-printed JSON
  • Prints a warning at the end of a nats bench run if a disconnection happened
  • Validate history falls within limits rather than overflowing
  • Align with the needs of go 1.24 go vet
  • Fix MULTILEADER detection in stream/consumer check
  • Improve help output in various commands
  • Skip failed nats rtt targets rather than error
  • Various UX and behaviour improvements to nats bench
  • Fix stdin handling for nats req command
  • Perform exact matching when accessing z endpoints (requires NATS Server 2.12)
  • Improved display of nats bench statistics
  • Force number of decimal places on Y axis on graphs
  • Allow B and b when specifying number of bytes
  • Correctly read the trace message body from user input

Full Changelog: nats-io/natscli@v0.2.4...v0.3.0

serde-rs/serde (serde)

v1.0.228

Compare Source

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#​2995)

v1.0.227

Compare Source

v1.0.226

Compare Source

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#​2935, thanks @​Mingun)

v1.0.225

Compare Source

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#​2879, thanks @​rcrisanti)

v1.0.224

Compare Source

  • Remove private types being suggested in rustc diagnostics (#​2979)

v1.0.223

Compare Source

  • Fix serde_core documentation links (#​2978)

v1.0.222

Compare Source

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#​2950, thanks @​aytey)

v1.0.221

Compare Source

  • Documentation improvements (#​2973)
  • Deprecate serde_if_integer128! macro (#​2975)

v1.0.220

Compare Source

serde-rs/json (serde_json)

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

v1.0.145

Compare Source

  • Raise serde version requirement to >=1.0.220

v1.0.144

Compare Source

  • Switch serde dependency to serde_core (#​1285)
taiki-e/install-action (taiki-e/install-action)

v2.66.6

Compare Source

Initial release

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9b8c4f0 to bf97dce Compare September 28, 2025 14:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 65b0667 to bdf1883 Compare October 2, 2025 13:30
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 60cae0e to a4d47c8 Compare October 10, 2025 02:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3d1da5b to 057d09a Compare October 15, 2025 09:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 2c220ae to dc6dc59 Compare November 5, 2025 13:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 0286e66 to 30a5a5d Compare November 14, 2025 22:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e57021a to f3c3f5e Compare November 23, 2025 08:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 09b8d0f to 9c7e215 Compare November 30, 2025 05:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 28a4b61 to bfb5ee0 Compare December 4, 2025 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants