Skip to content

Releases: eliasbokreta/multik8s

v0.0.3

28 Oct 08:34
9a27d7d
Compare
Choose a tag to compare

Changelog

  • 9a27d7d fix: cpu issues with logs + stream stops (#2)
  • d910079 doc: update readme usage and setup

v0.0.2

11 Jul 07:00
23541f5
Compare
Choose a tag to compare

Changelog

  • 23541f5 feat: enable updating the binary version from the CLI
  • 8d9d2e8 chore: updated ignore patterns for PRs
  • 5ae46a6 chore: improved code readability and reduce duplicates
  • 8bb55f8 feat: add colors for pod list => contexts and pod generate name
  • 5aa11ff chore: updated documentation
  • e78b604 feat: add pod age calculation for 'get pods' command + test
  • 620f885 update(doc): add logo + table of content + title section (#1)
  • 07488a4 fix: missing golangci-lint
  • f81c93c chore: improved documentation
  • c607837 chore: enabled gofumpt and noctx linters
  • e438c7b chore: add command documentation generation
  • 6af2d1b chore: add various tests for documentation and lint
  • ae4290a chore: add codeowners
  • 90eabc6 chore: improve logs with different color on pod generate name and pod ID

v0.0.1

09 Jul 12:46
dfc1469
Compare
Choose a tag to compare

Changelog

  • dfc1469 chore: add version support for multik8s
  • 57a99f6 chore: update goreleaser config
  • 6f322c6 chore: add goreleaser
  • f761b3e Update README.md
  • 44ff9e0 feat: allow to follow logs or not + tail lines param
  • 6165027 Initialize repository