Skip to content

Releases: NimbleArchitect/kubectl-ice

v0.1.0

10 Jun 11:40
Compare
Choose a tag to compare

Changelog

  • 57d56bd updated README.md
  • f1010ad added selinux flag to security sub command
  • acf0d5e added --device flag to volume sub-command
  • b3240d3 minor documentation and help message updates
  • d7ee093 added yaml, csv and list output modes
  • 47ca1b2 new sub command lifecycle
  • a60973c moved portAsString to utils.go

v0.0.19

06 Jun 15:40
Compare
Choose a tag to compare

Changelog

  • b22d5a9 updated release.yaml
  • 93841e7 updated readme and capabilities short text message
  • bc596f6 fixed --match to work with letters as well as numbers and refactored code
  • 017c56e ports.go and volumes.go now use NewCellInt
  • f2e5a46 updated documentation
  • 40dc701 added ephemeral containers to capabiities, commands, environment, image, ports, probes, resources, restart and status sub commands
  • 961b58a added type containerInformation to help with too many arguments in function calls
  • 4dd9092 added ephemeral container info to status
  • af1e674 added capabilities sub command
  • 278541b updated security help message
  • 5df8d27 renamed file securitycontect.go
  • 569820b added security subcommand
  • a857b9f forced column whitespace to max 80 chars
  • f4e37b7 removed code from command.go that strips the newlines from cmd and args fields
  • 5adc2d9 NewCellText now excapes new lines and tabs
  • e49a057 Update README.md

v0.0.18

02 Jun 14:53
Compare
Choose a tag to compare

Changelog

added extra processing to command output to remove newlines and extra whitespace from output
added size flag to memory to allow output as MB, Mi, GB, etc
Added slelect flag to filter pods on Pod.Spec fields

v0.0.17

23 May 11:32
Compare
Choose a tag to compare

Changelog

  • 9fd7433 fixed incorrect naming of readiness probe

v0.0.16

21 May 18:26
Compare
Choose a tag to compare

Changelog

  • 3dc79fa set memory output to show in Megabytes

v0.0.15

21 May 17:37
Compare
Choose a tag to compare

Changelog

  • 0b6ee60 init container have now been hidden from output of memory and cpu subcommands use -i to show them again

v0.0.14

20 Apr 16:23
Compare
Choose a tag to compare

Changelog

  • b32ac9b dont leave debugging print messages in release code

v0.0.13

20 Apr 16:02
Compare
Choose a tag to compare

Changelog

  • 41f242e updated environment command to pull the vaule from referenced configmaps, added -t flag to environment command, created new k8s connector object and refactored code to take advantage

v0.0.12

19 Apr 15:43
Compare
Choose a tag to compare

Changelog

  • 61ecb09 fix status message it needs trimming as its too long and warps multi lines improved readme added usage and examples

v0.0.11

19 Apr 08:29
Compare
Choose a tag to compare

Changelog

  • b1b62a5 reverted cpu display value for resource limits and requests