Skip to content

Releases: middlewaregruppen/tcli

v1.1.0

10 Mar 09:35
cb055cb

Choose a tag to compare

What's Changed

  • feat(client): Makes client context aware by @amimof in #22
  • feat(client): refactor client into an interface by @amimof in #23
  • refactor(client): add logger and credentials options by @amimof in #24
  • refactor(auth): centralize kubeconfig client logic by @amimof in #25
  • refactor(logging): migrate from logrus to slog by @amimof in #26
  • chore(deps): update go version to 1.21 by @amimof in #27

Full Changelog: v1.0.2...v1.1.0

v1.0.2

26 Mar 20:09
b32f53b

Choose a tag to compare

  • Adds Dockerfile for building container image (#20)

v1.0.1

09 Mar 15:21
07c35dc

Choose a tag to compare

Out of beta 🎉

v1.0.0-beta.9

06 Oct 12:31
1d13248

Choose a tag to compare

  • Sort namespaces by name alphabetically (#18)
  • Adds --silent flag, supress output on login (#16)

v1.0.0-beta.8

26 Apr 07:03
bb27878

Choose a tag to compare

  • Makes the logout command useful by actually logging out (#15)

v1.0.0-beta.7

25 Apr 13:31
d86c2d4

Choose a tag to compare

  • Read password from stdin if not provided elsewhere (#13)
  • Added list addons (#12)
  • Added list releases (#10)

v1.0.0-beta.6

24 Apr 11:37
4a14f1d

Choose a tag to compare

  • Support for multiple clusters in login command (#9 )

v1.0.0-beta.5

21 Apr 13:23
72f7da9

Choose a tag to compare

  • Added inspect command #6
  • Added list command for listing resources such as namespaces and clusters #7

v1.0.0-beta.4

20 Apr 08:57
7ec7c2c

Choose a tag to compare

  • Default location of kubeconfig is now ~/.kube/config

v1.0.0-beta.3

20 Apr 08:32
ff4de02

Choose a tag to compare

  • Fixes version command (#3)
  • Correctly read flags from environment in cluster command (#4)