Skip to content

v0.6.0

Compare
Choose a tag to compare
@IronCore864 IronCore864 released this 21 May 06:01
· 32 commits to release-0.6 since this release

Official Releases for Different Platforms:

In this release, we added a major function to the core: now AWS S3 can be used to store DevStream state.

Also, we have a lot of new first-time contributors, and they are:

Congratulations, and keep up the good work!

Also, we are going to have our third community meeting on May 22, 2022.

Major Changes since Last Release (v0.5.0)

Plugin

  • Plugins now are released to an AWS S3 bucket. dtm init also downloads plugins from S3.

Core

  • AWS S3 backend is supported now. Thanks to @algobot76
  • Developer commands like dtm develop and dtm list are improved.
  • dtm show command is improved.

Bug Fixes

Some bug fixes from our enthusiastic community:

  • check new plugin name existence for create-plugin. Thanks to @HXCGIT
  • add tool instances information before destroy. Thanks to @wzymumon
  • fix go plugin log error. Thanks to @aFlyBird0
  • change flag "name" to "id" and add "all" flag. Thanks to @24sama
  • docs 404 links. Thanks to @iyear
  • configloader bug: varFile can be empty. Thanks to @aFlyBird0

Refactor

  • Migrated all docs back to the main repo.
  • Now we use validator for parameters validation. Thanks to @iyear
  • Modify args to subcommand in developer commands. Thanks to @HXCGIT

Docs

  • Docs website migrated back to readthedocs.io. We will also consider using readthedocs.com.
  • Add s3 remote state doc.
  • Add missing doc for gitlab-repo-scaffolding-golang
  • Develop command related docs. Thanks to @aFlyBird0
  • Chinese readme improvement. Thanks to @iyear

Detailed Changes

New Contributors

Full Changelog: v0.5.0...v0.6.0