Terrakube 2.14.0 has been released #422
jcanizalez
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Welcome to the 2.14.0 release of Terrakube. There are a couple of updates in this version that we hope you'll like, some of the key highlights include:
Terraform cloud block support
This new version lets you use the terraform cloud block to execute remote operations using the CLI driven run workflow.
Enhanced UI error messages for Authorization errors
We have enhanced the UI to handle authorization errors more gracefully.
Workspace Tags
We have enabled tagging functionality within the workspaces. In an upcoming release, you will be able to use these tags in the cloud block feature. For more details please check the terrakube documentation.
Overview Workspace page
With Terrakube’s new workspace Overview page, you can access all the essential information for each of your workspaces in a simple and convenient panel. Initially we are including the last run and workspace tags. We will add more information in upcoming releases.
Improved CLI run workflow logs
From this version onwards, you can view the logs in real time when you use the Terraform CLI remote backend or the cloud block.
SSH key injection
Before, Terrakube only used SSH keys to clone private git repos. Now, Terrakube will inject the keys into the workspace. This way, if your terraform modules use git as source, Terraform will access the modules with the keys. Check the documentation for further details.
For the full changelog for this version please check https://github.com/AzBuilder/terrakube/releases/tag/2.14.0
Beta Was this translation helpful? Give feedback.
All reactions