You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(build): Task-based builds
fix(build): Use EmptyDir volumes for Kaniko builds when caching is disabled
fix(build): Disable Kaniko cache by default (#1121, @astefanutti)
If an integration platform is not provided, a default one will be created whenever possible (OpenShift) (#1117, @nicolaferraro)
Default values for the kamel CLI can now be configured through a configuration file and/or environment variables. (#1133, @lburgazzoli)
Camel K Kubernetes Custom Resource APIs promoted to "v1" (#1160, @nicolaferraro)
Bug Fixes
Knative profile detection has been deferred to when the integration runs, in order to allow Camel K and Knative to be installed in any order (#1151, @nicolaferraro)
Other Notable Changes
fix(OpenAPI): Use catalog runtime version to generate OpenAPI project (#1096, @astefanutti)