From a9bbbdbe3e77d927d08da408b4f3d14d8f2280b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:44:17 +0000 Subject: [PATCH] chore: release v3.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d2c58..eac389d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## [3.1.0] - 2026-09-05 + +### Bug Fixes + +- Update ([d6f37f6](https://github.com/davidB/kubectl-view-allocations/commit/d6f37f65e0b0fb32079735c9c76c322fca57b7a6)) + +### Documentation + +- Document cordoned-node taint caveat for --ignore-taints ([2a3af6f](https://github.com/davidB/kubectl-view-allocations/commit/2a3af6fd4885b9ce16408f6c57fb9b5db1e2f50f)) + +### Features + +- Add windows/amd64 release build and krew platform entry ([42102cf](https://github.com/davidB/kubectl-view-allocations/commit/42102cf13e5be8648359c0c82d8f08c44befb4de)) +- Add json output format (-o json) ([3cb65d6](https://github.com/davidB/kubectl-view-allocations/commit/3cb65d6883ce1de8b10a1e6ee416600022f98f68)) + + ## [3.0.2] - 2026-07-06 ### Dependencies diff --git a/Cargo.lock b/Cargo.lock index 06391f8..9f6f8b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1148,7 +1148,7 @@ dependencies = [ [[package]] name = "kubectl-view-allocations" -version = "3.0.2" +version = "3.1.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index fe8a835..7806700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kubectl-view-allocations" -version = "3.0.2" +version = "3.1.0" edition = "2024" description = "kubectl plugin to list allocations (cpu, memory, gpu,...) X (utilization, requested, limit, allocatable,...)" readme = "README.md"