From 0b1009786fd7891caf0567bbddd9e0c846b45777 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 11 Apr 2026 10:49:43 +0900 Subject: [PATCH] release: 0.4.0 Signed-off-by: Ophestra --- options.md | 41 +++++++++++++++++++++++++++++++++++++++-- package.nix | 2 +- 2 files changed, 40 insertions(+), 3 deletions(-) diff --git a/options.md b/options.md index 958527d4..90c2905d 100644 --- a/options.md +++ b/options.md @@ -35,7 +35,7 @@ package *Default:* -` ` +` ` @@ -542,6 +542,43 @@ null or string +## environment\.hakurei\.apps\.\\.schedPolicy + + + +Scheduling policy to set for the container\. +The zero value retains the current scheduling policy\. + + + +*Type:* +null or one of “fifo”, “rr”, “batch”, “idle”, “deadline”, “ext” + + + +*Default:* +` null ` + + + +## environment\.hakurei\.apps\.\\.schedPriority + + + +Scheduling priority to set for the container\. + + + +*Type:* +null or integer between 1 and 99 (both inclusive) + + + +*Default:* +` null ` + + + ## environment\.hakurei\.apps\.\\.script @@ -805,7 +842,7 @@ package *Default:* -` ` +` ` diff --git a/package.nix b/package.nix index 5fb220e9..c30af52a 100644 --- a/package.nix +++ b/package.nix @@ -30,7 +30,7 @@ buildGo126Module rec { pname = "hakurei"; - version = "0.3.7"; + version = "0.4.0"; srcFiltered = builtins.path { name = "${pname}-src";