Skip to content

Releases: yashbhutwala/kubectl-df-pv

v0.4.1

10 Sep 15:17

Choose a tag to compare

Changelog

  • 9b7443e ci: configure archives to use zip on Windows and tar.gz elsewhere (GoReleaser v2)
  • 49130ef ci: fix GoReleaser v2 config key (project_name)
  • 1c208ef feat: add 'version' subcommand printing ldflags (version, commit, build time)\n\nci: pin goreleaser-action to '~> v2' and migrate GoReleaser config to v2 to remove deprecations

v0.4.0

10 Sep 14:48

Choose a tag to compare

Changelog

  • ce1ab34 ci: update GoReleaser action to v6 and switch to --clean
  • c4c37c9 chore: add pkg/version to satisfy GoReleaser -ldflags (version, gitSHA, buildTime)
  • e9b37a1 chore: bump Go to 1.25.1 and update dependencies to latest stable\n\n- Set go.mod to go 1.25 and toolchain 1.25.1\n- Update GitHub Actions setup-go to 1.25.x (@v5)\n- go get -u ./... and go mod tidy\n- Build and tests pass locally
  • 7edee1a IEC formatting: fix boundary selection (>= thresholds), use byte-size constants; add unit tests for IEC; bump k8s.io/cli-runtime to v0.20.0 for test/build compatibility
  • 8f2b80f - modified ConvertQuantityValueToHumanReadableIECString to display decimals for further clarity
  • 4b5b608 Bump k8s.io/client-go from 0.19.13 to 0.20.0
  • e34b897 Fixing disk usage color
  • 7b46504 Update README.md
  • 319ffe7 feat: Added krew support for linux/arm64

v0.3.0

27 Jul 14:10

Choose a tag to compare

Changelog

8ad3d1f remove vendor folder
4a76070 setup release pipeline w/ go 1.16
45d0d3d update tooling, go and go mods
d68b2ff Add support for Darwin/arm64
983bd6b change branch name for code analysis workflow
9759f2c experiment enabling github code analysis with codeql
54d2ecd add comments
7b2791c upgrade k8s dependencies
f6f94c3 update license

v0.2.7

15 Aug 20:47

Choose a tag to compare

Changelog

fd59185 update to go 1.15

v0.2.6

29 Jul 11:51

Choose a tag to compare

Changelog

616f75a add disable color flag

v0.2.5

13 Jul 15:02

Choose a tag to compare

Changelog

ddfa9d8 bring back cli-runtime (reverting 3fabe2e); remember Hyrum's Law

v0.2.4

13 Jul 13:31

Choose a tag to compare

Changelog

275860e use uint64 for inodes instead of int64

v0.2.3

12 Jul 20:34

Choose a tag to compare

Changelog

6ae04c3 add persistent volume name; add volume mount name

v0.2.2

12 Jul 18:18

Choose a tag to compare

Changelog

d852364 add todo about features

v0.2.1

12 Jul 16:59

Choose a tag to compare

Changelog

c942720 improve logging; add example pod and pvc yaml