Skip to content

Releases: apache/camel-k

v1.5.0

09 Jul 10:05
Compare
Choose a tag to compare

Release Notes

Read more

v1.4.1

05 Jul 07:56
Compare
Choose a tag to compare

Changes

v1.4.0

20 Apr 11:25
Compare
Choose a tag to compare

Closed issues:

  • Multiple ReplicaSet Race Condition #2188
  • [regression] 1.3.2 regresses on "SinkBinding on KSVC results into ping-pong between operators #1936" #2184
  • Default liveness probe initial delay is too short #2173
  • Review generated CSV #2164
  • Integrations are re-built on operator upgrade #2162
  • Deployment on K3s failing with Kaniko and Buildah build strategy #2161
  • Deployment on K3s failing with Spectrum build strategy #2160
  • Normalize object references #2158
  • Ability to provide Maven repository CA certificates #2149
  • kamelet-binding: embedding camelets #2146
  • Release 1.3.2 #2144
  • cli: add a binding sub command #2083
  • Improve description of "dependency" run and modeline option to include case of Camel components artifactId #1584
  • Adding camel-jackson dependency creates issues with inner classes #1507
  • Adding a dump command #1415

Merged pull requests:

Read more

v1.3.2

23 Mar 15:25
Compare
Choose a tag to compare

Bug Fixes

v1.3.1

04 Feb 15:05
Compare
Choose a tag to compare

Bug Fixes

  • Fixed compatibility bug with Knative 0.20 that prevented deploying services that also produce data (#1937, @nicolaferraro)
  • fix(cli): check run sources exists (#1913, @squakez)
  • fix: Do not filter Camel catalogs by runtime provider label (#1900, @astefanutti)
  • Fix - Check conditions in the correct order (#1873, @doru1004)

v1.3.0

29 Dec 20:31
Compare
Choose a tag to compare

New Features

Other Notable Changes

Full Changelog

Closed issues:

  • Should 'kamel uninstall --all' also delete camel-k-registry-secret? #1859
  • Integration with Prometheus trait doesn't deploy on Minikube #1848
  • Unable to use Kamelet spec in a custom CRD #1837
  • Multiple knative revisions created when integration has multiple spec.configuration items #1824
  • Release 1.2.1 #1823
  • Support for kamelet repository #1818
  • Telegram Kamlet sets CloudEvent source attribute to Knative sink #1813
  • Move released images to a hub without rate limits #1761
  • Define default global Kamelets #1675
  • Enable SinkBinding automatically #1654
  • Document the --config option in the kamel CLI #1185
  • Basic module structure for Camel K projects #1135

Merged pull requests:

Read more

v1.2.1

27 Nov 08:56
Compare
Choose a tag to compare

Release Notes

Bug Fixes

v1.2.0

12 Oct 10:49
Compare
Choose a tag to compare

Closed issues:

  • Binary resources such as keystores are being corrupted #1750
  • Propagate Kamelet icon on binding #1747
  • Thread blocked calling knative REST #1720
  • Automatic changelog update should not be run on forks #1717
  • Environment Variables from Secrets #1715
  • Salesforce Integration as Knative Serverless Service fails #1713
  • Generate CRD schema for Kamelet + KameletBinding #1710
  • Add Kamelet integration tests #1709
  • Does camel-k plan to provide Java SDK client Calls? #1708
  • Release 1.1.1 #1700
  • Upgrade to Prometheus operator version 0.42.0+ #1697
  • Add support for Strimzi Topics in KameletBinding #1686
  • kamelets: source/sink binding #1676
  • Add related image in OLM descriptor #1611
  • Deprecate build kit at platform set-up time #1604
  • kamelets: runtime support #1575
  • kamelets: operator support #1574
  • Support for Kamelets #1567
  • Add a kamel help cli command #1545
  • Switch to Quarkus as default runtime for integrations #1513

Merged pull requests:

Read more

v1.1.1

15 Sep 10:27
Compare
Choose a tag to compare

Patch release that fixes some incompatibility issues.

Bug Fixes

v1.1.0

24 Jul 14:58
Compare
Choose a tag to compare

New Features

  • Upgraded Camel K Runtime to 1.4.1 (Camel 3.4.0, Camel-Quarkus 1.0.0-CR3, Quarkus 1.6.0.Final) (#1620, @nicolaferraro)
  • When subscribing to a Knative channel or broker, replies are ignored unless explicitly enabled (#1619, @nicolaferraro)
  • Add the camel and kamel categories to Camel K CRDs (#1615, @ipolyzos)
  • feat: Prometheus support for Quarkus based on MicroProfile Metrics (#1490, @astefanutti)
  • feat: Integration scale sub-resource works with HPA (#1587, @astefanutti)
  • feat(crd): Generate CRDs with structural schema from APIs (#1582, @astefanutti)
  • feat: Structured traits configuration serialization (#1600, @astefanutti)

Other Notable Changes