Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the third-party group across 1 directory with 6 updates #2379

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2024

Bumps the third-party group with 6 updates in the / directory:

Package From To
github.com/coreos/go-iptables 0.7.0 0.8.0
github.com/go-acme/lego/v4 4.17.4 4.18.0
github.com/hashicorp/raft 1.7.0 1.7.1
golang.org/x/oauth2 0.22.0 0.23.0
golang.org/x/sys 0.24.0 0.25.0
golang.org/x/text 0.17.0 0.18.0

Updates github.com/coreos/go-iptables from 0.7.0 to 0.8.0

Release notes

Sourced from github.com/coreos/go-iptables's releases.

v0.8.0

What's Changed

Full Changelog: coreos/go-iptables@v0.7.0...v0.8.0

Commits
  • 26e4251 Merge pull request #125 from olljanat/delete-by-id
  • 39ae37f feat: add DeleteById function
  • 65c67c9 Merge pull request #122 from coreosbot-releng/repo-templates
  • 794c981 Sync repo templates ⚙
  • 8c6a487 Merge pull request #120 from coreosbot-releng/repo-templates
  • 3cde41d Sync repo templates ⚙
  • 4a0e8cc Merge pull request #119 from squeed/bring-build-back
  • 3a9906c Merge pull request #117 from skitt/fix-1.8.9-version-check
  • 046b2e0 Add "build" script back
  • 49b5927 Fix the 1.8.9 version check
  • Additional commits viewable in compare view

Updates github.com/go-acme/lego/v4 from 4.17.4 to 4.18.0

Release notes

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

v4.18.0

Consider becoming a sponsor if you benefit from the work that went into this release!

