mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
preparations for xen control-plane
This commit is contained in:
parent
ab0d66c611
commit
83fd7607dd
@ -1,2 +0,0 @@
|
||||
/target
|
||||
/kernel/linux-*
|
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
@ -22,14 +22,3 @@ updates:
|
||||
dev-updates:
|
||||
dependency-type: "development"
|
||||
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]
|
||||
name = "krata-xenevtchn"
|
||||
description = "An implementation of Xen evtchn for krata."
|
||||
description = "An implementation of Xen evtchn for krata"
|
||||
license.workspace = true
|
||||
version.workspace = true
|
||||
homepage.workspace = true
|
||||
|
Loading…
Reference in New Issue
Block a user