Itxaka
6634e18aa3
Respect user defined/default sizes on upgrade ( #587 )
2024-11-06 11:34:01 +01:00
renovate[bot]
87fca9570f
chore(deps): update dependency cypress to v13.15.2 ( #588 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-06 04:14:58 +00:00
renovate[bot]
00d0447757
fix(deps): update module github.com/onsi/gomega to v1.35.1 ( #586 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-05 08:31:31 +00:00
renovate[bot]
527ed05b1c
fix(deps): update module github.com/mudler/yip to v1.12.0 ( #581 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-05 08:31:13 +00:00
renovate[bot]
0f4b83d8c8
fix(deps): update module github.com/twpayne/go-vfs/v4 to v5 ( #546 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-05 08:30:54 +00:00
renovate[bot]
3425759377
fix(deps): update module github.com/google/go-github/v63 to v66 ( #573 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-05 08:30:33 +00:00
renovate[bot]
7cb2219042
fix(deps): update module github.com/diskfs/go-diskfs to v1.4.2
2024-11-05 08:30:20 +00:00
renovate[bot]
c60b35f187
fix(deps): update module github.com/urfave/cli/v2 to v2.27.5
2024-11-05 08:29:53 +00:00
Itxaka
3f2458d42c
Update renovate.json
2024-11-05 09:23:21 +01:00
Dimitris Karakasilis
a288b14e48
Merge pull request #585 from kairos-io/renovate/github.com-onsi-ginkgo-v2-2.x
...
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.21.0
2024-10-30 08:52:21 +02:00
Dimitris Karakasilis
4573dffbb6
go mod tidy
...
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2024-10-30 08:17:34 +02:00
renovate[bot]
9f193d8d2e
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.21.0
2024-10-29 23:03:45 +00:00
Itxaka
8184c366ad
Fix partitioner on disks with secotor size other than 512 ( #582 )
2024-10-28 20:23:18 +01:00
renovate[bot]
c7df8f3f0e
chore(deps): update actions/setup-go action to v5.1.0 ( #584 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-25 00:48:15 +00:00
renovate[bot]
1e7cfe438c
chore(deps): update dependency cypress to v13.15.1
2024-10-24 22:30:44 +00:00
Itxaka
f24511b2dd
Enable debug log asap ( #578 )
2024-10-16 17:27:00 +02:00
Itxaka
e2c3a0e638
Read actual system configs during k8s upgrade ( #579 )
2024-10-16 12:36:19 +02:00
renovate[bot]
d5ded907a1
fix(deps): update dependency alpinejs to v3.14.3
2024-10-16 02:45:32 +00:00
Itxaka
97d25b8993
Check for user+admin validity before actions ( #575 )
2024-10-15 10:47:09 +02:00
Itxaka
a3aadbbaa9
Allow installing with no users ( #574 )
2024-10-10 14:18:59 +02:00
Itxaka
e8bb8cf4ff
Move to use kairos-release ( #567 )
2024-10-07 09:44:05 +00:00
renovate[bot]
ee0ae628f3
chore(deps): update google/osv-scanner-action action to v1.9.0 ( #569 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-02 21:18:49 +00:00
Itxaka
a3452b4cfa
Try to get the flavor on EFI installs ( #568 )
2024-10-01 16:15:53 +02:00
Itxaka
0f85a2c9d4
Fix reset ( #565 )
2024-09-27 16:10:49 +02:00
Itxaka
84d87b3a5d
Fix partitioner not identifying mmc/nvme partitions ( #563 )
2024-09-27 09:53:38 +02:00
renovate[bot]
202f2f9c91
chore(deps): update securego/gosec action to v2.21.4 ( #554 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26 12:11:40 +00:00
Dimitris Karakasilis
cd5ab69191
Merge pull request #562 from kairos-io/split-yip-config-dirs
...
Split yip config dirs from user config dirs
2024-09-26 15:08:36 +03:00
Dimitris Karakasilis
d3c864cd19
Add comment above method
...
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2024-09-26 15:02:39 +03:00
Dimitris Karakasilis
a45cee2ebc
Fix order or directories
...
so that we allow users to override baked-in livecd configuration with
config coming from datasource (written in /oem)
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2024-09-26 14:59:16 +03:00
Dimitris Karakasilis
d618ff72f3
Split yip config dirs from user config dirs
...
as per the comment here:
https://github.com/kairos-io/kairos-agent/pull/550#discussion_r1776759001
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2024-09-26 14:32:36 +03:00
Dimitris Karakasilis
99e8509065
Merge pull request #550 from kairos-io/2737-show-sources-in-config
...
Show sources in config string
2024-09-26 13:02:26 +03:00
Dimitris Karakasilis
d7af53994b
Add directory back
...
we will handle this in another pr. See comment here:
https://github.com/kairos-io/kairos-agent/pull/550#discussion_r1776753288
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2024-09-26 12:56:16 +03:00
Dimitris Karakasilis
9891916d49
Fix RenderTemplate and a test
...
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2024-09-26 12:18:42 +03:00
Dimitris Karakasilis
b0b4618f8f
Show sources in config string
...
and remove directory which is only meant to be used by yip configs (not
user configs read by the kairos-agent).
This needs to be explained in the release notes.
Needs this: https://github.com/kairos-io/kairos-sdk/pull/501
Part of: https://github.com/kairos-io/kairos/issues/2737
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2024-09-26 12:07:59 +03:00
renovate[bot]
a8e855b933
chore(deps): update dependency cypress to v13.15.0 ( #561 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-25 22:24:51 +00:00
Itxaka
6fe3455bd8
Really resolve the target for config and spec ( #560 )
2024-09-25 11:52:42 +02:00
Itxaka
9d63bae2ae
Really resolve the link, not just get a relative link ( #558 )
...
Signed-off-by: Itxaka <itxaka@kairos.io>
2024-09-24 19:09:06 +02:00
Itxaka
ded356cf98
Fix mkfs using the wrong label for the fs label ( #556 )
2024-09-24 10:08:34 +02:00
Itxaka
60af8246ad
Accept more paths to devices for install ( #552 )
2024-09-23 17:13:07 +02:00
renovate[bot]
ddd5d884cf
fix(deps): update dependency codemirror to v5.65.18
2024-09-20 22:46:01 +00:00
Itxaka
ea731eb99f
Revert "chore(deps): update securego/gosec action to v2.21.3 ( #551 )" ( #553 )
2024-09-20 17:48:23 +02:00
Itxaka
bd4dce015f
Expose the Analize method of yip ( #548 )
...
This only shows for a given stage what steps would be run and in which
order
Signed-off-by: Itxaka <itxaka@kairos.io>
2024-09-20 10:36:09 +02:00
renovate[bot]
970eb1aa72
chore(deps): update securego/gosec action to v2.21.3 ( #551 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-19 22:56:00 +00:00
Itxaka
157ea5b7ba
Revert "chore(deps): update securego/gosec action to v2.21.3" ( #549 )
2024-09-19 15:12:51 +02:00
renovate[bot]
22d4d97503
chore(deps): update securego/gosec action to v2.21.3
2024-09-19 14:47:21 +02:00
Itxaka
fbb64f2a82
Run tests in parallel and output github formats on workflow ( #543 )
...
* Run tests in parallel and output github formats on workflow
Signed-off-by: Itxaka <itxaka@kairos.io>
* Fix broken parallel tests
We were using a fixed file for the tests which several tests could be
accessing at the same time.
This fixes it by setting a temp random file at the test start
Signed-off-by: Itxaka <itxaka@kairos.io>
* Fix the tests logging to stdout
Signed-off-by: Itxaka <itxaka@kairos.io>
* Drop the verbose
Signed-off-by: Itxaka <itxaka@kairos.io>
* Fix agent test
Signed-off-by: Itxaka <itxaka@kairos.io>
* Let the event consumer create the logfile or whatever
Signed-off-by: Itxaka <itxaka@kairos.io>
* Drop Focus
Signed-off-by: Itxaka <itxaka@kairos.io>
---------
Signed-off-by: Itxaka <itxaka@kairos.io>
2024-09-17 17:51:11 +02:00
Itxaka
3e99d75331
Move to use our ghw clone ( #535 )
2024-09-17 15:27:31 +02:00
renovate[bot]
d407679677
fix(deps): update module github.com/google/go-github/v64 to v65 ( #542 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-16 22:02:36 +00:00
renovate[bot]
4a9c060b41
fix(deps): update module github.com/kairos-io/kairos-sdk to v0.4.4
2024-09-16 21:30:39 +00:00
Itxaka
690c7e7acd
Fix skipping paths under kubernetes
...
Signed-off-by: Itxaka <itxaka@kairos.io>
(cherry picked from commit c549aeb086
)
2024-09-16 10:17:55 +02:00