dependabot[bot]
59d9703553
Bump form-data ( #850 )
...
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 4.0.4
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-23 03:03:59 +00:00
renovate[bot]
5a99af776a
fix(deps): update module github.com/onsi/gomega to v1.38.0 ( #849 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-23 02:59:50 +00:00
Itxaka
87b5654fc9
Add grub edit var command ( #846 )
2025-07-22 09:29:35 +03:00
renovate[bot]
cd76c616a1
chore(deps): update securego/gosec action to v2.22.7 ( #847 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 02:39:19 +00:00
renovate[bot]
c168340da1
chore(deps): update google/osv-scanner-action action to v2.1.0 ( #842 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v2.23.0
2025-07-16 04:46:58 +00:00
renovate[bot]
fee40b1d7d
fix(deps): update module k8s.io/mount-utils to v0.33.3 ( #844 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-16 04:46:25 +00:00
renovate[bot]
e6539a7240
chore(deps): update dependency cypress to v14.5.2 ( #843 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-15 21:11:05 +00:00
renovate[bot]
5357d36ee1
fix(deps): update module golang.org/x/net to v0.42.0 ( #841 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-11 02:16:25 +00:00
renovate[bot]
11a1540d80
fix(deps): update module golang.org/x/sys to v0.34.0 ( #840 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-09 23:53:08 +00:00
renovate[bot]
b08bff4061
fix(deps): update module github.com/containerd/containerd to v2 ( #837 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-03 23:37:02 +00:00
renovate[bot]
7720d7846b
fix(deps): update module github.com/google/go-github/v69 to v73 ( #829 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-03 07:47:26 +00:00
Brian DeGeeter
ff2aa07160
feat: add support for upgrades via OCI files ( #832 )
2025-07-03 09:42:57 +02:00
Dimitris Karakasilis
15cc6073e1
Deprecate uri
in favor of source
( #835 )
...
* Deprecate `uri` in favor of `source`
Fixes https://github.com/kairos-io/kairos/issues/3148
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Switch all tests to use `source` instead of `uri`
and add one test to check backwards compatibility
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Remove non-used key in backwards compatibility method
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
---------
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
2025-07-02 11:08:10 +03:00
renovate[bot]
ce2f87b281
chore(deps): update dependency cypress to v14.5.1 ( #836 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-01 23:33:11 +00:00
Itxaka
f966df0f7e
Missed one of the checks ( #834 )
v2.22.1
2025-07-01 11:57:39 +02:00
Itxaka
ff63c00dec
Add registry flag to list-releases ( #833 )
v2.22.0
2025-07-01 10:41:14 +02:00
Dimitris Karakasilis
d85d7985fe
2462 debugging logs ( #830 )
...
* [refactoring] simplify method and make it more efficient
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* [WIP] Introduce `logs` command to collects logs from various places
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Handle globs properly and merge default logs with user provided ones
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Change default logs location to be the current directory
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Skip new field in the schema tests
TODO: Update the schema and re-enable
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Remove test focus
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Add more default services
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Don't try to run journactl on non systemd distros
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Add more files (for openrc)
c6fdf6ee67/pkg/bundled/cloudconfigs/09_openrc_services.yaml (L52)
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Use standard library for globbing
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
* Capture all files under `/var/log`
because there is also k3s.log (maybe also k0s) etc. Better have them all
than missing some.
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
---------
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
2025-07-01 10:48:11 +03:00
renovate[bot]
41b52e9970
fix(deps): update module github.com/masterminds/semver/v3 to v3.4.0 ( #831 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-27 23:36:17 +00:00
renovate[bot]
563248a1eb
fix(deps): update module github.com/google/go-github/v69 to v73 ( #828 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-25 04:03:53 +00:00
renovate[bot]
0d6bf8b863
fix(deps): update module github.com/google/go-github/v72 to v73 ( #827 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-24 23:38:14 +00:00
renovate[bot]
7708ac7042
fix(deps): update module github.com/google/go-github/v69 to v73 ( #826 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-24 23:33:52 +00:00
renovate[bot]
f1a1dc10e9
fix(deps): update github.com/sirupsen/logrus digest to 70b8093 ( #825 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-21 03:10:31 +00:00
renovate[bot]
8bc4656e45
fix(deps): update module k8s.io/mount-utils to v0.33.2 ( #823 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-19 22:58:45 +00:00
renovate[bot]
d7c80fdacb
fix(deps): update module github.com/google/go-github/v69 to v72 ( #815 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v2.21.8
2025-06-19 07:13:21 +00:00
Mauro Morales
c94398dc3b
Add reboot and poweroff to install ( #822 )
...
* reboot and poweroff after install
* extract helper func
2025-06-19 09:08:56 +02:00
renovate[bot]
b2f9a46f11
chore(deps): update dependency cypress to v14.5.0 ( #820 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-17 23:47:38 +00:00
renovate[bot]
5534d55fd2
fix(deps): update dependency bootstrap to v5.3.7 ( #819 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-17 23:47:19 +00:00
renovate[bot]
0c6c3633b1
chore(deps): update google/osv-scanner-action action to v2.0.3 ( #817 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-16 23:42:25 +00:00
renovate[bot]
b00735a592
chore(deps): update securego/gosec action to v2.22.5 ( #818 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-16 23:42:10 +00:00
renovate[bot]
d29f148e33
fix(deps): update module github.com/urfave/cli/v2 to v2.27.7 ( #816 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-14 05:37:27 +00:00
renovate[bot]
d4e8bbbe97
fix(deps): update module github.com/google/go-containerregistry to v0.20.6 ( #814 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-13 22:54:44 +00:00
renovate[bot]
e0111ec5fe
fix(deps): update module github.com/google/go-github/v69 to v72 ( #810 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-13 10:30:59 +00:00
dependabot[bot]
bbec0b454c
Bump brace-expansion ( #813 )
...
Bumps the npm_and_yarn group with 1 update in the /internal/webui/public directory: [brace-expansion](https://github.com/juliangruber/brace-expansion ).
Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases )
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12 )
---
updated-dependencies:
- dependency-name: brace-expansion
dependency-version: 1.1.12
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-13 10:30:22 +00:00
Itxaka
38eccc0298
Use the upstream yip executor ( #812 )
v2.21.7
2025-06-13 12:26:21 +02:00
Itxaka
f60f4995a3
Fix upgrade not remounting properly ( #811 )
2025-06-11 16:44:30 +02:00
renovate[bot]
48e3373b9c
fix(deps): update module github.com/google/go-github/v69 to v72 ( #802 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 21:41:54 +00:00
dependabot[bot]
cee5c087af
Bump github.com/cloudflare/circl ( #809 )
...
Bumps the go_modules group with 1 update in the / directory: [github.com/cloudflare/circl](https://github.com/cloudflare/circl ).
Updates `github.com/cloudflare/circl` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/cloudflare/circl/releases )
- [Commits](https://github.com/cloudflare/circl/compare/v1.6.0...v1.6.1 )
---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
dependency-version: 1.6.1
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-06-10 21:37:04 +00:00
renovate[bot]
e64420388a
fix(deps): update module github.com/mudler/yip to v1.16.3 ( #808 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-10 00:08:05 +00:00
renovate[bot]
da02f23486
fix(deps): update module golang.org/x/net to v0.41.0 ( #807 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 21:45:49 +00:00
renovate[bot]
5d3476349e
fix(deps): update module github.com/pterm/pterm to v0.12.81 ( #806 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 21:45:13 +00:00
renovate[bot]
cf832d11d6
fix(deps): update module github.com/kairos-io/kairos-sdk to v0.9.4 ( #805 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-05 14:47:12 +00:00
Itxaka
8fc921c406
Always umount+mount oem ( #804 )
v2.21.6
2025-06-05 16:28:19 +02:00
Itxaka
14e33f375f
Fix mountpoint in grub hook ( #803 )
v2.21.5
2025-06-05 09:29:24 +02:00
Itxaka
24f88fa7a4
Fix the hooks order, unmounting and such ( #801 )
...
* Fix the hooks order, unmounting and such
Signed-off-by: Itxaka <itxaka@kairos.io >
* Update internal/agent/hooks/finish.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update internal/agent/hooks/bundles.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Signed-off-by: Itxaka <itxaka@kairos.io >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
v2.21.4
2025-06-04 19:14:54 +02:00
Itxaka
67e7590170
Fix journald mount on non systemd systems ( #800 )
v2.21.3
2025-06-04 09:19:27 +00:00
Itxaka
694a280959
Fix a small issue with common flag ( #796 )
2025-06-04 07:53:32 +00:00
renovate[bot]
6ebe8909d4
fix(deps): update module github.com/google/go-github/v69 to v72 ( #794 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-04 07:38:29 +00:00
Itxaka
7231150ac8
Fix grub after install hook ( #797 )
v2.21.2
2025-06-04 09:25:11 +02:00
renovate[bot]
2af2ca6492
fix(deps): update module github.com/mudler/yip to v1.16.2 ( #799 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-03 21:52:08 +00:00
renovate[bot]
6edde1e0fa
chore(deps): update dependency cypress to v14.4.1 ( #798 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-03 21:50:53 +00:00