Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@bacongobbler bacongobbler released this 09 Jun 19:12
· 892 commits to master since this release

This release bumps Draft up to Helm v2.4 compatibility. To upgrade your existing draft deployment to this release, delete draft from your cluster with helm delete --purge draft, grab and unpack one of the clients provided below and re-run draft init according to the installation guide.

Client

  • Added -o/--dest flag to draft create
  • Fixed unused --app flag on draft create
  • go-bindata is now used to package the default packs, making it easier to contribute new packs

Server

  • Bumped to Helm v2.4 compatibility
  • Refactored and cleaned up package api

Documentation

  • Added a Draft logo
  • Added a nice video tutorial for Draft on Azure Container Services
  • Documented basedomain and basic ingress setups
  • Added descriptions to some of the fields in draft init
  • Added documentation on getting started with Minikube

Test Infrastructure

  • CI will now publish binaries on tagged releases of Draft