v1.7.0
Camel Dependencies
- Apache Camel K Runtime 1.10.0
- Apache Camel Quarkus 2.4.0
- Apache Camel 3.12.0
- Apache Camel Kamelets 0.5.0
Changes by Kind
Task
- Upgrade Kubernetes API to version 1.21.4
Upgrade controller-runtime to version 0.9.7
Upgrade Knative to version 0.26.0
Upgrade Go to version 1.16 (#2655, @astefanutti)
Feature
-
An alternative kustomize based installer that applies the kubernetes resources using
kustomize
&kubectl
.The
config
directory contains all the resources for installation and configuration of the camel-k operator. While, by default, those resource are installed through thekamel
binary, they can also be applied directly to a cluster usingkustomize
. These resources can be modified prior to their installation and thekustomize.yaml
files be changed to include extra patches and settings, as required.A Makefile is included to provide an imperative guide to the otherwise declarative structure. The sequence is thus:
make setup
(must be executed as cluster-admin)make operator
make platform
(if a customized integration-platform is required)make example
(optional - installs thehello-world
camel-k integration)
Each of these Makefile rules have their own extra environment variables that can be customized. Please review the rules in the Makefile for details. (#2284, @phantomjinx)
-
Feat(native): Add support for Knative service gradual roll-out (#2667, @astefanutti)
-
Feat: Add active-deadline-seconds and backoff-limit options to cron trait (#2678, @astefanutti)
-
Feat: Add progress-deadline-seconds option to deployment trait (#2677, @astefanutti)
-
Feat: Comprehensive Integration error status (#2682, @astefanutti)
-
Feat: Consistent Integration scale status (#2662, @astefanutti)
-
Feat: Health trait (#2740, @astefanutti)
-
Feat: Quarkus native build support (#2536, @astefanutti)
-
It's possible to assign an ID to a Camel K operator in order to reconcile only a specific set of resources (#2683, @nicolaferraro)
-
Resources can be configured to use a secondary integration platform (#2695, @nicolaferraro)
-
Feat(trait): camel trait to include properties (#2635, @squakez)
-
Feat: Allow custom fixed labels for any running pod (#2646, @claudio4j)
Bug or Regression
- Chore(builder): Self-defined Build spec (#2688, @astefanutti)
- Fix: Affinity trait must run after the Knative Service trait (#2666, @astefanutti)
- Fix: Avoid operator panic when Quarkus fast-jar directory is empty (#2704, @astefanutti)
- Fix: Handle Integration changes while waiting for Kit build (#2670, @astefanutti)
- Fix: Integration readiness status should account for updated replicas (#2691, @astefanutti)
- Fix: Unify post-build integration phases reconcilation (#2645, @astefanutti)
- Fix: Use a single operator and CLI client globally (#2703, @astefanutti)
- Integrations and Bindings with external images can be scaled correctly (#2639, @nicolaferraro)
Uncategorized
- Chore(build): Upgrade Maven to version 3.8.3 (#2671, @astefanutti)
- Chore(cli): Add operator env vars option to install CLI (#2673, @astefanutti)
- Chore(native): Fail-fast native build for unsupported languages (#2631, @astefanutti)
- Chore: Bypass cache round-trips to reconcile integration status (#2692, @astefanutti)
- Chore: Parallel Kamelets reconciliation (#2668, @astefanutti)
- Chore: Upgrade Knative to version 1.0.0 (#2733, @astefanutti)
- Jolokia is upgraded to 1.7.1 (#2665, @tadayosi)
- Trait/route: Add support to read certificates from secrets (#2577, @claudio4j)
- Update documentation links in README to point from 'latest' to 'next' (#2722, @jbpratt)
- Upgraded Service Binding Operator to 1.0.0 GA (#2729, @johnpoth)