Releases: theketchio/ketch
Releases · theketchio/ketch
v0.2.1 release
[SHIPA-1131] Fix app deploy for minimal images (#78)
v0.2.1-rc-1
[SHIPA-1131] Fix app deploy for minimal images (#78)
v0.2.0
Enhancements:
- As a user I can use Ketch to deploy from source
- As a user of Ketch I can do canary deployment
- As a user I can see application status deployed by Ketch
- As a user I can see app logs deployed by Ketch
- As a user I can create, update and delete platforms on ketch
- As a user I can specify a platform when I create an app.
- As a user adding a platform, I can specify a docker file for the image.
Bug fixes:
- Using ketch pool remove does not remove the namespace from kubernetes
- Ketch CNAME remove does not remove it from ketch app list
- Traefik 2.x requires certificates to enable https
- App deploy from source fails if no Procfile provided
- Canary deployment gives 404
- [Regression] Ketch client hangs trying to access kubernetes cluster
- ketch deploy from source fails to push image to docker registry
- Ketch canary deployment deploys next version in case of error
- Canary deployment status doesn't show weights across versions
v0.1.1
[SHIPA-808] make dir with app name for saving chart with export cmd (…