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