Releases: theketchio/ketch
Releases · theketchio/ketch
v0.5.0-rc-4
clearer error messages; prevents duplicate jobs
v0.5.0-rc-3
0.5.0, with permissions updates
v0.5.0-rc-2
- 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
adds Job
v0.4.0
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
v0.4.0-rc-2
adds name to framework; defaults export commands to stdout; omitempty…
v0.4.0-rc-1
adds app yaml support; adds unit management to app deploy
v0.3.1 Release
- 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
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
corrects casing of framework tag (#92) * corrects casing of framework tag * regenerate yamls