Skip to content

Releases: keisku/kubectl-explore

v0.9.3

08 May 05:35
10feacc
Compare
Choose a tag to compare

Changelog

  • 10feacc Merge pull request #40 from keisku/fix-bug-when-input-equals-resource

v0.9.2

03 May 23:49
025cb11
Compare
Choose a tag to compare

Changelog

  • Fix resource name detection logic from user input #39

v0.9.1

03 May 08:00
9234322
Compare
Choose a tag to compare

Changelog

  • Potential bug fix in #37.

v0.9.0

03 May 07:32
77b0ae2
Compare
Choose a tag to compare

Changelog

  • Align output with kubectl-explain since v1.27 by #33.
  • Enrich Console Output with Breadcrumbs by #36. Thanks for your feedback, @fkaksa!

v0.8.3

27 Apr 23:58
4d76a67
Compare
Choose a tag to compare

Changelog

  • Help output improvement

v0.8.2

27 Apr 23:37
babaa85
Compare
Choose a tag to compare

Changelog

v0.8.1

27 Apr 08:51
9a981b7
Compare
Choose a tag to compare

Changelog

  • #24 fixed the bug that is introduced in #22

v0.8.0

27 Apr 07:58
9db3ad3
Compare
Choose a tag to compare

⚠️ USE v0.8.1 INSTEAD ⚠️

This version introduced the bug which is solved by #24.

Changelog

  • Fuzzy-find the field to explain from fields matching the regex. Thanks for your feedback @guettli

v0.7.2

15 Jan 05:48
55b0771
Compare
Choose a tag to compare

Update dependencies

v0.7.1

24 Jan 14:26
988ae6b
Compare
Choose a tag to compare

Changelog

  • 988ae6b Merge pull request #13 from keisku/issue-12