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

fix(deps): update module github.com/libp2p/go-libp2p to v0.36.2 #548

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/libp2p/go-libp2p v0.35.4 -> v0.36.2 age adoption passing confidence

Release Notes

libp2p/go-libp2p (github.com/libp2p/go-libp2p)

v0.36.2

Compare Source

What's Changed

Full Changelog: libp2p/go-libp2p@v0.36.1...v0.36.2

v0.36.1

Compare Source

⚠️ Breaking Changes ⚠️

  • Conn.NewStream, Network.NewStream and Host.NewStream timeout after 15 seconds, if no deadline is specified on the provided ctx.

🔦 Highlights

AutoNAT v2
  • This release ships with an autonat-v2 service. The service allows users to check their rechability for individual addresses.
  • For more details of the protocol, refer to the specs:
  • BasicHost doesn't use autonat-v2 right now for verifying reachability. Once there are enough autonat-v2 servers in the IPFS network, we will use autonat-v2 to infer the node's reachability, and deprecate autonat-v1.
  • AutoNAT v2 is disabled by default. To enable, use the EnableAutoNATV2 option.
WebRTC
WebRTC Direct transport is now Non-Experimental
  • /webrtc-direct is now enabled by default.
  • We will provide patch releases for any bug fixes or security vulnerabilities in WebRTC just like other transports.
Share listening port with QUIC
  • WebRTC Direct nodes, like WebTransport nodes can use the same port as the QUIC transport.
	h, err = libp2p.New(
		libp2p.ListenAddrStrings(
			"/ip4/0.0.0.0/udp/4242/quic-v1",
			"/ip4/0.0.0.0/udp/4242/webrtc-direct"),
	)
  • Servers now don't need to open an extra port in their firewalls. This also enables WebRTC Direct nodes to infer their publicly visible address on machines behind a NAT.

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p@v0.35.0...v0.36.1

v0.36.0

Compare Source

Retracted

What's Changed

New Contributors

Full Changelog: libp2p/go-libp2p@v0.35.0...v0.36.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Aug 20, 2024

ℹ 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):

  • 18 additional dependencies were updated

Details:

Package Change
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/elastic/gosigar v0.14.2 -> v0.14.3
github.com/google/uuid v1.4.0 -> v1.6.0
github.com/klauspost/compress v1.17.8 -> v1.17.9
github.com/klauspost/cpuid/v2 v2.2.7 -> v2.2.8
github.com/pion/datachannel v1.5.6 -> v1.5.8
github.com/pion/dtls/v2 v2.2.11 -> v2.2.12
github.com/pion/ice/v2 v2.3.25 -> v2.3.34
github.com/pion/rtp v1.8.6 -> v1.8.8
github.com/pion/sctp v1.8.16 -> v1.8.20
github.com/pion/srtp/v2 v2.0.18 -> v2.0.20
github.com/pion/transport/v2 v2.2.5 -> v2.2.10
github.com/pion/webrtc/v3 v3.2.40 -> v3.3.0
github.com/prometheus/common v0.48.0 -> v0.55.0
github.com/prometheus/procfs v0.12.0 -> v0.15.1
github.com/quic-go/quic-go v0.44.0 -> v0.45.2
google.golang.org/protobuf v1.34.1 -> v1.34.2
lukechampine.com/blake3 v1.2.1 -> v1.3.0

@github-actions github-actions bot enabled auto-merge (squash) August 20, 2024 16:18
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-0.x branch from 61b174b to 37e394c Compare August 20, 2024 16:29
@renovate renovate bot changed the title fix(deps): update module github.com/libp2p/go-libp2p to v0.36.2 fix(deps): update module github.com/libp2p/go-libp2p to v0.36.2 - autoclosed Aug 20, 2024
@renovate renovate bot closed this Aug 20, 2024
auto-merge was automatically disabled August 20, 2024 16:44

Pull request was closed

