renovate[bot]
2982f3f1f1
fix(deps): update module github.com/diskfs/go-diskfs to v1.6.0
2025-08-05 07:33:29 +00:00
Itxaka
fe4095c5b9
feat: add event management and provider loading to bus ( #606 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-22 08:20:55 +00:00
Itxaka
7ef466cd9d
Bring kcrypt libs into sdk ( #592 )
2025-04-17 17:03:23 +02:00
renovate[bot]
790c454322
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.4 ( #591 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-10 00:12:13 +00:00
renovate[bot]
eb4d865bc3
fix(deps): update module github.com/onsi/gomega to v1.37.0 ( #587 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-02 22:23:36 +00:00
renovate[bot]
d17c99bd71
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.3 ( #581 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-02 12:23:55 +00:00
renovate[bot]
0203307a95
fix(deps): update module github.com/onsi/gomega to v1.36.3 ( #582 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-02 12:21:02 +00:00
Itxaka
2078966079
Improve journald logger ( #586 )
...
* Improve journald logger
tag the logs with the identifier so they can be found easily with
journald
---------
Signed-off-by: Itxaka <itxaka@kairos.io>
2025-04-02 14:16:56 +02:00
renovate[bot]
e2cf41415d
fix(deps): update module github.com/avast/retry-go to v3 ( #576 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-07 03:14:10 +00:00
renovate[bot]
824cb963eb
fix(deps): update module golang.org/x/mod to v0.24.0 ( #575 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 03:02:28 +00:00
renovate[bot]
691a79d39f
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.0 ( #574 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 03:02:21 +00:00
renovate[bot]
acbb7c7cba
fix(deps): update module github.com/urfave/cli/v2 to v2.27.6 ( #573 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-05 22:30:23 +00:00
Itxaka
d9cdf0792a
Bump crypto dep
...
Signed-off-by: Itxaka <itxaka@kairos.io>
2025-02-28 10:50:32 +01:00
Itxaka
228b87bc8a
Improve GetImage platform handling ( #557 )
2025-02-28 09:49:14 +00:00
renovate[bot]
fcbbc80f24
fix(deps): update module github.com/containerd/containerd to v1.7.26 ( #571 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-27 03:37:22 +00:00
renovate[bot]
a9bca6e4b1
fix(deps): update module github.com/jaypipes/ghw to v0.14.0 ( #570 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-26 02:07:24 +00:00
renovate[bot]
0cad66ef99
fix(deps): update module github.com/diskfs/go-diskfs to v1.5.1 ( #569 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-26 02:07:13 +00:00
Itxaka
aa62f8ba73
Improve logger ( #566 )
...
* Improve logger
- Try to log to jorunald if available
- fallback to file writing if not
- write to single file instead of appending times
- add a locking mechanism so several processes cant write to the same
file
- prepend the PID of the process if we are running outside journald for
easy tracking of grouped messages
Signed-off-by: Itxaka <itxaka@kairos.io>
* Simplify
Signed-off-by: Itxaka <itxaka@kairos.io>
---------
Signed-off-by: Itxaka <itxaka@kairos.io>
2025-02-24 11:34:54 +01:00
renovate[bot]
c52bfb5708
fix(deps): update module github.com/mudler/yip to v1.15.0 ( #567 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-19 02:07:24 +00:00
renovate[bot]
103ae14736
fix(deps): update github.com/foxboron/go-uefi digest to 69fb7db ( #564 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-08 01:27:55 +00:00
renovate[bot]
86763eb878
fix(deps): update module golang.org/x/mod to v0.23.0 ( #563 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-04 22:15:39 +00:00
Dimitris Karakasilis
3aac7ad951
Skip artifacts that don't have proper names ( #562 )
...
* Skip artifacts that don't have proper names
Fixing https://github.com/kairos-io/kairos/issues/3167
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* go mod tidy
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
* Make sure we test the fix
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
---------
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2025-02-04 15:31:58 +02:00
renovate[bot]
2b0428f827
fix(deps): update module github.com/docker/docker to v27.5.1+incompatible ( #560 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-23 01:36:51 +00:00
renovate[bot]
e0de97a53b
fix(deps): update module github.com/mudler/yip to v1.14.1 ( #559 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-19 09:00:53 +00:00
renovate[bot]
227f0b0c64
fix(deps): update module github.com/mudler/yip to v1.14.0 ( #558 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-17 01:33:06 +00:00
renovate[bot]
707cc98113
fix(deps): update module github.com/google/go-containerregistry to v0.20.3 ( #556 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-16 01:10:54 +00:00
renovate[bot]
2671827efe
fix(deps): update module github.com/containerd/containerd to v1.7.25 ( #552 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-14 15:28:33 +00:00
Itxaka
91c75282e9
Downgrade diskfs ( #551 )
...
Signed-off-by: Itxaka <itxaka@kairos.io>
2025-01-14 17:18:31 +02:00
dependabot[bot]
fdb60f74bb
Bump golang.org/x/crypto in the go_modules group across 1 directory ( #550 )
...
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto ).
Updates `golang.org/x/crypto` from 0.31.0 to 0.32.0
- [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.32.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 13:41:44 +00:00
Dimitris Karakasilis
139026f697
Fix go mod by running go get
and then go mod tidy
( #549 )
...
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2025-01-14 15:37:52 +02:00
renovate[bot]
a2d305dd6d
fix(deps): update module github.com/docker/docker to v27.5.0+incompatible ( #548 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-14 01:25:04 +00:00
renovate[bot]
4bfcc75b60
fix(deps): update module github.com/mudler/yip to v1.13.1 ( #547 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-14 01:24:23 +00:00
renovate[bot]
2bd0cc2843
fix(deps): update module github.com/docker/docker to v27.4.1+incompatible ( #534 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-09 22:45:03 +00:00
renovate[bot]
d8a8f8baab
fix(deps): update module github.com/onsi/gomega to v1.36.2 ( #535 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-09 22:44:31 +00:00
renovate[bot]
df026fcd67
fix(deps): update module github.com/diskfs/go-diskfs to v1.5.0 ( #538 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-09 22:41:13 +00:00
renovate[bot]
a937b95b02
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.2 ( #543 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-09 22:40:48 +00:00
renovate[bot]
f761e99c71
fix(deps): update module github.com/containerd/containerd/v2 to v2.0.1 ( #537 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-09 22:40:24 +00:00
renovate[bot]
7f6497ebe9
fix(deps): update github.com/foxboron/go-uefi digest to 19dc140 ( #542 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-09 22:39:55 +00:00
Itxaka
0b506b6684
Revert "Add raw disk utils"
...
This reverts commit 6921f6eb22
.
2025-01-02 15:25:51 +01:00
Itxaka
6921f6eb22
Add raw disk utils
...
Provides raw disk utils to transform a raw disk into a GCE or Azure disk
Provieds a new constants pkg to store constants that cn be used across
all projects
Expands the KairosFs interface to be in line with what its used across
the projects
Signed-off-by: Itxaka <itxaka@kairos.io>
2024-12-18 12:15:29 +01:00
renovate[bot]
d334d86d43
fix(deps): update module github.com/mudler/yip to v1.13.0 ( #533 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-06 01:02:01 +00:00
renovate[bot]
e10c23da52
fix(deps): update module github.com/saferwall/pe to v1.5.6 ( #532 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-04 05:57:42 +00:00
renovate[bot]
f696a099c9
fix(deps): update module github.com/itchyny/gojq to v0.12.17 ( #531 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-01 16:29:40 +00:00
renovate[bot]
42f7222d2b
fix(deps): update module github.com/pterm/pterm to v0.12.80 ( #530 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-28 02:03:39 +00:00
renovate[bot]
ae0744e2ad
fix(deps): update module github.com/onsi/gomega to v1.36.0 ( #529 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-25 22:09:43 +00:00
renovate[bot]
8dba478156
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.0 ( #528 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-23 08:45:22 +00:00
renovate[bot]
fce3641ea4
fix(deps): update module github.com/zcalusic/sysinfo to v1.1.3 ( #527 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-23 08:45:02 +00:00
renovate[bot]
9fbf5b5ed0
fix(deps): update module github.com/saferwall/pe to v1.5.5 ( #525 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 01:31:35 +00:00
renovate[bot]
81739bcbc0
fix(deps): update module github.com/santhosh-tekuri/jsonschema/v5 to v6 ( #524 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-09 00:09:59 +00:00
renovate[bot]
024a1f4a6b
fix(deps): update module github.com/containerd/containerd to v2 ( #523 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-09 00:09:40 +00:00