Skip to content

Commit d3a136e

Browse files
chore: release v3.1.0
1 parent 76fad43 commit d3a136e

3 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## [3.1.0] - 2026-09-05
5+
6+
### Documentation
7+
8+
- Document cordoned-node taint caveat for --ignore-taints ([2a3af6f](https://github.com/davidB/kubectl-view-allocations/commit/2a3af6fd4885b9ce16408f6c57fb9b5db1e2f50f))
9+
10+
### Features
11+
12+
- Add windows/amd64 release build and krew platform entry ([76fad43](https://github.com/davidB/kubectl-view-allocations/commit/76fad43f31606f666c755f080451c4baaf1ac6c8))
13+
- Add json output format (-o json) ([3cb65d6](https://github.com/davidB/kubectl-view-allocations/commit/3cb65d6883ce1de8b10a1e6ee416600022f98f68))
14+
15+
416
## [3.0.2] - 2026-07-06
517

618
### Dependencies

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kubectl-view-allocations"
3-
version = "3.0.2"
3+
version = "3.1.0"
44
edition = "2024"
55
description = "kubectl plugin to list allocations (cpu, memory, gpu,...) X (utilization, requested, limit, allocatable,...)"
66
readme = "README.md"

0 commit comments

Comments
 (0)