This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new d8c97a7c0 chore: nightly automatic updates
d8c97a7c0 is described below
commit d8c97a7c08cf5b2bda816f9fe6660f4f7e68111a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 21 23:46:08 2024 +0000
chore: nightly automatic updates
---
CHANGELOG.md | 439 ++++++++++++++++++++++++++++++-----------------------------
README.adoc | 2 +-
badge.out | 2 +-
coverage | 2 +-
coverage.out | 78 +++++------
5 files changed, 268 insertions(+), 255 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85ace2211..109899034 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,27 +2,11 @@
## [Unreleased](https://github.com/apache/camel-k/tree/HEAD)
-[Full
Changelog](https://github.com/apache/camel-k/compare/2.3.2-nightly...HEAD)
-
-**Closed issues:**
-
-- Operator restart Integrations on upgrade
[\#5491](https://github.com/apache/camel-k/issues/5491)
-- Remove maven threads configuration based on GOMAXPROCS
[\#5467](https://github.com/apache/camel-k/issues/5467)
-- Incorrect content of the build/\_maven\_overlay directory causes the build
project failure [\#5466](https://github.com/apache/camel-k/issues/5466)
-- Integration fails to retrieve the publish task and the image digest on OCP
[\#5465](https://github.com/apache/camel-k/issues/5465)
-- Make images does not work out of the box
[\#5464](https://github.com/apache/camel-k/issues/5464)
-- Generate badges for deprecated traits
[\#5424](https://github.com/apache/camel-k/issues/5424)
-- Cannot `make test-smoke` on arm64 out of the box
[\#5362](https://github.com/apache/camel-k/issues/5362)
-- Simplify run cmd for archs other than amd64
[\#5292](https://github.com/apache/camel-k/issues/5292)
-- Pod SecurityContext default secure settings
[\#5287](https://github.com/apache/camel-k/issues/5287)
-- Review permission check
[\#5210](https://github.com/apache/camel-k/issues/5210)
-- Custom kamelets are not fetched from private GitHub repository
[\#5173](https://github.com/apache/camel-k/issues/5173)
-- Refactor build-bundle-image.sh to use kustomize profiles
[\#5131](https://github.com/apache/camel-k/issues/5131)
-- Kamelet: Consider restricting the Kamelet route to only allow `from` or
`route` [\#5118](https://github.com/apache/camel-k/issues/5118)
-- Keda integration not working with mounted secrets
[\#4359](https://github.com/apache/camel-k/issues/4359)
+[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.2...HEAD)
**Merged pull requests:**
+- fix\(trait\): camel catalog regression
[\#5524](https://github.com/apache/camel-k/pull/5524)
([squakez](https://github.com/squakez))
- \(\#5489\) Use yaml in e2e common
[\#5517](https://github.com/apache/camel-k/pull/5517)
([tdiesler](https://github.com/tdiesler))
- chore\(trait\): revert default health enabled
[\#5516](https://github.com/apache/camel-k/pull/5516)
([squakez](https://github.com/squakez))
- fix\(trait\): environment variables
[\#5515](https://github.com/apache/camel-k/pull/5515)
([squakez](https://github.com/squakez))
@@ -55,6 +39,33 @@
- fix\(\#5292\): Simplify run cmd for archs other than amd64
[\#5403](https://github.com/apache/camel-k/pull/5403)
([tdiesler](https://github.com/tdiesler))
- feat\(4893\) YAML DSL route configuration support
[\#5369](https://github.com/apache/camel-k/pull/5369)
([realMartinez](https://github.com/realMartinez))
+## [v2.3.2](https://github.com/apache/camel-k/tree/v2.3.2) (2024-05-21)
+
+[Full
Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-2.3.2...v2.3.2)
+
+##
[camel-k-crds-2.3.2](https://github.com/apache/camel-k/tree/camel-k-crds-2.3.2)
(2024-05-21)
+
+[Full
Changelog](https://github.com/apache/camel-k/compare/2.3.2-nightly...camel-k-crds-2.3.2)
+
+**Closed issues:**
+
+- Knative service not working when using sourceless Integration in v2.3.1
[\#5519](https://github.com/apache/camel-k/issues/5519)
+- Operator restart Integrations on upgrade
[\#5491](https://github.com/apache/camel-k/issues/5491)
+- Remove maven threads configuration based on GOMAXPROCS
[\#5467](https://github.com/apache/camel-k/issues/5467)
+- Incorrect content of the build/\_maven\_overlay directory causes the build
project failure [\#5466](https://github.com/apache/camel-k/issues/5466)
+- Integration fails to retrieve the publish task and the image digest on OCP
[\#5465](https://github.com/apache/camel-k/issues/5465)
+- Make images does not work out of the box
[\#5464](https://github.com/apache/camel-k/issues/5464)
+- Generate badges for deprecated traits
[\#5424](https://github.com/apache/camel-k/issues/5424)
+- Cannot `make test-smoke` on arm64 out of the box
[\#5362](https://github.com/apache/camel-k/issues/5362)
+- Simplify run cmd for archs other than amd64
[\#5292](https://github.com/apache/camel-k/issues/5292)
+- Pod SecurityContext default secure settings
[\#5287](https://github.com/apache/camel-k/issues/5287)
+- Review permission check
[\#5210](https://github.com/apache/camel-k/issues/5210)
+- Custom kamelets are not fetched from private GitHub repository
[\#5173](https://github.com/apache/camel-k/issues/5173)
+- Allow customization of Pipe's pod template via annotations trait.
[\#5136](https://github.com/apache/camel-k/issues/5136)
+- Refactor build-bundle-image.sh to use kustomize profiles
[\#5131](https://github.com/apache/camel-k/issues/5131)
+- Kamelet: Consider restricting the Kamelet route to only allow `from` or
`route` [\#5118](https://github.com/apache/camel-k/issues/5118)
+- Keda integration not working with mounted secrets
[\#4359](https://github.com/apache/camel-k/issues/4359)
+
## [2.3.2-nightly](https://github.com/apache/camel-k/tree/2.3.2-nightly)
(2024-05-06)
[Full
Changelog](https://github.com/apache/camel-k/compare/v2.3.1...2.3.2-nightly)
@@ -132,7 +143,7 @@
##
[camel-k-crds-2.3.1](https://github.com/apache/camel-k/tree/camel-k-crds-2.3.1)
(2024-04-29)
-[Full
Changelog](https://github.com/apache/camel-k/compare/2.3.1-nightly...camel-k-crds-2.3.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/2.4.0-nightly...camel-k-crds-2.3.1)
**Closed issues:**
@@ -178,13 +189,13 @@
- Garbage-collect unused kits
[\#254](https://github.com/apache/camel-k/issues/254)
- Enable services to be associated with a version
[\#182](https://github.com/apache/camel-k/issues/182)
-## [2.3.1-nightly](https://github.com/apache/camel-k/tree/2.3.1-nightly)
(2024-04-08)
+## [2.4.0-nightly](https://github.com/apache/camel-k/tree/2.4.0-nightly)
(2024-04-08)
-[Full
Changelog](https://github.com/apache/camel-k/compare/2.4.0-nightly...2.3.1-nightly)
+[Full
Changelog](https://github.com/apache/camel-k/compare/2.3.1-nightly...2.4.0-nightly)
-## [2.4.0-nightly](https://github.com/apache/camel-k/tree/2.4.0-nightly)
(2024-04-08)
+## [2.3.1-nightly](https://github.com/apache/camel-k/tree/2.3.1-nightly)
(2024-04-08)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v2.3.0...2.4.0-nightly)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v2.3.0...2.3.1-nightly)
**Closed issues:**
@@ -954,7 +965,7 @@
## [2.0.1-nightly](https://github.com/apache/camel-k/tree/2.0.1-nightly)
(2023-07-24)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v2.0.0...2.0.1-nightly)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v2.0.0...2.0.1-nightly)
**Closed issues:**
@@ -1028,21 +1039,21 @@
- fix\(build\): complete repo name for default baseImage
[\#4480](https://github.com/apache/camel-k/pull/4480)
([gansheer](https://github.com/gansheer))
- fix\(e2e\): remove workaround pre 1.12.1
[\#4479](https://github.com/apache/camel-k/pull/4479)
([squakez](https://github.com/squakez))
-##
[pkg/apis/camel/v2.0.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v2.0.0)
(2023-07-17)
+## [v2.0.0](https://github.com/apache/camel-k/tree/v2.0.0) (2023-07-17)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v2.0.0...pkg/apis/camel/v2.0.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v2.0.0...v2.0.0)
-##
[pkg/client/camel/v2.0.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v2.0.0)
(2023-07-17)
+##
[pkg/kamelet/repository/v2.0.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v2.0.0)
(2023-07-17)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v2.0.0...pkg/client/camel/v2.0.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v2.0.0...pkg/kamelet/repository/v2.0.0)
-## [v2.0.0](https://github.com/apache/camel-k/tree/v2.0.0) (2023-07-17)
+##
[pkg/apis/camel/v2.0.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v2.0.0)
(2023-07-17)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v2.0.0...v2.0.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v2.0.0...pkg/apis/camel/v2.0.0)
-##
[pkg/kamelet/repository/v2.0.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v2.0.0)
(2023-07-17)
+##
[pkg/client/camel/v2.0.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v2.0.0)
(2023-07-17)
-[Full
Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-2.0.0...pkg/kamelet/repository/v2.0.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-2.0.0...pkg/client/camel/v2.0.0)
##
[camel-k-crds-2.0.0](https://github.com/apache/camel-k/tree/camel-k-crds-2.0.0)
(2023-07-17)
@@ -1096,7 +1107,7 @@
## [1.12.2-nightly](https://github.com/apache/camel-k/tree/1.12.2-nightly)
(2023-06-13)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.12.1...1.12.2-nightly)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.12.1...1.12.2-nightly)
**Closed issues:**
@@ -1262,17 +1273,17 @@
- Chore: docker, jvm unit tests
[\#4154](https://github.com/apache/camel-k/pull/4154)
([realMartinez](https://github.com/realMartinez))
- fix\(builder\): native from source should rebuild
[\#4153](https://github.com/apache/camel-k/pull/4153)
([squakez](https://github.com/squakez))
+##
[pkg/apis/camel/v1.12.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.12.1)
(2023-06-07)
+
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.12.1...pkg/apis/camel/v1.12.1)
+
## [v1.12.1](https://github.com/apache/camel-k/tree/v1.12.1) (2023-06-07)
[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.12.1...v1.12.1)
##
[pkg/kamelet/repository/v1.12.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.12.1)
(2023-06-07)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.12.1...pkg/kamelet/repository/v1.12.1)
-
-##
[pkg/apis/camel/v1.12.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.12.1)
(2023-06-07)
-
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.12.1...pkg/apis/camel/v1.12.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.12.1...pkg/kamelet/repository/v1.12.1)
##
[pkg/client/camel/v1.12.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.12.1)
(2023-06-07)
@@ -1460,11 +1471,7 @@
##
[pkg/apis/camel/v1.12.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.12.0)
(2023-02-21)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.12.0...pkg/apis/camel/v1.12.0)
-
-##
[pkg/client/camel/v1.12.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.12.0)
(2023-02-21)
-
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.12.0...pkg/client/camel/v1.12.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.12.0...pkg/apis/camel/v1.12.0)
## [v1.12.0](https://github.com/apache/camel-k/tree/v1.12.0) (2023-02-21)
@@ -1472,7 +1479,11 @@
##
[pkg/kamelet/repository/v1.12.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.12.0)
(2023-02-21)
-[Full
Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-1.12.0...pkg/kamelet/repository/v1.12.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.12.0...pkg/kamelet/repository/v1.12.0)
+
+##
[pkg/client/camel/v1.12.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.12.0)
(2023-02-21)
+
+[Full
Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-1.12.0...pkg/client/camel/v1.12.0)
##
[camel-k-crds-1.12.0](https://github.com/apache/camel-k/tree/camel-k-crds-1.12.0)
(2023-02-21)
@@ -1582,23 +1593,19 @@
##
[pkg/client/camel/v1.11.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.11.1)
(2023-01-24)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.11.1...pkg/client/camel/v1.11.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.11.1...pkg/client/camel/v1.11.1)
-## [v1.11.1](https://github.com/apache/camel-k/tree/v1.11.1) (2023-01-24)
+##
[pkg/apis/camel/v1.11.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.11.1)
(2023-01-24)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.11.1...v1.11.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.11.1...pkg/apis/camel/v1.11.1)
##
[pkg/kamelet/repository/v1.11.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.11.1)
(2023-01-24)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.11.1...pkg/kamelet/repository/v1.11.1)
-
-##
[pkg/apis/camel/v1.11.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.11.1)
(2023-01-24)
-
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.10.4...pkg/apis/camel/v1.11.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.11.1...pkg/kamelet/repository/v1.11.1)
-## [v1.10.4](https://github.com/apache/camel-k/tree/v1.10.4) (2023-01-24)
+## [v1.11.1](https://github.com/apache/camel-k/tree/v1.11.1) (2023-01-24)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.10.4...v1.10.4)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.10.4...v1.11.1)
##
[pkg/client/camel/v1.10.4](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.10.4)
(2023-01-24)
@@ -1606,7 +1613,11 @@
##
[pkg/apis/camel/v1.10.4](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.10.4)
(2023-01-24)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.10.4...pkg/apis/camel/v1.10.4)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.10.4...pkg/apis/camel/v1.10.4)
+
+## [v1.10.4](https://github.com/apache/camel-k/tree/v1.10.4) (2023-01-24)
+
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.10.4...v1.10.4)
##
[pkg/kamelet/repository/v1.10.4](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.10.4)
(2023-01-24)
@@ -1739,7 +1750,7 @@
## [1.12.0-nightly](https://github.com/apache/camel-k/tree/1.12.0-nightly)
(2022-12-14)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.11.0...1.12.0-nightly)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.11.0...1.12.0-nightly)
**Closed issues:**
@@ -1787,21 +1798,21 @@
- fix\(\#3800\): Add proper kamel CLI to image build on macOS
[\#3804](https://github.com/apache/camel-k/pull/3804)
([christophd](https://github.com/christophd))
- chore\(deps\): bump github.com/prometheus/client\_golang from 1.13.0 to
1.14.0 [\#3801](https://github.com/apache/camel-k/pull/3801)
([dependabot[bot]](https://github.com/apps/dependabot))
-## [v1.11.0](https://github.com/apache/camel-k/tree/v1.11.0) (2022-12-07)
+##
[pkg/kamelet/repository/v1.11.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.11.0)
(2022-12-07)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.11.0...v1.11.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.11.0...pkg/kamelet/repository/v1.11.0)
-##
[pkg/client/camel/v1.11.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.11.0)
(2022-12-07)
+##
[pkg/apis/camel/v1.11.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.11.0)
(2022-12-07)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.11.0...pkg/client/camel/v1.11.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.11.0...pkg/apis/camel/v1.11.0)
-##
[pkg/kamelet/repository/v1.11.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.11.0)
(2022-12-07)
+##
[pkg/client/camel/v1.11.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.11.0)
(2022-12-07)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.11.0...pkg/kamelet/repository/v1.11.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.11.0...pkg/client/camel/v1.11.0)
-##
[pkg/apis/camel/v1.11.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.11.0)
(2022-12-07)
+## [v1.11.0](https://github.com/apache/camel-k/tree/v1.11.0) (2022-12-07)
-[Full
Changelog](https://github.com/apache/camel-k/compare/1.10.4-nightly...pkg/apis/camel/v1.11.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/1.10.4-nightly...v1.11.0)
**Closed issues:**
@@ -1888,7 +1899,7 @@
## [1.10.2](https://github.com/apache/camel-k/tree/1.10.2) (2022-10-22)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.10.2...1.10.2)
+[Full Changelog](https://github.com/apache/camel-k/compare/v1.10.2...1.10.2)
**Closed issues:**
@@ -1907,21 +1918,21 @@
- chore\(deps\): bump github.com/onsi/gomega from 1.21.1 to 1.22.1
[\#3741](https://github.com/apache/camel-k/pull/3741)
([dependabot[bot]](https://github.com/apps/dependabot))
- Minor updates for bundle generation
[\#3423](https://github.com/apache/camel-k/pull/3423)
([phantomjinx](https://github.com/phantomjinx))
-##
[pkg/kamelet/repository/v1.10.2](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.10.2)
(2022-10-18)
+## [v1.10.2](https://github.com/apache/camel-k/tree/v1.10.2) (2022-10-18)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.10.2...pkg/kamelet/repository/v1.10.2)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.10.2...v1.10.2)
-##
[pkg/apis/camel/v1.10.2](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.10.2)
(2022-10-18)
+##
[pkg/kamelet/repository/v1.10.2](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.10.2)
(2022-10-18)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.10.2...pkg/apis/camel/v1.10.2)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.10.2...pkg/kamelet/repository/v1.10.2)
##
[pkg/client/camel/v1.10.2](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.10.2)
(2022-10-18)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.10.2...pkg/client/camel/v1.10.2)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.10.2...pkg/client/camel/v1.10.2)
-## [v1.10.2](https://github.com/apache/camel-k/tree/v1.10.2) (2022-10-18)
+##
[pkg/apis/camel/v1.10.2](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.10.2)
(2022-10-18)
-[Full
Changelog](https://github.com/apache/camel-k/compare/1.10.2-nightly...v1.10.2)
+[Full
Changelog](https://github.com/apache/camel-k/compare/1.10.2-nightly...pkg/apis/camel/v1.10.2)
**Closed issues:**
@@ -1929,7 +1940,7 @@
## [1.10.2-nightly](https://github.com/apache/camel-k/tree/1.10.2-nightly)
(2022-10-14)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.10.1...1.10.2-nightly)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.10.1...1.10.2-nightly)
**Closed issues:**
@@ -1965,21 +1976,21 @@
- chore\(deps\): bump github.com/redhat-developer/service-binding-operator
from 1.1.1 to 1.2.0 [\#3637](https://github.com/apache/camel-k/pull/3637)
([dependabot[bot]](https://github.com/apps/dependabot))
- Improvements to OLM bundle building of test index
[\#3527](https://github.com/apache/camel-k/pull/3527)
([phantomjinx](https://github.com/phantomjinx))
-##
[pkg/client/camel/v1.10.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.10.1)
(2022-10-10)
+##
[pkg/apis/camel/v1.10.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.10.1)
(2022-10-10)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.10.1...pkg/client/camel/v1.10.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.10.1...pkg/apis/camel/v1.10.1)
-## [v1.10.1](https://github.com/apache/camel-k/tree/v1.10.1) (2022-10-10)
+##
[pkg/kamelet/repository/v1.10.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.10.1)
(2022-10-10)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.10.1...v1.10.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.10.1...pkg/kamelet/repository/v1.10.1)
-##
[pkg/apis/camel/v1.10.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.10.1)
(2022-10-10)
+##
[pkg/client/camel/v1.10.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.10.1)
(2022-10-10)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.10.1...pkg/apis/camel/v1.10.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.10.1...pkg/client/camel/v1.10.1)
-##
[pkg/kamelet/repository/v1.10.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.10.1)
(2022-10-10)
+## [v1.10.1](https://github.com/apache/camel-k/tree/v1.10.1) (2022-10-10)
-[Full
Changelog](https://github.com/apache/camel-k/compare/1.10.1-nightly...pkg/kamelet/repository/v1.10.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/1.10.1-nightly...v1.10.1)
**Closed issues:**
@@ -2051,7 +2062,7 @@
## [1.11.0-nightly](https://github.com/apache/camel-k/tree/1.11.0-nightly)
(2022-09-06)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.10.0...1.11.0-nightly)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.10.0...1.11.0-nightly)
**Closed issues:**
@@ -2109,21 +2120,21 @@
- fix\(knative\): Make knative broker name configurable
[\#3373](https://github.com/apache/camel-k/pull/3373)
([claudio4j](https://github.com/claudio4j))
- chore\(build\): let bom managed by camel k runtime
[\#3317](https://github.com/apache/camel-k/pull/3317)
([squakez](https://github.com/squakez))
-##
[pkg/kamelet/repository/v1.10.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.10.0)
(2022-08-31)
+##
[pkg/apis/camel/v1.10.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.10.0)
(2022-08-31)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.10.0...pkg/kamelet/repository/v1.10.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.10.0...pkg/apis/camel/v1.10.0)
-##
[pkg/apis/camel/v1.10.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.10.0)
(2022-08-31)
+## [v1.10.0](https://github.com/apache/camel-k/tree/v1.10.0) (2022-08-31)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.10.0...pkg/apis/camel/v1.10.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.10.0...v1.10.0)
##
[pkg/client/camel/v1.10.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.10.0)
(2022-08-31)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.10.0...pkg/client/camel/v1.10.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.10.0...pkg/client/camel/v1.10.0)
-## [v1.10.0](https://github.com/apache/camel-k/tree/v1.10.0) (2022-08-31)
+##
[pkg/kamelet/repository/v1.10.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.10.0)
(2022-08-31)
-[Full
Changelog](https://github.com/apache/camel-k/compare/1.8.3-nightly...v1.10.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/1.9.3-nightly...pkg/kamelet/repository/v1.10.0)
**Closed issues:**
@@ -2140,13 +2151,13 @@
- Unable to access MongoDB from kamelets binding \[DOCS bug\]
[\#3228](https://github.com/apache/camel-k/issues/3228)
- Update the DSL yaml doc about the extension section
[\#3151](https://github.com/apache/camel-k/issues/3151)
-## [1.8.3-nightly](https://github.com/apache/camel-k/tree/1.8.3-nightly)
(2022-08-16)
+## [1.9.3-nightly](https://github.com/apache/camel-k/tree/1.9.3-nightly)
(2022-08-16)
-[Full
Changelog](https://github.com/apache/camel-k/compare/1.9.3-nightly...1.8.3-nightly)
+[Full
Changelog](https://github.com/apache/camel-k/compare/1.8.3-nightly...1.9.3-nightly)
-## [1.9.3-nightly](https://github.com/apache/camel-k/tree/1.9.3-nightly)
(2022-08-16)
+## [1.8.3-nightly](https://github.com/apache/camel-k/tree/1.8.3-nightly)
(2022-08-16)
-[Full
Changelog](https://github.com/apache/camel-k/compare/1.10.0-nightly...1.9.3-nightly)
+[Full
Changelog](https://github.com/apache/camel-k/compare/1.10.0-nightly...1.8.3-nightly)
**Closed issues:**
@@ -2397,7 +2408,7 @@
## [1.10.0-nightly](https://github.com/apache/camel-k/tree/1.10.0-nightly)
(2022-05-18)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.9.2...1.10.0-nightly)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.9.2...1.10.0-nightly)
**Closed issues:**
@@ -2410,6 +2421,10 @@
- Moving to 1.10.0-SNAPSHOT
[\#3284](https://github.com/apache/camel-k/pull/3284)
([oscerd](https://github.com/oscerd))
- chore\(cmd/trait\): refactor cmd & trait packages
[\#3279](https://github.com/apache/camel-k/pull/3279)
([tadayosi](https://github.com/tadayosi))
+##
[pkg/apis/camel/v1.9.2](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.9.2)
(2022-05-17)
+
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.9.2...pkg/apis/camel/v1.9.2)
+
##
[pkg/kamelet/repository/v1.9.2](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.9.2)
(2022-05-17)
[Full
Changelog](https://github.com/apache/camel-k/compare/v1.9.2...pkg/kamelet/repository/v1.9.2)
@@ -2420,11 +2435,7 @@
##
[pkg/client/camel/v1.9.2](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.9.2)
(2022-05-17)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.9.2...pkg/client/camel/v1.9.2)
-
-##
[pkg/apis/camel/v1.9.2](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.9.2)
(2022-05-17)
-
-[Full
Changelog](https://github.com/apache/camel-k/compare/1.9.2-nightly...pkg/apis/camel/v1.9.2)
+[Full
Changelog](https://github.com/apache/camel-k/compare/1.9.2-nightly...pkg/client/camel/v1.9.2)
## [1.9.2-nightly](https://github.com/apache/camel-k/tree/1.9.2-nightly)
(2022-05-17)
@@ -2453,15 +2464,15 @@
## [v1.9.1](https://github.com/apache/camel-k/tree/v1.9.1) (2022-05-09)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.9.1...v1.9.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.9.1...v1.9.1)
-##
[pkg/kamelet/repository/v1.9.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.9.1)
(2022-05-09)
+##
[pkg/apis/camel/v1.9.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.9.1)
(2022-05-09)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.9.1...pkg/kamelet/repository/v1.9.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.9.1...pkg/apis/camel/v1.9.1)
-##
[pkg/apis/camel/v1.9.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.9.1)
(2022-05-09)
+##
[pkg/kamelet/repository/v1.9.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.9.1)
(2022-05-09)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.9.1...pkg/apis/camel/v1.9.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.9.1...pkg/kamelet/repository/v1.9.1)
##
[pkg/client/camel/v1.9.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.9.1)
(2022-05-09)
@@ -2479,7 +2490,7 @@
## [1.9.1-nightly](https://github.com/apache/camel-k/tree/1.9.1-nightly)
(2022-05-05)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.9.0...1.9.1-nightly)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.9.0...1.9.1-nightly)
**Closed issues:**
@@ -2548,21 +2559,21 @@
- Global test on ns with its own op fix
[\#2784](https://github.com/apache/camel-k/pull/2784)
([vitorz](https://github.com/vitorz))
- fix 1802: leverage KEP-1755 to retrieve local image registry host an…
[\#2696](https://github.com/apache/camel-k/pull/2696)
([johnpoth](https://github.com/johnpoth))
-##
[pkg/apis/camel/v1.9.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.9.0)
(2022-04-21)
-
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.9.0...pkg/apis/camel/v1.9.0)
-
## [v1.9.0](https://github.com/apache/camel-k/tree/v1.9.0) (2022-04-21)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.9.0...v1.9.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.9.0...v1.9.0)
-##
[pkg/client/camel/v1.9.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.9.0)
(2022-04-21)
+##
[pkg/apis/camel/v1.9.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.9.0)
(2022-04-21)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.9.0...pkg/client/camel/v1.9.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.9.0...pkg/apis/camel/v1.9.0)
##
[pkg/kamelet/repository/v1.9.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.9.0)
(2022-04-21)
-[Full
Changelog](https://github.com/apache/camel-k/compare/1.9.0-nightly...pkg/kamelet/repository/v1.9.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.9.0...pkg/kamelet/repository/v1.9.0)
+
+##
[pkg/client/camel/v1.9.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.9.0)
(2022-04-21)
+
+[Full
Changelog](https://github.com/apache/camel-k/compare/1.9.0-nightly...pkg/client/camel/v1.9.0)
**Closed issues:**
@@ -2648,7 +2659,7 @@
##
[1.9.0-nightly.202203101040](https://github.com/apache/camel-k/tree/1.9.0-nightly.202203101040)
(2022-03-09)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.8.2...1.9.0-nightly.202203101040)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.8.2...1.9.0-nightly.202203101040)
**Closed issues:**
@@ -3441,21 +3452,21 @@
- Allow the short syntax in knative endpoints
[\#1458](https://github.com/apache/camel-k/pull/1458)
([nicolaferraro](https://github.com/nicolaferraro))
- Remove unused import package in example
[\#1457](https://github.com/apache/camel-k/pull/1457)
([apupier](https://github.com/apupier))
-##
[pkg/kamelet/repository/v1.8.2](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.8.2)
(2022-03-03)
+##
[pkg/client/camel/v1.8.2](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.8.2)
(2022-03-03)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.8.2...pkg/kamelet/repository/v1.8.2)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.8.2...pkg/client/camel/v1.8.2)
-## [v1.8.2](https://github.com/apache/camel-k/tree/v1.8.2) (2022-03-03)
+##
[pkg/apis/camel/v1.8.2](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.8.2)
(2022-03-03)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.8.2...v1.8.2)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.8.2...pkg/apis/camel/v1.8.2)
-##
[pkg/apis/camel/v1.8.2](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.8.2)
(2022-03-03)
+## [v1.8.2](https://github.com/apache/camel-k/tree/v1.8.2) (2022-03-03)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.8.2...pkg/apis/camel/v1.8.2)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.8.2...v1.8.2)
-##
[pkg/client/camel/v1.8.2](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.8.2)
(2022-03-03)
+##
[pkg/kamelet/repository/v1.8.2](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.8.2)
(2022-03-03)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.8.1...pkg/client/camel/v1.8.2)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.8.1...pkg/kamelet/repository/v1.8.2)
**Closed issues:**
@@ -3474,13 +3485,13 @@
- Provide automated tests for "kamel local run --integration-directory
\<dir-name\>" command [\#2075](https://github.com/apache/camel-k/issues/2075)
- Support for POJO, bring it back!
[\#1821](https://github.com/apache/camel-k/issues/1821)
-##
[pkg/client/camel/v1.8.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.8.1)
(2022-02-21)
+##
[pkg/apis/camel/v1.8.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.8.1)
(2022-02-21)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.8.1...pkg/client/camel/v1.8.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.8.1...pkg/apis/camel/v1.8.1)
-##
[pkg/apis/camel/v1.8.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.8.1)
(2022-02-21)
+##
[pkg/client/camel/v1.8.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.8.1)
(2022-02-21)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.8.1...pkg/apis/camel/v1.8.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.8.1...pkg/client/camel/v1.8.1)
##
[pkg/kamelet/repository/v1.8.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.8.1)
(2022-02-21)
@@ -3488,7 +3499,7 @@
## [v1.8.1](https://github.com/apache/camel-k/tree/v1.8.1) (2022-02-21)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.8.0...v1.8.1)
+[Full Changelog](https://github.com/apache/camel-k/compare/v1.8.0...v1.8.1)
**Closed issues:**
@@ -3517,21 +3528,21 @@
- Change autogen doc template to adoc
[\#2289](https://github.com/apache/camel-k/issues/2289)
- Kamel dump: make the command smarter
[\#2189](https://github.com/apache/camel-k/issues/2189)
-##
[pkg/kamelet/repository/v1.8.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.8.0)
(2022-01-19)
+## [v1.8.0](https://github.com/apache/camel-k/tree/v1.8.0) (2022-01-19)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.8.0...pkg/kamelet/repository/v1.8.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.8.0...v1.8.0)
##
[pkg/apis/camel/v1.8.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.8.0)
(2022-01-19)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.8.0...pkg/apis/camel/v1.8.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.8.0...pkg/apis/camel/v1.8.0)
-## [v1.8.0](https://github.com/apache/camel-k/tree/v1.8.0) (2022-01-19)
+##
[pkg/kamelet/repository/v1.8.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.8.0)
(2022-01-19)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.8.0...v1.8.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.8.0...pkg/kamelet/repository/v1.8.0)
##
[pkg/client/camel/v1.8.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.8.0)
(2022-01-19)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.7.0...pkg/client/camel/v1.8.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.7.0...pkg/client/camel/v1.8.0)
**Closed issues:**
@@ -3633,6 +3644,10 @@
- support versions like 2.21.0.tag-730075-anothertag-00002 in version matching
[\#617](https://github.com/apache/camel-k/issues/617)
- Camel K with Java routes without public class and imports ...
[\#605](https://github.com/apache/camel-k/issues/605)
+##
[pkg/client/camel/v1.7.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.7.0)
(2021-11-10)
+
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.7.0...pkg/client/camel/v1.7.0)
+
## [v1.7.0](https://github.com/apache/camel-k/tree/v1.7.0) (2021-11-10)
[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.7.0...v1.7.0)
@@ -3643,11 +3658,7 @@
##
[pkg/apis/camel/v1.7.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.7.0)
(2021-11-10)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.7.0...pkg/apis/camel/v1.7.0)
-
-##
[pkg/client/camel/v1.7.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.7.0)
(2021-11-10)
-
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.6.1...pkg/client/camel/v1.7.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.6.1...pkg/apis/camel/v1.7.0)
**Closed issues:**
@@ -3674,9 +3685,9 @@
- Extend config docs to reflect all possibilities coming from camel
[\#2153](https://github.com/apache/camel-k/issues/2153)
- Separate readiness and liveness probe
[\#1610](https://github.com/apache/camel-k/issues/1610)
-## [v1.6.1](https://github.com/apache/camel-k/tree/v1.6.1) (2021-10-23)
+##
[pkg/apis/camel/v1.6.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.6.1)
(2021-10-23)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.6.1...v1.6.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.6.1...pkg/apis/camel/v1.6.1)
##
[pkg/client/camel/v1.6.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.6.1)
(2021-10-23)
@@ -3684,11 +3695,11 @@
##
[pkg/kamelet/repository/v1.6.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.6.1)
(2021-10-23)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.6.1...pkg/kamelet/repository/v1.6.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.6.1...pkg/kamelet/repository/v1.6.1)
-##
[pkg/apis/camel/v1.6.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.6.1)
(2021-10-23)
+## [v1.6.1](https://github.com/apache/camel-k/tree/v1.6.1) (2021-10-23)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.6.0...pkg/apis/camel/v1.6.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.6.0...v1.6.1)
**Closed issues:**
@@ -3722,21 +3733,21 @@
- support for quarkus in native mode
[\#991](https://github.com/apache/camel-k/issues/991)
- Release yaml files for installation
[\#550](https://github.com/apache/camel-k/issues/550)
-##
[pkg/client/camel/v1.6.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.6.0)
(2021-09-03)
+##
[pkg/apis/camel/v1.6.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.6.0)
(2021-09-03)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.6.0...pkg/client/camel/v1.6.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.6.0...pkg/apis/camel/v1.6.0)
-##
[pkg/apis/camel/v1.6.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.6.0)
(2021-09-03)
+##
[pkg/kamelet/repository/v1.6.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.6.0)
(2021-09-03)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.6.0...pkg/apis/camel/v1.6.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.6.0...pkg/kamelet/repository/v1.6.0)
## [v1.6.0](https://github.com/apache/camel-k/tree/v1.6.0) (2021-09-03)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.6.0...v1.6.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.6.0...v1.6.0)
-##
[pkg/kamelet/repository/v1.6.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.6.0)
(2021-09-03)
+##
[pkg/client/camel/v1.6.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.6.0)
(2021-09-03)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.5.1...pkg/kamelet/repository/v1.6.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.5.1...pkg/client/camel/v1.6.0)
**Closed issues:**
@@ -3760,11 +3771,7 @@
##
[pkg/client/camel/v1.5.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.5.1)
(2021-08-27)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.5.1...pkg/client/camel/v1.5.1)
-
-##
[pkg/kamelet/repository/v1.5.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.5.1)
(2021-08-27)
-
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.5.1...pkg/kamelet/repository/v1.5.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.5.1...pkg/client/camel/v1.5.1)
##
[pkg/apis/camel/v1.5.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.5.1)
(2021-08-27)
@@ -3772,7 +3779,11 @@
## [v1.5.1](https://github.com/apache/camel-k/tree/v1.5.1) (2021-08-27)
-[Full Changelog](https://github.com/apache/camel-k/compare/v1.5.0...v1.5.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.5.1...v1.5.1)
+
+##
[pkg/kamelet/repository/v1.5.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.5.1)
(2021-08-27)
+
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.5.0...pkg/kamelet/repository/v1.5.1)
**Closed issues:**
@@ -3807,13 +3818,13 @@
- Kamelets: configuration does not seem to cascade to the integration
[\#2396](https://github.com/apache/camel-k/issues/2396)
- kamel CLI binary for apple silicon / arm
[\#2022](https://github.com/apache/camel-k/issues/2022)
-## [v1.5.0](https://github.com/apache/camel-k/tree/v1.5.0) (2021-07-05)
+##
[pkg/apis/camel/v1.5.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.5.0)
(2021-07-05)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.5.0...v1.5.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.5.0...pkg/apis/camel/v1.5.0)
-##
[pkg/apis/camel/v1.5.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.5.0)
(2021-07-05)
+## [v1.5.0](https://github.com/apache/camel-k/tree/v1.5.0) (2021-07-05)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.5.0...pkg/apis/camel/v1.5.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.5.0...v1.5.0)
##
[pkg/client/camel/v1.5.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.5.0)
(2021-07-05)
@@ -3821,7 +3832,7 @@
##
[pkg/kamelet/repository/v1.5.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.5.0)
(2021-07-05)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.4.1...pkg/kamelet/repository/v1.5.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.4.1...pkg/kamelet/repository/v1.5.0)
**Closed issues:**
@@ -3829,21 +3840,21 @@
- Oddity in channel name
[\#2468](https://github.com/apache/camel-k/issues/2468)
- No endpoint found for Smooks after explicitly adding dependency with kamel
[\#2437](https://github.com/apache/camel-k/issues/2437)
-##
[pkg/apis/camel/v1.4.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.4.1)
(2021-06-30)
+##
[pkg/kamelet/repository/v1.4.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.4.1)
(2021-06-30)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.4.1...pkg/apis/camel/v1.4.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.4.1...pkg/kamelet/repository/v1.4.1)
##
[pkg/client/camel/v1.4.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.4.1)
(2021-06-30)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.4.1...pkg/client/camel/v1.4.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.4.1...pkg/client/camel/v1.4.1)
-##
[pkg/kamelet/repository/v1.4.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.4.1)
(2021-06-30)
+##
[pkg/apis/camel/v1.4.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.4.1)
(2021-06-30)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.4.1...pkg/kamelet/repository/v1.4.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.4.1...pkg/apis/camel/v1.4.1)
## [v1.4.1](https://github.com/apache/camel-k/tree/v1.4.1) (2021-06-30)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.4.0...v1.4.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.4.0...v1.4.1)
**Closed issues:**
@@ -3912,21 +3923,21 @@
- Integration logging configuration
[\#580](https://github.com/apache/camel-k/issues/580)
- kamel run - compile errors should be more visible
[\#185](https://github.com/apache/camel-k/issues/185)
-##
[pkg/client/camel/v1.4.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.4.0)
(2021-04-16)
+##
[pkg/apis/camel/v1.4.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.4.0)
(2021-04-16)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.4.0...pkg/client/camel/v1.4.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.4.0...pkg/apis/camel/v1.4.0)
##
[pkg/kamelet/repository/v1.4.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.4.0)
(2021-04-16)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.4.0...pkg/kamelet/repository/v1.4.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.4.0...pkg/kamelet/repository/v1.4.0)
-##
[pkg/apis/camel/v1.4.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.4.0)
(2021-04-16)
+## [v1.4.0](https://github.com/apache/camel-k/tree/v1.4.0) (2021-04-16)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.4.0...pkg/apis/camel/v1.4.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.4.0...v1.4.0)
-## [v1.4.0](https://github.com/apache/camel-k/tree/v1.4.0) (2021-04-16)
+##
[pkg/client/camel/v1.4.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.4.0)
(2021-04-16)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.3.2...v1.4.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.3.2...pkg/client/camel/v1.4.0)
**Closed issues:**
@@ -3957,21 +3968,21 @@
- Adding camel-jackson dependency creates issues with inner classes
[\#1507](https://github.com/apache/camel-k/issues/1507)
- Adding a dump command [\#1415](https://github.com/apache/camel-k/issues/1415)
+##
[pkg/kamelet/repository/v1.3.2](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.3.2)
(2021-03-19)
+
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.3.2...pkg/kamelet/repository/v1.3.2)
+
##
[pkg/client/camel/v1.3.2](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.3.2)
(2021-03-19)
[Full
Changelog](https://github.com/apache/camel-k/compare/v1.3.2...pkg/client/camel/v1.3.2)
## [v1.3.2](https://github.com/apache/camel-k/tree/v1.3.2) (2021-03-19)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.3.2...v1.3.2)
-
-##
[pkg/kamelet/repository/v1.3.2](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.3.2)
(2021-03-19)
-
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.3.2...pkg/kamelet/repository/v1.3.2)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.3.2...v1.3.2)
##
[pkg/apis/camel/v1.3.2](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.3.2)
(2021-03-19)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.3.1...pkg/apis/camel/v1.3.2)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.3.1...pkg/apis/camel/v1.3.2)
**Closed issues:**
@@ -4021,21 +4032,21 @@
- Build controller service / operator
[\#681](https://github.com/apache/camel-k/issues/681)
- Add support for template endpoint
[\#249](https://github.com/apache/camel-k/issues/249)
-##
[pkg/kamelet/repository/v1.3.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.3.1)
(2021-02-01)
+##
[pkg/apis/camel/v1.3.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.3.1)
(2021-02-01)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.3.1...pkg/kamelet/repository/v1.3.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.3.1...pkg/apis/camel/v1.3.1)
-##
[pkg/client/camel/v1.3.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.3.1)
(2021-02-01)
+##
[pkg/kamelet/repository/v1.3.1](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.3.1)
(2021-02-01)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.3.1...pkg/client/camel/v1.3.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.3.1...pkg/kamelet/repository/v1.3.1)
-##
[pkg/apis/camel/v1.3.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.3.1)
(2021-02-01)
+## [v1.3.1](https://github.com/apache/camel-k/tree/v1.3.1) (2021-02-01)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.3.1...pkg/apis/camel/v1.3.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.3.1...v1.3.1)
-## [v1.3.1](https://github.com/apache/camel-k/tree/v1.3.1) (2021-02-01)
+##
[pkg/client/camel/v1.3.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.3.1)
(2021-02-01)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.3.0...v1.3.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.3.0...pkg/client/camel/v1.3.1)
**Closed issues:**
@@ -4070,21 +4081,21 @@
- Implement builder command's flags test
[\#1156](https://github.com/apache/camel-k/issues/1156)
- kamel --output option should not need deploy resources to cluster
[\#886](https://github.com/apache/camel-k/issues/886)
-##
[pkg/apis/camel/v1.3.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.3.0)
(2020-12-22)
+##
[pkg/client/camel/v1.3.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.3.0)
(2020-12-22)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.3.0...pkg/apis/camel/v1.3.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.3.0...pkg/client/camel/v1.3.0)
## [v1.3.0](https://github.com/apache/camel-k/tree/v1.3.0) (2020-12-22)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.3.0...v1.3.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.3.0...v1.3.0)
-##
[pkg/kamelet/repository/v1.3.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.3.0)
(2020-12-22)
+##
[pkg/apis/camel/v1.3.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.3.0)
(2020-12-22)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.3.0...pkg/kamelet/repository/v1.3.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v1.3.0...pkg/apis/camel/v1.3.0)
-##
[pkg/client/camel/v1.3.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.3.0)
(2020-12-22)
+##
[pkg/kamelet/repository/v1.3.0](https://github.com/apache/camel-k/tree/pkg/kamelet/repository/v1.3.0)
(2020-12-22)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.2.1...pkg/client/camel/v1.3.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.2.1...pkg/kamelet/repository/v1.3.0)
**Closed issues:**
@@ -4102,17 +4113,17 @@
- Document the --config option in the kamel CLI
[\#1185](https://github.com/apache/camel-k/issues/1185)
- Basic module structure for Camel K projects
[\#1135](https://github.com/apache/camel-k/issues/1135)
-##
[pkg/client/camel/v1.2.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.2.1)
(2020-11-23)
+##
[pkg/apis/camel/v1.2.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.2.1)
(2020-11-23)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.2.1...pkg/client/camel/v1.2.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.2.1...pkg/apis/camel/v1.2.1)
-##
[pkg/apis/camel/v1.2.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.2.1)
(2020-11-23)
+##
[pkg/client/camel/v1.2.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.2.1)
(2020-11-23)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.2.1...pkg/apis/camel/v1.2.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.2.1...pkg/client/camel/v1.2.1)
## [v1.2.1](https://github.com/apache/camel-k/tree/v1.2.1) (2020-11-23)
-[Full Changelog](https://github.com/apache/camel-k/compare/v1.2.0...v1.2.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.2.0...v1.2.1)
**Closed issues:**
@@ -4141,17 +4152,17 @@
- Make sure global and local operators can cohexist
[\#751](https://github.com/apache/camel-k/issues/751)
- Document architecture [\#36](https://github.com/apache/camel-k/issues/36)
+##
[pkg/client/camel/v1.2.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.2.0)
(2020-10-08)
+
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.2.0...pkg/client/camel/v1.2.0)
+
## [v1.2.0](https://github.com/apache/camel-k/tree/v1.2.0) (2020-10-08)
[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.2.0...v1.2.0)
##
[pkg/apis/camel/v1.2.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.2.0)
(2020-10-08)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.2.0...pkg/apis/camel/v1.2.0)
-
-##
[pkg/client/camel/v1.2.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.2.0)
(2020-10-08)
-
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.1.1...pkg/client/camel/v1.2.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.1.1...pkg/apis/camel/v1.2.0)
**Closed issues:**
@@ -4177,17 +4188,17 @@
- Add a kamel help cli command
[\#1545](https://github.com/apache/camel-k/issues/1545)
- Switch to Quarkus as default runtime for integrations
[\#1513](https://github.com/apache/camel-k/issues/1513)
+##
[pkg/apis/camel/v1.1.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.1.1)
(2020-09-11)
+
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.1.1...pkg/apis/camel/v1.1.1)
+
## [v1.1.1](https://github.com/apache/camel-k/tree/v1.1.1) (2020-09-11)
[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.1.1...v1.1.1)
##
[pkg/client/camel/v1.1.1](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.1.1)
(2020-09-11)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.1.1...pkg/client/camel/v1.1.1)
-
-##
[pkg/apis/camel/v1.1.1](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.1.1)
(2020-09-11)
-
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.1.0...pkg/apis/camel/v1.1.1)
+[Full
Changelog](https://github.com/apache/camel-k/compare/v1.1.0...pkg/client/camel/v1.1.1)
**Closed issues:**
@@ -4210,13 +4221,13 @@
- PublishStrategy missing from IntegrationPlatform build spec
[\#1370](https://github.com/apache/camel-k/issues/1370)
- kamel install not working - Error: cannot find automatically a registry
where to push images [\#674](https://github.com/apache/camel-k/issues/674)
-##
[pkg/apis/camel/v1.1.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.1.0)
(2020-07-21)
+## [v1.1.0](https://github.com/apache/camel-k/tree/v1.1.0) (2020-07-21)
-[Full
Changelog](https://github.com/apache/camel-k/compare/v1.1.0...pkg/apis/camel/v1.1.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v1.1.0...v1.1.0)
-## [v1.1.0](https://github.com/apache/camel-k/tree/v1.1.0) (2020-07-21)
+##
[pkg/apis/camel/v1.1.0](https://github.com/apache/camel-k/tree/pkg/apis/camel/v1.1.0)
(2020-07-21)
-[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.1.0...v1.1.0)
+[Full
Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.1.0...pkg/apis/camel/v1.1.0)
##
[pkg/client/camel/v1.1.0](https://github.com/apache/camel-k/tree/pkg/client/camel/v1.1.0)
(2020-07-21)
diff --git a/README.adoc b/README.adoc
index 1835498d9..5e27d1c9b 100644
--- a/README.adoc
+++ b/README.adoc
@@ -11,7 +11,7 @@
image:https://github.com/apache/camel-k/actions/workflows/common.yml/badge.svg["
image:https://github.com/apache/camel-k/workflows/knative/badge.svg["Knative",
link="https://github.com/apache/camel-k/actions/workflows/knative.yml"]
image:https://github.com/apache/camel-k/actions/workflows/nightly-release.yml/badge.svg["Nightly
releases",
link="https://github.com/apache/camel-k/actions/workflows/nightly-release.yml"]
image:https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml/badge.svg["Quarkus
native",
link="https://github.com/apache/camel-k/actions/workflows/nightly-native-test.yml"]
-image:https://img.shields.io/badge/Coverage-38.2%25-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
+image:https://img.shields.io/badge/Coverage-38.4%25-yellow.svg["Go coverage",
link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml"]
image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on
Zulip", link="https://camel.zulipchat.com"]
Apache Camel K is a lightweight integration framework built from **Apache
Camel** that runs natively on Kubernetes and is specifically designed for
serverless and microservice architectures. Users of `Camel K` can instantly run
integration code written in Camel DSL on their preferred **Cloud** provider.
diff --git a/badge.out b/badge.out
index 1d40807be..1a67b7a10 100644
--- a/badge.out
+++ b/badge.out
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/coverage b/coverage
index 135c571ae..fb135a5b0 100644
--- a/coverage
+++ b/coverage
@@ -1 +1 @@
-38.2
+38.4
diff --git a/coverage.out b/coverage.out
index 1a36b8643..626f9c76e 100644
--- a/coverage.out
+++ b/coverage.out
@@ -1445,7 +1445,7 @@ github.com/apache/camel-k/v2/pkg/trait/affinity.go:245:
operatorToLabelSel
github.com/apache/camel-k/v2/pkg/trait/builder.go:52:
newBuilderTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:59:
InfluencesKit
100.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:63:
Matches
90.0%
-github.com/apache/camel-k/v2/pkg/trait/builder.go:92:
Configure
46.9%
+github.com/apache/camel-k/v2/pkg/trait/builder.go:92:
Configure
50.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:144:
existsTaskRequest
100.0%
github.com/apache/camel-k/v2/pkg/trait/builder.go:154:
adaptDeprecatedFields
95.8%
github.com/apache/camel-k/v2/pkg/trait/builder.go:187:
newOrAppend
100.0%
@@ -1480,7 +1480,7 @@ github.com/apache/camel-k/v2/pkg/trait/container.go:311:
configureResources
github.com/apache/camel-k/v2/pkg/trait/container.go:343:
configureCapabilities
50.0%
github.com/apache/camel-k/v2/pkg/trait/container.go:349:
setSecurityContext
85.7%
github.com/apache/camel-k/v2/pkg/trait/cron.go:76:
newCronTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:82:
Configure
76.7%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:82:
Configure
79.1%
github.com/apache/camel-k/v2/pkg/trait/cron.go:180:
Apply
88.9%
github.com/apache/camel-k/v2/pkg/trait/cron.go:216:
getCronJobFor
83.3%
github.com/apache/camel-k/v2/pkg/trait/cron.go:276:
SelectControllerStrategy
80.0%
@@ -1488,7 +1488,7 @@ github.com/apache/camel-k/v2/pkg/trait/cron.go:293:
ControllerStrategySele
github.com/apache/camel-k/v2/pkg/trait/cron.go:299:
newCronInfo
100.0%
github.com/apache/camel-k/v2/pkg/trait/cron.go:303:
withComponents
100.0%
github.com/apache/camel-k/v2/pkg/trait/cron.go:310:
withSchedule
100.0%
-github.com/apache/camel-k/v2/pkg/trait/cron.go:315:
getGlobalCron
89.5%
+github.com/apache/camel-k/v2/pkg/trait/cron.go:315:
getGlobalCron
94.7%
github.com/apache/camel-k/v2/pkg/trait/cron.go:346:
getSourcesFromURIs
75.0%
github.com/apache/camel-k/v2/pkg/trait/cron.go:360:
getCronForURIs
100.0%
github.com/apache/camel-k/v2/pkg/trait/cron.go:379:
getCronForURI
100.0%
@@ -1499,7 +1499,7 @@ github.com/apache/camel-k/v2/pkg/trait/cron.go:456:
cronEquivalent
10
github.com/apache/camel-k/v2/pkg/trait/cron.go:463:
toKubernetesCronSchedule
100.0%
github.com/apache/camel-k/v2/pkg/trait/cron.go:486:
checkedStringToUint64
75.0%
github.com/apache/camel-k/v2/pkg/trait/dependencies.go:40:
newDependenciesTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/dependencies.go:46:
Configure
60.0%
+github.com/apache/camel-k/v2/pkg/trait/dependencies.go:46:
Configure
80.0%
github.com/apache/camel-k/v2/pkg/trait/dependencies.go:56:
Apply
85.2%
github.com/apache/camel-k/v2/pkg/trait/deployer.go:52:
newDeployerTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/deployer.go:58:
Configure
100.0%
@@ -1521,7 +1521,7 @@ github.com/apache/camel-k/v2/pkg/trait/environment.go:58:
newEnvironmentTra
github.com/apache/camel-k/v2/pkg/trait/environment.go:67:
Configure
66.7%
github.com/apache/camel-k/v2/pkg/trait/environment.go:75:
Apply
86.4%
github.com/apache/camel-k/v2/pkg/trait/error_handler.go:41:
newErrorHandlerTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/error_handler.go:48:
Configure
77.8%
+github.com/apache/camel-k/v2/pkg/trait/error_handler.go:48:
Configure
88.9%
github.com/apache/camel-k/v2/pkg/trait/error_handler.go:66:
Apply
83.3%
github.com/apache/camel-k/v2/pkg/trait/error_handler.go:81:
addErrorHandlerDependencies
83.3%
github.com/apache/camel-k/v2/pkg/trait/error_handler.go:93:
addGlobalErrorHandlerAsSource
85.7%
@@ -1533,13 +1533,13 @@ github.com/apache/camel-k/v2/pkg/trait/gc.go:194:
deleteEachOf
70.6%
github.com/apache/camel-k/v2/pkg/trait/gc.go:233:
canBeDeleted
100.0%
github.com/apache/camel-k/v2/pkg/trait/gc.go:243:
getDeletableTypes
53.8%
github.com/apache/camel-k/v2/pkg/trait/health.go:47:
newHealthTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/health.go:58:
Configure
62.5%
-github.com/apache/camel-k/v2/pkg/trait/health.go:77:
Apply
85.7%
-github.com/apache/camel-k/v2/pkg/trait/health.go:115:
setCatalogConfiguration
100.0%
-github.com/apache/camel-k/v2/pkg/trait/health.go:128:
setDefaultConfiguration
0.0%
-github.com/apache/camel-k/v2/pkg/trait/health.go:140:
newLivenessProbe
100.0%
-github.com/apache/camel-k/v2/pkg/trait/health.go:162:
newReadinessProbe
100.0%
-github.com/apache/camel-k/v2/pkg/trait/health.go:184:
newStartupProbe
100.0%
+github.com/apache/camel-k/v2/pkg/trait/health.go:58:
Configure
85.7%
+github.com/apache/camel-k/v2/pkg/trait/health.go:77:
setProbesValues
75.0%
+github.com/apache/camel-k/v2/pkg/trait/health.go:104:
Apply
88.9%
+github.com/apache/camel-k/v2/pkg/trait/health.go:136:
setProbes
76.9%
+github.com/apache/camel-k/v2/pkg/trait/health.go:159:
newLivenessProbe
100.0%
+github.com/apache/camel-k/v2/pkg/trait/health.go:181:
newReadinessProbe
100.0%
+github.com/apache/camel-k/v2/pkg/trait/health.go:203:
newStartupProbe
100.0%
github.com/apache/camel-k/v2/pkg/trait/ingress.go:43:
newIngressTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/ingress.go:56:
IsAllowedInProfile
100.0%
github.com/apache/camel-k/v2/pkg/trait/ingress.go:60:
Configure
90.0%
@@ -1561,7 +1561,7 @@ github.com/apache/camel-k/v2/pkg/trait/jvm.go:70:
Configure
83.3%
github.com/apache/camel-k/v2/pkg/trait/jvm.go:98:
Apply
50.0%
github.com/apache/camel-k/v2/pkg/trait/kamelets.go:60:
newConfigurationKey
100.0%
github.com/apache/camel-k/v2/pkg/trait/kamelets.go:72:
newKameletsTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/kamelets.go:78:
Configure
72.2%
+github.com/apache/camel-k/v2/pkg/trait/kamelets.go:78:
Configure
77.8%
github.com/apache/camel-k/v2/pkg/trait/kamelets.go:111:
Apply
100.0%
github.com/apache/camel-k/v2/pkg/trait/kamelets.go:120:
collectKamelets
90.9%
github.com/apache/camel-k/v2/pkg/trait/kamelets.go:173:
addKamelets
88.5%
@@ -1577,31 +1577,33 @@
github.com/apache/camel-k/v2/pkg/trait/kamelets_support.go:48:
toConfigmaps
github.com/apache/camel-k/v2/pkg/trait/kamelets_support.go:75:
newBundleConfigmap
100.0%
github.com/apache/camel-k/v2/pkg/trait/knative.go:60:
newKnativeTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/knative.go:69:
IsAllowedInProfile
100.0%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:73:
Configure
80.8%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:151:
filterMetaItems
91.7%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:170:
Apply
75.0%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:212:
configureChannels
74.1%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:270:
createSubscription
80.0%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:279:
configureEndpoints
76.2%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:327:
configureEvents
80.8%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:386:
isSinkBindingAllowed
77.8%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:403:
configureSinkBinding
88.1%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:484:
createTrigger
68.4%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:523:
ifServiceMissingDo
100.0%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:533:
withServiceDo
76.0%
-github.com/apache/camel-k/v2/pkg/trait/knative.go:580:
extractServices
100.0%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:73:
Configure
83.3%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:158:
isForcefullyEnabled
100.0%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:162:
filterMetaItems
91.7%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:181:
Apply
75.0%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:223:
configureChannels
74.1%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:281:
createSubscription
80.0%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:290:
configureEndpoints
76.2%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:338:
configureEvents
80.8%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:397:
isSinkBindingAllowed
77.8%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:414:
configureSinkBinding
88.1%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:495:
createTrigger
68.4%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:534:
ifServiceMissingDo
100.0%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:544:
withServiceDo
76.0%
+github.com/apache/camel-k/v2/pkg/trait/knative.go:591:
extractServices
100.0%
github.com/apache/camel-k/v2/pkg/trait/knative_service.go:62:
newKnativeServiceTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/knative_service.go:72:
IsAllowedInProfile
100.0%
github.com/apache/camel-k/v2/pkg/trait/knative_service.go:76:
Configure
70.6%
github.com/apache/camel-k/v2/pkg/trait/knative_service.go:133:
Apply
83.3%
-github.com/apache/camel-k/v2/pkg/trait/knative_service.go:150:
SelectControllerStrategy
86.7%
-github.com/apache/camel-k/v2/pkg/trait/knative_service.go:178:
ControllerStrategySelectorOrder
100.0%
-github.com/apache/camel-k/v2/pkg/trait/knative_service.go:182:
getServiceFor
47.5%
+github.com/apache/camel-k/v2/pkg/trait/knative_service.go:150:
SelectControllerStrategy
86.4%
+github.com/apache/camel-k/v2/pkg/trait/knative_service.go:196:
isForcefullyEnabled
100.0%
+github.com/apache/camel-k/v2/pkg/trait/knative_service.go:200:
ControllerStrategySelectorOrder
100.0%
+github.com/apache/camel-k/v2/pkg/trait/knative_service.go:204:
getServiceFor
47.5%
github.com/apache/camel-k/v2/pkg/trait/logging.go:45:
newLoggingTraitTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/logging.go:54:
Configure
57.1%
-github.com/apache/camel-k/v2/pkg/trait/logging.go:68:
Apply
75.0%
-github.com/apache/camel-k/v2/pkg/trait/logging.go:79:
setEnvConfiguration
0.0%
-github.com/apache/camel-k/v2/pkg/trait/logging.go:101:
setCatalogConfiguration
100.0%
+github.com/apache/camel-k/v2/pkg/trait/logging.go:54:
Configure
60.0%
+github.com/apache/camel-k/v2/pkg/trait/logging.go:65:
Apply
100.0%
+github.com/apache/camel-k/v2/pkg/trait/logging.go:76:
setEnvConfiguration
60.0%
+github.com/apache/camel-k/v2/pkg/trait/logging.go:98:
setCatalogConfiguration
100.0%
github.com/apache/camel-k/v2/pkg/trait/mount.go:49:
newMountTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/mount.go:56:
Configure
81.8%
github.com/apache/camel-k/v2/pkg/trait/mount.go:85:
Apply
81.5%
@@ -1649,7 +1651,7 @@ github.com/apache/camel-k/v2/pkg/trait/quarkus.go:93:
getLegacyLanguageSet
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:102:
newQuarkusTrait
100.0%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:109:
InfluencesKit
100.0%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:113:
Matches
88.9%
-github.com/apache/camel-k/v2/pkg/trait/quarkus.go:143:
Configure
75.0%
+github.com/apache/camel-k/v2/pkg/trait/quarkus.go:143:
Configure
100.0%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:155:
adaptDeprecatedFields
18.2%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:174:
Apply
77.8%
github.com/apache/camel-k/v2/pkg/trait/quarkus.go:196:
applyWhileBuildingKit
81.2%
@@ -1689,11 +1691,11 @@
github.com/apache/camel-k/v2/pkg/trait/security_context.go:54:
Configure
github.com/apache/camel-k/v2/pkg/trait/security_context.go:76:
Apply
75.0%
github.com/apache/camel-k/v2/pkg/trait/security_context.go:84:
setSecurityContext
85.7%
github.com/apache/camel-k/v2/pkg/trait/service.go:43:
newServiceTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/service.go:49:
Configure
79.2%
+github.com/apache/camel-k/v2/pkg/trait/service.go:49:
Configure
83.3%
github.com/apache/camel-k/v2/pkg/trait/service.go:103:
Apply
68.8%
github.com/apache/camel-k/v2/pkg/trait/service.go:131:
getServiceFor
100.0%
github.com/apache/camel-k/v2/pkg/trait/service_binding.go:64:
newServiceBindingTrait
100.0%
-github.com/apache/camel-k/v2/pkg/trait/service_binding.go:70:
Configure
66.7%
+github.com/apache/camel-k/v2/pkg/trait/service_binding.go:70:
Configure
77.8%
github.com/apache/camel-k/v2/pkg/trait/service_binding.go:87:
Apply
69.2%
github.com/apache/camel-k/v2/pkg/trait/service_binding.go:112:
setCatalogConfiguration
100.0%
github.com/apache/camel-k/v2/pkg/trait/service_binding.go:123:
setProperties
0.0%
@@ -1726,7 +1728,7 @@
github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:45:
NewInteg
github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:55:
NewIntegrationConditionUserDisabled
100.0%
github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:59:
NewIntegrationConditionUserEnabledWithMessage
0.0%
github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:63:
NewIntegrationConditionPlatformDisabledWithMessage
100.0%
-github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:68:
NewIntegrationConditionPlatformDisabledCatalogMissing
0.0%
+github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:68:
NewIntegrationConditionPlatformDisabledCatalogMissing
100.0%
github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:78:
integrationCondition
0.0%
github.com/apache/camel-k/v2/pkg/trait/trait_condition_types.go:85:
integrationKitCondition
0.0%
github.com/apache/camel-k/v2/pkg/trait/trait_configure.go:34:
Configure
63.2%
@@ -2305,4 +2307,4 @@ github.com/apache/camel-k/v2/pkg/util/util.go:651:
WithTempDir
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:666:
ConfigTreePropertySplit
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:687:
trimQuotes
0.0%
github.com/apache/camel-k/v2/pkg/util/util.go:698:
NavigateConfigTree
0.0%
-total:
(statements)
38.2%
+total:
(statements)
38.4%