Skip to content

Releases: NimbleArchitect/kubectl-ice

v0.2.12

30 Mar 13:00
Compare
Choose a tag to compare

Changelog

  • 3af1551 adjusted ports command to simulate ip and added show-ip flag
  • 736ce22 Merge pull request #18 from mitct23/patch-1
  • 46e81a0 Fix probe name in kubectl ice probe output
  • 7bf0cb8 updated dependency versions

v0.2.11

07 Feb 16:53
Compare
Choose a tag to compare

Changelog

  • 8c53b89 added colour modifires to all sub commands
  • cea93fb added environment variable ICE_COLOR updated colours to support custom colours tidied up colour code updated readme
  • 13166b3 added colour support to remaining sub commands
  • 2220ea8 colour now support colour modifier
  • b712ca1 updated readme to remove colour from output flag
  • 5298ca6 updated readme
  • cb5f92e updated colour flag help mexxage
  • 9cddbc0 tables now support column, error and mix colours enabled environment var ICE_COLOUR added --color flag
  • 9e86ec5 moved percent colour limits to setColourValue
  • aaa6f9a added colour/color options to output -o flag
  • 9db6fda Update README.md
  • 042140f Merge branch 'main' of github.com:NimbleArchitect/kubectl-ice
  • b95ea9b fixed bug where I didn't check environment for nil pointer
  • 6861ab9 Merge pull request #14 from xino12/main
  • b59c09a Update README.md
  • 6ae447d Update README.md

v0.2.10

19 Sep 10:37
Compare
Choose a tag to compare

Changelog

  • 9dedba0 fixed cpu and memory should not show init containers by default
  • 35bc486 updated go.mod to go v1.19

v0.2.9

16 Sep 12:45
Compare
Choose a tag to compare

Changelog

  • 5a5963e fixed typo
  • 816282d fixed bug with lifecycle reading incorrect PreStop
  • 82a0d4b add missing examples to readme
  • a6761ca updared readme

v0.2.8

19 Aug 16:42
Compare
Choose a tag to compare

Changelog

v0.2.6

06 Aug 14:10
Compare
Choose a tag to compare

Changelog

  • 2b69c3b added nodename to all types also fixed match-only issue

v0.2.5

05 Aug 18:55
Compare
Choose a tag to compare

Changelog

  • 430a88e updated documentation for release 2.5
  • 9d83650 added --match-only flag to calculate up only the matched rows
  • bce1790 refactored code to remove useless len check

v0.2.4

04 Aug 09:59
Compare
Choose a tag to compare

Changelog

  • 6a6f73a removed empty nodes form output, fixed T column showing incorrect CronJob
  • 66d90eb added Job and CronJob types to tree view

v0.2.3

03 Aug 14:12
Compare
Choose a tag to compare

Changelog

  • 36ca25d fixed blank line when multipule nodes exist

v0.2.2

03 Aug 12:32
Compare
Choose a tag to compare

Changelog

  • aae995b containers and owners are now displayed in the same order every run so I can pipe to unix watch command
  • 6b7b4a8 fixed table_test.go
  • 12436a1 moved table.exclusionFilter to builder.matchShouldExclude
  • 9dc5f39 preparing to move match filter to builder
  • e670d64 merged buildPodTree into walkTreeCreateRow
  • 5ed6061 stopped empty pods being displayed with using the -c flag
  • 1340032 merged buildpod and sum into buildbranch function
  • 8a97438 moved indentText func to table.go
  • 8b2b097 cpu with --raw correctly displays in nanocores and calculates up to parents