Skip to content

v0.12.0

Compare
Choose a tag to compare
@daniel-hutao daniel-hutao released this 04 Feb 02:08
· 24 commits to main since this release
f5d7629

Official Releases for Different Platforms:

Download from Terminal

# Linux amd64
curl -O https://download.devstream.io/v0.12.0/dtm-linux-amd64
# Darwin amd64
curl -O https://download.devstream.io/v0.12.0/dtm-darwin-amd64
# Darwin arm64
curl -O https://download.devstream.io/v0.12.0/dtm-darwin-arm64

Major Changes since Last Release

We are releasing v0.12 mainly to do an MVP of the new "dtm start/create" feature, which will be talked about in detail in our blog soon. In short, dtm start and dtm create aims to bootstrap your DevOps toolchain and a local development environment with interactive CLI with minimum to none configuration.

Other features and improvements:

  • Feature: nested variables in the config.
  • Feature: support rollback in case of error in intermediate steps, thanks to @0zyt.
  • Build: modify GitHub releases URL to AWS S3, thanks to @Shuimo03.
  • Others: documentation table of content updated with a few use cases; a few bug fixes, a few CI improvements.

Detailed Changes

Full Changelog: v0.11.0...v0.12.0