Skip to content

Releases: theketchio/ketch

v0.2.1 release

07 Apr 15:48
bfb585f
Compare
Choose a tag to compare
[SHIPA-1131] Fix app deploy for minimal images (#78)

v0.2.1-rc-1

06 Apr 22:18
bfb585f
Compare
Choose a tag to compare
v0.2.1-rc-1 Pre-release
Pre-release
[SHIPA-1131] Fix app deploy for minimal images (#78)

v0.2.0

09 Feb 15:52
Compare
Choose a tag to compare

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

11 Dec 11:25
a42928e
Compare
Choose a tag to compare
[SHIPA-808] make dir with app name for saving chart with export cmd (…