Commit Graph

5 Commits

Author SHA1 Message Date
Itxaka
9c5731baa2
Rename go module kairos-agent (#81) 2023-07-10 14:39:48 +02:00
Itxaka
3f4388e6df 🤖 Drop wrong test
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
2023-04-24 15:44:14 +02:00
Itxaka
7cadb1a20b sparkles: Allow showing pre-releases on upgrade options (#1333)
By default get 30 releases and skip any pre-releases found.
Allow toggling showing pre-releases both for upgrade and for listing
them

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
2023-04-21 12:32:28 +02:00
Itxaka
d9c3ba5915 robot: Fix release tests (#1332)
Looks like we only get a small subset of the releases so we cant check
for a specific number in the list that we get

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
2023-04-21 11:04:03 +02:00
Itxaka
1f316097be bug: Fix version list (#1323)
* 🐛 Fix version list

First version in the list is the latest one.
Alos moves the check for same version above the current place, so it can
check before asking if you want to update to the same version

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>

* 🌱 Rework versioning for upgrade

Use the semver lib to parse the versions into a proper collection where
it can be parsed and versions compared and sorted properly

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>

* 🤖 lint

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>

---------

Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
2023-04-20 09:57:58 +02:00