v1.6.0
Release Notes
Camel Dependencies
- Apache Camel K Runtime 1.9.0
- Apache Camel Quarkus 2.2.0
- Apache Camel 3.11.1
- Apache Camel Kamelets 0.4.0
Changes by Kind
Feature
- KameletBinding resources are now scalable (#2582, @nicolaferraro)
- Feat(cmd/bind): error-handler setting (#2587, @squakez)
- Feat(trait): container image pull policy (#2583, @squakez)
- Allow the scheme used for the liveness and readiness probes to be overridden (#2527, @Kyle-Cooley)
- Improvements to the logger trait (#2580, @orpiske)
kamel uninstall
now also cleans up all kamelets defined in the same namespace. (#2489, @tadayosi)- Updated documentation about using various kinds of dependencies (#2607, @mmacphail)
Bug or Regression
- Fixed ImagePullError when using global operator in OpenShift (#2535, @nicolaferraro)
- Fixed kamel bind YAML output (#2575, @squakez)
- Numeric parameters are properly encoded in Kamelets (#2617, @nicolaferraro)
- Reset command no longer fails when using KameletBindings (#2603, @nicolaferraro)
- Fix(builder): Fix race-condition when Build transitions to running phase (#2545, @astefanutti)
- Fix(cli): property priority (#2570, @squakez)
- Fix(cmd/bind): nullable error-handler (#2496, @squakez)
- Fix(kamelets): error handler uri autodiscovery (#2597, @squakez)
- Fix: Fix cross-namespace creator resource events (#2547, @astefanutti)
- Fixing a typo (#2588, @mmacphail)
Uncategorized
- Chore: Upgrade to networking.k8s.io/v1 Ingress API (#2084, @astefanutti)
- Ensures that QUARKUS_LOG_CONSOLE_JSON is set to false if the
logging.json
trait is not provided (#2540, @orpiske) - Jolokia is upgraded to 1.7.0 (#2594, @tadayosi)
- Added support for Strimzi v1beta2 APIs in KameletBindings (#2595, @nicolaferraro)
Dependencies
Added
- github.com/liggitt/tabwriter: 89fcab3
- k8s.io/cli-runtime: v0.20.2
- sigs.k8s.io/kustomize: v2.0.3+incompatible
Changed
- github.com/redhat-developer/service-binding-operator: v0.7.1 → v0.8.0
Removed
Nothing has changed.