Skip to content

Commit

Permalink
fix(deps): update module github.com/mudler/edgevpn to v0.25.1 (#528)
Browse files Browse the repository at this point in the history
[![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.24.6` -> `v0.25.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmudler%2fedgevpn/v0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmudler%2fedgevpn/v0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmudler%2fedgevpn/v0.24.6/v0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmudler%2fedgevpn/v0.24.6/v0.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#### What's Changed

- chore(deps): update dependency font-awesome to v6.5.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/mudler/edgevpn/pull/104](https://togithub.com/mudler/edgevpn/pull/104)
- Add route on macOS by
[@&#8203;mauromorales](https://togithub.com/mauromorales) in
[https://github.com/mudler/edgevpn/pull/167](https://togithub.com/mudler/edgevpn/pull/167)
- Fix IPv6 support on macOS and provide very basic documentation
detailing how it can be used by
[@&#8203;tomtom5152](https://togithub.com/tomtom5152) in
[https://github.com/mudler/edgevpn/pull/165](https://togithub.com/mudler/edgevpn/pull/165)

#### New Contributors

- [@&#8203;tomtom5152](https://togithub.com/tomtom5152) made their first
contribution in
[https://github.com/mudler/edgevpn/pull/165](https://togithub.com/mudler/edgevpn/pull/165)

**Full Changelog**:
mudler/edgevpn@v0.25.0...v0.25.1

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

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

#### What's Changed

- Use net and ifconfig for Macos by
[@&#8203;mauromorales](https://togithub.com/mauromorales) in
[https://github.com/mudler/edgevpn/pull/160](https://togithub.com/mudler/edgevpn/pull/160)
- Add installation instructions via brew for macos by
[@&#8203;mauromorales](https://togithub.com/mauromorales) in
[https://github.com/mudler/edgevpn/pull/161](https://togithub.com/mudler/edgevpn/pull/161)

**Full Changelog**:
mudler/edgevpn@v0.24.6...v0.25.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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent 37f2347 commit a19cf6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/ipfs/go-log v1.0.5
github.com/kairos-io/kairos-agent/v2 v2.9.1
github.com/kairos-io/kairos-sdk v0.1.1
github.com/mudler/edgevpn v0.24.6
github.com/mudler/edgevpn v0.25.1
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
github.com/mudler/go-processmanager v0.0.0-20230818213616-f204007f963c
github.com/onsi/ginkgo/v2 v2.17.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,8 @@ github.com/mr-tron/base58 v1.2.0 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o=
github.com/mr-tron/base58 v1.2.0/go.mod h1:BinMc/sQntlIE1frQmRFPUoPA1Zkr8VRgBdjWI2mNwc=
github.com/mudler/edgevpn v0.24.6 h1:wMSX17qSGd6QmKm/8EWzD7X/Qu1wKi2pr4MSsI8cXFY=
github.com/mudler/edgevpn v0.24.6/go.mod h1:Bi3XeGFqeSicN7S58Enc5MpVnTArNjVh1PTxpJ3PX20=
github.com/mudler/edgevpn v0.25.1 h1:5QAM4S9ypGg4WgtYgm05jgAmmvXGryNi8TfI7+ZAT6M=
github.com/mudler/edgevpn v0.25.1/go.mod h1:Bi3XeGFqeSicN7S58Enc5MpVnTArNjVh1PTxpJ3PX20=
github.com/mudler/entities v0.0.0-20220905203055-68348bae0f49 h1:P1QgHLh0hX935j6m9K6rlSxc0mkD1UuIAOQEu+1VCW4=
github.com/mudler/entities v0.0.0-20220905203055-68348bae0f49/go.mod h1:qquFT9tYp+/NO7tTotto4BT9zSRYSMDxo2PGZwujpFA=
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5 h1:FaZD86+A9mVt7lh9glAryzQblMsbJYU2VnrdZ8yHlTs=
Expand Down

0 comments on commit a19cf6f

Please sign in to comment.