Skip to content

Releases: DavidGamba/dgtools

Release bt/v0.5.0

24 Jan 05:55
Compare
Choose a tag to compare
== v0.5.0: New features

* Better cache invalidation.

* Suggest workspace completions rather than limiting the list of valid values.

* New command: `bt terraform providers lock`
+
Uses the config file to get the list of archs for the given profile and uses them to update the lock file.

* Add support for missing terraform commands:

** state mv
** validate
** test

Release bt/v0.4.0

06 Dec 07:59
Compare
Choose a tag to compare
== v0.4.0: New features

* Use the default `.terraform/` TF_DATA_DIR when the default profile is used.
Other profiles will continue to use the `.terraform-<profile>/` dir.
+
This eases using Terraform with and without bt.

* Add workspace commands to manage workspaces when working with multiple profiles.
+
When switching to the default workspace, bt automatically removes the environment file so that we are not locked into a specific workspace.

* Expose terraform checks command as a standalone command to allow running pre-apply checks.

Release bt/v0.3.0

05 Dec 06:53
Compare
Choose a tag to compare
== bt/v0.3.0: Breaking changes

Terraform config has been updated to support multiple profiles.

Additionally, the terraform data is no longer saved at the default `.terraform/` dir but has been changed to follow the format `.terraform-<profile>/`.

See the Profiles section in the README for more details.

Release clitable/v0.4.0

03 Dec 01:52
Compare
Choose a tag to compare
clitable/v0.4.0: add --normalize flag to fix csv input other tools ca…

Release bt/v0.2.0

03 Dec 02:27
Compare
Choose a tag to compare
bt: ensure pre-apply checks run before the apply and add --no-checks …

Release fsmodtime/v0.2.0

02 Nov 04:27
Compare
Choose a tag to compare
* Allow controlling recursiveness.
* Expand ~ to $HOME.

Release bt/v0.1.0

02 Nov 04:38
Compare
Choose a tag to compare
bt/v0.1.0

Release tz/v0.1.1

05 Sep 02:21
Compare
Choose a tag to compare
tz: Update homebrew formula

Release tz/v0.1.0

20 Jun 07:17
Compare
Choose a tag to compare
v0.1.0 tz: Time Zone CLI app

Release clitable/v0.3.1

19 May 03:24
Compare
Choose a tag to compare
== v0.3.1: Go mod fix

* Fix to get the right version printed.