-
Notifications
You must be signed in to change notification settings - Fork 96
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(dht): keep ring of rendezvous points #555
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: mudler <mudler@localai.io>
mudler
force-pushed
the
randezvous_ring
branch
2 times, most recently
from
August 26, 2024 21:18
6b4dd27
to
f60e426
Compare
mudler
force-pushed
the
randezvous_ring
branch
from
August 26, 2024 22:43
d692a5f
to
6490cfa
Compare
Signed-off-by: mudler <mudler@localai.io>
mudler
force-pushed
the
randezvous_ring
branch
from
August 27, 2024 07:52
3cc96d6
to
314f9bd
Compare
mudler
changed the title
fix(dht): keep ring of randezvous points
fix(dht): keep ring of rendezvous points
Aug 27, 2024
Signed-off-by: mudler <mudler@localai.io>
Signed-off-by: mudler <mudler@localai.io>
mudler
force-pushed
the
randezvous_ring
branch
from
August 27, 2024 08:04
53e6a57
to
31ad9b5
Compare
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://github.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://github.com/mudler/edgevpn/releases/tag/v0.28.3) [Compare Source](https://github.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 [@​renovate](https://github.com/renovate) in [https://github.com/mudler/edgevpn/pull/565](https://github.com/mudler/edgevpn/pull/565) - fix(deps): update module github.com/c-robinson/iplib to v2 by [@​renovate](https://github.com/renovate) in [https://github.com/mudler/edgevpn/pull/567](https://github.com/mudler/edgevpn/pull/567) - fix(deps): update module github.com/hashicorp/golang-lru to v2 by [@​renovate](https://github.com/renovate) in [https://github.com/mudler/edgevpn/pull/568](https://github.com/mudler/edgevpn/pull/568) - chore: add timeout to findpeers by [@​mudler](https://github.com/mudler) in [https://github.com/mudler/edgevpn/pull/569](https://github.com/mudler/edgevpn/pull/569) **Full Changelog**: mudler/edgevpn@v0.28.2...v0.28.3 ### [`v0.28.2`](https://github.com/mudler/edgevpn/releases/tag/v0.28.2) [Compare Source](https://github.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 [@​renovate](https://github.com/renovate) in [https://github.com/mudler/edgevpn/pull/548](https://github.com/mudler/edgevpn/pull/548) - fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 by [@​renovate](https://github.com/renovate) in [https://github.com/mudler/edgevpn/pull/561](https://github.com/mudler/edgevpn/pull/561) - Revert "fix(deps): update module github.com/libp2p/go-libp2p to v0.36.2" by [@​mudler](https://github.com/mudler) in [https://github.com/mudler/edgevpn/pull/563](https://github.com/mudler/edgevpn/pull/563) - chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 by [@​dependabot](https://github.com/dependabot) in [https://github.com/mudler/edgevpn/pull/556](https://github.com/mudler/edgevpn/pull/556) - chore(deps): Bump github.com/vishvananda/netlink from 1.1.0 to 1.3.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/mudler/edgevpn/pull/557](https://github.com/mudler/edgevpn/pull/557) - fix(deps): update module github.com/hashicorp/golang-lru to v2 by [@​renovate](https://github.com/renovate) in [https://github.com/mudler/edgevpn/pull/562](https://github.com/mudler/edgevpn/pull/562) - fix(deps): update module github.com/c-robinson/iplib to v2 by [@​renovate](https://github.com/renovate) in [https://github.com/mudler/edgevpn/pull/514](https://github.com/mudler/edgevpn/pull/514) - fix(deps): update module gopkg.in/yaml.v2 to v3 by [@​renovate](https://github.com/renovate) in [https://github.com/mudler/edgevpn/pull/551](https://github.com/mudler/edgevpn/pull/551) - chore(timeout): add a timeout also for advertizing by [@​mudler](https://github.com/mudler) in [https://github.com/mudler/edgevpn/pull/564](https://github.com/mudler/edgevpn/pull/564) **Full Changelog**: mudler/edgevpn@v0.28.1...v0.28.2 ### [`v0.28.1`](https://github.com/mudler/edgevpn/releases/tag/v0.28.1) [Compare Source](https://github.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://github.com/mudler/edgevpn/commit/8b802d3) by [@​renovate](https://github.com/renovate) in [https://github.com/mudler/edgevpn/pull/550](https://github.com/mudler/edgevpn/pull/550) - fix(deps): update module github.com/hashicorp/golang-lru to v0.6.0 by [@​renovate](https://github.com/renovate) in [https://github.com/mudler/edgevpn/pull/512](https://github.com/mudler/edgevpn/pull/512) - chore: adapt to new deprecated methods by [@​mudler](https://github.com/mudler) in [https://github.com/mudler/edgevpn/pull/560](https://github.com/mudler/edgevpn/pull/560) - fix(deps): update module github.com/hashicorp/golang-lru to v2 by [@​renovate](https://github.com/renovate) in [https://github.com/mudler/edgevpn/pull/515](https://github.com/mudler/edgevpn/pull/515) **Full Changelog**: mudler/edgevpn@v0.28.0...v0.28.1 ### [`v0.28.0`](https://github.com/mudler/edgevpn/releases/tag/v0.28.0) [Compare Source](https://github.com/mudler/edgevpn/compare/v0.27.4...v0.28.0) #### What's Changed - fix(dht): keep ring of rendezvous points by [@​mudler](https://github.com/mudler) in [https://github.com/mudler/edgevpn/pull/555](https://github.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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
lastRandezvous
was obviously being re-computed each time, but we want to still keep announcing on the last valid rz point.