New Features
- Added support for using kamel CLI in Tekton Pipelines (#943, @nicolaferraro)
- Improved kamel CLI experience with remote clusters (90% faster) (#940, @nicolaferraro)
- Added automatic resolution of dependencies for language expressions (#957, @jamesnetherton)
- Added support for Knative (Serving and Eventing) 0.8.x and 0.9.x (#961, @nicolaferraro)
- Added support for proxy servers in Kaniko builds (#905, @jamesnetherton)
- Add the
kaniko-build-cache
option to disable Kaniko cache warming (#922, @asifdxtreme) - Enable integration scale sub-resource (#962, @astefanutti)
Bug Fixes
- Dev mode now shows if the build failed (#927, @jamesnetherton)
- Restricted GC discovery to listable types (#917, @astefanutti)
- Fixed issue which prevented creating builds on GKE (#979, @nicolaferraro)
- Fixed Jolokia and Prometheus traits configuration (#954, @astefanutti)
- Changed
CONTEXT
column header inkamel get
output toKIT
(#964, @jamesnetherton) - Favor cluster-local over public URL to address Knative endpoints (#925, @astefanutti)
Other Notable Changes
- Release notes are now auto-generated (#963, @nicolaferraro)
- Improve
kamel get
command to enable specifying integration name (#897, @jamesnetherton) - Removed usage of hostnames instead of IP addresses when referencing the internal registry on Knative profile (#916, @astefanutti)
- Upgrade to Operator SDK 0.10.0 (#949, @astefanutti)