Skip to content

Releases: theketchio/ketch

v0.5.0-rc-4

31 Aug 14:42
79a6f9d
Compare
Choose a tag to compare
v0.5.0-rc-4 Pre-release
Pre-release
clearer error messages; prevents duplicate jobs

v0.5.0-rc-3

26 Aug 20:08
Compare
Choose a tag to compare
v0.5.0-rc-3 Pre-release
Pre-release
0.5.0, with permissions updates

v0.5.0-rc-2

12 Aug 15:37
022d37a
Compare
Choose a tag to compare
v0.5.0-rc-2 Pre-release
Pre-release
  • Updates helm to 3.6.3, addressing vulnerabilities in older version .
  • Transitions apiextensions to v1 from v1beta1, alleviating deprecation warnings during install.

v0.5.0-rc-1

05 Aug 15:59
95dbbbf
Compare
Choose a tag to compare
v0.5.0-rc-1 Pre-release
Pre-release
adds Job

v0.4.0

28 Jul 00:07
Compare
Choose a tag to compare

Key Features in v0.4.0

  • Create and update framework using framework YAML
  • Export framework yaml
  • Deploy application using application YAML
  • Export application yaml file
  • ketch app deploy improvement: command now supports unit commands
  • Ketch CLI Install script can not be installed on Apple M1 machines

Other Fixes

  • Add name to framework; defaults export commands to stdout; omitempty on application.version (#118) [John Shenk]
  • Use go 1.16 (#117) [John Shenk]
  • Fix weight calculation of a step for canary deployment (#111) [aleksej.paschenko]

v0.4.0-rc-2

23 Jul 22:29
Compare
Choose a tag to compare
v0.4.0-rc-2 Pre-release
Pre-release
adds name to framework; defaults export commands to stdout; omitempty…

v0.4.0-rc-1

19 Jul 20:11
92056ca
Compare
Choose a tag to compare
v0.4.0-rc-1 Pre-release
Pre-release
adds app yaml support; adds unit management to app deploy

v0.3.1 Release

02 Jul 16:08
7b54803
Compare
Choose a tag to compare
  • Fix support of multiple processes in a Procfile
  • Shell autocomplete
  • Remove Platform CRD
  • Framework yaml export

Note: the team noticed a compatibility issue. Frameworks created with version 0.3.0 will error when used in versions >=0.3.1, because the framework.name field was added and marked "required." One potential workaround is to re-create frameworks using framework export, add a "name", and framework deploy.

v0.3.0

21 Jun 23:49
34c0970
Compare
Choose a tag to compare

Release notes - Shipa - Version Ketch 0.3.0

Task

[SHIPA-1474] Replace pool by framework

[SHIPA-1368] Deploy from source using Buildpack

0.3.0 RC 1

07 Jun 20:29
34c0970
Compare
Choose a tag to compare
0.3.0 RC 1 Pre-release
Pre-release
corrects casing of framework tag (#92)

* corrects casing of framework tag

* regenerate yamls