Commit Graph

1305 Commits

Author SHA1 Message Date
Itxaka
9a16b94e2a Create .codecov.yaml (#83) 2023-07-13 09:13:18 +02:00
Itxaka
9c5731baa2 Rename go module kairos-agent (#81) 2023-07-10 14:39:48 +02:00
Itxaka
5f26f80349 Search for lvm partitions on upgrade (#78) v2.1.10 2023-07-07 17:35:41 +02:00
Itxaka
fa9fe3177e Copy docs into proper place (#75) v2.1.9 2023-07-05 11:42:44 +02:00
Mauro Morales
8bfe630654 Merge pull request #77 from kairos-io/schedule-renovate-afterhours
Schedule renovate after hours
2023-07-05 08:19:09 +02:00
Itxaka
dc0a00aa5b Fail on webui failures (#76)
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
2023-07-04 16:31:42 +02:00
Mauro Morales
aba84f7758 Schedule renovate after hours
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2023-07-04 15:48:40 +02:00
Dimitris Karakasilis
e336c66b3f Use the yip layout plugin (#72)
Co-authored-by: Dimitris Karakasilis <dimitris@spectrocloud.com>
Co-authored-by: Itxaka <itxaka.garcia@spectrocloud.com>
v2.1.8
2023-07-04 14:56:42 +02:00
Mauro Morales
68e4bd6358 Merge pull request #74 from kairos-io/remove-use-of-deprecated-flag-in-goreleaser
Fix deprecation issues on goreleaser.yaml
v2.1.7
2023-07-04 12:41:30 +02:00
Mauro Morales
2cab13e2c9 Use templating instead of deprecated archives.replacement
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2023-07-04 12:21:32 +02:00
Mauro Morales
fa3b1540be Change deprecated flag in goreleaser
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2023-07-04 12:21:32 +02:00
Mauro Morales
7df8dfc83f Merge pull request #47 from kairos-io/renovate/github.com-urfave-cli-v2-2.x
Update module github.com/urfave/cli/v2 to v2.25.7
2023-06-30 13:13:02 +02:00
Mauro Morales
dee9d0bf27 Merge pull request #71 from kairos-io/1548-upgrade-with-source-and-missing-os-release-info
Remove validation of os-release attribute when source has been given for upgrades
2023-06-30 13:11:47 +02:00
Mauro Morales
62eee9ffbf Refactor
Signed-off-by: Dimitris Karakasilis <dimitris@spectrocloud.com>
2023-06-30 11:37:50 +03:00
Mauro Morales
609c274636 Remove validation of os-release attribute when source has been given for upgrades
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2023-06-29 15:40:40 +02:00
Itxaka
9dd1dbddbe Fix getting lvm recovery (#70) v2.1.6 2023-06-23 14:49:38 +02:00
Itxaka
f051fab7bc Bump yip (#67) 2023-06-21 12:12:23 +02:00
Dimitris Karakasilis
de82b37a6c Merge pull request #60 from kairos-io/dk-debug-recovery-partition
List LVM partitions properly to allow detection of recovery on arm
2023-06-21 12:08:12 +03:00
Dimitris Karakasilis
f225315a5a Use lsblk to detect partitions
like we did here:

https://github.com/kairos-io/kairos-sdk/pull/28/files

because ghw doesn't play well with lvm

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2023-06-21 10:52:08 +03:00
Itxaka
629a0b2eee Set debug flag in the main app (#64) 2023-06-21 09:42:11 +02:00
Itxaka
b126f7ab00 Drop --local flag for image sources (#63) 2023-06-21 09:39:59 +02:00
Itxaka
ec67ddedbf Bump yip to latest (#65) 2023-06-20 16:42:35 +02:00
renovate[bot]
c52acc3024 Update module github.com/urfave/cli/v2 to v2.25.7 2023-06-20 10:19:28 +00:00
Itxaka
738bfbdb69 Simplify rsync implementation (#61) 2023-06-20 12:18:31 +02:00
Itxaka
75586ad601 Install improvements (#62) 2023-06-20 09:58:01 +03:00
Itxaka
ed372395d2 Drop collector package and use sdk for it (#59) v2.1.4 2023-06-14 14:44:22 +02:00
Mauro Morales
d3f9f169da Merge pull request #57 from kairos-io/compare-issue-with-go-1.19
Don't rely on slices.Index implementation
2023-06-13 18:00:10 +02:00
Mauro Morales
ed66da8775 Don't rely on slices.Index implementation
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2023-06-13 17:52:45 +02:00
Mauro Morales
b10e7d39ed Update issue templates
relates to https://github.com/kairos-io/kairos/issues/1483
2023-06-13 12:07:45 +02:00
Itxaka
14e562bb16 🐛 Read upgrade/install values from config (#55)
We were ignoring the values in the /etc/elemental/config.yaml file that
we loaded into viper by not reading those values and their keys into the
final spec.

This meant that for example the defautl entry name was being lost as we
generated a new install spec from scratch and ignored those values that
we read on the config

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
v2.1.3
2023-06-08 09:50:19 +00:00
renovate[bot]
acff689bea Update module github.com/kairos-io/kairos-sdk to v0.0.7 (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v2.1.2
2023-06-07 20:58:48 +02:00
renovate[bot]
97a2867255 Update module github.com/sirupsen/logrus to v1.9.3 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Itxaka <itxaka.garcia@spectrocloud.com>
2023-06-07 16:17:11 +02:00
renovate[bot]
c711e8eed9 Update dependency codemirror to v5.65.13 (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Itxaka <itxaka.garcia@spectrocloud.com>
2023-06-07 16:16:08 +02:00
renovate[bot]
3ed4a92fdc Update module github.com/pterm/pterm to v0.12.62 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-07 16:15:29 +02:00
renovate[bot]
c6ad38cb6a Update module github.com/onsi/gomega to v1.27.8 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Itxaka <itxaka.garcia@spectrocloud.com>
2023-06-07 16:08:08 +02:00
renovate[bot]
0d077cf64c Update module github.com/distribution/distribution to v2.8.2+incompatible (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-07 16:07:32 +02:00
renovate[bot]
bd2899f784 Update dependency alpinejs to v3.12.2 (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Itxaka <itxaka.garcia@spectrocloud.com>
2023-06-07 16:05:24 +02:00
renovate[bot]
2320b0385f Update golang.org/x/exp digest to 2e198f4 (#25)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-07 16:04:49 +02:00
renovate[bot]
f2e3f9d8c1 Update dependency @popperjs/core to v2.11.8 (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-07 16:03:49 +02:00
renovate[bot]
3a08b0c558 Update module github.com/itchyny/gojq to v0.12.13 (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-07 16:03:08 +02:00
renovate[bot]
1d572bf797 Update dependency cypress to v12.13.0 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-07 15:54:55 +02:00
Dimitris Karakasilis
a113147f8a 1225 config collector elemental (#32)
Co-authored-by: Mauro Morales <mauro.morales@spectrocloud.com>
Co-authored-by: Itxaka <itxaka.garcia@spectrocloud.com>
Co-authored-by: Dimitris Karakasilis <dimitris@spectrocloud.com>
v2.1.1
2023-06-07 11:28:37 +02:00
Itxaka
1e1638f258 Modify upgrade image flag to accept more formats (#39)
Co-authored-by: Mauro Morales <mauro.morales@spectrocloud.com>
v2.1.0 v2.1.0-rc6
2023-06-05 13:19:39 +00:00
Itxaka
ba72c14346 Add extended version command (#37) 2023-06-05 12:40:23 +02:00
Itxaka
b55e3e0800 🐛 Fix the cleanup of ssh users (#38) 2023-06-05 12:40:13 +02:00
Dimitris Karakasilis
2ed54a0d2d Merge pull request #36 from kairos-io/1460-run-after-install-hooks
Run after install hooks before rebooting
v2.1.0-rc5
2023-05-31 12:58:47 +03:00
Dimitris Karakasilis
0ae57a99aa Don't let "elemental" reboot
because the Lifecycle hook will do that

Fixes https://github.com/kairos-io/kairos/issues/1460

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2023-05-31 12:42:44 +03:00
Mauro Morales
5fe8eb8cc2 Merge pull request #34 from kairos-io/extract-schema-validation-to-sdk
 Extract schema validation to SDK
2023-05-26 13:08:07 +02:00
Mauro Morales
11ffdc2ee7 Tidy
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2023-05-26 12:39:28 +02:00
Mauro Morales
e23346ae44 Extract schema validation to SDK
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
2023-05-26 12:38:54 +02:00