Skip to content

Commit f38756a

Browse files
chore: release v2.0.0 (#337)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 091ae95 commit f38756a

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

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

33

4+
## [2.0.0] - 2026-06-06
5+
6+
### Bug Fixes
7+
8+
- Update ([7447c2a](https://github.com/davidB/kubectl-view-allocations/commit/7447c2a5af99de23ddf0ce267f3ceae0b5252989))
9+
10+
### Documentation
11+
12+
- Update and rework README & SKILL ([0486caa](https://github.com/davidB/kubectl-view-allocations/commit/0486caa1d4c071cfe101d49102db6bd4e65fb724))
13+
14+
### Features
15+
16+
- Add multi-column local sibling sort via --sort ([50bf067](https://github.com/davidB/kubectl-view-allocations/commit/50bf067addb0484a82d10648c0568bc57ba04d73))
17+
- Add kubectl-view-allocations AI coding skill (#333) ([847843e](https://github.com/davidB/kubectl-view-allocations/commit/847843ebd2f3bc056184ef9fe5234f86ae328df0))
18+
19+
### Refactoring
20+
21+
- Rename .mise.toml into mise.toml ([66117db](https://github.com/davidB/kubectl-view-allocations/commit/66117db325f3daff88d56d69d88ae29079787d1f))
22+
- Format ([259773d](https://github.com/davidB/kubectl-view-allocations/commit/259773de8a3514549dc65437fcd25a9c0ea4afb8))
23+
24+
425
## [1.1.1] - 2026-04-27
526

627
### Bug Fixes

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 = "1.1.1"
3+
version = "2.0.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)