Skip to content

Releases: isaaguilar/infrakube-cli

v2.2.2 release

04 May 06:02

Choose a tag to compare

Changes in v2.2.2

Fixes

  • On creating on new config file, continue to load file for usage in same command.

v2.2.1 release

25 Apr 17:53

Choose a tag to compare

Changes in v2.2.1

Changes

  • Added support for any method to access /connector

v2.2.0 release

20 Oct 05:00

Choose a tag to compare

Changes in v2.2.0

Changes

  • Added tfo dashboard sub-command. Requires tfo api >= 0.8.x.

v2.1.1 release

03 Oct 12:12

Choose a tag to compare

Changes in v2.1.1

Changes

  • Bump package of terraform-operator@v0.14.0

v2.1.0 release

27 Sep 18:16

Choose a tag to compare

Changes in v2.1.0

Features

  • Added allowing to define extra arguments to exec and local debug commands which are the synonomous to kubectl exec command arguments. For example tfo exec -c my-cluster -n default hello-tfo -- ls -lah will execute ls -lah as the entrypoint command. The -- is not required, but it lets the tfo binary to stop processing flags.

v2.0.0 release

29 Aug 21:12

Choose a tag to compare

Changes in v2.0.0

Features

  • Added new connect and exec commands to communicate with a TFO API server + with SSO Support
  • Added a --config option to specify a configfile

Breaking Changes

  • Removed the -c shorthand for --kubecfg
  • Moved debug command under a new subcommand. It is now accesssible at local debug
  • Removed the show command

2.0.0-beta3 release

28 Aug 04:37

Choose a tag to compare

2.0.0-beta3 release Pre-release
Pre-release

Changes in 2.0.0-beta3

Features

  • Added new connect and exec commands to communicate with a TFO API server + with SSO Support
  • Added a --config option to specify a configfile

Breaking Changes

  • Removed the -c shorthand for --kubecfg

2.0.0-beta2 release

18 Aug 18:24

Choose a tag to compare

2.0.0-beta2 release Pre-release
Pre-release

Changes in 2.0.0-beta2

Features

  • Added new connect and exec commands to communicate with a TFO API server
  • Added a --config option to specify a configfile

Breaking Changes

  • Removed the -c shorthand for --kubecfg

2.0.0-beta1 release

18 Aug 05:21

Choose a tag to compare

2.0.0-beta1 release Pre-release
Pre-release

Changes in 2.0.0-beta1

Features

  • Added new connect and exec commands to communicate with a TFO API server

Breaking Changes

  • Removed the -c shorthand for --kubecfg

v1.3.0 release

24 Jun 16:34

Choose a tag to compare

Changes in v1.3.0

Breaking Changes

  • Requires the new tf.galleybytes.com/v1beta1 apiVersion CRD installed