Update module github.com/kairos-io/kairos/v2 to v2.0.0-rc3 (#304)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/kairos-io/kairos/v2](https://togithub.com/kairos-io/kairos)
| require | patch | `v2.0.0-alpha3.0.20230331065133-d04de9101232` ->
`v2.0.0-rc1` |

---

### Configuration

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

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

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

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMi4xIiwidXBkYXRlZEluVmVyIjoiMzUuMjIuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-04-03 21:25:19 +02:00
committed by GitHub
parent 042f683ffc
commit 46104c4475
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
github.com/google/go-containerregistry v0.11.0
github.com/ipfs/go-log v1.0.5
github.com/kairos-io/kairos-sdk v0.0.2-0.20230329114600-77ed7ba29815
github.com/kairos-io/kairos/v2 v2.0.0-rc1
github.com/kairos-io/kairos/v2 v2.0.0-rc3
github.com/luthermonson/go-proxmox v0.0.0-alpha3
github.com/mudler/edgevpn v0.20.0
github.com/mudler/go-nodepair v0.0.0-20221223092639-ba399a66fdfb

2
go.sum
View File

@@ -600,6 +600,8 @@ github.com/kairos-io/kairos-sdk v0.0.2-0.20230329114600-77ed7ba29815 h1:ctajEavU
github.com/kairos-io/kairos-sdk v0.0.2-0.20230329114600-77ed7ba29815/go.mod h1:Wg/jfAQe8seka5VUXtcPvg+sA6GmQEy+DYlJmgKM8Zs=
github.com/kairos-io/kairos/v2 v2.0.0-rc1 h1:e+Ru+zaJDkLgZoVgLskmnEsJTl/ke7ALyRKjDri1Nss=
github.com/kairos-io/kairos/v2 v2.0.0-rc1/go.mod h1:WLenjGQuwq7ytKbXAGoo6sdKM6lYsZbSxj7DH5lq+2s=
github.com/kairos-io/kairos/v2 v2.0.0-rc3 h1:QzvBecbS67uNVgvRS7umLW3aVa1WH6BgvOJ9Qt1EKpI=
github.com/kairos-io/kairos/v2 v2.0.0-rc3/go.mod h1:WLenjGQuwq7ytKbXAGoo6sdKM6lYsZbSxj7DH5lq+2s=
github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329 h1:qq2nCpSrXrmvDGRxW0ruW9BVEV1CN2a9YDOExdt+U0o=
github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329/go.mod h1:2VPVQDR4wO7KXHwP+DAypEy67rXf+okUx2zjgpCxZw4=
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=