Skip to content

Releases: NimbleArchitect/kubectl-ice

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

v0.2.1

30 Jul 15:14
Compare
Choose a tag to compare

Changelog

  • f2a1277 updated documentation, minor code changes
  • 545f258 added hide row check back in after accidently removing it, refactored slightly
  • b29d10d renamed b.buildPodRow to b.buildPodTree, added more comments and node-tree flag, fixed match flag for hidden columns
  • 76fb645 restart coount also rolls up
  • 932e806 temporary fixed --raw flag rollup when displayed as tree
  • aed29b7 rollups of cpu and memory is partually working
  • b93b05a we now pass BuilderInfomation as an argument, cpu resource now adds values
  • 0e1dbbb changed letter identifier (T column) for standard containers to C and added type letters for resource sets
  • 3e1aaca tree rows now calculate to the parent correctly
  • 9ff81b4 impemented caching when reading resource sets, saving about 8 seconds over ~40 items
  • 98663c1 tree view now read from the tree list allowing rollup of values
  • 99c0789 BuildOwnersList now correctly returns a tree list
  • 0a5441b updated remaingin sub commands to return correct cell count from Sum function
  • 13b126d updated treeview to support parents, also added updatable row support to table
  • d4cc615 fixed incorrect labels being shown
  • daf1452 updated tree view to include the pods immediate parent info
  • 6c28fbd added --annotations flag to display as column

v0.2.0

13 Jul 18:21
Compare
Choose a tag to compare

Changelog

  • 5ec3e06 large rewrite with lots of changes
  • 021aefe minor help text updates
  • 9f44b6a updated documentation
  • cb9a137 fixed incorrect columns being shown
  • 24ca55a finished moving treeview name column into builder
  • 804bfb8 removed unneeded comments
  • 5e86c36 forced dontUseColor on debug log
  • 53fb495 moved tree name column to builder
  • b8fffd6 code tidy
  • 30eb614 removed utils_containerInfo.go
  • 17fcd17 general code tidyup
  • 8f84e6b moved remaining subcommands to use builder
  • affaac6 updated environemt, image and commands to use builder
  • 37358bc builder callbacks now require [][]Cell return
  • 8c626b1 added show-type flag
  • 8402ae8 fixed resource cpu tree view
  • a0978e7 updated cpu resources to use new builder
  • 24d19c9 tree view and standard view works again for status command
  • 1c64a3f added logger and fixed columns not showing correctly
  • dd570bc basic output works
  • 5d792b5 fixed bug where T colum was being ignored with match flag
  • ec8c683 new idea
  • fe96485 new function loadPods
  • ae67cde fixed typo

v0.1.7

06 Jul 09:26
Compare
Choose a tag to compare

Changelog

  • 83b6262 added missing DownwardAPI to volume output
  • dd75d56 added more table tests
  • a8ff9a3 added mores tests
  • fe00762 Update README.md
  • cf51431 updated asciinema link to correct image

v0.1.6

28 Jun 18:54
Compare
Choose a tag to compare

Changelog

  • ea7fed1 minor documentation updates
  • fb42a5b fix oddities to use the correct column
  • 94017c1 added node-label and pod-label flags to memory command
  • 30ee631 added tree flag and column labels to remaining commands
  • cacf6bf error messages now print to stderr
  • 5f99d37 added version command
  • 31a2936 added flags tree, pod-label and node-label to capabilities command

v0.1.5

24 Jun 17:02
Compare
Choose a tag to compare

Changelog

  • 0f104a0 added node-label and pod-label flags to status command
  • c4b5b47 status command now allows tree and details flags to be used together
  • d15ae7d reworked code to add rows to the table also added label details ready to show in the table output

v0.1.4

22 Jun 22:28
Compare
Choose a tag to compare

Changelog

  • 4eef0c9 updated documentation, fixed column numbers in status command, also fixed oddities flag
  • e8a1004 added nil check for *pod.Status.StartTime
  • cee2b63 now shows age by default also added tree and details flags to status command
  • dce6f6f fixed bug where table was counting bytes when it should be counting charactors
  • bd094b1 adjusted timestamp output format for status command
  • 76e1b5b adjusted error message in LoadMetricConfig
  • 70e1ccc added comments to utils_containerInfo

v0.1.3

18 Jun 16:52
Compare
Choose a tag to compare

Changelog

  • 19279ba renamed flag --show-nodename to show-node
  • e3a43b6 added --show-nodename flag and slight refactor of code
  • c1d45bb Merge branch 'main' of github.com:NimbleArchitect/kubectl-ice
  • a88f276 refactored code to take advantage of LoadFromPod
  • 4ce6aed refactored code to take advantage of SetVisibleColumns
  • 161a7fc Update FUNDING.yml
  • 070b95e added infoTable function to create common headers and refactored code to take advantage
  • f9fd45b removed redundunt code
  • edf30a3 added tests for utils
  • 907842e slight readme update added asciinema recording
  • 604515b fixed incorrect display of namespace when using -A flag
  • 5ab3d96 removed namespace from templates

v0.1.2

13 Jun 17:12
Compare
Choose a tag to compare

Changelog

  • f888108 fixed oddities flag after adding extra columns

v0.1.1

10 Jun 13:39
Compare
Choose a tag to compare

Changelog

  • a230382 added the --show-namespace flag to all sub commands