mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
preparations for xen control-plane
This commit is contained in:
@ -1,2 +0,0 @@
|
|||||||
/target
|
|
||||||
/kernel/linux-*
|
|
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@ -22,14 +22,3 @@ updates:
|
|||||||
dev-updates:
|
dev-updates:
|
||||||
dependency-type: "development"
|
dependency-type: "development"
|
||||||
applies-to: "version-updates"
|
applies-to: "version-updates"
|
||||||
- package-ecosystem: "docker"
|
|
||||||
directory: "/images"
|
|
||||||
schedule:
|
|
||||||
interval: "daily"
|
|
||||||
groups:
|
|
||||||
docker-updates:
|
|
||||||
dependency-type: "production"
|
|
||||||
applies-to: "version-updates"
|
|
||||||
docker-dev-updates:
|
|
||||||
dependency-type: "development"
|
|
||||||
applies-to: "version-updates"
|
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
# Changelog
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
||||||
|
|
||||||
## [Unreleased]
|
|
||||||
|
|
||||||
## [0.0.21](https://github.com/edera-dev/krata/compare/v0.0.20...v0.0.21) - 2024-09-03
|
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "krata-xenevtchn"
|
name = "krata-xenevtchn"
|
||||||
description = "An implementation of Xen evtchn for krata."
|
description = "An implementation of Xen evtchn for krata"
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
|
Reference in New Issue
Block a user