Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 6, 2025

Bumps the go_modules group with 2 updates in the / directory: github.com/Azure/azure-sdk-for-go/sdk/azidentity and github.com/go-acme/lego/v4.

Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0

Commits
  • 36f766d add sdk/resourcemanager/cosmos/armcosmos live test (#20705)
  • c005ed6 sdk/resourcemanager/network/armnetwork live test (#20331)
  • 5fa7df4 add sdk/resourcemanager/compute/armcompute live test (#20048)
  • 0d22aed add sdk/resourcemanager/eventhub/armeventhub live test (#20686)
  • 2a8d96d add sdk/resourcemanager/postgresql/armpostgresql live test (#20685)
  • b2cddab [Release] sdk/resourcemanager/paloaltonetworksngfw/armpanngfw/0.1.0 (#20437)
  • ed7f3c7 Fix azidentity troubleshooting guide link (#20736)
  • 6dfd0cb [azeventhubs] Fixing checkpoint store race condition (#20727)
  • 745d967 pass along the artifact name so we can override it later (#20732)
  • 20b4dd8 Update changelog with latest features (#20730)
  • Additional commits viewable in compare view

Updates github.com/go-acme/lego/v4 from 4.17.3 to 4.25.2

Release notes

Sourced from github.com/go-acme/lego/v4's releases.

v4.25.2

Changelog

  • c689b20fee2f107f88668a78b9b7a3d039559621 feat: log when dynamic renew date not yet reached (#2597)
  • 238454b5f74f3cfcbb244ff0d0dc914a4ad44b96 fix: enforce HTTPS to the ACME server (#2608)
  • 137ad86fa408a4eaa3a93965416b7b48db893d62 fix: remove wrong env var (#2600)
  • 756d5ade0ec53a78e0d189fb89f455c610e918aa tests: change the signature of the method BuildHTTPS (#2611)
  • fc21d23f7f15b11bdc0eb4583137e24643d05e83 tests: clean up code (#2612)
  • 4d2dc643640160e8d62b1c58a932506d93c88411 tests: simplify fake DNS server (rfc2136) (#2609)
  • b4ddc1e5e2967c1fb3e59e09276d030c3e2baee4 tests: use better test domains (#2603)

v4.25.1

Changelog

  • 833d3b814731e33cbc01b365a7aab8baadf2d397 fix: wrong CLI flag type (#2595)

v4.25.0

The binary size of this release is about ~50% smaller compared to previous releases.

This will also reduce the module cache usage by 320 MB (this will only affect users of lego as a library or who build lego themselves).

Changelog

  • b8beddc2675e4d240e737283d5a75a52d8f01405 Add DNS provider for ZoneEdit (#2578)
  • 79f496e11c50dce050fae065617d791f0012f5c9 alidns: replace alidns-20150109 with a fork (#2589)
  • 96b18d764dced95d9cb4d0142e2c684d73c974fb feat: add option to define dynamically the renew date (#2574)
  • 40baed291cb36bc1f13d64fbc56d618c90872fb3 feat: add option to disable common name in CSR (#2570)
  • bfa487cc48353077a8ffd94ab2a51e3fa361ad2a fix: enforce domain into renewal command (#2576)
  • cb602702d26ca5ac0079c0f277550b7d4e85069b huaweicloud: lightweight client (#2591)
  • d9bba80a19a6e957781d2fde7e93f4a1a789b5b9 ionos: increase default propagation timeout (#2569)
  • d0008c42f5e05e4daf44da3feb11f50ca1b61403 tencentcloud: replace tencentcloud-sdk-go with a fork (#2588)
  • 52e167c93000c231979692f5ae28ec71feda2f50 test: server client mock (#2571)
  • 0eac4b3dda66935f8a538ffca08d596a7b55a848 tests: improve function naming (#2586)
  • fae73fdc5ddcc67fc0f7a4f457671278efa0eb2b vinyldns: add an option to add quotes around the TXT record value (#2580)

v4.24.0

I hope you enjoyed my work. Please consider donating or asking your company to do so. This will be appreciated, thank you ❤️

https://donate.ldez.dev/

Changelog

  • 6ecdde77f0172cbfce33b37251b56d1f9b1b60e1 Add DNS provider for Azion (#2550)
  • b82e6d88e418ef209044c710ded14dae52159f25 Add DNS provider for ConoHa v3 (#2516)
  • 7571c0bd314855a0bdb61a7bbfd7fd9921826070 Add DNS provider for DynDnsFree.de (#2540)
  • 65608d8bbff21776699e9c89c818c45f037f56fd Add DNS provider for RU Center (#1892)
  • 1fecd31d3d5a8adede4053ce6a0d3a4bfc38d9f5 alidns: migrate to SDK v2 (#2558)
  • b28d1ac67a52b0ea7ef643bc8a821e1b024184b5 azion: add pagination support (#2555)
  • 17c65de6e77a04391c8b3024e8c1780b58443f4d azion: improve zone lookup (#2564)
  • d6df9462231fbea5ed4b42473a09613afd158592 cloudflare: add quotation marks to TXT record (#2521)
  • 476f9ed9100ed25d7a4c37eb6946d7831e3a9e09 docs(cPanel): fix examples (#2529)

... (truncated)

Changelog

Sourced from github.com/go-acme/lego/v4's changelog.

v4.25.2 (2025-08-06)

Changed

  • [cli,log] log when dynamic renew date not yet reached

Fixed

  • [cli] fix: remove wrong env var
  • [lib,cli] fix: enforce HTTPS to the ACME server

v4.25.1 (2025-07-21)

Fixed

  • [cli] fix: wrong CLI flag type

v4.25.0 (2025-07-21)

The binary size of this release is about ~50% smaller compared to previous releases.

This will also reduce the module cache usage by 320 MB (this will only affect users of lego as a library or who build lego themselves).

Added

  • [dnsprovider] Add DNS provider for ZoneEdit
  • [cli] Add an option to define dynamically the renew date
  • [lib,cli] Add an option to disable common name in CSR

Changed

  • [dnsprovider] vinyldns: add an option to add quotes around the TXT record value
  • [dnsprovider] ionos: increase default propagation timeout

Fixed

  • [cli] fix: enforce domain into renewal command

v4.24.0 (2025-07-07)

Added

  • [dnsprovider] Add DNS provider for Azion
  • [dnsprovider] Add DNS provider for DynDnsFree.de
  • [dnsprovider] Add DNS provider for ConoHa v3
  • [dnsprovider] Add DNS provider for RU Center
  • [dnsprovider] gcloud: add service account impersonation

Changed

... (truncated)

Commits

Updates golang.org/x/crypto from 0.23.0 to 0.40.0

Commits
  • 459a9db go.mod: update golang.org/x dependencies
  • 74e709a ssh: add AlgorithmNegotiationError
  • b3790b8 acme: fix TLSALPN01ChallengeCert for IP address identifiers
  • 1dc4269 acme: add Pebble integration testing
  • 97bf787 blake2b: implement hash.XOF
  • 952517d x509roots/fallback: update bundle
  • c6fce02 ssh: refuse to parse certificates that use a certificate as signing key
  • 0ae49b8 ssh: reject certificate keys used as signature keys for SSH certs
  • 3bf9d2a ssh/test: skip KEX test if unsupported by system SSH client
  • 9bab967 go.mod: update golang.org/x dependencies
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.25.0 to 0.42.0

Commits
  • 76358aa go.mod: update golang.org/x dependencies
  • 6e41cae go.mod: update golang.org/x dependencies
  • 15f7d40 http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame
  • ef33bc0 internal/http3: use bubbled context in synctest tests
  • 919c6bc http2: use an array instead of a map in typeFrameParser
  • bae01a7 trace: add missing td tag
  • 7d6e62a go.mod: update golang.org/x dependencies
  • ea0c1d9 internal/timeseries: use built-in max/min to simplify the code
  • 3e7a445 quic: skip packet numbers for optimistic ack defense
  • 3f563d3 quic: use an enum for sentPacket state
  • Additional commits viewable in compare view

Updates github.com/go-jose/go-jose/v4 from 4.0.1 to 4.1.1

Release notes

Sourced from github.com/go-jose/go-jose/v4's releases.

v4.1.1

What's Changed

New Contributors

Full Changelog: go-jose/go-jose@v4.1.0...v4.1.1

v4.1.0

What's Changed

New Contributors

Full Changelog: go-jose/go-jose@v4.0.5...v4.1.0

v4.0.5

What's Changed

Fixes GHSA-c6gw-w398-hv78

Various other dependency updates, small fixes, and documentation updates in the full changelog

New Contributors

Full Changelog: go-jose/go-jose@v4.0.4...v4.0.5

Version 4.0.4

Fixed

  • Reverted "Allow unmarshalling JSONWebKeySets with unsupported key types" as a breaking change. See #136 / #137.

Version 4.0.3

Changed

  • Allow unmarshalling JSONWebKeySets with unsupported key types (#130)

... (truncated)

Commits

Updates github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.2.2

What's Changed

New Contributors

Full Changelog: golang-jwt/jwt@v5.2.1...v5.2.2

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the go_modules group with 2 updates in the / directory: [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) and [github.com/go-acme/lego/v4](https://github.com/go-acme/lego).


Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md)
- [Commits](Azure/azure-sdk-for-go@sdk/internal/v1.5.2...sdk/azcore/v1.6.0)

Updates `github.com/go-acme/lego/v4` from 4.17.3 to 4.25.2
- [Release notes](https://github.com/go-acme/lego/releases)
- [Changelog](https://github.com/go-acme/lego/blob/master/CHANGELOG.md)
- [Commits](go-acme/lego@v4.17.3...v4.25.2)

Updates `golang.org/x/crypto` from 0.23.0 to 0.40.0
- [Commits](golang/crypto@v0.23.0...v0.40.0)

Updates `golang.org/x/net` from 0.25.0 to 0.42.0
- [Commits](golang/net@v0.25.0...v0.42.0)

Updates `github.com/go-jose/go-jose/v4` from 4.0.1 to 4.1.1
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Commits](go-jose/go-jose@v4.0.1...v4.1.1)

Updates `github.com/golang-jwt/jwt/v5` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](golang-jwt/jwt@v5.2.1...v5.2.2)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-version: 1.6.0
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/go-acme/lego/v4
  dependency-version: 4.25.2
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.40.0
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.42.0
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: github.com/go-jose/go-jose/v4
  dependency-version: 4.1.1
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-version: 5.2.2
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 6, 2025
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 Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant