Releases: isaaguilar/terraform-operator-cli
Releases · isaaguilar/terraform-operator-cli
v2.2.1 release
Changes in v2.2.1
Changes
- Added support for any method to access
/connector
v2.2.0 release
Changes in v2.2.0
Changes
- Added
tfo dashboard
sub-command. Requires tfo api >= 0.8.x.
v2.1.1 release
Changes in v2.1.1
Changes
- Bump package of terraform-operator@v0.14.0
v2.1.0 release
Changes in v2.1.0
Features
- Added allowing to define extra arguments to
exec
andlocal debug
commands which are the synonomous to kubectl exec command arguments. For exampletfo exec -c my-cluster -n default hello-tfo -- ls -lah
will executels -lah
as the entrypoint command. The--
is not required, but it lets the tfo binary to stop processing flags.
v2.0.0 release
Changes in v2.0.0
Features
- Added new
connect
andexec
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 atlocal debug
- Removed the
show
command
2.0.0-beta3 release
Changes in 2.0.0-beta3
Features
- Added new
connect
andexec
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
Changes in 2.0.0-beta2
Features
- Added new
connect
andexec
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
Changes in 2.0.0-beta1
Features
- Added new
connect
andexec
commands to communicate with a TFO API server
Breaking Changes
- Removed the
-c
shorthand for--kubecfg
v1.3.0 release
Changes in v1.3.0
Breaking Changes
- Requires the new tf.galleybytes.com/
v1beta1
apiVersion CRD installed
v1.2.0 release
Changes in v1.2.0
Fixes
- The terminal size of the
debug
session (ie podexec
), now is the same size as the current TTY.
Breaking Changes
- Requires the new tf.isaaguilar.com/
v1alpha2
apiVersion CRD installed