@renovate renovate bot deleted the renovate/github.com-libp2p-go-libp2p-0.x branch August 20, 2024 16:44
@renovate renovate bot changed the title fix(deps): update module github.com/libp2p/go-libp2p to v0.36.2 - autoclosed fix(deps): update module github.com/libp2p/go-libp2p to v0.36.2 Aug 27, 2024
@renovate renovate bot restored the renovate/github.com-libp2p-go-libp2p-0.x branch August 27, 2024 08:29
@renovate renovate bot reopened this Aug 27, 2024
@github-actions github-actions bot enabled auto-merge (squash) August 27, 2024 08:29
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-0.x branch from 37e394c to a0622ce Compare August 27, 2024 08:30
@mudler mudler disabled auto-merge August 27, 2024 08:31
@github-actions github-actions bot enabled auto-merge (squash) August 27, 2024 08:34
@renovate renovate bot force-pushed the renovate/github.com-libp2p-go-libp2p-0.x branch from a0622ce to df2951c Compare August 27, 2024 08:41
@github-actions github-actions bot merged commit af25ea2 into master Aug 27, 2024
17 of 19 checks passed
@renovate renovate bot deleted the renovate/github.com-libp2p-go-libp2p-0.x branch August 27, 2024 09:05
mudler added a commit that referenced this pull request Aug 27, 2024
mudler added a commit that referenced this pull request Aug 27, 2024
github-actions bot referenced this pull request in kairos-io/provider-kairos Aug 27, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/mudler/edgevpn](https://togithub.com/mudler/edgevpn) |
`v0.27.4` -> `v0.28.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmudler%2fedgevpn/v0.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmudler%2fedgevpn/v0.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmudler%2fedgevpn/v0.27.4/v0.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmudler%2fedgevpn/v0.27.4/v0.28.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mudler/edgevpn (github.com/mudler/edgevpn)</summary>

###
[`v0.28.3`](https://togithub.com/mudler/edgevpn/releases/tag/v0.28.3)

[Compare
Source](https://togithub.com/mudler/edgevpn/compare/v0.28.2...v0.28.3)

#### What's Changed

- fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/mudler/edgevpn/pull/565](https://togithub.com/mudler/edgevpn/pull/565)
- fix(deps): update module github.com/c-robinson/iplib to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/mudler/edgevpn/pull/567](https://togithub.com/mudler/edgevpn/pull/567)
- fix(deps): update module github.com/hashicorp/golang-lru to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/mudler/edgevpn/pull/568](https://togithub.com/mudler/edgevpn/pull/568)
- chore: add timeout to findpeers by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/edgevpn/pull/569](https://togithub.com/mudler/edgevpn/pull/569)

**Full Changelog**:
mudler/edgevpn@v0.28.2...v0.28.3

###
[`v0.28.2`](https://togithub.com/mudler/edgevpn/releases/tag/v0.28.2)

[Compare
Source](https://togithub.com/mudler/edgevpn/compare/v0.28.1...v0.28.2)

#### What's Changed

- fix(deps): update module github.com/libp2p/go-libp2p to v0.36.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/mudler/edgevpn/pull/548](https://togithub.com/mudler/edgevpn/pull/548)
- fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/mudler/edgevpn/pull/561](https://togithub.com/mudler/edgevpn/pull/561)
- Revert "fix(deps): update module github.com/libp2p/go-libp2p to
v0.36.2" by [@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/edgevpn/pull/563](https://togithub.com/mudler/edgevpn/pull/563)
- chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/edgevpn/pull/556](https://togithub.com/mudler/edgevpn/pull/556)
- chore(deps): Bump github.com/vishvananda/netlink from 1.1.0 to 1.3.0
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/mudler/edgevpn/pull/557](https://togithub.com/mudler/edgevpn/pull/557)
- fix(deps): update module github.com/hashicorp/golang-lru to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/mudler/edgevpn/pull/562](https://togithub.com/mudler/edgevpn/pull/562)
- fix(deps): update module github.com/c-robinson/iplib to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/mudler/edgevpn/pull/514](https://togithub.com/mudler/edgevpn/pull/514)
- fix(deps): update module gopkg.in/yaml.v2 to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/mudler/edgevpn/pull/551](https://togithub.com/mudler/edgevpn/pull/551)
- chore(timeout): add a timeout also for advertizing by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/edgevpn/pull/564](https://togithub.com/mudler/edgevpn/pull/564)

**Full Changelog**:
mudler/edgevpn@v0.28.1...v0.28.2

###
[`v0.28.1`](https://togithub.com/mudler/edgevpn/releases/tag/v0.28.1)

[Compare
Source](https://togithub.com/mudler/edgevpn/compare/v0.28.0...v0.28.1)

#### What's Changed

- fix(deps): update github.com/mudler/go-processmanager digest to
[`8b802d3`](https://togithub.com/mudler/edgevpn/commit/8b802d3) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/mudler/edgevpn/pull/550](https://togithub.com/mudler/edgevpn/pull/550)
- fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/mudler/edgevpn/pull/512](https://togithub.com/mudler/edgevpn/pull/512)
- chore: adapt to new deprecated methods by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/edgevpn/pull/560](https://togithub.com/mudler/edgevpn/pull/560)
- fix(deps): update module github.com/hashicorp/golang-lru to v2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/mudler/edgevpn/pull/515](https://togithub.com/mudler/edgevpn/pull/515)

**Full Changelog**:
mudler/edgevpn@v0.28.0...v0.28.1

###
[`v0.28.0`](https://togithub.com/mudler/edgevpn/releases/tag/v0.28.0)

[Compare
Source](https://togithub.com/mudler/edgevpn/compare/v0.27.4...v0.28.0)

#### What's Changed

- fix(dht): keep ring of rendezvous points by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/edgevpn/pull/555](https://togithub.com/mudler/edgevpn/pull/555)

**Full Changelog**:
mudler/edgevpn@v0.27.4...v0.28.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am
every weekday,every weekend" in timezone Europe/Brussels, Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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