Changelog

  • c759f565 Add DNS provider for DirectAdmin (#2225)
  • 7062e8c2 Add DNS provider for Lima-City (#2248)
  • beaa35ca Add DNS provider for Mittwald (#2200)
  • f93651a5 Add DNS provider for mijn.host (#2252)
  • 9873b9b8 bluecat: skip deploy (#2230)
  • 24f42146 cloudflare: update documentation to specify the unit of time-based options (#2239)
  • 04864ff1 designate: allow manually overwriting DNS zone (#2204)
  • 13b5cb57 directadmin: update documentation
  • 4cbe9a2a docs: add note about snap (#2201)
  • cb246718 docs: fix favicon
  • 5ab212cf docs: update theme (#2240)
  • fa7cf5cd feat: add LEGO_ISSUER_CERT_PATH to run hook (#2234)
  • c63be848 feat: add option to handle the overall request limit (#2209)
  • 834a9089 feat: expose certificates pool creation (#2210)
  • 29e98f8a fix(ari): avoid Int63n panic in ShouldRenewAt() (#2246)
  • 321cea51 fix: restore Solaris (#2217)
  • fa0c05f5 ovh: allow to use ovh.conf file (#2216)
Changelog

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

[v4.18.0] - 2024-08-30

Added

  • [dnsprovider] Add DNS provider for mijn.host
  • [dnsprovider] Add DNS provider for Lima-City
  • [dnsprovider] Add DNS provider for DirectAdmin
  • [dnsprovider] Add DNS provider for Mittwald
  • [lib,cli] feat: add option to handle the overall request limit
  • [lib] feat: expose certificates pool creation

Changed

  • [cli] feat: add LEGO_ISSUER_CERT_PATH to run hook
  • [dnsprovider] bluecat: skip deploy
  • [dnsprovider] ovh: allow to use ovh.conf file
  • [dnsprovider] designate: allow manually overwriting DNS zone

Fixed

  • [ari] fix: avoid Int63n panic in ShouldRenewAt()
Commits

Updates github.com/hashicorp/raft from 1.7.0 to 1.7.1

Release notes

Sourced from github.com/hashicorp/raft's releases.

v1.7.1

This patch release fixes two potential issues with Pre-Vote which was added in 1.7.0. One of these has been observed in a single deployed instance but we've been unable to replicate the exact conditions so impact is difficult to assess. Out of an abundance of caution we strongly recommend all 1.7.0 users upgrade to 1.7.1 to avoid this issue occurring.

  1. #605 Fixes the observed issue where a node looses leadership but is unable to get pre-votes accepted due to followers thinking it's still the leader. This was an implementation bug.
  2. #609 fixes a theoretical issue (not come up with an actual reproduction yet) where a very specific sequence of pre-votes could artificially prevent cluster followers from holding elections even though there is no active leader succeeding to get a quorum of pre-vote responses.
Changelog

Sourced from github.com/hashicorp/raft's changelog.

UNRELEASED

Commits
  • 42d3446 Do not update leader last-contact when granting a pre-vote request (#609)
  • 185ae2e Bump github.com/hashicorp/go-msgpack/v2 from 2.1.1 to 2.1.2 (#589)
  • 497108f Fix pre-vote implementation where leader's pre-vote is rejected (#605)
  • 831ddf8 remove flaky with no purpose test TestRaft_VoteWithNoIDNoAddr (#607)
  • a5db400 Merge pull request #590 from hashicorp/compliance/add-headers
  • 82c0bf8 [COMPLIANCE] Add Copyright and License Headers
  • See full diff in compare view

Updates golang.org/x/oauth2 from 0.22.0 to 0.23.0

Commits

Updates golang.org/x/sys from 0.24.0 to 0.25.0

Commits
  • a43b625 windows: add SIO_UDP_NETRESET constant
  • ed67b15 windows: add console codepage api
  • 9cb830b unix: add missing import to syscall_hurd.go
  • 71132f5 unix: add POLLRDHUP to FreeBSD
  • 3283fc3 cpu: add support for detecting RISC-V extensions
  • 29e55b2 unix: use os.Executable rather than os.Args[0] in tests
  • a8c5219 unix: rename XDPUmemReg field back to Size
  • 59665e5 unix: add Connectx for darwin
  • a0c72ef unix: add f_flag member flags on z/OS
  • c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.17.0 to 0.18.0

Commits
  • 1e3e9fd all: rename Example test functions to prevent vet errors
  • See full diff in compare view

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

Bumps the third-party group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/coreos/go-iptables](https://github.com/coreos/go-iptables) | `0.7.0` | `0.8.0` |
| [github.com/go-acme/lego/v4](https://github.com/go-acme/lego) | `4.17.4` | `4.18.0` |
| [github.com/hashicorp/raft](https://github.com/hashicorp/raft) | `1.7.0` | `1.7.1` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.22.0` | `0.23.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.24.0` | `0.25.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.17.0` | `0.18.0` |



Updates `github.com/coreos/go-iptables` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/coreos/go-iptables/releases)
- [Commits](coreos/go-iptables@v0.7.0...v0.8.0)

Updates `github.com/go-acme/lego/v4` from 4.17.4 to 4.18.0
- [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.4...v4.18.0)

Updates `github.com/hashicorp/raft` from 1.7.0 to 1.7.1
- [Release notes](https://github.com/hashicorp/raft/releases)
- [Changelog](https://github.com/hashicorp/raft/blob/main/CHANGELOG.md)
- [Commits](hashicorp/raft@v1.7.0...v1.7.1)

Updates `golang.org/x/oauth2` from 0.22.0 to 0.23.0
- [Commits](golang/oauth2@v0.22.0...v0.23.0)

Updates `golang.org/x/sys` from 0.24.0 to 0.25.0
- [Commits](golang/sys@v0.24.0...v0.25.0)

Updates `golang.org/x/text` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: github.com/coreos/go-iptables
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party
- dependency-name: github.com/go-acme/lego/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party
- dependency-name: github.com/hashicorp/raft
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: third-party
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: third-party
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners September 4, 2024 15:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 4, 2024
@plorenz plorenz merged commit b08b453 into main Sep 4, 2024
14 of 29 checks passed
@plorenz plorenz deleted the dependabot/go_modules/third-party-f2389a758f branch September 4, 2024 16:51
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