An open index of dependabot pull requests across open source projects.

deps: bump the all-go-minor-and-patch group across 1 directory with 17 updates

Open
Number: #4039
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 2
Created: September 14, 2025 at 12:04 PM UTC
(about 2 months ago)
Updated: September 21, 2025 at 12:03 PM UTC
(about 1 month ago)
Labels:
dependencies
Description:

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the all-go-minor-and-patch group with 13 updates in the / directory:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.19.0 1.19.1
github.com/prometheus/client_golang 1.23.0 1.23.2
github.com/spf13/cobra 1.9.1 1.10.1
github.com/spf13/viper 1.20.1 1.21.0
golang.org/x/sys 0.35.0 0.36.0
google.golang.org/grpc 1.75.0 1.75.1
google.golang.org/protobuf 1.36.8 1.36.9
golang.org/x/crypto 0.41.0 0.42.0
golang.org/x/net 0.43.0 0.44.0
golang.org/x/time 0.12.0 0.13.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4 4.7.0-beta.1 4.9.0-beta.1
github.com/cilium/cilium 1.15.16 1.18.1
k8s.io/kubernetes 1.30.14 1.34.1

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.19.0 to 1.19.1

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.19.1

1.19.1 (2025-09-11)

Bugs Fixed

  • Fixed resource identifier parsing for provider-specific resource hierarchies containing "resourceGroups" segments.

Other Changes

  • Improved error fall-back for improperly authored long-running operations.
  • Upgraded dependencies.
Commits

Updates github.com/prometheus/client_golang from 1.23.0 to 1.23.2

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.23.2 - 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2

v1.23.1 - 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.23.2 / 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

1.23.1 / 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Commits

Updates github.com/spf13/cobra from 1.9.1 to 1.10.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: https://github.com/spf13/cobra/compare/v1.10.0...v1.10.1

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: spf13/cobra#2303

✨ Features

🐛 Fix

🪠 Testing

📝 Docs

New Contributors

... (truncated)

Commits
  • 7da941c chore: Bump pflag to v1.0.9 (#2305)
  • 51d6751 Bump pflag to 1.0.8 (#2303)
  • 3f3b818 Update README.md with new logo
  • dcaf42e Add Periscope to the list of projects using Cobra (#2299)
  • 6dec1ae The default ShellCompDirective can be customized for a command and its subcom...
  • c8289c1 chore(golangci-lint): add some exclusion presets
  • 4af7b64 refactor: apply golangci-lint autofixes, work around false positives
  • 75790e4 chore(golangci-lint): upgrade to v2
  • db3ddb5 Adding sponsorship to README.md
  • 67171d6 putting sponsorship below header
  • Additional commits viewable in compare view

Updates github.com/spf13/viper from 1.20.1 to 1.21.0

Release notes

Sourced from github.com/spf13/viper's releases.

v1.21.0

What's Changed

Enhancements 🚀

Bug Fixes 🐛

Dependency Updates ⬆️

Other Changes

New Contributors

Full Changelog: https://github.com/spf13/viper/compare/v1.20.0...v1.21.0

Commits
  • 394040c ci: build on go 1.25
  • 812f548 chore: update dependencies
  • d5271ef ci: update stale workflow
  • dff303b feat: add a stale issue scheduled action
  • 1287976 build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10
  • 38932cd build(deps): bump github.com/go-viper/mapstructure/v2 in /remote
  • 6d014be build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
  • b74c7ee build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0
  • acd05e1 fix: linting issues
  • ae5a8e2 ci: upgrade golangci-lint
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.35.0 to 0.36.0

Commits
  • b06ce05 windows: add FILE_ZERO_DATA_INFORMATION
  • 689cc11 unix: fix Listen on solaris
  • a4712b9 plan9: drop go version tags for unsupported versions
  • 0293703 unix: add IFAL_* consts and ifaddrlblmsg on linux
  • ab85cbb unix/linux: extend rtnetlink constants
  • 9bd3753 unix: switch (*CPUSet).Zero to clear builtin
  • 899c232 windows/mkwinsyscall: use syscall.SyscallN instead of syscall.Syscall{6,9,12,15}
  • 543f21a all: upgrade go directive to at least 1.24.0 [generated]
  • See full diff in compare view

Updates google.golang.org/grpc from 1.75.0 to 1.75.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.75.1

Bug Fixes

  • transport: Fix a data race while copying headers for stats handlers in the std lib http2 server transport. (#8519)
  • xdsclient:
    • Fix a data race caused while reporting load to LRS. (#8483)
    • Fix regression preventing empty node IDs when creating an LRS client. (#8483)
  • server: Fix a regression preventing streams from being cancelled or timed out when blocked on flow control. (#8528)
Commits

Updates google.golang.org/protobuf from 1.36.8 to 1.36.9

Updates github.com/prometheus/common from 0.65.0 to 0.66.1

Release notes

Sourced from github.com/prometheus/common's releases.

v0.66.1

This release has no functional changes, it just drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement).

What's Changed

Full Changelog: https://github.com/prometheus/common/compare/v1.20.99...v0.66.1

v0.66.0

⚠️ Breaking Changes ⚠️

  • A default-constructed TextParser will be invalid. It must have a valid scheme set, so users should use the NewTextParser function to create a valid TextParser. Otherwise parsing will panic with "Invalid name validation scheme requested: unset".

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from github.com/prometheus/common's changelog.

v0.66.1 / 2025-09-05

This release has no functional changes, it just drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement).

What's Changed

Full Changelog: https://github.com/prometheus/common/compare/v1.20.99...v0.66.1

v0.66.0 / 2025-09-02

⚠️ Breaking Changes ⚠️

  • A default-constructed TextParser will be invalid. It must have a valid scheme set, so users should use the NewTextParser function to create a valid TextParser. Otherwise parsing will panic with "Invalid name validation scheme requested: unset".

What's Changed

New Contributors

... (truncated)

Commits
  • 8975dde Revert "Use go.uber.org/atomic instead of sync/atomic (#825)" (#838)
  • 08d7f66 Move to supported version of yaml parser (#834)
  • 80e275e Revert "Use github.com/grafana/regexp instead of regexp" (#835)
  • 4c2f9e7 Merge pull request #832 from roidelapluie/retract
  • e120453 Retract v1.20.3
  • 2b1487c Merge pull request #827 from prometheus/dependabot/go_modules/github.com/stre...
  • db38951 Merge pull request #829 from prometheus/dependabot/go_modules/golang.org/x/ne...
  • 9e19a90 build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1
  • a1ba2a7 build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0
  • c7a031c Merge pull request #830 from prometheus/dependabot/go_modules/google.golang.o...
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.41.0 to 0.42.0

Commits
  • 5307a0c go.mod: update golang.org/x dependencies
  • 9d77937 acme: include order problem in OrderError
  • 8f580de ssh: remove Go 1.24 build tag for ML-KEM kex
  • a4d1237 ssh/knownhosts: improve IPv6 support in Normalize
  • b8d8dae curve25519: include potential fips140=only error in panic message
  • f5a2eab ssh: use curve25519.X25519 instead of curve25519.ScalarMult
  • 44ecf3a all: upgrade go directive to at least 1.24.0 [generated]
  • See full diff in compare view

Updates golang.org/x/net from 0.43.0 to 0.44.0

Commits
  • 3b23d57 http2: fix race condition when disabling goroutine debugging for one test
  • 8741050 http2: simplify TestServer_Push_RejectAfterGoAway
  • 96e405c http2: modernize TestTransportRoundtripCloseOnWriteError
  • 6dc6880 http2: simplify ClientConn Close and Shutdown tests
  • 4e2915b http2: modernize TestTransportAllocationsAfterResponseBodyClose
  • 30b0e78 http2: modernize TestRoundTripDoesntConsumeRequestBodyEarly
  • b9acd77 http2: speed up TestTransportFlowControl
  • 5153f4d go.mod: update golang.org/x dependencies
  • 9338bdd http2: speed up TestTransportHandlerBodyClose
  • 6b20036 http2: add synchronous handler support to serverTester
  • Additional commits viewable in compare view

Updates golang.org/x/time from 0.12.0 to 0.13.0

Commits
  • c0b0320 all: upgrade go directive to at least 1.24.0 [generated]
  • See full diff in compare view

Updates github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v4 from 4.7.0-beta.1 to 4.9.0-beta.1

Commits
  • 2f212ee [Release] sdk/resourcemanager/containerservice/armcontainerservice/4.9.0-beta...
  • a848337 [Release] sdk/resourcemanager/mobilenetwork/armmobilenetwork/4.0.0 (#22499)
  • 64a56b3 [Release] sdk/resourcemanager/newrelic/armnewrelicobservability/1.2.0 generat...
  • 7af6ade [Release] sdk/resourcemanager/netapp/armnetapp/6.0.0 generation from spec com...
  • b781662 Update azure-sdk-build-tools Repository Resource Refs in Yaml files (#22622)
  • ecd713e [Release] sdk/resourcemanager/appcontainers/armappcontainers/3.0.0-beta.1 (#2...
  • 1be153d [Release] sdk/resourcemanager/support/armsupport/2.0.0-beta.3 (#22518)
  • 52cdd48 [Release] sdk/resourcemanager/confluent/armconfluent/1.3.0 generation from sp...
  • d2b5a12 [Release] sdk/resourcemanager/batch/armbatch/2.3.0 generation from spec commi...
  • 6935256 [Release] sdk/resourcemanager/nginx/armnginx/3.1.0-beta.1 (#22507)
  • Additional commits viewable in compare view

Updates github.com/cilium/cilium from 1.15.16 to 1.18.1

Release notes

Sourced from github.com/cilium/cilium's releases.

1.18.1

Summary of Changes

Minor Changes:

Bugfixes:

CI Changes:

Misc Changes:

Package Dependencies
Ecosystem:
go
Version Change:
1.75.0 → 1.75.1
Update Type:
Patch
Ecosystem:
go
Version Change:
0.41.0 → 0.42.0
Update Type:
Minor
Ecosystem:
go
Version Change:
0.43.0 → 0.44.0
Update Type:
Minor
Ecosystem:
go
Version Change:
0.12.0 → 0.13.0
Update Type:
Minor
Ecosystem:
go
Version Change:
1.20.1 → 1.21.0
Update Type:
Minor
Ecosystem:
go
Version Change:
1.36.8 → 1.36.9
Update Type:
Patch
Ecosystem:
go
Version Change:
1.9.1 → 1.10.1
Update Type:
Minor
Ecosystem:
go
Version Change:
0.35.0 → 0.36.0
Update Type:
Minor
Ecosystem:
go
Version Change:
1.23.0 → 1.23.2
Update Type:
Patch
Ecosystem:
go
Version Change:
1.30.14 → 1.34.1
Update Type:
Minor
Ecosystem:
go
Version Change:
1.19.0 → 1.19.1
Update Type:
Patch
Ecosystem:
go
Version Change:
4.7.0-beta.1 → 4.9.0-beta.1
Update Type:
Minor
Ecosystem:
go
Version Change:
1.15.16 → 1.18.1
Update Type:
Minor
Technical Details
ID: 8083037
UUID: 3414963913
Node ID: PR_kwDOAzeKP86oeysi
Host: GitHub
Repository: Azure/azure-container-networking