Skip to content

Releases: isaaguilar/terraform-operator-cli

v2.2.1 release

25 Apr 17:53
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes in v1.3.0

Breaking Changes

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

v1.2.0 release

06 Sep 02:32
Compare
Choose a tag to compare

Changes in v1.2.0

Fixes

  • The terminal size of the debug session (ie pod exec), now is the same size as the current TTY.

Breaking Changes

  • Requires the new tf.isaaguilar.com/v1alpha2 apiVersion CRD installed