release: 0.4.0
All checks were successful
Release / Create release (push) Successful in 1m16s
Test / Sandbox (push) Successful in 55s
Test / ShareFS (push) Successful in 41s
Test / Create distribution (push) Successful in 38s
Test / Hakurei (push) Successful in 2m6s
Test / Sandbox (race detector) (push) Successful in 2m25s
Test / Hakurei (race detector) (push) Successful in 6m52s
Test / Flake checks (push) Successful in 1m32s
All checks were successful
Release / Create release (push) Successful in 1m16s
Test / Sandbox (push) Successful in 55s
Test / ShareFS (push) Successful in 41s
Test / Create distribution (push) Successful in 38s
Test / Hakurei (push) Successful in 2m6s
Test / Sandbox (race detector) (push) Successful in 2m25s
Test / Hakurei (race detector) (push) Successful in 6m52s
Test / Flake checks (push) Successful in 1m32s
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
41
options.md
41
options.md
@@ -35,7 +35,7 @@ package
|
|||||||
|
|
||||||
|
|
||||||
*Default:*
|
*Default:*
|
||||||
` <derivation hakurei-static-x86_64-unknown-linux-musl-0.3.6> `
|
` <derivation hakurei-static-x86_64-unknown-linux-musl-0.4.0> `
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -542,6 +542,43 @@ null or string
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## environment\.hakurei\.apps\.\<name>\.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\.\<name>\.schedPriority
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Scheduling priority to set for the container\.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
*Type:*
|
||||||
|
null or integer between 1 and 99 (both inclusive)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
*Default:*
|
||||||
|
` null `
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## environment\.hakurei\.apps\.\<name>\.script
|
## environment\.hakurei\.apps\.\<name>\.script
|
||||||
|
|
||||||
|
|
||||||
@@ -805,7 +842,7 @@ package
|
|||||||
|
|
||||||
|
|
||||||
*Default:*
|
*Default:*
|
||||||
` <derivation hakurei-hsu-0.3.6> `
|
` <derivation hakurei-hsu-0.4.0> `
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
buildGo126Module rec {
|
buildGo126Module rec {
|
||||||
pname = "hakurei";
|
pname = "hakurei";
|
||||||
version = "0.3.7";
|
version = "0.4.0";
|
||||||
|
|
||||||
srcFiltered = builtins.path {
|
srcFiltered = builtins.path {
|
||||||
name = "${pname}-src";
|
name = "${pname}-src";
|
||||||
|
|||||||
Reference in New Issue
Block a user