From d9a15c6b32e829f984e29db89e1e40616162efa9 Mon Sep 17 00:00:00 2001 From: Tony Gosselin Date: Fri, 24 Oct 2025 18:46:10 -0400 Subject: [PATCH] Max parked nodes by using percentages (#403) (#408) * Allow MaxParkedNodes to work with percentages * Park nodes by ago, oldest first --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9fc5165..2e70262 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -22,9 +22,10 @@ builds: signs: - cmd: cosign env: [COSIGN_EXPERIMENTAL=1] + signature: ${artifact}.bundle args: - sign-blob - - --bundle=${signature}.bundle + - --bundle=${signature} - ${artifact} - --yes # needed on cosign 2.0.0+ artifacts: checksum