Commit Graph

237 Commits

Author SHA1 Message Date
Itxaka
35fab8f432
Drop kcrypt, use sdk
Signed-off-by: Itxaka <itxaka@kairos.io>
2025-04-25 09:54:53 +02:00
renovate[bot]
69909b60c8
fix(deps): update module github.com/kairos-io/kcrypt to v0.15.0 (#464)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-22 10:18:48 +02:00
Itxaka
edd8293007
Build binaries on tag (#461) 2025-04-11 15:59:10 +02:00
renovate[bot]
6eca30162d
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.4 (#458)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-07 09:45:32 +02:00
renovate[bot]
c90ac29353
fix(deps): update module github.com/onsi/gomega to v1.37.0 (#456)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-07 09:37:15 +02:00
renovate[bot]
a9643249ed
fix(deps): update module github.com/kairos-io/kairos-sdk to v0.8.1 (#455)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-02 17:28:28 +02:00
renovate[bot]
4adce19966
fix(deps): update module github.com/mudler/yip to v1.16.0 (#449)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-25 11:15:43 +01:00
renovate[bot]
963ee3290f
fix(deps): update module github.com/rs/zerolog to v1.34.0 (#450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-25 11:15:33 +01:00
renovate[bot]
b22504ac08
fix(deps): update module github.com/onsi/gomega to v1.36.3 (#448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-22 10:06:17 +00:00
renovate[bot]
ca291966e1
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.3 (#447)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-22 05:16:58 +00:00
renovate[bot]
288204ace7
fix(deps): update module github.com/kairos-io/kcrypt to v0.14.1 (#446)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-22 01:47:36 +00:00
renovate[bot]
7071fa90eb
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.2 (#445)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-20 23:36:39 +00:00
renovate[bot]
98005ff385
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.1 (#443)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 23:04:47 +00:00
renovate[bot]
7ddd04976d
fix(deps): update module github.com/containerd/containerd to v1.7.27 [security] (#440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-18 00:25:35 +00:00
Itxaka
4148fe9ee5
Use the kcrypt that has no restriction of encrypted parts (#436)
* Use the kcrypt that has no restriction of encrypted parts


---------

Signed-off-by: Itxaka <itxaka@kairos.io>
2025-03-13 10:58:26 +01:00
dependabot[bot]
0880284a62
Bump golang.org/x/net in the go_modules group across 1 directory (#439)
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.35.0 to 0.36.0
- [Commits](https://github.com/golang/net/compare/v0.35.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  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-03-13 10:42:37 +01:00
renovate[bot]
c5f217d001
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.0 (#435)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-13 10:42:19 +01:00
renovate[bot]
c7b2f29740
fix(deps): update module github.com/urfave/cli/v2 to v2.27.6 (#434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 02:18:06 +00:00
renovate[bot]
93026bbc56
fix(deps): update module github.com/containerd/containerd to v1.7.26 (#433)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-27 03:02:47 +00:00
Itxaka
d455c7f6ec
Restore Secureboot check
Something is missing from our implementation, which makes it break

Signed-off-by: Itxaka <itxaka@kairos.io>
2025-02-21 13:26:28 +01:00
Itxaka
7c9b6943a3
Bump sdk
Signed-off-by: Itxaka <itxaka@kairos.io>
2025-02-18 14:52:50 +01:00
Itxaka
b819f9fb5d
Adapt to kcrypt bump
Basically create a fake KairosLogger to pass to kcrypt

Signed-off-by: Itxaka <itxaka@kairos.io>
2025-02-18 14:48:44 +01:00
Itxaka
a597656fe0
Improve deps (#431) 2025-02-18 14:41:54 +01:00
renovate[bot]
db7878bce2
fix(deps): update module github.com/mudler/yip to v1.14.1 (#427)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 14:03:46 +01:00
renovate[bot]
e83c9b1972
fix(deps): update module github.com/mudler/yip to v1.13.1 (#424)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-14 01:30:23 +00:00
renovate[bot]
f80831cd39
fix(deps): update module github.com/containerd/containerd to v1.7.25 (#422)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-10 22:24:40 +00:00
dependabot[bot]
343a182708
Bump github.com/go-git/go-git/v5 (#421)
Bumps the go_modules group with 1 update in the / directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git).


Updates `github.com/go-git/go-git/v5` from 5.12.0 to 5.13.1
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.12.0...v5.13.1)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  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-10 15:21:08 +01:00
renovate[bot]
6e3ed3e872
fix(deps): update module github.com/containerd/containerd to v1.7.24 (#415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-03 08:22:48 +02:00
renovate[bot]
c8d4de7996
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.2 (#418)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-31 01:13:00 +00:00
renovate[bot]
1a1458709b
fix(deps): update module github.com/onsi/gomega to v1.36.2 (#416)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-24 23:07:56 +00:00
renovate[bot]
2892d667e0
fix(deps): update github.com/foxboron/go-uefi digest to 19dc140 (#412)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-24 10:04:50 +01:00
renovate[bot]
201e3169c5
fix(deps): update module github.com/containerd/containerd to v2 (#398)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-24 10:04:37 +01:00
renovate[bot]
9aaf60c7ff
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.1 (#414)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 03:56:18 +00:00
renovate[bot]
1b3d423638
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.0 (#402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 16:18:48 +02:00
renovate[bot]
f70db6de71
fix(deps): update module github.com/onsi/gomega to v1.36.1 (#404)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 16:11:47 +02:00
renovate[bot]
221596228d
fix(deps): update module github.com/mudler/yip to v1.13.0 (#405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 16:01:30 +02:00
dependabot[bot]
2a32b3af2d
Bump golang.org/x/crypto in the go_modules group across 1 directory (#408)
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.28.0 to 0.31.0
- [Commits](https://github.com/golang/crypto/compare/v0.28.0...v0.31.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>
2024-12-18 15:51:04 +02:00
renovate[bot]
07e19eeea1
fix(deps): update module github.com/google/go-tpm to v0.9.3 (#410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 00:20:15 +00:00
renovate[bot]
89c004ce75
fix(deps): update module github.com/google/go-tpm to v0.9.2 (#409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-17 01:05:18 +00:00
renovate[bot]
6136056fbc
fix(deps): update module github.com/containerd/containerd to v1.7.24 (#403)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-21 22:26:58 +00:00
renovate[bot]
cb53d64c67
fix(deps): update module github.com/kairos-io/kairos-sdk to v0.6.1 (#399)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-09 00:40:04 +00:00
renovate[bot]
48498326b3
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.21.0 (#396)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-06 11:47:07 +01:00
renovate[bot]
24520a1608
fix(deps): update module github.com/onsi/gomega to v1.35.1 (#397)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-06 11:35:11 +01:00
renovate[bot]
fb1b593de6
fix(deps): update module github.com/mudler/yip to v1.12.0 (#393)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-06 11:34:59 +01:00
renovate[bot]
4172740a4b
fix(deps): update github.com/foxboron/go-uefi digest to fab4fdf (#391)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-06 11:34:49 +01:00
renovate[bot]
ebc554892a fix(deps): update module github.com/containerd/containerd to v1.7.23 2024-10-15 01:54:14 +00:00
renovate[bot]
0753b2ceaa fix(deps): update module github.com/urfave/cli/v2 to v2.27.5 2024-10-13 15:44:55 +00:00
Itxaka
6e6d593878
Bump sdk (#386) 2024-10-07 12:10:33 +02:00
renovate[bot]
7898ab60ce
fix(deps): update module github.com/mudler/yip to v1.11.0 (#385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-07 11:46:14 +02:00
renovate[bot]
790a8ac6f4
fix(deps): update module github.com/kairos-io/kairos-sdk to v0.5.0 (#381)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-01 14:45:47 +02:00