Commit Graph

1426 Commits

Author SHA1 Message Date
Itxaka
b45d95c256 Allow skipping the users check via sentinel
Signed-off-by: Itxaka <itxaka@kairos.io>
2025-04-04 11:39:59 +02:00
Itxaka
db703db5e5
Try to fix hooks (#718)
* fix hooks


---------

Signed-off-by: Itxaka <itxaka@kairos.io>
2025-03-24 16:05:39 +01:00
renovate[bot]
06aa2ce4e4
chore(deps): update google/osv-scanner-action action to v2 (#724)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-24 02:14:31 +00:00
renovate[bot]
030204d466
fix(deps): update module github.com/rs/zerolog to v1.34.0 (#723)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-22 05:26:35 +00:00
renovate[bot]
2f3f2ce8ac
fix(deps): update module github.com/onsi/gomega to v1.36.3 (#721)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-22 02:35:08 +00:00
renovate[bot]
44a397a758
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.3 (#720)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-21 23:02:05 +00:00
renovate[bot]
796252bdc0
fix(deps): update module github.com/kairos-io/kcrypt to v0.14.1 (#719)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-21 23:01:56 +00:00
renovate[bot]
bea5878fd2
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.2 (#716)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-21 02:56:40 +00:00
renovate[bot]
ca05938938
fix(deps): update dependency codemirror to v5.65.19 (#715)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-21 02:55:35 +00:00
renovate[bot]
eb9a8d1736
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.1 (#714)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-20 01:41:32 +00:00
renovate[bot]
6845373bfd
chore(deps): update actions/setup-go action to v5.4.0 (#712)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 05:46:58 +00:00
renovate[bot]
50fde398bc
fix(deps): update module github.com/google/go-github/v69 to v70 (#709)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-18 02:47:02 +00:00
dependabot[bot]
9bf5c602ab
Bump github.com/containerd/containerd (#710)
Bumps the go_modules group with 1 update in the / directory: [github.com/containerd/containerd](https://github.com/containerd/containerd).


Updates `github.com/containerd/containerd` from 1.7.25 to 1.7.27
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.7.25...v1.7.27)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
  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-18 02:42:50 +00:00
renovate[bot]
5c9e4dd7b9
fix(deps): update module github.com/google/go-github/v69 to v70 (#708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-18 02:36:59 +00:00
renovate[bot]
694ecdc63d
fix(deps): update module k8s.io/mount-utils to v0.32.3 (#705)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-13 10:30:45 +00:00
renovate[bot]
fd0471143f
chore(deps): update dependency cypress to v14.2.0 (#706)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-13 10:26:55 +00:00
renovate[bot]
a77b041b23
fix(deps): update dependency alpinejs to v3.14.9 (#704)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-13 10:25:47 +00:00
Itxaka
b5869b4017
Fix hooks under encrypted partitions (#702)
* Fix hooks under encrypted partitions

We had a mess of mounting and unmounting things around when we try to
copy things to persistent.

Part of the changes (using the by-label to mount the persistent) are due
to the change in kcrypt. As we set the same label to the encrypted fs
and unencrypted fs, our utils.Mount could get mistaken and return the
first hit, which usually its the encrypted one, and we cannot mount that
one.

This patch brings it up to date.

 - Makes bundles and logs hooks work when we have encrypted persistent.
   It didnt work before.
 - Makes both workflows the same.
 - Locks everything once its over, to not leave encrypted parts around
 - Mounts OEM so kcrypt can read the config if we are using a remote
   server for encryption
 - Mounts by label so there is not a change of getting the wrong device
 - Uses the mount syscall directly. The util can mistake and return the
   actual encrypted part if they both have the same label and finds it
   first

---------

Signed-off-by: Itxaka <itxaka@kairos.io>
2025-03-13 11:22:26 +01:00
renovate[bot]
e8e05379a5
fix(deps): update module golang.org/x/oauth2 to v0.28.0 (#701)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-07 02:31:41 +00:00
renovate[bot]
8695ba7526
fix(deps): update module golang.org/x/net to v0.37.0 (#700)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 22:18:33 +00:00
renovate[bot]
cc82369b30
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.0 (#699)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 22:18:26 +00:00
Itxaka
11cdddc452
Disable xattrs on rsync (#694)
* Disable xattrs on rsync

For systems with selinux enabled, this makes impossible to generate the
proper files as its being blocked

---------

Signed-off-by: Itxaka <itxaka@kairos.io>
2025-03-06 10:33:40 +01:00
renovate[bot]
bb4225884e
fix(deps): update module github.com/urfave/cli/v2 to v2.27.6 (#698)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 02:49:46 +00:00
renovate[bot]
e2f2b53b99
chore(deps): update securego/gosec action to v2.22.2 (#697)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 02:49:05 +00:00
renovate[bot]
127df512c0
fix(deps): update module golang.org/x/net to v0.36.0 (#696)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-04 23:03:20 +00:00
renovate[bot]
09c138ee8b
chore(deps): update dependency go to v1.24.1 (#695)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-04 23:02:39 +00:00
renovate[bot]
12d6227008
chore(deps): update dependency cypress to v14.1.0 (#693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-26 03:11:17 +00:00
renovate[bot]
9e9042fee3
fix(deps): update module golang.org/x/oauth2 to v0.27.0 (#692)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-25 02:55:42 +00:00
renovate[bot]
21d9d48947
fix(deps): update module github.com/mudler/yip to v1.15.0 (#691)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 22:05:40 +00:00
renovate[bot]
081014bd1a
chore(config): migrate config renovate.json (#690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 14:29:07 +00:00
renovate[bot]
013f24dfd5
fix(deps): update module github.com/google/go-github/v69 to v69.2.0 (#689)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-17 22:57:58 +00:00
renovate[bot]
b3f6db40ab
fix(deps): update module github.com/sanity-io/litter to v1.5.8 (#688)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-15 17:55:25 +00:00
renovate[bot]
6eea367c2a
fix(deps): update module github.com/sanity-io/litter to v1.5.7 (#687)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-14 23:10:06 +00:00
Dimitris Karakasilis
445da19c7e
Bump github.com/google/go-github properly (#686)
because renovate doesn't know how to

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2025-02-14 16:14:04 +02:00
renovate[bot]
615cd97436
fix(deps): update module github.com/google/go-github/v66 to v69 (#685)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-14 13:32:59 +00:00
Dimitris Karakasilis
0323e7d59d
Revert litter bump and run go mod tidy
because this changes:
https://github.com/sanity-io/litter/compare/v1.5.6...v1.5.7#diff-7e208a132876ae1bd6e4709fb93c4a5710e91335c1ed5926a423cc57d63c9cbdR137

create these errors:

```
   2025-02-14T13:12:04Z INF Boot in uki mode result=false
  panic: reflect.Value.Interface: cannot return value obtained from unexported field or method

  goroutine 1 [running]:
  reflect.valueInterface({0x129bf40?, 0xc0004228c0?, 0xbab950?}, 0xc0?)
  	/usr/local/go/src/reflect/value.go:1492 +0xc6
```

https://github.com/kairos-io/kairos/actions/runs/13329130652/job/37231009324?pr=3194

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2025-02-14 15:27:34 +02:00
renovate[bot]
d11dc122ae
fix(deps): update module k8s.io/mount-utils to v0.32.2 (#684)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13 23:27:25 +00:00
renovate[bot]
d9381c3ae3
chore(deps): update securego/gosec action to v2.22.1 (#683)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13 23:26:24 +00:00
renovate[bot]
3db8924ce8
fix(deps): update module github.com/google/go-github/v66 to v69 (#678)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13 18:54:16 +00:00
renovate[bot]
ae7b2d08a6
fix(deps): update module github.com/sanity-io/litter to v1.5.7 (#682)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-12 23:31:14 +00:00
renovate[bot]
a3dca67856
chore(deps): update dependency cypress to v14.0.3 (#681)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-11 22:35:34 +00:00
renovate[bot]
edcf8723ab
fix(deps): update module golang.org/x/net to v0.35.0 (#680)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-11 00:54:24 +00:00
Ettore Di Giacinto
a91fb13e39
feat: allow to override standard cloud init paths (#679)
* feat: allow to override standard cloud init paths

Signed-off-by: mudler <mudler@localai.io>

* Address feedback from review

Signed-off-by: mudler <mudler@localai.io>

* Address feedback from review

Signed-off-by: mudler <mudler@localai.io>

---------

Signed-off-by: mudler <mudler@localai.io>
2025-02-07 09:58:28 +01:00
renovate[bot]
9b7b5db760
fix(deps): update module github.com/google/go-github/v66 to v69 (#677)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-07 01:52:46 +00:00
renovate[bot]
892ad54e6f
fix(deps): update module github.com/google/go-github/v68 to v69 (#676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 05:34:21 +00:00
renovate[bot]
163fa3d08b
fix(deps): update module github.com/google/go-github/v66 to v69 (#675)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 05:30:05 +00:00
renovate[bot]
ea105176e4
fix(deps): update module golang.org/x/sys to v0.30.0 (#674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 00:55:07 +00:00
renovate[bot]
eb36d8b6c1
chore(deps): update dependency cypress to v14.0.2 (#673)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 00:54:12 +00:00
renovate[bot]
2955e3275b
chore(deps): update dependabot/fetch-metadata action to v2.3.0 (#669)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 00:28:05 +00:00
renovate[bot]
477f0e6323
fix(deps): update module golang.org/x/oauth2 to v0.26.0 (#672)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-05 00:24:59 +00:00