a4a708fa98
fix(workflows): cargo wrapper should try to source .cargo/env if it exists
2024-07-25 02:03:16 -07:00
510933c081
chore(workflows): figure out what is going on for darwin builds
2024-07-25 01:53:46 -07:00
8806a79161
zone: init: mount /proc with hidepid=1 ( #277 )
...
Mounting procfs with hidepid=1 denies access to procfs directories
for processes not accessible by the current user credentials.
Signed-off-by: Ariadne Conill <ariadne@ariadne.space >
2024-07-22 06:11:36 +00:00
c8795fa08d
build(deps): bump the dep-updates group with 2 updates ( #278 )
...
Bumps the dep-updates group with 2 updates: [async-compression](https://github.com/Nullus157/async-compression ) and [oci-spec](https://github.com/containers/oci-spec-rs ).
Updates `async-compression` from 0.4.11 to 0.4.12
- [Release notes](https://github.com/Nullus157/async-compression/releases )
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Nullus157/async-compression/compare/v0.4.11...v0.4.12 )
Updates `oci-spec` from 0.6.7 to 0.6.8
- [Release notes](https://github.com/containers/oci-spec-rs/releases )
- [Changelog](https://github.com/containers/oci-spec-rs/blob/main/release.md )
- [Commits](https://github.com/containers/oci-spec-rs/compare/v0.6.7...v0.6.8 )
---
updated-dependencies:
- dependency-name: async-compression
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dep-updates
- dependency-name: oci-spec
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dep-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 06:07:29 +00:00
d792eb5439
fix(workflows): tag latest version during release-assets workflow ( #275 )
2024-07-20 00:55:09 +00:00
398e555bd3
chore: release ( #249 )
...
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
v0.0.13
2024-07-19 06:34:46 +00:00
75901233b1
feature(kratactl): rework cli to use subcommands ( #268 )
2024-07-19 06:13:29 +00:00
04665ce690
build(deps): bump step-security/harden-runner in the dep-updates group ( #269 )
...
Bumps the dep-updates group with 1 update: [step-security/harden-runner](https://github.com/step-security/harden-runner ).
Updates `step-security/harden-runner` from 2.8.1 to 2.9.0
- [Release notes](https://github.com/step-security/harden-runner/releases )
- [Commits](17d0e2bd7d...0d381219dd
)
---
updated-dependencies:
- dependency-name: step-security/harden-runner
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dep-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-19 05:38:46 +00:00
481a5884d9
fix(workflows): use full platform name in all names ( #267 )
2024-07-19 04:46:21 +00:00
5ee1035896
feature(krata): rename guest to zone ( #266 )
2024-07-19 03:47:18 +00:00
9bd8d1bb1d
chore(workflows): make builds faster by only installing necessary tools ( #265 )
2024-07-19 02:26:26 +00:00
3bada811b2
build(deps): bump docker/build-push-action in the dep-updates group ( #262 )
...
Bumps the dep-updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.4.0 to 6.4.1
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](a254f8ca60...1ca370b3a9
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dep-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 22:22:35 +00:00
e08d25ebde
fix(root): remove empty file ( #264 )
2024-07-18 22:06:00 +00:00
2c884a6882
fix(workflows): give id-token write permission to nightly and release-assets oci ( #263 )
2024-07-18 21:47:35 +00:00
d756fa82f4
build(deps): bump the dep-updates group across 1 directory with 5 updates ( #261 )
...
Bumps the dep-updates group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror ) | `1.0.62` | `1.0.63` |
| [toml](https://github.com/toml-rs/toml ) | `0.8.14` | `0.8.15` |
| [tonic-build](https://github.com/hyperium/tonic ) | `0.12.0` | `0.12.1` |
| [tokio](https://github.com/tokio-rs/tokio ) | `1.38.0` | `1.38.1` |
| [tonic](https://github.com/hyperium/tonic ) | `0.12.0` | `0.12.1` |
Updates `thiserror` from 1.0.62 to 1.0.63
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.62...1.0.63 )
Updates `toml` from 0.8.14 to 0.8.15
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.14...toml-v0.8.15 )
Updates `tonic-build` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/hyperium/tonic/releases )
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/tonic/compare/v0.12.0...v0.12.1 )
Updates `tokio` from 1.38.0 to 1.38.1
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.1 )
Updates `tonic` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/hyperium/tonic/releases )
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/tonic/compare/v0.12.0...v0.12.1 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dep-updates
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dep-updates
- dependency-name: tonic-build
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dep-updates
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dep-updates
- dependency-name: tonic
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dep-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 04:06:07 +00:00
6e051f52b9
chore(workflows): rework and simplify github actions workflows ( #260 )
2024-07-18 03:48:54 +00:00
b2fba6400e
chore(dependabot): look for dockerfiles in images subdirectory ( #259 )
2024-07-17 02:44:18 +00:00
b26469be28
chore(workflows): use rustup directly to not depend on external actions ( #258 )
2024-07-17 02:39:16 +00:00
28d63d7d70
chore(cleanup): remove legacy OS technology demo ( #256 )
2024-07-17 02:02:47 +00:00
6b91f0be94
chore(dependabot): rename version groups to be more concise ( #255 )
2024-07-17 01:54:21 +00:00
9e91ffe065
chore(security): pin docker images and improve actions permissions ( #253 )
2024-07-16 22:25:29 +00:00
b57d95c610
chore(deps): upgrade dependencies, fix hyper io traits issue ( #252 )
2024-07-16 21:15:07 +00:00
de6bfe38fe
build(deps): bump docker/build-push-action ( #251 )
...
Bumps the production-version-updates group with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `docker/build-push-action` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](1a162644f9...a254f8ca60
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-version-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 12:17:01 +00:00
f6dffd6e17
build(deps): bump bytes in the production-version-updates group ( #250 )
...
Bumps the production-version-updates group with 1 update: [bytes](https://github.com/tokio-rs/bytes ).
Updates `bytes` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/tokio-rs/bytes/releases )
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.6.0...v1.6.1 )
---
updated-dependencies:
- dependency-name: bytes
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production-version-updates
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 15:23:30 +00:00
07cceed0c8
chore: release ( #202 )
...
Co-authored-by: edera-cultivation[bot] <165992271+edera-cultivation[bot]@users.noreply.github.com>
v0.0.12
2024-07-12 23:28:49 +00:00
4ef466ceb6
chore(workflow): implement oci releases ( #248 )
2024-07-12 21:38:17 +00:00
8c9b3a6ceb
fix(dependabot): separate production and development dependency updates ( #247 )
2024-07-12 20:36:19 +00:00
a970cddacf
fix(dependabot): enable docker version update checks ( #244 )
2024-07-12 20:00:00 +00:00
a878d16c3c
build(deps): bump thiserror from 1.0.61 to 1.0.62 ( #246 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.61 to 1.0.62.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.62 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-12 06:56:50 +00:00
1126f1ffc9
fix(install): use /usr/sbin as install path and fix systemd dependency ( #245 )
2024-07-12 06:49:02 +00:00
d1b2cb3683
build(deps): bump serde from 1.0.203 to 1.0.204 ( #234 )
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.203 to 1.0.204.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-10 22:53:48 +00:00
8e1e197113
build(deps): bump uuid from 1.9.1 to 1.10.0 ( #239 )
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.9.1...1.10.0 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-10 22:53:33 +00:00
ffb7de7d68
build(deps): bump sysinfo from 0.30.12 to 0.30.13 ( #238 )
...
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo ) from 0.30.12 to 0.30.13.
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/v0.30.13/CHANGELOG.md )
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits/v0.30.13 )
---
updated-dependencies:
- dependency-name: sysinfo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-10 22:53:09 +00:00
bd464d9f03
build(deps): bump clap from 4.5.8 to 4.5.9 ( #237 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.8 to 4.5.9.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.8...v4.5.9 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-10 22:53:06 +00:00
31d04c2f43
build(deps): bump async-trait from 0.1.80 to 0.1.81 ( #235 )
...
Bumps [async-trait](https://github.com/dtolnay/async-trait ) from 0.1.80 to 0.1.81.
- [Release notes](https://github.com/dtolnay/async-trait/releases )
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.80...0.1.81 )
---
updated-dependencies:
- dependency-name: async-trait
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-10 22:53:02 +00:00
04401c1d07
fix(runtime): use iommu only if devices are needed ( #243 )
2024-07-10 04:02:53 +00:00
b2dd4af09b
chore(powermgmt): disable for now as a hackfix ( #242 )
...
Signed-off-by: Ariadne Conill <ariadne@dereferenced.org >
2024-07-10 03:47:02 +00:00
783dd51f05
chore(systemd): align systemd unit definitions with OCI asset paths ( #241 )
...
Signed-off-by: Ariadne Conill <ariadne@dereferenced.org >
2024-07-10 00:37:12 +00:00
2f866ad47b
feature(oci-distribution): distribute guestinit via OCI ( #240 )
...
Signed-off-by: Ariadne Conill <ariadne@dereferenced.org >
2024-07-10 00:34:05 +00:00
94e45c1c8c
build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 ( #236 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](65462800fd...0b2256b8c0
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 12:56:34 +00:00
3a398810b6
Minor readability fixes to the lovely FAQ ( #229 )
...
* Minor readability fixes to the lovely FAQ
Signed-off-by: Jed Salazar <jed@edera.dev >
* Remove comma
Signed-off-by: Jed Salazar <jed@edera.dev >
---------
Signed-off-by: Jed Salazar <jed@edera.dev >
2024-07-07 18:54:31 +00:00
5da214fa48
build(deps): bump serde_json from 1.0.119 to 1.0.120 ( #226 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.119 to 1.0.120.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.119...v1.0.120 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 20:21:14 +00:00
8840bf34a4
build(deps): bump actions/create-github-app-token from 1.10.2 to 1.10.3 ( #227 )
...
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token ) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](ad38cffc07...31c86eb3b3
)
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 20:21:11 +00:00
f953c87b90
build(deps): bump oci-spec from 0.6.5 to 0.6.7 ( #232 )
...
Bumps [oci-spec](https://github.com/containers/oci-spec-rs ) from 0.6.5 to 0.6.7.
- [Release notes](https://github.com/containers/oci-spec-rs/releases )
- [Changelog](https://github.com/containers/oci-spec-rs/blob/main/release.md )
- [Commits](https://github.com/containers/oci-spec-rs/compare/v0.6.5...v0.6.7 )
---
updated-dependencies:
- dependency-name: oci-spec
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 16:03:04 +00:00
ff571630b9
build(deps): bump docker/build-push-action from 6.2.0 to 6.3.0 ( #231 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](15560696de...1a162644f9
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 16:03:00 +00:00
e45a9d82d2
build(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 ( #233 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](d70bba72b1...4fd812986e
)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 16:02:40 +00:00
98ca623828
fix(oci-distribution): use scratch images for OCI distributed-artefacts ( #230 )
...
Signed-off-by: Ariadne Conill <ariadne@ariadne.space >
2024-07-05 16:02:26 +00:00
deeaa20a4a
fix(workflow): format check should print output but not error ( #225 )
2024-07-01 20:11:25 +00:00
fe8e1d5521
feature(oci): add configuration value for oci seed file ( #220 )
2024-07-01 19:36:21 +00:00
367d31b11f
fix(workflow): remove reference to unused platform matrix key ( #223 )
2024-07-01 09:10:09 +00:00