Commit Graph

653 Commits

Author SHA1 Message Date
renovate[bot]
8564647cc0
fix(deps): update module github.com/samber/lo to v1.50.0 (#722)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/samber/lo](https://redirect.github.com/samber/lo) |
`v1.49.1` -> `v1.50.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsamber%2flo/v1.50.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsamber%2flo/v1.50.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsamber%2flo/v1.49.1/v1.50.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsamber%2flo/v1.49.1/v1.50.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>samber/lo (github.com/samber/lo)</summary>

###
[`v1.50.0`](https://redirect.github.com/samber/lo/releases/tag/v1.50.0)

[Compare
Source](https://redirect.github.com/samber/lo/compare/v1.49.1...v1.50.0)

#### What's Changed

Here is the 50th minor version !! 🔥🥂

##### New methods

- Implemented GroupByMap by
[@&#8203;maryum375](https://redirect.github.com/maryum375) in
[https://github.com/samber/lo/pull/443](https://redirect.github.com/samber/lo/pull/443)
- feat: Add NthOr and NthOrEmpty functions by
[@&#8203;edvardsanta](https://redirect.github.com/edvardsanta) in
[https://github.com/samber/lo/pull/611](https://redirect.github.com/samber/lo/pull/611)
- feat: adding FilterMapToSlice by
[@&#8203;samber](https://redirect.github.com/samber) in
[https://github.com/samber/lo/pull/623](https://redirect.github.com/samber/lo/pull/623)
- feat(mutable): adding Map, MapI, Filter, FilterI by
[@&#8203;samber](https://redirect.github.com/samber) in
[https://github.com/samber/lo/pull/577](https://redirect.github.com/samber/lo/pull/577)
- Add ElementsMatch, ElementsMatchBy by
[@&#8203;senago](https://redirect.github.com/senago) in
[https://github.com/samber/lo/pull/589](https://redirect.github.com/samber/lo/pull/589)

##### Improvements

- Perf(slice): Optimize iteration function parameters and add test cases
by [@&#8203;shuqingzai](https://redirect.github.com/shuqingzai) in
[https://github.com/samber/lo/pull/587](https://redirect.github.com/samber/lo/pull/587)
- Preallocate result in FilterMap by
[@&#8203;renbou](https://redirect.github.com/renbou) in
[https://github.com/samber/lo/pull/622](https://redirect.github.com/samber/lo/pull/622)

##### Documentation

- docs: modify mutable.shuffle example code and Go Playground links by
[@&#8203;ebina4yaka](https://redirect.github.com/ebina4yaka) in
[https://github.com/samber/lo/pull/595](https://redirect.github.com/samber/lo/pull/595)
- fix: Issue 605 (README for Ternary() by
[@&#8203;peterhoward42](https://redirect.github.com/peterhoward42) in
[https://github.com/samber/lo/pull/606](https://redirect.github.com/samber/lo/pull/606)
- docs: add play link for ChunkEntries example in README by
[@&#8203;oswaldom-code](https://redirect.github.com/oswaldom-code) in
[https://github.com/samber/lo/pull/600](https://redirect.github.com/samber/lo/pull/600)
- doc: update CoalesceXXX demo and result by
[@&#8203;jialeicui](https://redirect.github.com/jialeicui) in
[https://github.com/samber/lo/pull/594](https://redirect.github.com/samber/lo/pull/594)
- docs: fix typo in readme by
[@&#8203;ahmedabdou14](https://redirect.github.com/ahmedabdou14) in
[https://github.com/samber/lo/pull/620](https://redirect.github.com/samber/lo/pull/620)

##### Dependencies

- chore(deps): bump golang.org/x/text from 0.21.0 to 0.22.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/samber/lo/pull/590](https://redirect.github.com/samber/lo/pull/590)
- chore(deps): bump golang.org/x/text from 0.22.0 to 0.24.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/samber/lo/pull/618](https://redirect.github.com/samber/lo/pull/618)
- chore(deps): bump golangci/golangci-lint-action from 6 to 7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/samber/lo/pull/616](https://redirect.github.com/samber/lo/pull/616)

#### New Contributors

- [@&#8203;maryum375](https://redirect.github.com/maryum375) made their
first contribution in
[https://github.com/samber/lo/pull/443](https://redirect.github.com/samber/lo/pull/443)
- [@&#8203;shuqingzai](https://redirect.github.com/shuqingzai) made
their first contribution in
[https://github.com/samber/lo/pull/587](https://redirect.github.com/samber/lo/pull/587)
- [@&#8203;ebina4yaka](https://redirect.github.com/ebina4yaka) made
their first contribution in
[https://github.com/samber/lo/pull/595](https://redirect.github.com/samber/lo/pull/595)
- [@&#8203;jialeicui](https://redirect.github.com/jialeicui) made their
first contribution in
[https://github.com/samber/lo/pull/594](https://redirect.github.com/samber/lo/pull/594)
- [@&#8203;peterhoward42](https://redirect.github.com/peterhoward42)
made their first contribution in
[https://github.com/samber/lo/pull/606](https://redirect.github.com/samber/lo/pull/606)
- [@&#8203;edvardsanta](https://redirect.github.com/edvardsanta) made
their first contribution in
[https://github.com/samber/lo/pull/611](https://redirect.github.com/samber/lo/pull/611)
- [@&#8203;ahmedabdou14](https://redirect.github.com/ahmedabdou14) made
their first contribution in
[https://github.com/samber/lo/pull/620](https://redirect.github.com/samber/lo/pull/620)
- [@&#8203;renbou](https://redirect.github.com/renbou) made their first
contribution in
[https://github.com/samber/lo/pull/622](https://redirect.github.com/samber/lo/pull/622)

**Full Changelog**:
https://github.com/samber/lo/compare/v1.49.1...v1.50.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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-26 18:23:03 +00:00
rubyisrust
f2621bcfcf
chore: fix typo (#701)
Co-authored-by: Itxaka <itxaka.garcia@spectrocloud.com>
2025-04-22 16:09:36 +02:00
renovate[bot]
c9c4aacf29
fix(deps): update module github.com/urfave/cli/v3 to v3.2.0 (#720)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/urfave/cli/v3](https://redirect.github.com/urfave/cli) |
`v3.1.1` -> `v3.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv3/v3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2furfave%2fcli%2fv3/v3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2furfave%2fcli%2fv3/v3.1.1/v3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2furfave%2fcli%2fv3/v3.1.1/v3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>urfave/cli (github.com/urfave/cli/v3)</summary>

###
[`v3.2.0`](https://redirect.github.com/urfave/cli/releases/tag/v3.2.0)

[Compare
Source](https://redirect.github.com/urfave/cli/compare/v3.1.1...v3.2.0)

#### What's Changed

- chore: Bump golangci-lint to v2 by
[@&#8203;mrueg](https://redirect.github.com/mrueg) in
[https://github.com/urfave/cli/pull/2083](https://redirect.github.com/urfave/cli/pull/2083)
- Fix docs for shell completions by
[@&#8203;antimatter96](https://redirect.github.com/antimatter96) in
[https://github.com/urfave/cli/pull/2090](https://redirect.github.com/urfave/cli/pull/2090)
- docs: improve migration guides render by
[@&#8203;ldez](https://redirect.github.com/ldez) in
[https://github.com/urfave/cli/pull/2091](https://redirect.github.com/urfave/cli/pull/2091)
- docs: improve migration guide v3 by
[@&#8203;ldez](https://redirect.github.com/ldez) in
[https://github.com/urfave/cli/pull/2093](https://redirect.github.com/urfave/cli/pull/2093)
- feat!: add more integers and unsigned integers by
[@&#8203;somebadcode](https://redirect.github.com/somebadcode) in
[https://github.com/urfave/cli/pull/2094](https://redirect.github.com/urfave/cli/pull/2094)
- PR-2094: Fix docs by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2099](https://redirect.github.com/urfave/cli/pull/2099)
- Fix:(PR-2094) Update docs for new types by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2100](https://redirect.github.com/urfave/cli/pull/2100)
- Fix:(issue\_2056) Add cmd.XXXArgs() functions for retrieving args by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2088](https://redirect.github.com/urfave/cli/pull/2088)
- Add docs for arg types by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2101](https://redirect.github.com/urfave/cli/pull/2101)

#### New Contributors

- [@&#8203;antimatter96](https://redirect.github.com/antimatter96) made
their first contribution in
[https://github.com/urfave/cli/pull/2090](https://redirect.github.com/urfave/cli/pull/2090)
- [@&#8203;ldez](https://redirect.github.com/ldez) made their first
contribution in
[https://github.com/urfave/cli/pull/2091](https://redirect.github.com/urfave/cli/pull/2091)
- [@&#8203;somebadcode](https://redirect.github.com/somebadcode) made
their first contribution in
[https://github.com/urfave/cli/pull/2094](https://redirect.github.com/urfave/cli/pull/2094)

**Full Changelog**:
https://github.com/urfave/cli/compare/v3.1.1...v3.2.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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-20 02:42:03 +00:00
renovate[bot]
eb0954bd2f
fix(deps): update module github.com/urfave/cli/v2 to v3 (#716)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/urfave/cli/v2](https://redirect.github.com/urfave/cli) |
`v2.27.6` -> `v3.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv2/v3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2furfave%2fcli%2fv2/v3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2furfave%2fcli%2fv2/v2.27.6/v3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2furfave%2fcli%2fv2/v2.27.6/v3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>urfave/cli (github.com/urfave/cli/v2)</summary>

###
[`v3.2.0`](https://redirect.github.com/urfave/cli/releases/tag/v3.2.0)

[Compare
Source](https://redirect.github.com/urfave/cli/compare/v3.1.1...v3.2.0)

#### What's Changed

- chore: Bump golangci-lint to v2 by
[@&#8203;mrueg](https://redirect.github.com/mrueg) in
[https://github.com/urfave/cli/pull/2083](https://redirect.github.com/urfave/cli/pull/2083)
- Fix docs for shell completions by
[@&#8203;antimatter96](https://redirect.github.com/antimatter96) in
[https://github.com/urfave/cli/pull/2090](https://redirect.github.com/urfave/cli/pull/2090)
- docs: improve migration guides render by
[@&#8203;ldez](https://redirect.github.com/ldez) in
[https://github.com/urfave/cli/pull/2091](https://redirect.github.com/urfave/cli/pull/2091)
- docs: improve migration guide v3 by
[@&#8203;ldez](https://redirect.github.com/ldez) in
[https://github.com/urfave/cli/pull/2093](https://redirect.github.com/urfave/cli/pull/2093)
- feat!: add more integers and unsigned integers by
[@&#8203;somebadcode](https://redirect.github.com/somebadcode) in
[https://github.com/urfave/cli/pull/2094](https://redirect.github.com/urfave/cli/pull/2094)
- PR-2094: Fix docs by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2099](https://redirect.github.com/urfave/cli/pull/2099)
- Fix:(PR-2094) Update docs for new types by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2100](https://redirect.github.com/urfave/cli/pull/2100)
- Fix:(issue\_2056) Add cmd.XXXArgs() functions for retrieving args by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2088](https://redirect.github.com/urfave/cli/pull/2088)
- Add docs for arg types by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2101](https://redirect.github.com/urfave/cli/pull/2101)

#### New Contributors

- [@&#8203;antimatter96](https://redirect.github.com/antimatter96) made
their first contribution in
[https://github.com/urfave/cli/pull/2090](https://redirect.github.com/urfave/cli/pull/2090)
- [@&#8203;ldez](https://redirect.github.com/ldez) made their first
contribution in
[https://github.com/urfave/cli/pull/2091](https://redirect.github.com/urfave/cli/pull/2091)
- [@&#8203;somebadcode](https://redirect.github.com/somebadcode) made
their first contribution in
[https://github.com/urfave/cli/pull/2094](https://redirect.github.com/urfave/cli/pull/2094)

**Full Changelog**:
https://github.com/urfave/cli/compare/v3.1.1...v3.2.0

###
[`v3.1.1`](https://redirect.github.com/urfave/cli/compare/v3.1.0...v3.1.1)

[Compare
Source](https://redirect.github.com/urfave/cli/compare/v3.1.0...v3.1.1)

###
[`v3.1.0`](https://redirect.github.com/urfave/cli/releases/tag/v3.1.0)

[Compare
Source](https://redirect.github.com/urfave/cli/compare/v2.27.6...v3.1.0)

#### What's Changed

- go.mod: Require go1.22 by
[@&#8203;mrueg](https://redirect.github.com/mrueg) in
[https://github.com/urfave/cli/pull/2026](https://redirect.github.com/urfave/cli/pull/2026)
- Fix:(issue\_2030) Add support for trailing hypen for short options by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2031](https://redirect.github.com/urfave/cli/pull/2031)
- Run Before actions after setting up subcommand by
[@&#8203;fjl](https://redirect.github.com/fjl) in
[https://github.com/urfave/cli/pull/2028](https://redirect.github.com/urfave/cli/pull/2028)
- The example have some problem in api by
[@&#8203;jokemanfire](https://redirect.github.com/jokemanfire) in
[https://github.com/urfave/cli/pull/2039](https://redirect.github.com/urfave/cli/pull/2039)
- Rename "Bash Completions" to "Shell Completions" by
[@&#8203;abitrolly](https://redirect.github.com/abitrolly) in
[https://github.com/urfave/cli/pull/2044](https://redirect.github.com/urfave/cli/pull/2044)
- Support root level map keys in map sources by
[@&#8203;lukasbindreiter](https://redirect.github.com/lukasbindreiter)
in
[https://github.com/urfave/cli/pull/2047](https://redirect.github.com/urfave/cli/pull/2047)
- while print flag , the placeholder if need but not set. by
[@&#8203;jokemanfire](https://redirect.github.com/jokemanfire) in
[https://github.com/urfave/cli/pull/2043](https://redirect.github.com/urfave/cli/pull/2043)
- Add dependabot by [@&#8203;mrueg](https://redirect.github.com/mrueg)
in
[https://github.com/urfave/cli/pull/2025](https://redirect.github.com/urfave/cli/pull/2025)
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/urfave/cli/pull/2054](https://redirect.github.com/urfave/cli/pull/2054)
- Bump golangci/golangci-lint-action from 5 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/urfave/cli/pull/2053](https://redirect.github.com/urfave/cli/pull/2053)
- Bump codecov/codecov-action from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/urfave/cli/pull/2052](https://redirect.github.com/urfave/cli/pull/2052)
- Fix:(issue\_2032) Support for post parse config loading by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2033](https://redirect.github.com/urfave/cli/pull/2033)
- Fix:(issue\_2066) Remove dependency on golang flag library by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2074](https://redirect.github.com/urfave/cli/pull/2074)
- Fix:(issue\_1891) Roll out v3 docs by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2080](https://redirect.github.com/urfave/cli/pull/2080)
- Fix:(issue\_2077) Make sure onUsageError is invoked for command when
a… by [@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2081](https://redirect.github.com/urfave/cli/pull/2081)

#### New Contributors

- [@&#8203;mrueg](https://redirect.github.com/mrueg) made their first
contribution in
[https://github.com/urfave/cli/pull/2026](https://redirect.github.com/urfave/cli/pull/2026)
- [@&#8203;jokemanfire](https://redirect.github.com/jokemanfire) made
their first contribution in
[https://github.com/urfave/cli/pull/2039](https://redirect.github.com/urfave/cli/pull/2039)
- [@&#8203;lukasbindreiter](https://redirect.github.com/lukasbindreiter)
made their first contribution in
[https://github.com/urfave/cli/pull/2047](https://redirect.github.com/urfave/cli/pull/2047)
- [@&#8203;dependabot](https://redirect.github.com/dependabot) made
their first contribution in
[https://github.com/urfave/cli/pull/2054](https://redirect.github.com/urfave/cli/pull/2054)

**Full Changelog**:
https://github.com/urfave/cli/compare/v3.0.0-beta1.01...v3.1.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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-20 02:41:38 +00:00
renovate[bot]
a400f35635
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.4 (#719)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) |
`v2.23.3` -> `v2.23.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.3/v2.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.3/v2.23.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary>

###
[`v2.23.4`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.23.4)

[Compare
Source](https://redirect.github.com/onsi/ginkgo/compare/v2.23.3...v2.23.4)

#### 2.23.4

Prior to this release Ginkgo would compute the incorrect number of
available CPUs when running with `-p` in a linux container. Thanks to
[@&#8203;emirot](https://redirect.github.com/emirot) for the fix!

##### Features

- Add automaxprocs for using CPUQuota
\[[`2b9c428`](https://redirect.github.com/onsi/ginkgo/commit/2b9c428)]

##### Fixes

- clarify gotchas about -vet flag
\[[`1f59d07`](https://redirect.github.com/onsi/ginkgo/commit/1f59d07)]

##### Maintenance

- bump dependencies
\[[`2d134d5`](https://redirect.github.com/onsi/ginkgo/commit/2d134d5)]

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-06 22:16:02 +00:00
renovate[bot]
b046f4f56f
chore(deps): update google/osv-scanner-action action to v2.0.1 (#718)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[google/osv-scanner-action](https://redirect.github.com/google/osv-scanner-action)
| action | patch | `v2.0.0` -> `v2.0.1` |

---

### Release Notes

<details>
<summary>google/osv-scanner-action (google/osv-scanner-action)</summary>

###
[`v2.0.1`](https://redirect.github.com/google/osv-scanner-action/releases/tag/v2.0.1)

[Compare
Source](https://redirect.github.com/google/osv-scanner-action/compare/v2.0.0...v2.0.1)

##### What's Changed

- Update to v2.0.1 by
[@&#8203;michaelkedar](https://redirect.github.com/michaelkedar) in
[https://github.com/google/osv-scanner-action/pull/69](https://redirect.github.com/google/osv-scanner-action/pull/69)

**Full Changelog**:
https://github.com/google/osv-scanner-action/compare/v2.0.0...v2.0.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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-03 22:16:18 +00:00
renovate[bot]
7f071eb76d
fix(deps): update module github.com/onsi/gomega to v1.37.0 (#717)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/onsi/gomega](https://redirect.github.com/onsi/gomega) |
`v1.36.3` -> `v1.37.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fgomega/v1.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fonsi%2fgomega/v1.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fonsi%2fgomega/v1.36.3/v1.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fonsi%2fgomega/v1.36.3/v1.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>onsi/gomega (github.com/onsi/gomega)</summary>

###
[`v1.37.0`](https://redirect.github.com/onsi/gomega/releases/tag/v1.37.0)

[Compare
Source](https://redirect.github.com/onsi/gomega/compare/v1.36.3...v1.37.0)

#### 1.37.0

##### Features

- add To/ToNot/NotTo aliases for AsyncAssertion
\[[`5666f98`](https://redirect.github.com/onsi/gomega/commit/5666f98)]

</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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-02 23:02:12 +00:00
renovate[bot]
d86a4a7bd2
chore(deps): update dependency go to v1.24.2 (#714)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go](https://go.dev/)
([source](https://redirect.github.com/golang/go)) | toolchain | patch |
`1.24.1` -> `1.24.2` |

---

### Release Notes

<details>
<summary>golang/go (go)</summary>

###
[`v1.24.2`](https://redirect.github.com/golang/go/compare/go1.24.1...go1.24.2)

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-01 22:44:46 +00:00
renovate[bot]
e00b9cac71
fix(deps): update module github.com/urfave/cli/v2 to v3 (#712)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/urfave/cli/v2](https://redirect.github.com/urfave/cli) |
`v2.27.6` -> `v3.1.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv2/v3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2furfave%2fcli%2fv2/v3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2furfave%2fcli%2fv2/v2.27.6/v3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2furfave%2fcli%2fv2/v2.27.6/v3.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>urfave/cli (github.com/urfave/cli/v2)</summary>

###
[`v3.1.1`](https://redirect.github.com/urfave/cli/compare/v3.1.0...v3.1.1)

[Compare
Source](https://redirect.github.com/urfave/cli/compare/v3.1.0...v3.1.1)

###
[`v3.1.0`](https://redirect.github.com/urfave/cli/releases/tag/v3.1.0)

[Compare
Source](https://redirect.github.com/urfave/cli/compare/v2.27.6...v3.1.0)

#### What's Changed

- go.mod: Require go1.22 by
[@&#8203;mrueg](https://redirect.github.com/mrueg) in
[https://github.com/urfave/cli/pull/2026](https://redirect.github.com/urfave/cli/pull/2026)
- Fix:(issue\_2030) Add support for trailing hypen for short options by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2031](https://redirect.github.com/urfave/cli/pull/2031)
- Run Before actions after setting up subcommand by
[@&#8203;fjl](https://redirect.github.com/fjl) in
[https://github.com/urfave/cli/pull/2028](https://redirect.github.com/urfave/cli/pull/2028)
- The example have some problem in api by
[@&#8203;jokemanfire](https://redirect.github.com/jokemanfire) in
[https://github.com/urfave/cli/pull/2039](https://redirect.github.com/urfave/cli/pull/2039)
- Rename "Bash Completions" to "Shell Completions" by
[@&#8203;abitrolly](https://redirect.github.com/abitrolly) in
[https://github.com/urfave/cli/pull/2044](https://redirect.github.com/urfave/cli/pull/2044)
- Support root level map keys in map sources by
[@&#8203;lukasbindreiter](https://redirect.github.com/lukasbindreiter)
in
[https://github.com/urfave/cli/pull/2047](https://redirect.github.com/urfave/cli/pull/2047)
- while print flag , the placeholder if need but not set. by
[@&#8203;jokemanfire](https://redirect.github.com/jokemanfire) in
[https://github.com/urfave/cli/pull/2043](https://redirect.github.com/urfave/cli/pull/2043)
- Add dependabot by [@&#8203;mrueg](https://redirect.github.com/mrueg)
in
[https://github.com/urfave/cli/pull/2025](https://redirect.github.com/urfave/cli/pull/2025)
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/urfave/cli/pull/2054](https://redirect.github.com/urfave/cli/pull/2054)
- Bump golangci/golangci-lint-action from 5 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/urfave/cli/pull/2053](https://redirect.github.com/urfave/cli/pull/2053)
- Bump codecov/codecov-action from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/urfave/cli/pull/2052](https://redirect.github.com/urfave/cli/pull/2052)
- Fix:(issue\_2032) Support for post parse config loading by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2033](https://redirect.github.com/urfave/cli/pull/2033)
- Fix:(issue\_2066) Remove dependency on golang flag library by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2074](https://redirect.github.com/urfave/cli/pull/2074)
- Fix:(issue\_1891) Roll out v3 docs by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2080](https://redirect.github.com/urfave/cli/pull/2080)
- Fix:(issue\_2077) Make sure onUsageError is invoked for command when
a… by [@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2081](https://redirect.github.com/urfave/cli/pull/2081)

#### New Contributors

- [@&#8203;mrueg](https://redirect.github.com/mrueg) made their first
contribution in
[https://github.com/urfave/cli/pull/2026](https://redirect.github.com/urfave/cli/pull/2026)
- [@&#8203;jokemanfire](https://redirect.github.com/jokemanfire) made
their first contribution in
[https://github.com/urfave/cli/pull/2039](https://redirect.github.com/urfave/cli/pull/2039)
- [@&#8203;lukasbindreiter](https://redirect.github.com/lukasbindreiter)
made their first contribution in
[https://github.com/urfave/cli/pull/2047](https://redirect.github.com/urfave/cli/pull/2047)
- [@&#8203;dependabot](https://redirect.github.com/dependabot) made
their first contribution in
[https://github.com/urfave/cli/pull/2054](https://redirect.github.com/urfave/cli/pull/2054)

**Full Changelog**:
https://github.com/urfave/cli/compare/v3.0.0-beta1.01...v3.1.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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-01 17:04:07 +00:00
Mauro Morales
66d62d2406
Adapt interactive installer to k8s distro (#713)
fixes https://github.com/kairos-io/kairos/issues/3125

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2025-04-01 11:47:34 +02:00
renovate[bot]
09088b9fde
fix(deps): update module github.com/urfave/cli/v2 to v3 (#711)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/urfave/cli/v2](https://redirect.github.com/urfave/cli) |
`v2.27.6` -> `v3.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv2/v3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2furfave%2fcli%2fv2/v3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2furfave%2fcli%2fv2/v2.27.6/v3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2furfave%2fcli%2fv2/v2.27.6/v3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>urfave/cli (github.com/urfave/cli/v2)</summary>

###
[`v3.1.0`](https://redirect.github.com/urfave/cli/releases/tag/v3.1.0)

[Compare
Source](https://redirect.github.com/urfave/cli/compare/v2.27.6...v3.1.0)

#### What's Changed

- go.mod: Require go1.22 by
[@&#8203;mrueg](https://redirect.github.com/mrueg) in
[https://github.com/urfave/cli/pull/2026](https://redirect.github.com/urfave/cli/pull/2026)
- Fix:(issue\_2030) Add support for trailing hypen for short options by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2031](https://redirect.github.com/urfave/cli/pull/2031)
- Run Before actions after setting up subcommand by
[@&#8203;fjl](https://redirect.github.com/fjl) in
[https://github.com/urfave/cli/pull/2028](https://redirect.github.com/urfave/cli/pull/2028)
- The example have some problem in api by
[@&#8203;jokemanfire](https://redirect.github.com/jokemanfire) in
[https://github.com/urfave/cli/pull/2039](https://redirect.github.com/urfave/cli/pull/2039)
- Rename "Bash Completions" to "Shell Completions" by
[@&#8203;abitrolly](https://redirect.github.com/abitrolly) in
[https://github.com/urfave/cli/pull/2044](https://redirect.github.com/urfave/cli/pull/2044)
- Support root level map keys in map sources by
[@&#8203;lukasbindreiter](https://redirect.github.com/lukasbindreiter)
in
[https://github.com/urfave/cli/pull/2047](https://redirect.github.com/urfave/cli/pull/2047)
- while print flag , the placeholder if need but not set. by
[@&#8203;jokemanfire](https://redirect.github.com/jokemanfire) in
[https://github.com/urfave/cli/pull/2043](https://redirect.github.com/urfave/cli/pull/2043)
- Add dependabot by [@&#8203;mrueg](https://redirect.github.com/mrueg)
in
[https://github.com/urfave/cli/pull/2025](https://redirect.github.com/urfave/cli/pull/2025)
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/urfave/cli/pull/2054](https://redirect.github.com/urfave/cli/pull/2054)
- Bump golangci/golangci-lint-action from 5 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/urfave/cli/pull/2053](https://redirect.github.com/urfave/cli/pull/2053)
- Bump codecov/codecov-action from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/urfave/cli/pull/2052](https://redirect.github.com/urfave/cli/pull/2052)
- Fix:(issue\_2032) Support for post parse config loading by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2033](https://redirect.github.com/urfave/cli/pull/2033)
- Fix:(issue\_2066) Remove dependency on golang flag library by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2074](https://redirect.github.com/urfave/cli/pull/2074)
- Fix:(issue\_1891) Roll out v3 docs by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2080](https://redirect.github.com/urfave/cli/pull/2080)
- Fix:(issue\_2077) Make sure onUsageError is invoked for command when
a… by [@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2081](https://redirect.github.com/urfave/cli/pull/2081)

#### New Contributors

- [@&#8203;mrueg](https://redirect.github.com/mrueg) made their first
contribution in
[https://github.com/urfave/cli/pull/2026](https://redirect.github.com/urfave/cli/pull/2026)
- [@&#8203;jokemanfire](https://redirect.github.com/jokemanfire) made
their first contribution in
[https://github.com/urfave/cli/pull/2039](https://redirect.github.com/urfave/cli/pull/2039)
- [@&#8203;lukasbindreiter](https://redirect.github.com/lukasbindreiter)
made their first contribution in
[https://github.com/urfave/cli/pull/2047](https://redirect.github.com/urfave/cli/pull/2047)
- [@&#8203;dependabot](https://redirect.github.com/dependabot) made
their first contribution in
[https://github.com/urfave/cli/pull/2054](https://redirect.github.com/urfave/cli/pull/2054)

**Full Changelog**:
https://github.com/urfave/cli/compare/v3.0.0-beta1.01...v3.1.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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 22:22:54 +00:00
Mauro Morales
e2fe760d9d
golint
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2025-03-28 15:50:29 +01:00
Mauro Morales
0796124789
Add p2p ha configuration for k0s (#710)
It also extends the `role list` command to show the edgevpn ips of the
nodes so it's easier to just jump to the clusterinit one and manage the
cluster from there

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2025-03-28 15:31:52 +01:00
renovate[bot]
045ff95462
chore(deps): update google/osv-scanner-action action to v2 (#707)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[google/osv-scanner-action](https://redirect.github.com/google/osv-scanner-action)
| action | major | `v1.9.2` -> `v2.0.0` |

---

### Release Notes

<details>
<summary>google/osv-scanner-action (google/osv-scanner-action)</summary>

###
[`v2.0.0`](https://redirect.github.com/google/osv-scanner-action/releases/tag/v2.0.0)

[Compare
Source](https://redirect.github.com/google/osv-scanner-action/compare/v1.9.2...v2.0.0)

##### What's Changed

-   Updated to support OSV-Scanner V2
- Workflows, add support for matrix strategies by
[@&#8203;GeoDerp](https://redirect.github.com/GeoDerp) in
[https://github.com/google/osv-scanner-action/pull/52](https://redirect.github.com/google/osv-scanner-action/pull/52)
- Support checking out submodules by
[@&#8203;faern](https://redirect.github.com/faern) in
[https://github.com/google/osv-scanner-action/pull/57](https://redirect.github.com/google/osv-scanner-action/pull/57)

**Full Changelog**:
https://github.com/google/osv-scanner-action/compare/v1.9.2...v2.0.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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-24 02:39:29 +00:00
renovate[bot]
cdaa066baa
fix(deps): update module github.com/onsi/gomega to v1.36.3 (#706)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/onsi/gomega](https://redirect.github.com/onsi/gomega) |
`v1.36.2` -> `v1.36.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fgomega/v1.36.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fonsi%2fgomega/v1.36.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fonsi%2fgomega/v1.36.2/v1.36.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fonsi%2fgomega/v1.36.2/v1.36.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>onsi/gomega (github.com/onsi/gomega)</summary>

###
[`v1.36.3`](https://redirect.github.com/onsi/gomega/releases/tag/v1.36.3)

[Compare
Source](https://redirect.github.com/onsi/gomega/compare/v1.36.2...v1.36.3)

#### 1.36.3

##### Maintenance

- bump all the things
\[[`adb8b49`](https://redirect.github.com/onsi/gomega/commit/adb8b49)]
- chore: replace `interface{}` with `any`
\[[`7613216`](https://redirect.github.com/onsi/gomega/commit/7613216)]
- Bump google.golang.org/protobuf from 1.36.1 to 1.36.5
([#&#8203;822](https://redirect.github.com/onsi/gomega/issues/822))
\[[`9fe5259`](https://redirect.github.com/onsi/gomega/commit/9fe5259)]
- remove spurious "toolchain" from go.mod
([#&#8203;819](https://redirect.github.com/onsi/gomega/issues/819))
\[[`a0e85b9`](https://redirect.github.com/onsi/gomega/commit/a0e85b9)]
- Bump golang.org/x/net from 0.33.0 to 0.35.0
([#&#8203;823](https://redirect.github.com/onsi/gomega/issues/823))
\[[`604a8b1`](https://redirect.github.com/onsi/gomega/commit/604a8b1)]
- Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs
([#&#8203;772](https://redirect.github.com/onsi/gomega/issues/772))
\[[`36fbc84`](https://redirect.github.com/onsi/gomega/commit/36fbc84)]
- Bump github-pages from 231 to 232 in /docs
([#&#8203;778](https://redirect.github.com/onsi/gomega/issues/778))
\[[`ced70d7`](https://redirect.github.com/onsi/gomega/commit/ced70d7)]
- Bump rexml from 3.2.6 to 3.3.9 in /docs
([#&#8203;788](https://redirect.github.com/onsi/gomega/issues/788))
\[[`c8b4a07`](https://redirect.github.com/onsi/gomega/commit/c8b4a07)]
- Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2
([#&#8203;812](https://redirect.github.com/onsi/gomega/issues/812))
\[[`06431b9`](https://redirect.github.com/onsi/gomega/commit/06431b9)]
- Bump webrick from 1.8.1 to 1.9.1 in /docs
([#&#8203;800](https://redirect.github.com/onsi/gomega/issues/800))
\[[`b55a92d`](https://redirect.github.com/onsi/gomega/commit/b55a92d)]
- Fix typos
([#&#8203;813](https://redirect.github.com/onsi/gomega/issues/813))
\[[`a1d518b`](https://redirect.github.com/onsi/gomega/commit/a1d518b)]

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-22 06:05:16 +00:00
renovate[bot]
419fc16325
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.3 (#705)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) |
`v2.23.2` -> `v2.23.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.2/v2.23.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.2/v2.23.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary>

###
[`v2.23.3`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.23.3)

[Compare
Source](https://redirect.github.com/onsi/ginkgo/compare/v2.23.2...v2.23.3)

#### 2.23.3

##### Fixes

- allow `-` as a standalone argument
\[[`cfcc1a5`](https://redirect.github.com/onsi/ginkgo/commit/cfcc1a5)]
- Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context()
\[[`feaf292`](https://redirect.github.com/onsi/ginkgo/commit/feaf292)]
- ignore exit code for symbol test on linux
\[[`88e2282`](https://redirect.github.com/onsi/ginkgo/commit/88e2282)]

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-22 02:11:47 +00:00
Mauro Morales
26d9f1e4c6
Fixes issue detecting cluster init (#703) 2025-03-21 08:57:29 +01:00
renovate[bot]
355ba5f855
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.2 (#704)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) |
`v2.23.1` -> `v2.23.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.1/v2.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.1/v2.23.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary>

###
[`v2.23.2`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.23.2)

[Compare
Source](https://redirect.github.com/onsi/ginkgo/compare/v2.23.1...v2.23.2)

#### 2.23.2

🎉🎉🎉

At long last, some long-standing performance gaps between `ginkgo` and
`go test` have been resolved!

Ginkgo operates by running `go test -c` to generate test binaries, and
then running those binaries. It turns out that the compilation step of
`go test -c` is slower than `go test`'s compilation step because `go
test` strips out debug symbols (`ldflags=-w`) whereas `go test -c` does
not.

Ginkgo now passes the appropriate `ldflags` to `go test -c` when running
specs to strip out symbols. This is only done when it is safe to do so
and symbols are preferred when profiling is enabled and when `ginkgo
build` is called explicitly.

This, coupled, with the [instructions for disabling XProtect on
MacOS](https://onsi.github.io/ginkgo/#if-you-are-running-on-macos)
yields a much better performance experience with Ginkgo.

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-20 23:02:22 +00:00
renovate[bot]
e782dff4b6
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.1 (#702)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) |
`v2.23.0` -> `v2.23.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.0/v2.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.0/v2.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary>

###
[`v2.23.1`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.23.1)

[Compare
Source](https://redirect.github.com/onsi/ginkgo/compare/v2.23.0...v2.23.1)

#### 2.23.1

#### 🚨 For users on MacOS 🚨

A long-standing Ginkgo performance issue on MacOS seems to be due to
mac's antimalware XProtect. You can follow the instructions
[here](https://onsi.github.io/ginkgo/#if-you-are-running-on-macos) to
disable it in your terminal. Doing so sped up Ginkgo's own test suite
from 1m8s to 47s.

##### Fixes

Ginkgo's CLI is now a bit clearer if you pass flags in incorrectly:

- make it clearer that you need to pass a filename to the various
profile flags, not an absolute directory
\[[`a0e52ff`](https://redirect.github.com/onsi/ginkgo/commit/a0e52ff)]
- emit an error and exit if the ginkgo invocation includes flags after
positional arguments
\[[`b799d8d`](https://redirect.github.com/onsi/ginkgo/commit/b799d8d)]

This might cause existing CI builds to fail. If so then it's likely that
your CI build was misconfigured and should be corrected. Open an issue
if you need help.

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 22:13:22 +00:00
renovate[bot]
d8feeae39f
fix(deps): update module github.com/kairos-io/kairos-agent/v2 to v2.17.0 (#700)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/kairos-io/kairos-agent/v2](https://redirect.github.com/kairos-io/kairos-agent)
| `v2.16.4` -> `v2.17.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.4/v2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.4/v2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kairos-io/kairos-agent
(github.com/kairos-io/kairos-agent/v2)</summary>

###
[`v2.17.0`](https://redirect.github.com/kairos-io/kairos-agent/releases/tag/v2.17.0)

[Compare
Source](https://redirect.github.com/kairos-io/kairos-agent/compare/v2.16.4...v2.17.0)

#### What's Changed

- fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/699](https://redirect.github.com/kairos-io/kairos-agent/pull/699)
- fix(deps): update module golang.org/x/net to v0.37.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/700](https://redirect.github.com/kairos-io/kairos-agent/pull/700)
- fix(deps): update module golang.org/x/oauth2 to v0.28.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/701](https://redirect.github.com/kairos-io/kairos-agent/pull/701)
- Fix hooks under encrypted partitions by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[https://github.com/kairos-io/kairos-agent/pull/702](https://redirect.github.com/kairos-io/kairos-agent/pull/702)

**Full Changelog**:
https://github.com/kairos-io/kairos-agent/compare/v2.16.4...v2.17.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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-13 22:10:40 +00:00
Mauro Morales
c5c4badc1d
Extend p2p functionality to k0s (#691)
Adds support for mesh network with k0s distro. The detection of the
distro is done by either having explicit config or by the binary
installed. By default, it uses k3s, for backwards compatibility.

Additionally, I refactored to split responsibilities. `master.go` will
have generic logic on how the steps to setup a master node, and
`worker.go` a worker node. It does so by interacting with the `K8sNode`
interface, and the detailed logic on how to do it for each distribution
has been moved to `k3s.go` and `k0s.go` respectively. This should make
it much simpler to debug or add new distributions.

Tests:

- [x] k3s single
- [x] k3s multi manual
- [x] k3s p2p auto
- [x] k0s single
- [x] k0s multi manual
- [x] k0s p2p auto

Covered:

- https://kairos.io/docs/examples/multi-node-p2p/
- https://kairos.io/docs/examples/multi-node/
- https://kairos.io/docs/examples/single-node/

---------

Signed-off-by: Mauro Morales <contact@mauromorales.com>
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2025-03-12 11:33:37 +01:00
Mauro Morales
1012cfef53
Remove earthly on tests (#699)
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2025-03-11 10:42:15 +01:00
renovate[bot]
c4b19a013c
fix(deps): update module github.com/kairos-io/kairos-agent/v2 to v2.16.4 (#697)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/kairos-io/kairos-agent/v2](https://redirect.github.com/kairos-io/kairos-agent)
| `v2.16.3` -> `v2.16.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.3/v2.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.3/v2.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kairos-io/kairos-agent
(github.com/kairos-io/kairos-agent/v2)</summary>

###
[`v2.16.4`](https://redirect.github.com/kairos-io/kairos-agent/releases/tag/v2.16.4)

[Compare
Source](https://redirect.github.com/kairos-io/kairos-agent/compare/v2.16.3...v2.16.4)

#### What's Changed

- Bump github.com/google/go-github properly by
[@&#8203;jimmykarily](https://redirect.github.com/jimmykarily) in
[https://github.com/kairos-io/kairos-agent/pull/686](https://redirect.github.com/kairos-io/kairos-agent/pull/686)
- fix(deps): update module github.com/sanity-io/litter to v1.5.7 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/687](https://redirect.github.com/kairos-io/kairos-agent/pull/687)
- fix(deps): update module github.com/sanity-io/litter to v1.5.8 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/688](https://redirect.github.com/kairos-io/kairos-agent/pull/688)
- fix(deps): update module github.com/google/go-github/v69 to v69.2.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/689](https://redirect.github.com/kairos-io/kairos-agent/pull/689)
- chore(config): migrate renovate config by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/690](https://redirect.github.com/kairos-io/kairos-agent/pull/690)
- fix(deps): update module github.com/mudler/yip to v1.15.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/691](https://redirect.github.com/kairos-io/kairos-agent/pull/691)
- fix(deps): update module golang.org/x/oauth2 to v0.27.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/692](https://redirect.github.com/kairos-io/kairos-agent/pull/692)
- chore(deps): update dependency cypress to v14.1.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/693](https://redirect.github.com/kairos-io/kairos-agent/pull/693)
- chore(deps): update dependency go to v1.24.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/695](https://redirect.github.com/kairos-io/kairos-agent/pull/695)
- fix(deps): update module golang.org/x/net to v0.36.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/696](https://redirect.github.com/kairos-io/kairos-agent/pull/696)
- chore(deps): update securego/gosec action to v2.22.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/697](https://redirect.github.com/kairos-io/kairos-agent/pull/697)
- fix(deps): update module github.com/urfave/cli/v2 to v2.27.6 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/698](https://redirect.github.com/kairos-io/kairos-agent/pull/698)
- Disable xattrs on rsync by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[https://github.com/kairos-io/kairos-agent/pull/694](https://redirect.github.com/kairos-io/kairos-agent/pull/694)

**Full Changelog**:
https://github.com/kairos-io/kairos-agent/compare/v2.16.3...v2.16.4

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 23:13:42 +00:00
renovate[bot]
de36e33a45
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.0 (#696)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) |
`v2.22.2` -> `v2.23.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fonsi%2fginkgo%2fv2/v2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fonsi%2fginkgo%2fv2/v2.22.2/v2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fonsi%2fginkgo%2fv2/v2.22.2/v2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary>

###
[`v2.23.0`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.23.0)

[Compare
Source](https://redirect.github.com/onsi/ginkgo/compare/v2.22.2...v2.23.0)

#### 2.23.0

Ginkgo 2.23.0 adds a handful of methods to `GinkgoT()` to make it
compatible with the `testing.TB` interface in Go 1.24.
`GinkgoT().Context()`, in particular, is a useful shorthand for
generating a new context that will clean itself up in a
`DeferCleanup()`. This has subtle behavior differences from the golang
implementation but should make sense in a Ginkgo... um... context.

##### Features

- bump to go 1.24.0 - support new testing.TB methods and add a test to
cover testing.TB regressions
\[[`37a511b`](https://redirect.github.com/onsi/ginkgo/commit/37a511b)]

##### Fixes

- fix edge case where build -o is pointing at an explicit file, not a
directory
\[[`7556a86`](https://redirect.github.com/onsi/ginkgo/commit/7556a86)]
- Fix binary paths when precompiling multiple suites.
\[[`4df06c6`](https://redirect.github.com/onsi/ginkgo/commit/4df06c6)]

##### Maintenance

- Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md
\[[`cbcf39a`](https://redirect.github.com/onsi/ginkgo/commit/cbcf39a)]
- docs: fix test workflow badge
([#&#8203;1512](https://redirect.github.com/onsi/ginkgo/issues/1512))
\[[`9b261ff`](https://redirect.github.com/onsi/ginkgo/commit/9b261ff)]
- Bump golang.org/x/net in
/integration/\_fixtures/version_mismatch_fixture
([#&#8203;1516](https://redirect.github.com/onsi/ginkgo/issues/1516))
\[[`00f19c8`](https://redirect.github.com/onsi/ginkgo/commit/00f19c8)]
- Bump golang.org/x/tools from 0.28.0 to 0.30.0
([#&#8203;1515](https://redirect.github.com/onsi/ginkgo/issues/1515))
\[[`e98a4df`](https://redirect.github.com/onsi/ginkgo/commit/e98a4df)]
- Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs
([#&#8203;1504](https://redirect.github.com/onsi/ginkgo/issues/1504))
\[[`60cc4e2`](https://redirect.github.com/onsi/ginkgo/commit/60cc4e2)]
- Bump github-pages from 231 to 232 in /docs
([#&#8203;1447](https://redirect.github.com/onsi/ginkgo/issues/1447))
\[[`fea6f2d`](https://redirect.github.com/onsi/ginkgo/commit/fea6f2d)]
- Bump rexml from 3.2.8 to 3.3.9 in /docs
([#&#8203;1497](https://redirect.github.com/onsi/ginkgo/issues/1497))
\[[`31d7813`](https://redirect.github.com/onsi/ginkgo/commit/31d7813)]
- Bump webrick from 1.8.1 to 1.9.1 in /docs
([#&#8203;1501](https://redirect.github.com/onsi/ginkgo/issues/1501))
\[[`fc3bbd6`](https://redirect.github.com/onsi/ginkgo/commit/fc3bbd6)]
- Code linting
([#&#8203;1500](https://redirect.github.com/onsi/ginkgo/issues/1500))
\[[`aee0d56`](https://redirect.github.com/onsi/ginkgo/commit/aee0d56)]
- change interface{} to any
([#&#8203;1502](https://redirect.github.com/onsi/ginkgo/issues/1502))
\[[`809a710`](https://redirect.github.com/onsi/ginkgo/commit/809a710)]

</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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 01:42:21 +00:00
renovate[bot]
e2d554bc12
fix(deps): update module github.com/urfave/cli/v2 to v2.27.6 (#695)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/urfave/cli/v2](https://redirect.github.com/urfave/cli) |
`v2.27.5` -> `v2.27.6` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv2/v2.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2furfave%2fcli%2fv2/v2.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2furfave%2fcli%2fv2/v2.27.5/v2.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2furfave%2fcli%2fv2/v2.27.5/v2.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>urfave/cli (github.com/urfave/cli/v2)</summary>

###
[`v2.27.6`](https://redirect.github.com/urfave/cli/releases/tag/v2.27.6)

[Compare
Source](https://redirect.github.com/urfave/cli/compare/v2.27.5...v2.27.6)

#### What's Changed

- Use usage template in subcommand help by
[@&#8203;meatballhat](https://redirect.github.com/meatballhat) in
[https://github.com/urfave/cli/pull/1986](https://redirect.github.com/urfave/cli/pull/1986)
- Docs: Update cli.yml by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2015](https://redirect.github.com/urfave/cli/pull/2015)
- Fix:(issue\_2069) Add sep for string slice by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2070](https://redirect.github.com/urfave/cli/pull/2070)

**Full Changelog**:
https://github.com/urfave/cli/compare/v2.27.5...v2.27.6

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 01:41:57 +00:00
renovate[bot]
6f7c6df760
fix(deps): update module github.com/mudler/edgevpn to v0.30.2 (#694)
This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/mudler/edgevpn/compare/v0.30.1...v0.30.2)

#### What's Changed

- fix(deps): update module github.com/libp2p/go-libp2p-kad-dht to
v0.29.1 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/861](https://redirect.github.com/mudler/edgevpn/pull/861)

**Full Changelog**:
https://github.com/mudler/edgevpn/compare/v0.30.1...v0.30.2

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-22 22:49:14 +00:00
renovate[bot]
73905ab498
fix(deps): update module github.com/mudler/edgevpn to v0.30.1 (#693)
This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/mudler/edgevpn/compare/v0.30.0...v0.30.1)

#### What's Changed

- fix(deps): update module github.com/libp2p/go-libp2p to v0.39.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/858](https://redirect.github.com/mudler/edgevpn/pull/858)
- chore(deps): update golang docker tag to v1.24 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/859](https://redirect.github.com/mudler/edgevpn/pull/859)

**Full Changelog**:
https://github.com/mudler/edgevpn/compare/v0.30.0...v0.30.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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-17 22:51:45 +00:00
renovate[bot]
7ee7c51406
fix(deps): update module github.com/kairos-io/kairos-agent/v2 to v2.16.3 (#692)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/kairos-io/kairos-agent/v2](https://redirect.github.com/kairos-io/kairos-agent)
| `v2.16.2` -> `v2.16.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.2/v2.16.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.2/v2.16.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kairos-io/kairos-agent
(github.com/kairos-io/kairos-agent/v2)</summary>

###
[`v2.16.3`](https://redirect.github.com/kairos-io/kairos-agent/releases/tag/v2.16.3)

[Compare
Source](https://redirect.github.com/kairos-io/kairos-agent/compare/v2.16.2...v2.16.3)

#### What's Changed

- fix(deps): update module github.com/google/go-github/v66 to v69 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/678](https://redirect.github.com/kairos-io/kairos-agent/pull/678)
- chore(deps): update securego/gosec action to v2.22.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/683](https://redirect.github.com/kairos-io/kairos-agent/pull/683)
- fix(deps): update module k8s.io/mount-utils to v0.32.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/684](https://redirect.github.com/kairos-io/kairos-agent/pull/684)
- fix(deps): update module github.com/google/go-github/v66 to v69 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/685](https://redirect.github.com/kairos-io/kairos-agent/pull/685)
- Revert broken litter bump:
0323e7d59d

**Full Changelog**:
https://github.com/kairos-io/kairos-agent/compare/v2.16.2...v2.16.3

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-14 22:09:48 +00:00
renovate[bot]
1bee748ae3
fix(deps): update module github.com/kairos-io/kairos-agent/v2 to v2.16.2 (#690)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/kairos-io/kairos-agent/v2](https://redirect.github.com/kairos-io/kairos-agent)
| `v2.16.1` -> `v2.16.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.1/v2.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.16.1/v2.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kairos-io/kairos-agent
(github.com/kairos-io/kairos-agent/v2)</summary>

###
[`v2.16.2`](https://redirect.github.com/kairos-io/kairos-agent/releases/tag/v2.16.2)

[Compare
Source](https://redirect.github.com/kairos-io/kairos-agent/compare/v2.16.1...v2.16.2)

#### What's Changed

- fix(deps): update module github.com/labstack/echo/v4 to v4.13.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/617](https://redirect.github.com/kairos-io/kairos-agent/pull/617)
- chore(deps): update dependency cypress to v13.16.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/616](https://redirect.github.com/kairos-io/kairos-agent/pull/616)
- fix(deps): update module golang.org/x/net to v0.32.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/618](https://redirect.github.com/kairos-io/kairos-agent/pull/618)
- fix(deps): update module golang.org/x/sys to v0.28.0 - autoclosed by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/619](https://redirect.github.com/kairos-io/kairos-agent/pull/619)
- fix(deps): update dependency alpinejs to v3.14.7 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/621](https://redirect.github.com/kairos-io/kairos-agent/pull/621)
- fix(deps): update module github.com/kairos-io/go-nodepair to v0.3.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/622](https://redirect.github.com/kairos-io/kairos-agent/pull/622)
- fix(deps): update module github.com/mudler/yip to v1.13.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/620](https://redirect.github.com/kairos-io/kairos-agent/pull/620)
- fix(deps): update module github.com/onsi/gomega to v1.36.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/623](https://redirect.github.com/kairos-io/kairos-agent/pull/623)
- fix(deps): update module k8s.io/mount-utils to v0.31.4 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/625](https://redirect.github.com/kairos-io/kairos-agent/pull/625)
- chore(deps): update actions/setup-go action to v5.2.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/627](https://redirect.github.com/kairos-io/kairos-agent/pull/627)
- fix(deps): update module github.com/labstack/echo/v4 to v4.13.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/628](https://redirect.github.com/kairos-io/kairos-agent/pull/628)
- fix(deps): update module k8s.io/mount-utils to v0.32.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/629](https://redirect.github.com/kairos-io/kairos-agent/pull/629)
- Bump golang.org/x/crypto from 0.30.0 to 0.31.0 in the go_modules group
across 1 directory by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/kairos-io/kairos-agent/pull/630](https://redirect.github.com/kairos-io/kairos-agent/pull/630)
- fix(deps): update module github.com/google/go-github/v66 to v67 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/613](https://redirect.github.com/kairos-io/kairos-agent/pull/613)
- chore(deps): update google/osv-scanner-action action to v1.9.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/633](https://redirect.github.com/kairos-io/kairos-agent/pull/633)
- fix(deps): update module github.com/labstack/echo/v4 to v4.13.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/632](https://redirect.github.com/kairos-io/kairos-agent/pull/632)
- fix(deps): update dependency
[@&#8203;fortawesome/fontawesome-free](https://redirect.github.com/fortawesome/fontawesome-free)
to v6.7.2 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/634](https://redirect.github.com/kairos-io/kairos-agent/pull/634)
- Expand DeployImage to be more flexible by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[https://github.com/kairos-io/kairos-agent/pull/635](https://redirect.github.com/kairos-io/kairos-agent/pull/635)
- chore(deps): update dependency cypress to v13.17.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/636](https://redirect.github.com/kairos-io/kairos-agent/pull/636)
- fix(deps): update module golang.org/x/net to v0.33.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/639](https://redirect.github.com/kairos-io/kairos-agent/pull/639)
- fix(deps): update module github.com/labstack/echo/v4 to v4.13.3 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/641](https://redirect.github.com/kairos-io/kairos-agent/pull/641)
- chore(deps): update google/osv-scanner-action action to v1.9.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/640](https://redirect.github.com/kairos-io/kairos-agent/pull/640)
- adding error message by
[@&#8203;asteurer](https://redirect.github.com/asteurer) in
[https://github.com/kairos-io/kairos-agent/pull/626](https://redirect.github.com/kairos-io/kairos-agent/pull/626)
- fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/642](https://redirect.github.com/kairos-io/kairos-agent/pull/642)
- fix(deps): update module github.com/google/go-github/v66 to v68 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/644](https://redirect.github.com/kairos-io/kairos-agent/pull/644)
- fix(deps): update dependency alpinejs to v3.14.8 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/643](https://redirect.github.com/kairos-io/kairos-agent/pull/643)
- fix(deps): update module github.com/onsi/gomega to v1.36.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/647](https://redirect.github.com/kairos-io/kairos-agent/pull/647)
- fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/648](https://redirect.github.com/kairos-io/kairos-agent/pull/648)
- fix(deps): update module golang.org/x/oauth2 to v0.25.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/650](https://redirect.github.com/kairos-io/kairos-agent/pull/650)
- fix(deps): update module golang.org/x/net to v0.34.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/653](https://redirect.github.com/kairos-io/kairos-agent/pull/653)
- fix(deps): update module github.com/google/go-github/v67 to v68 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/646](https://redirect.github.com/kairos-io/kairos-agent/pull/646)
- Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.0 in the
go_modules group across 1 directory by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/kairos-io/kairos-agent/pull/654](https://redirect.github.com/kairos-io/kairos-agent/pull/654)
- fix(deps): update module github.com/google/go-github/v66 to v68 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/645](https://redirect.github.com/kairos-io/kairos-agent/pull/645)
- chore(deps): update securego/gosec action to v2.22.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/656](https://redirect.github.com/kairos-io/kairos-agent/pull/656)
- fix(deps): update module github.com/sanity-io/litter to v1.5.6 -
autoclosed by [@&#8203;renovate](https://redirect.github.com/renovate)
in
[https://github.com/kairos-io/kairos-agent/pull/655](https://redirect.github.com/kairos-io/kairos-agent/pull/655)
- Fix
https://github.com/kairos-io/kairos-agent/security/code-scanning/57 by
[@&#8203;jimmykarily](https://redirect.github.com/jimmykarily) in
[https://github.com/kairos-io/kairos-agent/pull/658](https://redirect.github.com/kairos-io/kairos-agent/pull/658)
- Use extensions dir path as source by
[@&#8203;Itxaka](https://redirect.github.com/Itxaka) in
[https://github.com/kairos-io/kairos-agent/pull/660](https://redirect.github.com/kairos-io/kairos-agent/pull/660)
- fix(deps): update module github.com/mudler/yip to v1.13.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/659](https://redirect.github.com/kairos-io/kairos-agent/pull/659)
- fix(deps): update module github.com/google/go-containerregistry to
v0.20.3 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/663](https://redirect.github.com/kairos-io/kairos-agent/pull/663)
- fix(deps): update module k8s.io/mount-utils to v0.32.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/664](https://redirect.github.com/kairos-io/kairos-agent/pull/664)
- fix(deps): update module github.com/kairos-io/kairos-sdk to v0.7.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/662](https://redirect.github.com/kairos-io/kairos-agent/pull/662)
- fix(deps): update module github.com/mudler/yip to v1.14.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/665](https://redirect.github.com/kairos-io/kairos-agent/pull/665)
- chore(deps): update dependency cypress to v14 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/666](https://redirect.github.com/kairos-io/kairos-agent/pull/666)
- chore(deps): update actions/setup-go action to v5.3.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/668](https://redirect.github.com/kairos-io/kairos-agent/pull/668)
- fix(deps): update module github.com/mudler/yip to v1.14.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/667](https://redirect.github.com/kairos-io/kairos-agent/pull/667)
- chore(deps): update dependency cypress to v14.0.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/670](https://redirect.github.com/kairos-io/kairos-agent/pull/670)
- fix(deps): update module github.com/kairos-io/kairos-sdk to v0.7.3 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/671](https://redirect.github.com/kairos-io/kairos-agent/pull/671)
- fix(deps): update module golang.org/x/oauth2 to v0.26.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/672](https://redirect.github.com/kairos-io/kairos-agent/pull/672)
- chore(deps): update dependabot/fetch-metadata action to v2.3.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/669](https://redirect.github.com/kairos-io/kairos-agent/pull/669)
- chore(deps): update dependency cypress to v14.0.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/673](https://redirect.github.com/kairos-io/kairos-agent/pull/673)
- fix(deps): update module golang.org/x/sys to v0.30.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/674](https://redirect.github.com/kairos-io/kairos-agent/pull/674)
- fix(deps): update module github.com/google/go-github/v66 to v69 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/675](https://redirect.github.com/kairos-io/kairos-agent/pull/675)
- fix(deps): update module github.com/google/go-github/v68 to v69 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/676](https://redirect.github.com/kairos-io/kairos-agent/pull/676)
- fix(deps): update module github.com/google/go-github/v66 to v69 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/677](https://redirect.github.com/kairos-io/kairos-agent/pull/677)
- feat: allow to override standard cloud init paths by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/kairos-io/kairos-agent/pull/679](https://redirect.github.com/kairos-io/kairos-agent/pull/679)
- fix(deps): update module golang.org/x/net to v0.35.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/680](https://redirect.github.com/kairos-io/kairos-agent/pull/680)
- chore(deps): update dependency cypress to v14.0.3 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/681](https://redirect.github.com/kairos-io/kairos-agent/pull/681)
- fix(deps): update module github.com/sanity-io/litter to v1.5.7 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-agent/pull/682](https://redirect.github.com/kairos-io/kairos-agent/pull/682)

#### New Contributors

- [@&#8203;asteurer](https://redirect.github.com/asteurer) made their
first contribution in
[https://github.com/kairos-io/kairos-agent/pull/626](https://redirect.github.com/kairos-io/kairos-agent/pull/626)

**Full Changelog**:
https://github.com/kairos-io/kairos-agent/compare/v2.16.1...v2.16.2

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13 22:47:36 +00:00
renovate[bot]
4a26860171
fix(deps): update module github.com/mudler/edgevpn to v0.30.0 (#689)
This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/mudler/edgevpn/compare/v0.29.2...v0.30.0)

#### What's Changed

- fix(deps): update module github.com/libp2p/go-libp2p to v0.39.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/853](https://redirect.github.com/mudler/edgevpn/pull/853)
- chore(deps): bump docs/themes/docsy from `e6d9477` to `77da7e4` by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/edgevpn/pull/850](https://redirect.github.com/mudler/edgevpn/pull/850)
- fix(deps): update module github.com/cenkalti/backoff/v5 to v5.0.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/855](https://redirect.github.com/mudler/edgevpn/pull/855)
- fix(deps): update module github.com/libp2p/go-libp2p-pubsub to v0.13.0
- autoclosed by [@&#8203;renovate](https://redirect.github.com/renovate)
in
[https://github.com/mudler/edgevpn/pull/854](https://redirect.github.com/mudler/edgevpn/pull/854)
- chore(deps): update dependency go to v1.23.6 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/851](https://redirect.github.com/mudler/edgevpn/pull/851)
- fix(deps): update module github.com/libp2p/go-libp2p-kad-dht to
v0.29.0 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/848](https://redirect.github.com/mudler/edgevpn/pull/848)
- chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/edgevpn/pull/847](https://redirect.github.com/mudler/edgevpn/pull/847)

**Full Changelog**:
https://github.com/mudler/edgevpn/compare/v0.29.2...v0.30.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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-11 23:57:23 +00:00
renovate[bot]
3382ddfe99
fix(deps): update module github.com/kairos-io/kairos-sdk to v0.7.3 (#688)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/kairos-io/kairos-sdk](https://redirect.github.com/kairos-io/kairos-sdk)
| `v0.7.2` -> `v0.7.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkairos-io%2fkairos-sdk/v0.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fkairos-io%2fkairos-sdk/v0.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fkairos-io%2fkairos-sdk/v0.7.2/v0.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkairos-io%2fkairos-sdk/v0.7.2/v0.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kairos-io/kairos-sdk
(github.com/kairos-io/kairos-sdk)</summary>

###
[`v0.7.3`](https://redirect.github.com/kairos-io/kairos-sdk/releases/tag/v0.7.3)

[Compare
Source](https://redirect.github.com/kairos-io/kairos-sdk/compare/v0.7.2...v0.7.3)

#### What's Changed

- chore(config): migrate renovate config by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-sdk/pull/544](https://redirect.github.com/kairos-io/kairos-sdk/pull/544)
- fix(deps): update module github.com/containerd/containerd to v1.7.25
by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-sdk/pull/552](https://redirect.github.com/kairos-io/kairos-sdk/pull/552)
- fix(deps): update module github.com/google/go-containerregistry to
v0.20.3 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-sdk/pull/556](https://redirect.github.com/kairos-io/kairos-sdk/pull/556)
- fix(deps): update module github.com/mudler/yip to v1.14.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-sdk/pull/558](https://redirect.github.com/kairos-io/kairos-sdk/pull/558)
- fix(deps): update module github.com/mudler/yip to v1.14.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-sdk/pull/559](https://redirect.github.com/kairos-io/kairos-sdk/pull/559)
- fix(deps): update module github.com/docker/docker to
v27.5.1+incompatible by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-sdk/pull/560](https://redirect.github.com/kairos-io/kairos-sdk/pull/560)
- chore(deps): update dependabot/fetch-metadata action to v2.3.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kairos-io/kairos-sdk/pull/561](https://redirect.github.com/kairos-io/kairos-sdk/pull/561)
- Skip artifacts that don't have proper names by
[@&#8203;jimmykarily](https://redirect.github.com/jimmykarily) in
[https://github.com/kairos-io/kairos-sdk/pull/562](https://redirect.github.com/kairos-io/kairos-sdk/pull/562)

**Full Changelog**:
https://github.com/kairos-io/kairos-sdk/compare/v0.7.2...v0.7.3

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 00:36:20 +00:00
renovate[bot]
ca7cc2c72f
fix(deps): update module github.com/samber/lo to v1.49.1 (#687)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/samber/lo](https://redirect.github.com/samber/lo) |
`v1.49.0` -> `v1.49.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsamber%2flo/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsamber%2flo/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsamber%2flo/v1.49.0/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsamber%2flo/v1.49.0/v1.49.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>samber/lo (github.com/samber/lo)</summary>

###
[`v1.49.1`](https://redirect.github.com/samber/lo/releases/tag/v1.49.1)

[Compare
Source](https://redirect.github.com/samber/lo/compare/v1.49.0...v1.49.1)

#### What's Changed

- fix(product + productby): fix empty slice behavior by
[@&#8203;samber](https://redirect.github.com/samber) in
[https://github.com/samber/lo/pull/584](https://redirect.github.com/samber/lo/pull/584)

**Full Changelog**:
https://github.com/samber/lo/compare/v1.49.0...v1.49.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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-29 00:56:23 +00:00
Mauro Morales
d74f5c86b5
Fix passing arguments to k3s agent and k0s worker (#686)
Signed-off-by: Mauro Morales <contact@mauromorales.com>
2025-01-27 16:35:21 +01:00
renovate[bot]
809f00343c
fix(deps): update module github.com/samber/lo to v1.49.0 (#685)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/samber/lo](https://redirect.github.com/samber/lo) |
`v1.48.0` -> `v1.49.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsamber%2flo/v1.49.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsamber%2flo/v1.49.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsamber%2flo/v1.48.0/v1.49.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsamber%2flo/v1.48.0/v1.49.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>samber/lo (github.com/samber/lo)</summary>

###
[`v1.49.0`](https://redirect.github.com/samber/lo/releases/tag/v1.49.0)

[Compare
Source](https://redirect.github.com/samber/lo/compare/v1.48.0...v1.49.0)

#### What's Changed

- feat: add SampleBy and SamplesBy by
[@&#8203;bramvandewalle](https://redirect.github.com/bramvandewalle) in
[https://github.com/samber/lo/pull/516](https://redirect.github.com/samber/lo/pull/516)
- feat: Add IsNotNil by
[@&#8203;haoxins](https://redirect.github.com/haoxins) in
[https://github.com/samber/lo/pull/523](https://redirect.github.com/samber/lo/pull/523)
- feat: Implement ChunkMap Function
([#&#8203;533](https://redirect.github.com/samber/lo/issues/533)) by
[@&#8203;oswaldom-code](https://redirect.github.com/oswaldom-code) in
[https://github.com/samber/lo/pull/538](https://redirect.github.com/samber/lo/pull/538)
- feat: Add NewThrottle by
[@&#8203;Lee-Minjea](https://redirect.github.com/Lee-Minjea) in
[https://github.com/samber/lo/pull/427](https://redirect.github.com/samber/lo/pull/427)
- feat: adding FilterSliceToMap by
[@&#8203;samber](https://redirect.github.com/samber) in
[https://github.com/samber/lo/pull/581](https://redirect.github.com/samber/lo/pull/581)
- feat: add `Product` and `ProductBy` functions by
[@&#8203;JohnDevitt](https://redirect.github.com/JohnDevitt) in
[https://github.com/samber/lo/pull/566](https://redirect.github.com/samber/lo/pull/566)

#### New Contributors

- [@&#8203;bramvandewalle](https://redirect.github.com/bramvandewalle)
made their first contribution in
[https://github.com/samber/lo/pull/516](https://redirect.github.com/samber/lo/pull/516)
- [@&#8203;oswaldom-code](https://redirect.github.com/oswaldom-code)
made their first contribution in
[https://github.com/samber/lo/pull/538](https://redirect.github.com/samber/lo/pull/538)
- [@&#8203;Lee-Minjea](https://redirect.github.com/Lee-Minjea) made
their first contribution in
[https://github.com/samber/lo/pull/427](https://redirect.github.com/samber/lo/pull/427)

**Full Changelog**:
https://github.com/samber/lo/compare/v1.48.0...v1.49.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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-27 01:05:03 +00:00
renovate[bot]
d7315f15ef
fix(deps): update module github.com/samber/lo to v1.48.0 (#684)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/samber/lo](https://redirect.github.com/samber/lo) |
`v1.47.0` -> `v1.48.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsamber%2flo/v1.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsamber%2flo/v1.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsamber%2flo/v1.47.0/v1.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsamber%2flo/v1.47.0/v1.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>samber/lo (github.com/samber/lo)</summary>

###
[`v1.48.0`](https://redirect.github.com/samber/lo/releases/tag/v1.48.0)

[Compare
Source](https://redirect.github.com/samber/lo/compare/v1.47.0...v1.48.0)

#### What's Changed

##### Feature

- feat: add (Min|Max)Index(By) by
[@&#8203;aria3ppp](https://redirect.github.com/aria3ppp) in
[https://github.com/samber/lo/pull/569](https://redirect.github.com/samber/lo/pull/569)
- feat: add UniqMap by
[@&#8203;nicklaus-dev](https://redirect.github.com/nicklaus-dev) in
[https://github.com/samber/lo/pull/527](https://redirect.github.com/samber/lo/pull/527)
- feat: add CrossJoin function by
[@&#8203;JohnDevitt](https://redirect.github.com/JohnDevitt) in
[https://github.com/samber/lo/pull/567](https://redirect.github.com/samber/lo/pull/567)
- feat: Implement CoalesceOrEmptySlice Function by
[@&#8203;chg1f](https://redirect.github.com/chg1f) in
[https://github.com/samber/lo/pull/542](https://redirect.github.com/samber/lo/pull/542)
- feat: adding WithoutNth by
[@&#8203;samber](https://redirect.github.com/samber) in
[https://github.com/samber/lo/pull/575](https://redirect.github.com/samber/lo/pull/575)
- feat: deprecate lo.Reverse and move it to lom.Reverse by
[@&#8203;samber](https://redirect.github.com/samber) in
[https://github.com/samber/lo/pull/576](https://redirect.github.com/samber/lo/pull/576)
- feat: adding lo.BufferWithContext by
[@&#8203;samber](https://redirect.github.com/samber) in
[https://github.com/samber/lo/pull/580](https://redirect.github.com/samber/lo/pull/580)
- feat: add SliceToSet by
[@&#8203;nicklaus-dev](https://redirect.github.com/nicklaus-dev) in
[https://github.com/samber/lo/pull/514](https://redirect.github.com/samber/lo/pull/514)
- feat: add WithoutBy by
[@&#8203;nicklaus-dev](https://redirect.github.com/nicklaus-dev) in
[https://github.com/samber/lo/pull/515](https://redirect.github.com/samber/lo/pull/515)

##### Fix

- fix: change examples for MapKeys and MapValues by
[@&#8203;luxcgo](https://redirect.github.com/luxcgo) in
[https://github.com/samber/lo/pull/341](https://redirect.github.com/samber/lo/pull/341)
- fix: order of GroupBy and PartitionBy by
[@&#8203;liyishuai](https://redirect.github.com/liyishuai) in
[https://github.com/samber/lo/pull/572](https://redirect.github.com/samber/lo/pull/572)

##### Refactor

- refactor RandomString function by
[@&#8203;pigwantacat](https://redirect.github.com/pigwantacat) in
[https://github.com/samber/lo/pull/524](https://redirect.github.com/samber/lo/pull/524)

#### New Contributors

- [@&#8203;luxcgo](https://redirect.github.com/luxcgo) made their first
contribution in
[https://github.com/samber/lo/pull/341](https://redirect.github.com/samber/lo/pull/341)
- [@&#8203;haoxins](https://redirect.github.com/haoxins) made their
first contribution in
[https://github.com/samber/lo/pull/522](https://redirect.github.com/samber/lo/pull/522)
- [@&#8203;muya](https://redirect.github.com/muya) made their first
contribution in
[https://github.com/samber/lo/pull/521](https://redirect.github.com/samber/lo/pull/521)
- [@&#8203;NathanBaulch](https://redirect.github.com/NathanBaulch) made
their first contribution in
[https://github.com/samber/lo/pull/519](https://redirect.github.com/samber/lo/pull/519)
- [@&#8203;jiz4oh](https://redirect.github.com/jiz4oh) made their first
contribution in
[https://github.com/samber/lo/pull/535](https://redirect.github.com/samber/lo/pull/535)
- [@&#8203;guyareco2](https://redirect.github.com/guyareco2) made their
first contribution in
[https://github.com/samber/lo/pull/537](https://redirect.github.com/samber/lo/pull/537)
- [@&#8203;pigwantacat](https://redirect.github.com/pigwantacat) made
their first contribution in
[https://github.com/samber/lo/pull/524](https://redirect.github.com/samber/lo/pull/524)
- [@&#8203;snamiki1212](https://redirect.github.com/snamiki1212) made
their first contribution in
[https://github.com/samber/lo/pull/541](https://redirect.github.com/samber/lo/pull/541)
- [@&#8203;dependabot](https://redirect.github.com/dependabot) made
their first contribution in
[https://github.com/samber/lo/pull/554](https://redirect.github.com/samber/lo/pull/554)
- [@&#8203;JasonnnW3000](https://redirect.github.com/JasonnnW3000) made
their first contribution in
[https://github.com/samber/lo/pull/571](https://redirect.github.com/samber/lo/pull/571)
- [@&#8203;liyishuai](https://redirect.github.com/liyishuai) made their
first contribution in
[https://github.com/samber/lo/pull/572](https://redirect.github.com/samber/lo/pull/572)
- [@&#8203;aria3ppp](https://redirect.github.com/aria3ppp) made their
first contribution in
[https://github.com/samber/lo/pull/569](https://redirect.github.com/samber/lo/pull/569)
- [@&#8203;sunjayaali](https://redirect.github.com/sunjayaali) made
their first contribution in
[https://github.com/samber/lo/pull/544](https://redirect.github.com/samber/lo/pull/544)
- [@&#8203;SnowOnion](https://redirect.github.com/SnowOnion) made their
first contribution in
[https://github.com/samber/lo/pull/543](https://redirect.github.com/samber/lo/pull/543)
- [@&#8203;nicklaus-dev](https://redirect.github.com/nicklaus-dev) made
their first contribution in
[https://github.com/samber/lo/pull/527](https://redirect.github.com/samber/lo/pull/527)
- [@&#8203;JohnDevitt](https://redirect.github.com/JohnDevitt) made
their first contribution in
[https://github.com/samber/lo/pull/567](https://redirect.github.com/samber/lo/pull/567)
- [@&#8203;chg1f](https://redirect.github.com/chg1f) made their first
contribution in
[https://github.com/samber/lo/pull/542](https://redirect.github.com/samber/lo/pull/542)

**Full Changelog**:
https://github.com/samber/lo/compare/v1.47.0...v1.48.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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-26 01:27:24 +00:00
renovate[bot]
f1d9e6c6ba
fix(deps): update module github.com/mudler/edgevpn to v0.29.2 (#682)
This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/mudler/edgevpn/compare/v0.29.1...v0.29.2)

#### What's Changed

- chore(deps): bump docs/themes/docsy from `55e0ce2` to `e6d9477` by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/edgevpn/pull/837](https://redirect.github.com/mudler/edgevpn/pull/837)
- fix(deps): update module github.com/miekg/dns to v1.1.63 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/841](https://redirect.github.com/mudler/edgevpn/pull/841)
- fix(deps): update module github.com/libp2p/go-libp2p to v0.38.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/839](https://redirect.github.com/mudler/edgevpn/pull/839)
- fix(deps): update module github.com/cenkalti/backoff/v4 to v5 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/832](https://redirect.github.com/mudler/edgevpn/pull/832)
- chore(deps): update dependency go to v1.23.5 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/818](https://redirect.github.com/mudler/edgevpn/pull/818)
- fix(deps): update module github.com/cenkalti/backoff/v4 to v5 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/842](https://redirect.github.com/mudler/edgevpn/pull/842)
- chore(deps): update codecov/codecov-action action to v5.3.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/840](https://redirect.github.com/mudler/edgevpn/pull/840)

**Full Changelog**:
https://github.com/mudler/edgevpn/compare/v0.29.1...v0.29.2

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-25 01:53:29 +00:00
renovate[bot]
b81e8a1ca7
chore(deps): update dependabot/fetch-metadata action to v2.3.0 (#683)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[dependabot/fetch-metadata](https://redirect.github.com/dependabot/fetch-metadata)
| action | minor | `v2.2.0` -> `v2.3.0` |

---

### Release Notes

<details>
<summary>dependabot/fetch-metadata (dependabot/fetch-metadata)</summary>

###
[`v2.3.0`](https://redirect.github.com/dependabot/fetch-metadata/releases/tag/v2.3.0)

[Compare
Source](https://redirect.github.com/dependabot/fetch-metadata/compare/v2.2.0...v2.3.0)

#### What's Changed

- Bump actions/create-github-app-token from 1.10.2 to 1.10.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/dependabot/fetch-metadata/pull/537](https://redirect.github.com/dependabot/fetch-metadata/pull/537)
- Update readme to include an if conditional by
[@&#8203;Nishnha](https://redirect.github.com/Nishnha) in
[https://github.com/dependabot/fetch-metadata/pull/548](https://redirect.github.com/dependabot/fetch-metadata/pull/548)
- Silence audit and funding messages from `npm` by
[@&#8203;jeffwidman](https://redirect.github.com/jeffwidman) in
[https://github.com/dependabot/fetch-metadata/pull/550](https://redirect.github.com/dependabot/fetch-metadata/pull/550)
- Bump actions/create-github-app-token from 1.10.3 to 1.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/dependabot/fetch-metadata/pull/554](https://redirect.github.com/dependabot/fetch-metadata/pull/554)
- fix readme action example by
[@&#8203;CloudNStoyan](https://redirect.github.com/CloudNStoyan) in
[https://github.com/dependabot/fetch-metadata/pull/563](https://redirect.github.com/dependabot/fetch-metadata/pull/563)
- Fixed missing outputs in action.yml by
[@&#8203;CatChen](https://redirect.github.com/CatChen) in
[https://github.com/dependabot/fetch-metadata/pull/564](https://redirect.github.com/dependabot/fetch-metadata/pull/564)
- Handle branch names containing dependency group by
[@&#8203;CloudNStoyan](https://redirect.github.com/CloudNStoyan) in
[https://github.com/dependabot/fetch-metadata/pull/565](https://redirect.github.com/dependabot/fetch-metadata/pull/565)
- v2.3.0 by
[@&#8203;fetch-metadata-action-automation](https://redirect.github.com/fetch-metadata-action-automation)
in
[https://github.com/dependabot/fetch-metadata/pull/543](https://redirect.github.com/dependabot/fetch-metadata/pull/543)

#### New Contributors

- [@&#8203;CloudNStoyan](https://redirect.github.com/CloudNStoyan) made
their first contribution in
[https://github.com/dependabot/fetch-metadata/pull/563](https://redirect.github.com/dependabot/fetch-metadata/pull/563)
- [@&#8203;CatChen](https://redirect.github.com/CatChen) made their
first contribution in
[https://github.com/dependabot/fetch-metadata/pull/564](https://redirect.github.com/dependabot/fetch-metadata/pull/564)

**Full Changelog**:
https://github.com/dependabot/fetch-metadata/compare/v2...v2.3.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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-25 01:43:28 +00:00
Mauro Morales
2ec8886731
Run bootstrap if k0s config is present (#681)
And read args from both k3s or k0s

Signed-off-by: Mauro Morales <contact@mauromorales.com>
2025-01-24 16:18:27 +01:00
William Rizzo
5b9bdda87d
Adding handling of k0s (#678)
This PR is dependent of
https://github.com/kairos-io/kairos-sdk/pull/546, and it adds the
possibility to deploy k0s instead of k3s.

refactored `oneTimeBootstrap()` to handle k0s and k3s.
Added `K0s` type to bootstrap `config` package
added k0s to provider `package`` InteractiveInstall()` and check for
mutual exclusivity

CC: @mauromorales

---------

Signed-off-by: William Rizzo <william.rizzo@gmail.com>
Signed-off-by: Mauro Morales <contact@mauromorales.com>
Co-authored-by: Mauro Morales <contact@mauromorales.com>
2025-01-14 17:13:17 +01:00
Itxaka
277f8b3f91
bump sdk to latest (#680)
Signed-off-by: Itxaka <itxaka@kairos.io>
2025-01-14 15:43:01 +00:00
renovate[bot]
f5990d8a71
chore(config): migrate renovate config (#679)
The Renovate config in this repository needs migrating. Typically this
is because one or more configuration options you are using have been
renamed.

You don't need to merge this PR right away, because Renovate will
continue to migrate these fields internally each time it runs. But later
some of these fields may be fully deprecated and the migrations removed.
So it's a good idea to merge this migration PR soon.





🔕 **Ignore**: Close this PR and you won't be reminded about config
migration again, but one day your current config may no longer be valid.

 Got questions? Does something look wrong to you? Please don't hesitate
to [request help
here](https://redirect.github.com/renovatebot/renovate/discussions).


---

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-14 15:35:48 +00:00
renovate[bot]
f650e868fd
fix(deps): update module github.com/mudler/edgevpn to v0.29.1 (#677)
This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/mudler/edgevpn/compare/v0.29.0...v0.29.1)

#### What's Changed

- fix(deps): update module github.com/libp2p/go-libp2p-kad-dht to
v0.28.2 by [@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/836](https://redirect.github.com/mudler/edgevpn/pull/836)

**Full Changelog**:
https://github.com/mudler/edgevpn/compare/v0.29.0...v0.29.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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-11 02:54:48 +00:00
Ettore Di Giacinto
3a9e782901
chore(deps): bump edgevpn to v0.29.0 (#674)
This pull request updates several dependencies in the `go.mod` file to
their latest versions. These updates are important for ensuring the
project uses the most recent features and security patches available in
these libraries.

Dependency updates:

* Updated `github.com/mudler/edgevpn` from `v0.28.4` to `v0.29.0`
* Updated `github.com/ipfs/boxo` from `v0.21.0` to `v0.24.3`
* Updated `github.com/libp2p/go-libp2p` from `v0.36.2` to `v0.38.1` and
several related libp2p packages
* Updated `github.com/pion` packages, including `datachannel`, `ice`,
`interceptor`, `rtcp`, `rtp`, `sctp`, `webrtc`, and `transport`
* Updated `go.uber.org` packages, including `fx` and `mock`

Signed-off-by: mudler <mudler@localai.io>
2025-01-10 08:59:58 +01:00
renovate[bot]
403ad4553a
fix(deps): update module github.com/mudler/edgevpn to v0.29.0 (#676)
This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://redirect.github.com/mudler/edgevpn/compare/v0.28.4...v0.29.0)

#### What's Changed

- fix(deps): update module gopkg.in/yaml.v2 to v3 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/772](https://redirect.github.com/mudler/edgevpn/pull/772)
- fix(deps): update module gopkg.in/yaml.v2 to v3 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/801](https://redirect.github.com/mudler/edgevpn/pull/801)
- fix(deps): update module gopkg.in/yaml.v2 to v3 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/802](https://redirect.github.com/mudler/edgevpn/pull/802)
- fix(deps): update module github.com/c-robinson/iplib to v2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/774](https://redirect.github.com/mudler/edgevpn/pull/774)
- Update renovate_bot.yml by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/edgevpn/pull/803](https://redirect.github.com/mudler/edgevpn/pull/803)
- chore(deps): update codecov/codecov-action action to v5.0.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/797](https://redirect.github.com/mudler/edgevpn/pull/797)
- Bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/edgevpn/pull/822](https://redirect.github.com/mudler/edgevpn/pull/822)
- chore(deps): bump libp2p to 0.38.1 by
[@&#8203;mudler](https://redirect.github.com/mudler) in
[https://github.com/mudler/edgevpn/pull/835](https://redirect.github.com/mudler/edgevpn/pull/835)
- chore(deps): update codecov/codecov-action action to v5.1.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/809](https://redirect.github.com/mudler/edgevpn/pull/809)
- fix(deps): update module github.com/labstack/echo/v4 to v4.13.3 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/820](https://redirect.github.com/mudler/edgevpn/pull/820)
- Bump golang.org/x/sys from 0.27.0 to 0.29.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/mudler/edgevpn/pull/833](https://redirect.github.com/mudler/edgevpn/pull/833)
- fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.2 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/mudler/edgevpn/pull/810](https://redirect.github.com/mudler/edgevpn/pull/810)

**Full Changelog**:
https://github.com/mudler/edgevpn/compare/v0.28.4...v0.29.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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-10 03:05:00 +00:00
Ettore Di Giacinto
ee17f04079
feat(embedded registry): allow to enable embedded registry (#675)
This is a simple way to enable Spegel with k3s by following
https://docs.k3s.io/installation/registry-mirror?_highlight=spegel .

Part of https://github.com/kairos-io/kairos/issues/3100

Signed-off-by: mudler <mudler@localai.io>
2025-01-09 15:43:02 +01:00
renovate[bot]
efd4796286
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.2 (#673)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) |
`v2.22.1` -> `v2.22.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fginkgo%2fv2/v2.22.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fonsi%2fginkgo%2fv2/v2.22.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fonsi%2fginkgo%2fv2/v2.22.1/v2.22.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fonsi%2fginkgo%2fv2/v2.22.1/v2.22.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary>

###
[`v2.22.2`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.22.2)

[Compare
Source](https://redirect.github.com/onsi/ginkgo/compare/v2.22.1...v2.22.2)

#### What's Changed

- Bump golang.org/x/net from 0.32.0 to 0.33.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/onsi/ginkgo/pull/1496](https://redirect.github.com/onsi/ginkgo/pull/1496)
- Bump golang.org/x/crypto from 0.17.0 to 0.31.0 in
/ginkgo/performance/\_fixtures/performance_fixture by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/onsi/ginkgo/pull/1498](https://redirect.github.com/onsi/ginkgo/pull/1498)
- Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/onsi/ginkgo/pull/1499](https://redirect.github.com/onsi/ginkgo/pull/1499)

**Full Changelog**:
https://github.com/onsi/ginkgo/compare/v2.22.1...v2.22.2

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-30 22:42:07 +00:00
renovate[bot]
038f20ca68
fix(deps): update module github.com/onsi/gomega to v1.36.2 (#672)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/onsi/gomega](https://redirect.github.com/onsi/gomega) |
`v1.36.1` -> `v1.36.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fgomega/v1.36.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fonsi%2fgomega/v1.36.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fonsi%2fgomega/v1.36.1/v1.36.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fonsi%2fgomega/v1.36.1/v1.36.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>onsi/gomega (github.com/onsi/gomega)</summary>

###
[`v1.36.2`](https://redirect.github.com/onsi/gomega/releases/tag/v1.36.2)

[Compare
Source](https://redirect.github.com/onsi/gomega/compare/v1.36.1...v1.36.2)

#### Maintenance

- Bump nokogiri from 1.16.3 to 1.16.5 in /docs by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/onsi/gomega/pull/757](https://redirect.github.com/onsi/gomega/pull/757)
- Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.22.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/onsi/gomega/pull/808](https://redirect.github.com/onsi/gomega/pull/808)
- Bump golang.org/x/net from 0.30.0 to 0.33.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/onsi/gomega/pull/807](https://redirect.github.com/onsi/gomega/pull/807)
- Bump google.golang.org/protobuf from 1.35.1 to 1.36.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/onsi/gomega/pull/810](https://redirect.github.com/onsi/gomega/pull/810)

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-25 01:32:13 +00:00
renovate[bot]
0dfbcb6f6f
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.1 (#671)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/onsi/ginkgo/v2](https://redirect.github.com/onsi/ginkgo) |
`v2.22.0` -> `v2.22.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fonsi%2fginkgo%2fv2/v2.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fonsi%2fginkgo%2fv2/v2.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fonsi%2fginkgo%2fv2/v2.22.0/v2.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fonsi%2fginkgo%2fv2/v2.22.0/v2.22.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>onsi/ginkgo (github.com/onsi/ginkgo/v2)</summary>

###
[`v2.22.1`](https://redirect.github.com/onsi/ginkgo/releases/tag/v2.22.1)

[Compare
Source](https://redirect.github.com/onsi/ginkgo/compare/v2.22.0...v2.22.1)

#### 2.22.1

##### Fixes

Fix CSV encoding

- Update tests
\[[`aab3da6`](https://redirect.github.com/onsi/ginkgo/commit/aab3da6)]
- Properly encode CSV rows
\[[`c09df39`](https://redirect.github.com/onsi/ginkgo/commit/c09df39)]
- Add test case for proper csv escaping
\[[`96a80fc`](https://redirect.github.com/onsi/ginkgo/commit/96a80fc)]
- Add meta-test
\[[`43dad69`](https://redirect.github.com/onsi/ginkgo/commit/43dad69)]

##### Maintenance

- ensure \*.test files are gitignored so we don't accidentally commit
compiled tests again
\[[`c88c634`](https://redirect.github.com/onsi/ginkgo/commit/c88c634)]
- remove golang.org/x/net/context in favour of stdlib context
\[[`4df44bf`](https://redirect.github.com/onsi/ginkgo/commit/4df44bf)]

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 05:26:04 +00:00
renovate[bot]
5d73581822
chore(deps): update google/osv-scanner-action action to v1.9.2 (#670)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[google/osv-scanner-action](https://redirect.github.com/google/osv-scanner-action)
| action | patch | `v1.9.1` -> `v1.9.2` |

---

### Release Notes

<details>
<summary>google/osv-scanner-action (google/osv-scanner-action)</summary>

###
[`v1.9.2`](https://redirect.github.com/google/osv-scanner-action/releases/tag/v1.9.2)

[Compare
Source](https://redirect.github.com/google/osv-scanner-action/compare/v1.9.1...v1.9.2)

#### What's Changed

- Update to v1.9.2 by
[@&#8203;hogo6002](https://redirect.github.com/hogo6002) in
[https://github.com/google/osv-scanner-action/pull/53](https://redirect.github.com/google/osv-scanner-action/pull/53)

**Full Changelog**:
https://github.com/google/osv-scanner-action/compare/v1.9.1...v1.9.2

</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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-19 05:11:06 +00:00
renovate[bot]
bf33f60ffd
chore(deps): update google/osv-scanner-action action to v1.9.1 (#669)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[google/osv-scanner-action](https://redirect.github.com/google/osv-scanner-action)
| action | patch | `v1.9.0` -> `v1.9.1` |

---

### Release Notes

<details>
<summary>google/osv-scanner-action (google/osv-scanner-action)</summary>

###
[`v1.9.1`](https://redirect.github.com/google/osv-scanner-action/releases/tag/v1.9.1)

[Compare
Source](https://redirect.github.com/google/osv-scanner-action/compare/v1.9.0...v1.9.1)

##### What's Changed

-   Update to use osv-scanner v1.9.1
- chore(deps): update workflows by
[@&#8203;renovate-bot](https://redirect.github.com/renovate-bot) in
[https://github.com/google/osv-scanner-action/pull/47](https://redirect.github.com/google/osv-scanner-action/pull/47)
- Update to v1.9.1 by
[@&#8203;another-rex](https://redirect.github.com/another-rex) in
[https://github.com/google/osv-scanner-action/pull/49](https://redirect.github.com/google/osv-scanner-action/pull/49)
- chore(deps): update workflows by
[@&#8203;renovate-bot](https://redirect.github.com/renovate-bot) in
[https://github.com/google/osv-scanner-action/pull/48](https://redirect.github.com/google/osv-scanner-action/pull/48)

**Full Changelog**:
https://github.com/google/osv-scanner-action/compare/v1.9.0...v1.9.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 is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-13 01:29:10 +00:00