From b47a604de2add1a4db55ba8cc3658f08c6968cad Mon Sep 17 00:00:00 2001 From: David Bernard Date: Sun, 24 Sep 2023 17:09:46 +0200 Subject: [PATCH] :rocket: (cargo-release) version 0.17.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f07436d..90b5fb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kubectl-view-allocations" -version = "0.17.1" +version = "0.17.2" authors = ["David Bernard"] edition = "2021" description = "kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)"