Tests are green and did a manual QA and it's working properly. I do have
two questions which I put as comments
---------
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[quay.io/kairos/osbuilder-tools](https://build.opensuse.org/package/show/openSUSE:Leap:15.4:Images/opensuse-leap-image?rev=77c5003cef3b1bfdfe478bbc7d1f567a)
| patch | `v0.7.6` -> `v0.7.7` |
---
### Configuration
📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am
every weekday,every weekend" in timezone Europe/Brussels, Automerge - At
any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/kairos-io/provider-kairos).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
A bunch has happened between 0.6.7 and 0.7.4, we probably want the
latest since it brings the lvm support and other things
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
Builds and releases oci artifacts and ISOs for release pipelines.
Also reworks a bit the master pipeline for arm generic to push to the
master tag instead of latest.
Also generates sboms as part of both pipelines
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
We can't use VERSION, as we have a bigger matrix consisting of k3s
versions too. that lead to each job to replace the sbom of another one:
```
Run softprops/action-gh-release@v1
⬆️ Uploading kairos-alpine-opensuse-leap-v2.0.0-rc3-k3sv1.21.14+k3s1-initrd...
⬆️ Uploading kairos-alpine-opensuse-leap-v2.0.0-rc3-k3sv1.21.14+k3s1-ipxe-usb.img.ipxe...
⬆️ Uploading kairos-alpine-opensuse-leap-v2.0.0-rc3-k3sv1.21.14+k3s1-ipxe.iso.ipxe...
⬆️ Uploading kairos-alpine-opensuse-leap-v2.0.0-rc3-k3sv1.21.14+k3s1-kernel...
⬆️ Uploading kairos-alpine-opensuse-leap-v2.0.0-rc3-k3sv1.21.14+k3s1.ipxe...
⬆️ Uploading kairos-alpine-opensuse-leap-v2.0.0-rc3-k3sv1.21.14+k3s1.iso...
⬆️ Uploading kairos-alpine-opensuse-leap-v2.0.0-rc3-k3sv1.21.14+k3s1.iso.sha256...
⬆️ Uploading kairos-alpine-opensuse-leap-v2.0.0-rc3-k3sv1.21.14+k3s1.squashfs...
♻️ Deleting previously uploaded asset kairos-alpine-opensuse-leap-v2.0.0-rc3-sbom.spdx.json...
♻️ Deleting previously uploaded asset kairos-alpine-opensuse-leap-v2.0.0-rc3-sbom.syft.json...
⬆️ Uploading kairos-alpine-opensuse-leap-v2.0.0-rc3-sbom.spdx.json...
⬆️ Uploading kairos-alpine-opensuse-leap-v2.0.0-rc3-sbom.syft.json...
Error: Failed to upload release asset kairos-alpine-opensuse-leap-v2.0.0-rc3-sbom.spdx.json. received status code 404
```
Signed-off-by: mudler <mudler@c3os.io>
We didn't called `apt-get update` before installing nohang, so it wasn't
found in the repo. I've also added the `debian` flavor to the build job
of the CI so we can spot those issues before.
Fixes: https://github.com/kairos-io/kairos/issues/970
---------
Signed-off-by: mudler <mudler@c3os.io>
Based on the new tumbleweed flavor for kairos
Blocked until https://github.com/kairos-io/kairos/pull/710 gets in and
pushes the new flavor
- [x] copy all artifacts from quay.io/kairos/kairos-opensuse to
quay.io/kairos/kairos-opensuse-leap
- [x] copy all signatures from quay.io/kairos/kairos-opensuse to
quay.io/kairos/kairos-opensuse-leap
- [x] copy all artifacts from quay.io/kairos/kairos-opensuse-arm-rpi to
quay.io/kairos/kairos-opensuse-leap-arm-rpi
- [x] copy all artifacts from quay.io/kairos/kairos-opensuse-arm-rpi to
quay.io/kairos/kairos-opensuse-leap-arm-rpi
Signed-off-by: Itxaka <itxaka@spectrocloud.com>
Signed-off-by: Itxaka <itxaka@spectrocloud.com>
Co-authored-by: Itxaka <itxaka@spectrocloud.com>
In this way, the p2p API will just run the co-ordination to setup KubeVIP automatically
to the new cluster.
Signed-off-by: Ettore Di Giacinto <mudler@mocaccino.org>