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 #526

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 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 5, 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 5, 2024 19:29
@renovate renovate bot changed the title fix(deps): update module github.com/libp2p/go-libp2p to v0.36.0 fix(deps): update module github.com/libp2p/go-libp2p to v0.36.1 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/git.luolix.top-libp2p-go-libp2p-0.x branch 2 times, most recently from 922c1fd to 4b0fce2 Compare August 7, 2024 23:15
@renovate renovate bot force-pushed the renovate/git.luolix.top-libp2p-go-libp2p-0.x branch from 4b0fce2 to 7c69036 Compare August 16, 2024 16:00
@renovate renovate bot changed the title fix(deps): update module github.com/libp2p/go-libp2p to v0.36.1 fix(deps): update module github.com/libp2p/go-libp2p to v0.36.2 Aug 16, 2024
@github-actions github-actions bot merged commit bc393e7 into master Aug 16, 2024
9 of 19 checks passed
@renovate renovate bot deleted the renovate/git.luolix.top-libp2p-go-libp2p-0.x branch August 16, 2024 16:37
mudler added a commit that referenced this pull request Aug 20, 2024
github-actions bot referenced this pull request in kairos-io/provider-kairos Aug 20, 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://github.com/mudler/edgevpn) |
`v0.27.0` -> `v0.27.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmudler%2fedgevpn/v0.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmudler%2fedgevpn/v0.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmudler%2fedgevpn/v0.27.0/v0.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmudler%2fedgevpn/v0.27.0/v0.27.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://github.com/mudler/edgevpn/compare/v0.27.1...v0.27.2)

**Full Changelog**:
mudler/edgevpn@v0.27.1...v0.27.2

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

[Compare
Source](https://github.com/mudler/edgevpn/compare/v0.27.0...v0.27.1)

#### What's Changed

- fix(deps): update module github.com/urfave/cli/v2 to v2.27.4 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/535](https://github.com/mudler/edgevpn/pull/535)
- chore(deps): Bump docs/themes/docsy from `309da20` to `7951194` by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/mudler/edgevpn/pull/537](https://github.com/mudler/edgevpn/pull/537)
- chore(deps): update dependency go to v1.23.0 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/538](https://github.com/mudler/edgevpn/pull/538)
- chore(deps): update golang docker tag to v1.23 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/540](https://github.com/mudler/edgevpn/pull/540)
- fix(deps): update module github.com/miekg/dns to v1.1.62 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/539](https://github.com/mudler/edgevpn/pull/539)
- fix(deps): update module github.com/libp2p/go-libp2p to v0.36.2 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/526](https://github.com/mudler/edgevpn/pull/526)
- Revert "fix(deps): update module github.com/libp2p/go-libp2p to
v0.36.2" by [@&#8203;mudler](https://github.com/mudler) in
[https://github.com/mudler/edgevpn/pull/547](https://github.com/mudler/edgevpn/pull/547)
- fix(deps): update module gopkg.in/yaml.v2 to v3 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/462](https://github.com/mudler/edgevpn/pull/462)
- fix(deps): update module gopkg.in/yaml.v2 to v3 by
[@&#8203;renovate](https://github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/549](https://github.com/mudler/edgevpn/pull/549)
- fix(deps): update module github.com/libp2p/go-libp2p-pubsub to v0.12.0
by [@&#8203;renovate](https://github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/543](https://github.com/mudler/edgevpn/pull/543)

**Full Changelog**:
mudler/edgevpn@v0.27.0...v0.27.1

</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**: Enabled.

♻ **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