preparations for xen control-plane

This commit is contained in:
Alex Zenla 2024-09-16 02:13:35 -04:00
parent ab0d66c611
commit 83fd7607dd
No known key found for this signature in database
GPG Key ID: 067B238899B51269
4 changed files with 1 additions and 23 deletions

View File

@ -1,2 +0,0 @@
/target
/kernel/linux-*

View File

@ -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"

View File

@ -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

View File

@ -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