зеркало из https://github.com/Azure/draft-classic.git
1.5 KiB
1.5 KiB
Changelog
v0.3.0
Client
- Added default draft packs for 6 different languages
- Ignore temporary files from file watcher
- Switched to
draft.toml
- Draft auto-generates the application name on
draft create
Server
- Connect to tiller via kubernetes service
Documentation
- Added example applications for 6 different languages
- Switched getting-started documentation over to use python example app
- Added basedomain logic to ingress hosts
- Added Governance Model
Test Infrastructure
- Switched to Jenkins
- Upload build artifacts to Azure Blob Storage
- Improved code coverage
v0.2.0
Client
- New command:
draft home
- New command:
draft init
- Introduced pack detection into
draft create
- New option flags on
draft up
:-f
,--set
, and--values
- Introduced a default Ingress resource with the default nginx pack
- Introduced
draft.yaml
Server
- Initialized connection to Helm on startup rather than at build time
- Bumped Helm to commit 1aee50f
Documentation
- Introduced the --watch flag in the Getting Started Guide
- Documented the release process
Test Infrastructure
- Introduced Drone CI!
- Canary images are uploaded to docker registry
- Canary clients are uploaded to S3 for linux-arm, linux-i386, linux-amd64, darwin-amd64, and windows-amd64
- Release images and clients are uploaded, too!
- Unit tests for the client and server were improved over this release
- Introduced
hack/docker-make.sh
to run the test suite inside a container
v0.1.0
Initial release! 🎉