Skip to content

Commit a9bbbdb

Browse files
chore: release v3.1.0
1 parent d6f37f6 commit a9bbbdb

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## [3.1.0] - 2026-09-05
5+
6+
### Bug Fixes
7+
8+
- Update ([d6f37f6](https://github.com/davidB/kubectl-view-allocations/commit/d6f37f65e0b0fb32079735c9c76c322fca57b7a6))
9+
10+
### Documentation
11+
12+
- Document cordoned-node taint caveat for --ignore-taints ([2a3af6f](https://github.com/davidB/kubectl-view-allocations/commit/2a3af6fd4885b9ce16408f6c57fb9b5db1e2f50f))
13+
14+
### Features
15+
16+
- Add windows/amd64 release build and krew platform entry ([42102cf](https://github.com/davidB/kubectl-view-allocations/commit/42102cf13e5be8648359c0c82d8f08c44befb4de))
17+
- Add json output format (-o json) ([3cb65d6](https://github.com/davidB/kubectl-view-allocations/commit/3cb65d6883ce1de8b10a1e6ee416600022f98f68))
18+
19+
420
## [3.0.2] - 2026-07-06
521

622
### Dependencies

Cargo.lock

Lines changed: 1 addition & 1 deletion
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)