(camel-k) branch main updated: chore: nightly automatic updates
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 25e82597e chore: nightly automatic updates 25e82597e is described below commit 25e82597e72de156f6bc7d839b27758dab7ab16d Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Oct 24 23:36:52 2024 + chore: nightly automatic updates --- docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 3 +- docs/modules/traits/pages/mount.adoc | 3 +- helm/camel-k/crds/camel-k-crds.yaml| 40 +- .../camel.apache.org_integrationplatforms.yaml | 10 +++--- .../camel.apache.org_integrationprofiles.yaml | 10 +++--- .../crd/bases/camel.apache.org_integrations.yaml | 10 +++--- .../bases/camel.apache.org_kameletbindings.yaml| 5 +-- .../config/crd/bases/camel.apache.org_pipes.yaml | 5 +-- 8 files changed, 52 insertions(+), 34 deletions(-) diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc index 6a58a7a56..90560f8f7 100644 --- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc +++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc @@ -8017,7 +8017,8 @@ or the default cluster Storage Class. However, if the PVC exists, the operator w | -A list of EmptyDir volumes to be mounted. Syntax: [name:/container/path] +A list of EmptyDir volumes to be mounted. An optional size limit may be configured (default 500Mi). +Syntax: name:/container/path[:sizeLimit] |`hotReload` + bool diff --git a/docs/modules/traits/pages/mount.adoc b/docs/modules/traits/pages/mount.adoc index 0d5d6b476..c7bc569cb 100644 --- a/docs/modules/traits/pages/mount.adoc +++ b/docs/modules/traits/pages/mount.adoc @@ -51,7 +51,8 @@ or the default cluster Storage Class. However, if the PVC exists, the operator w | mount.empty-dirs | []string -| A list of EmptyDir volumes to be mounted. Syntax: [name:/container/path] +| A list of EmptyDir volumes to be mounted. An optional size limit may be configured (default 500Mi). +Syntax: name:/container/path[:sizeLimit] | mount.hot-reload | bool diff --git a/helm/camel-k/crds/camel-k-crds.yaml b/helm/camel-k/crds/camel-k-crds.yaml index 3bb34c12b..fa44035de 100644 --- a/helm/camel-k/crds/camel-k-crds.yaml +++ b/helm/camel-k/crds/camel-k-crds.yaml @@ -4803,8 +4803,9 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true emptyDirs: -description: 'A list of EmptyDir volumes to be mounted. Syntax: - [name:/container/path]' +description: |- + A list of EmptyDir volumes to be mounted. An optional size limit may be configured (default 500Mi). + Syntax: name:/container/path[:sizeLimit] items: type: string type: array @@ -6948,8 +6949,9 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true emptyDirs: -description: 'A list of EmptyDir volumes to be mounted. Syntax: - [name:/container/path]' +description: |- + A list of EmptyDir volumes to be mounted. An optional size limit may be configured (default 500Mi). + Syntax: name:/container/path[:sizeLimit] items: type: string type: array @@ -8996,8 +8998,9 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true emptyDirs: -description: 'A list of EmptyDir volumes to be mounted. Syntax: - [name:/container/path]' +description: |- + A list of EmptyDir volumes to be mounted. An optional size limit may be configured (default 500Mi). + Syntax: name:/container/path[:sizeLimit] items: type: string type: array @@ -11020,8 +11023,9 @@ spec: type: object x-kubernetes-preserve-unknown-fields: true emptyDirs: -description: 'A list of EmptyDir volumes to be mounted. Syntax: - [name:/container/path]' +description: |- + A list of EmptyDir volumes to be mounted. An optional size limit may be configured (default 500Mi). +
(camel-k) branch main updated: chore: nightly automatic updates
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 e1d4854ce chore: nightly automatic updates e1d4854ce is described below commit e1d4854ceebe7044c6a5997057befc2ea4ae0a21 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Oct 19 23:35:18 2024 + chore: nightly automatic updates --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 0634c7a1c..95c58ccd8 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/native.yml/badge.svg["Quarkus native", link="https://github.com/apache/camel-k/actions/workflows/native.yml";] -image:https://img.shields.io/badge/Coverage-45.2-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";] +image:https://img.shields.io/badge/Coverage-45.3-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.
(camel-k) branch main updated: chore: nightly automatic updates
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 88abc3c25 chore: nightly automatic updates 88abc3c25 is described below commit 88abc3c259d1a36c0d11214470cba165e89be588 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Oct 16 23:36:59 2024 + chore: nightly automatic updates --- docs/antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/antora.yml b/docs/antora.yml index 055c60c43..6940afcf1 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -38,6 +38,6 @@ asciidoc: kustomize-version: 4.5.4 kubernetes-api-version: 0.29.7 operator-fwk-api-version: 0.23.0 -knative-api-version: 0.42.2 +knative-api-version: 0.42.3 service-binding-op-version: 1.4.0 prometheus-op-version: 0.73.2
(camel-k) branch main updated: chore: nightly automatic updates
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 c10db082a chore: nightly automatic updates c10db082a is described below commit c10db082a740689b57095257ee5e6f8f7d7b2fd8 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Oct 12 23:37:08 2024 + chore: nightly automatic updates --- docs/antora.yml | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 60650ead3..055c60c43 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -28,13 +28,13 @@ asciidoc: attributes: requires: "'util=camel-website-util,ck=xref:js/ck.js'" prerelease: true -camel-k-runtime-version: 3.8.1 +camel-k-runtime-version: 3.15.0 camel-api-versions: camel.apache.org/v1 camel.apache.org/v1alpha1 # from Makefile BUNDLE_CAMEL_APIS -camel-version: 4.4.1 -camel-docs-version: 4.4.x -camel-quarkus-version: 3.8.1 -camel-quarkus-docs-version: 3.8.x -quarkus-version: 3.8.3 +camel-version: 4.8.0 +camel-docs-version: 4.8.x +camel-quarkus-version: 3.15.0 +camel-quarkus-docs-version: 3.15.x +quarkus-version: 3.15.1 kustomize-version: 4.5.4 kubernetes-api-version: 0.29.7 operator-fwk-api-version: 0.23.0
(camel-k) branch main updated: chore: nightly automatic updates
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 03b38b9bd chore: nightly automatic updates 03b38b9bd is described below commit 03b38b9bd540152e10510c8db492ffa9d0aa3175 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Oct 9 23:37:11 2024 + chore: nightly automatic updates --- docs/antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/antora.yml b/docs/antora.yml index 43b882629..60650ead3 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -38,6 +38,6 @@ asciidoc: kustomize-version: 4.5.4 kubernetes-api-version: 0.29.7 operator-fwk-api-version: 0.23.0 -knative-api-version: 0.42.1 +knative-api-version: 0.42.2 service-binding-op-version: 1.4.0 prometheus-op-version: 0.73.2
(camel-k) branch main updated: chore: nightly automatic updates
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 5bada6f88 chore: nightly automatic updates 5bada6f88 is described below commit 5bada6f887cfddb53d3ca78be0da4e5c4ad31cf4 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sun Oct 6 23:36:49 2024 + chore: nightly automatic updates --- README.adoc| 2 +- docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 6 ++-- docs/modules/traits/pages/cron.adoc| 5 +-- helm/camel-k/crds/camel-k-crds.yaml| 42 ++ .../config/crd/bases/camel.apache.org_builds.yaml | 2 ++ .../bases/camel.apache.org_integrationkits.yaml| 1 + .../camel.apache.org_integrationplatforms.yaml | 8 - .../camel.apache.org_integrationprofiles.yaml | 8 - .../crd/bases/camel.apache.org_integrations.yaml | 10 ++ .../bases/camel.apache.org_kameletbindings.yaml| 5 +-- .../crd/bases/camel.apache.org_kamelets.yaml | 3 ++ .../config/crd/bases/camel.apache.org_pipes.yaml | 5 +-- 12 files changed, 24 insertions(+), 73 deletions(-) diff --git a/README.adoc b/README.adoc index a84868d95..0634c7a1c 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/native.yml/badge.svg["Quarkus native", link="https://github.com/apache/camel-k/actions/workflows/native.yml";] -image:https://img.shields.io/badge/Coverage-45.0-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";] +image:https://img.shields.io/badge/Coverage-45.2-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/docs/modules/ROOT/partials/apis/camel-k-crds.adoc b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc index f51ad7781..f8ef11254 100644 --- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc +++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc @@ -5560,6 +5560,7 @@ interpret this source at runtime Interceptors are optional identifiers the org.apache.camel.k.RoutesLoader uses to pre/post process sources +Deprecated: no longer in use. |`type` + *xref:#_camel_apache_org_v1_SourceType[SourceType]* @@ -6726,7 +6727,7 @@ The rules for using a Kubernetes CronJob are the following: - `cron`, `quartz`: when the cron expression does not contain seconds (or the "seconds" part is set to 0). E.g. -`cron:tab?schedule=0/2$\{plus}*\{plus}*\{plus}*\{plus}?` or `quartz:trigger?cron=0\{plus}0/2\{plus}*\{plus}*\{plus}*\{plus}?`. +`cron:tab?schedule=0/2 * * * ?` or `quartz:trigger?cron=0 0/2 * * * ?`. [cols="2,2a",options="header"] @@ -6762,9 +6763,6 @@ string A comma separated list of the Camel components that need to be customized in order for them to work when the schedule is triggered externally by Kubernetes. -A specific customizer is activated for each specified component. E.g. for the `timer` component, the `cron-timer` customizer is -activated (it's present in the `org.apache.camel.k:camel-k-cron` library). - Supported components are currently: `cron`, `timer` and `quartz`. |`fallback` + diff --git a/docs/modules/traits/pages/cron.adoc b/docs/modules/traits/pages/cron.adoc index 2f89a38d6..ec22a1095 100755 --- a/docs/modules/traits/pages/cron.adoc +++ b/docs/modules/traits/pages/cron.adoc @@ -20,7 +20,7 @@ The rules for using a Kubernetes CronJob are the following: - `cron`, `quartz`: when the cron expression does not contain seconds (or the "seconds" part is set to 0). E.g. -`cron:tab?schedule=0/2${plus}*{plus}*{plus}*{plus}?` or `quartz:trigger?cron=0{plus}0/2{plus}*{plus}*{plus}*{plus}?`. +`cron:tab?schedule=0/2 * * * ?` or `quartz:trigger?cron=0 0/2 * * * ?`. This trait is available in the following profiles: **Kubernetes, Knative, OpenShift**. @@ -56,9 +5
(camel-k) branch main updated: chore: nightly automatic updates
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 279e3d7c3 chore: nightly automatic updates 279e3d7c3 is described below commit 279e3d7c3cdda4f304ec206930b18b25875bbdc1 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Sep 21 23:36:07 2024 + chore: nightly automatic updates --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 55e88735d..a84868d95 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/native.yml/badge.svg["Quarkus native", link="https://github.com/apache/camel-k/actions/workflows/native.yml";] -image:https://img.shields.io/badge/Coverage-44.4-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";] +image:https://img.shields.io/badge/Coverage-45.0-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.
(camel-k) branch main updated: chore: nightly automatic updates
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 f053a4260 chore: nightly automatic updates f053a4260 is described below commit f053a4260462e6ef30d4e39fd08cf56d864e9677 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Sep 17 23:37:11 2024 + chore: nightly automatic updates --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ecaaa5930..55e88735d 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/native.yml/badge.svg["Quarkus native", link="https://github.com/apache/camel-k/actions/workflows/native.yml";] -image:https://img.shields.io/badge/Coverage-44.0-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";] +image:https://img.shields.io/badge/Coverage-44.4-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.
(camel-k) branch main updated: chore: nightly automatic updates
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 15a3c652d chore: nightly automatic updates 15a3c652d is described below commit 15a3c652d38c55bdca0cd3ac91f23ebebb4b23b7 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Sep 11 23:36:20 2024 + chore: nightly automatic updates --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 2d83283e7..ecaaa5930 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/native.yml/badge.svg["Quarkus native", link="https://github.com/apache/camel-k/actions/workflows/native.yml";] -image:https://img.shields.io/badge/Coverage-43.9-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";] +image:https://img.shields.io/badge/Coverage-44.0-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.
(camel-k) branch main updated: chore: nightly automatic updates
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 57f7e5bd6 chore: nightly automatic updates 57f7e5bd6 is described below commit 57f7e5bd6a329d0c161225630ba747e4e3b63196 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Sep 6 23:37:19 2024 + chore: nightly automatic updates --- docs/antora.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 2f3de235e..f647c8804 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -28,8 +28,8 @@ asciidoc: attributes: requires: "'util=camel-website-util,ck=xref:js/ck.js'" prerelease: true -camel-kamelets-version: '4.0.1' -camel-kamelets-docs-version: 4.0.x +camel-kamelets-version: '4.4.1' +camel-kamelets-docs-version: 4.4.x camel-k-runtime-version: 3.8.1 camel-api-versions: camel.apache.org/v1 camel.apache.org/v1alpha1 # from Makefile BUNDLE_CAMEL_APIS camel-version: 4.4.1 @@ -40,6 +40,6 @@ asciidoc: kustomize-version: 4.5.4 kubernetes-api-version: 0.29.7 operator-fwk-api-version: 0.23.0 -knative-api-version: 0.40.3 +knative-api-version: 0.42.1 service-binding-op-version: 1.4.0 prometheus-op-version: 0.73.2
(camel-k) branch main updated: chore: nightly automatic updates
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 7fa24984a chore: nightly automatic updates 7fa24984a is described below commit 7fa24984a6581c97752bc250dbb5c4379916630f Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Sep 5 23:48:05 2024 + chore: nightly automatic updates --- CHANGELOG.md | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b15b382..4add3e3ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,15 @@ [Full Changelog](https://github.com/apache/camel-k/compare/v2.5.0-nightly...HEAD) -**Closed issues:** - -- Add a section to explain Pipes [\#5638](https://github.com/apache/camel-k/issues/5638) - **Merged pull requests:** +- feat\(api\): expose Camel core version [\#5825](https://github.com/apache/camel-k/pull/5825) ([squakez](https://github.com/squakez)) +- chore\(doc\): minor adjustments [\#5824](https://github.com/apache/camel-k/pull/5824) ([squakez](https://github.com/squakez)) +- chore\(deps\): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 [\#5823](https://github.com/apache/camel-k/pull/5823) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump golang.org/x/text from 0.17.0 to 0.18.0 [\#5822](https://github.com/apache/camel-k/pull/5822) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump golang.org/x/term from 0.23.0 to 0.24.0 [\#5821](https://github.com/apache/camel-k/pull/5821) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(ci\): website build [\#5820](https://github.com/apache/camel-k/pull/5820) ([squakez](https://github.com/squakez)) +- chore\(helm\): deprecate installation with platform [\#5819](https://github.com/apache/camel-k/pull/5819) ([squakez](https://github.com/squakez)) - doc: polish documentation [\#5818](https://github.com/apache/camel-k/pull/5818) ([squakez](https://github.com/squakez)) - chore\(deps\): bump knative.dev/eventing from 0.40.3 to 0.42.1 [\#5817](https://github.com/apache/camel-k/pull/5817) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/prometheus/common from 0.57.0 to 0.58.0 [\#5815](https://github.com/apache/camel-k/pull/5815) ([dependabot[bot]](https://github.com/apps/dependabot)) @@ -43,7 +45,7 @@ - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.57 to 0.6.58 [\#5774](https://github.com/apache/camel-k/pull/5774) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bugfix/5758 incremental image build fix [\#5772](https://github.com/apache/camel-k/pull/5772) ([lsergio](https://github.com/lsergio)) -## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-09-04) +## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-09-05) [Full Changelog](https://github.com/apache/camel-k/compare/2.5.0-nightly...v2.5.0-nightly) @@ -54,6 +56,7 @@ - Camel runtime 3.13.0 nightly failure [\#5746](https://github.com/apache/camel-k/issues/5746) - Provide Helm Artefacts as part of snapshots, pre-releases and final-releases [\#5740](https://github.com/apache/camel-k/issues/5740) - Flaky TestHelmInstallation [\#5722](https://github.com/apache/camel-k/issues/5722) +- Add a section to explain Pipes [\#5638](https://github.com/apache/camel-k/issues/5638) - Add a trait func which should check the presence of CamelCatalog before execution [\#5417](https://github.com/apache/camel-k/issues/5417) - Move handling of IntegrationPlatformResource to a separate operator [\#4948](https://github.com/apache/camel-k/issues/4948) - Kamelets versioning or Kamelets Catalog definition [\#4395](https://github.com/apache/camel-k/issues/4395)
(camel-k) branch main updated: chore: nightly automatic updates
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 d871da986 chore: nightly automatic updates d871da986 is described below commit d871da986d48ae884640f4688b3d2a832950ab62 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Sep 3 23:48:09 2024 + chore: nightly automatic updates --- CHANGELOG.md | 8 +++- README.adoc | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f5368a2b..d6e903163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ [Full Changelog](https://github.com/apache/camel-k/compare/v2.5.0-nightly...HEAD) +**Closed issues:** + +- Kamelets versioning or Kamelets Catalog definition [\#4395](https://github.com/apache/camel-k/issues/4395) + **Merged pull requests:** +- fix\(e2e\): Get the most recent pod in e2e tests [\#5808](https://github.com/apache/camel-k/pull/5808) ([gansheer](https://github.com/gansheer)) +- feat\(api\): user generated Kamelet versioning [\#5807](https://github.com/apache/camel-k/pull/5807) ([squakez](https://github.com/squakez)) - chore\(deps\): bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 in /java/crds [\#5806](https://github.com/apache/camel-k/pull/5806) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(api\): print Kamelets info [\#5804](https://github.com/apache/camel-k/pull/5804) ([squakez](https://github.com/squakez)) - feat\(api\): Kit-less Integration [\#5803](https://github.com/apache/camel-k/pull/5803) ([squakez](https://github.com/squakez)) @@ -32,7 +38,7 @@ - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.57 to 0.6.58 [\#5774](https://github.com/apache/camel-k/pull/5774) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bugfix/5758 incremental image build fix [\#5772](https://github.com/apache/camel-k/pull/5772) ([lsergio](https://github.com/lsergio)) -## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-09-02) +## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-09-03) [Full Changelog](https://github.com/apache/camel-k/compare/2.5.0-nightly...v2.5.0-nightly) diff --git a/README.adoc b/README.adoc index 651a8fe12..b74310af0 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/native.yml/badge.svg["Quarkus native", link="https://github.com/apache/camel-k/actions/workflows/native.yml";] -image:https://img.shields.io/badge/Coverage-43.7-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";] +image:https://img.shields.io/badge/Coverage-43.8-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.
(camel-k) branch main updated: chore: nightly automatic updates
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 e0a3931c5 chore: nightly automatic updates e0a3931c5 is described below commit e0a3931c553634faf33651af44f4b103aac34869 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Sep 2 23:48:27 2024 + chore: nightly automatic updates --- CHANGELOG.md | 5 - README.adoc | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a74eb54..0f5368a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ **Merged pull requests:** +- chore\(deps\): bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 in /java/crds [\#5806](https://github.com/apache/camel-k/pull/5806) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(api\): print Kamelets info [\#5804](https://github.com/apache/camel-k/pull/5804) ([squakez](https://github.com/squakez)) +- feat\(api\): Kit-less Integration [\#5803](https://github.com/apache/camel-k/pull/5803) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 [\#5802](https://github.com/apache/camel-k/pull/5802) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.59 to 0.6.60 [\#5801](https://github.com/apache/camel-k/pull/5801) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/prometheus/common from 0.56.0 to 0.57.0 [\#5800](https://github.com/apache/camel-k/pull/5800) ([dependabot[bot]](https://github.com/apps/dependabot)) @@ -30,7 +32,7 @@ - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.57 to 0.6.58 [\#5774](https://github.com/apache/camel-k/pull/5774) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bugfix/5758 incremental image build fix [\#5772](https://github.com/apache/camel-k/pull/5772) ([lsergio](https://github.com/lsergio)) -## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-09-01) +## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-09-02) [Full Changelog](https://github.com/apache/camel-k/compare/2.5.0-nightly...v2.5.0-nightly) @@ -43,6 +45,7 @@ - Flaky TestHelmInstallation [\#5722](https://github.com/apache/camel-k/issues/5722) - Add a trait func which should check the presence of CamelCatalog before execution [\#5417](https://github.com/apache/camel-k/issues/5417) - Move handling of IntegrationPlatformResource to a separate operator [\#4948](https://github.com/apache/camel-k/issues/4948) +- "Kitless" Integration [\#2365](https://github.com/apache/camel-k/issues/2365) ## [2.5.0-nightly](https://github.com/apache/camel-k/tree/2.5.0-nightly) (2024-08-14) diff --git a/README.adoc b/README.adoc index 4e216d285..651a8fe12 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/native.yml/badge.svg["Quarkus native", link="https://github.com/apache/camel-k/actions/workflows/native.yml";] -image:https://img.shields.io/badge/Coverage-43.4-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";] +image:https://img.shields.io/badge/Coverage-43.7-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.
(camel-k) branch main updated: chore: nightly automatic updates
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 7b6b5899a chore: nightly automatic updates 7b6b5899a is described below commit 7b6b5899a490839e14b1fb78b1db37a54a729c17 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sun Sep 1 23:48:09 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33891e3be..b5a74eb54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.57 to 0.6.58 [\#5774](https://github.com/apache/camel-k/pull/5774) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bugfix/5758 incremental image build fix [\#5772](https://github.com/apache/camel-k/pull/5772) ([lsergio](https://github.com/lsergio)) -## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-08-31) +## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-09-01) [Full Changelog](https://github.com/apache/camel-k/compare/2.5.0-nightly...v2.5.0-nightly)
(camel-k) branch main updated: chore: nightly automatic updates
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 eccff5ab5 chore: nightly automatic updates eccff5ab5 is described below commit eccff5ab5b96fe16d9438ca35e9797ca3a55105b Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Aug 31 23:43:55 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ece8f3903..33891e3be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.57 to 0.6.58 [\#5774](https://github.com/apache/camel-k/pull/5774) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bugfix/5758 incremental image build fix [\#5772](https://github.com/apache/camel-k/pull/5772) ([lsergio](https://github.com/lsergio)) -## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-08-30) +## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-08-31) [Full Changelog](https://github.com/apache/camel-k/compare/2.5.0-nightly...v2.5.0-nightly)
(camel-k) branch main updated: chore: nightly automatic updates
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 bfb0943be chore: nightly automatic updates bfb0943be is described below commit bfb0943be50fb5c1bc69fd301ce82e707ec38afe Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Aug 30 23:48:00 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2f31911..ece8f3903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.57 to 0.6.58 [\#5774](https://github.com/apache/camel-k/pull/5774) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bugfix/5758 incremental image build fix [\#5772](https://github.com/apache/camel-k/pull/5772) ([lsergio](https://github.com/lsergio)) -## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-08-29) +## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-08-30) [Full Changelog](https://github.com/apache/camel-k/compare/2.5.0-nightly...v2.5.0-nightly)
(camel-k) branch main updated: chore: nightly automatic updates
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 c29e5f895 chore: nightly automatic updates c29e5f895 is described below commit c29e5f8954d69f3c6e042cc2f2f0bcb144597f93 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Aug 29 23:48:34 2024 + chore: nightly automatic updates --- CHANGELOG.md | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4b1a6d3d..9f2f31911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,12 @@ [Full Changelog](https://github.com/apache/camel-k/compare/v2.5.0-nightly...HEAD) -**Closed issues:** - -- Add ingressClassName field to Ingress trait [\#5793](https://github.com/apache/camel-k/issues/5793) -- Provide Helm Artefacts as part of snapshots, pre-releases and final-releases [\#5740](https://github.com/apache/camel-k/issues/5740) -- Add a trait func which should check the presence of CamelCatalog before execution [\#5417](https://github.com/apache/camel-k/issues/5417) - **Merged pull requests:** +- chore\(api\): print Kamelets info [\#5804](https://github.com/apache/camel-k/pull/5804) ([squakez](https://github.com/squakez)) +- chore\(deps\): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 [\#5802](https://github.com/apache/camel-k/pull/5802) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.59 to 0.6.60 [\#5801](https://github.com/apache/camel-k/pull/5801) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump github.com/prometheus/common from 0.56.0 to 0.57.0 [\#5800](https://github.com/apache/camel-k/pull/5800) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/prometheus/common from 0.55.0 to 0.56.0 [\#5799](https://github.com/apache/camel-k/pull/5799) ([dependabot[bot]](https://github.com/apps/dependabot)) - feat\(trait\): operate via default catalog [\#5798](https://github.com/apache/camel-k/pull/5798) ([squakez](https://github.com/squakez)) - feat: adding ingressClassName field to the Ingress trait [\#5797](https://github.com/apache/camel-k/pull/5797) ([lsergio](https://github.com/lsergio)) @@ -32,16 +30,18 @@ - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.57 to 0.6.58 [\#5774](https://github.com/apache/camel-k/pull/5774) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bugfix/5758 incremental image build fix [\#5772](https://github.com/apache/camel-k/pull/5772) ([lsergio](https://github.com/lsergio)) -## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-08-28) +## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-08-29) [Full Changelog](https://github.com/apache/camel-k/compare/2.5.0-nightly...v2.5.0-nightly) **Closed issues:** -- Windscribe VPN Premium 3.78.1465 Crack + License Key \[2024\] [\#5794](https://github.com/apache/camel-k/issues/5794) +- Add ingressClassName field to Ingress trait [\#5793](https://github.com/apache/camel-k/issues/5793) - Error: io.quarkus.vertx.http.runtime.TrustedProxyCheckPartConverter not a subtype [\#5758](https://github.com/apache/camel-k/issues/5758) - Camel runtime 3.13.0 nightly failure [\#5746](https://github.com/apache/camel-k/issues/5746) +- Provide Helm Artefacts as part of snapshots, pre-releases and final-releases [\#5740](https://github.com/apache/camel-k/issues/5740) - Flaky TestHelmInstallation [\#5722](https://github.com/apache/camel-k/issues/5722) +- Add a trait func which should check the presence of CamelCatalog before execution [\#5417](https://github.com/apache/camel-k/issues/5417) - Move handling of IntegrationPlatformResource to a separate operator [\#4948](https://github.com/apache/camel-k/issues/4948) ## [2.5.0-nightly](https://github.com/apache/camel-k/tree/2.5.0-nightly) (2024-08-14)
(camel-k) branch main updated: chore: nightly automatic updates
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 6863b4f72 chore: nightly automatic updates 6863b4f72 is described below commit 6863b4f72450594aaa90d683e7b93e139f414d4e Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Aug 28 23:48:03 2024 + chore: nightly automatic updates --- CHANGELOG.md | 16 +++- README.adoc | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8205681b7..e4b1a6d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,22 @@ [Full Changelog](https://github.com/apache/camel-k/compare/v2.5.0-nightly...HEAD) +**Closed issues:** + +- Add ingressClassName field to Ingress trait [\#5793](https://github.com/apache/camel-k/issues/5793) +- Provide Helm Artefacts as part of snapshots, pre-releases and final-releases [\#5740](https://github.com/apache/camel-k/issues/5740) +- Add a trait func which should check the presence of CamelCatalog before execution [\#5417](https://github.com/apache/camel-k/issues/5417) + **Merged pull requests:** +- chore\(deps\): bump github.com/prometheus/common from 0.55.0 to 0.56.0 [\#5799](https://github.com/apache/camel-k/pull/5799) ([dependabot[bot]](https://github.com/apps/dependabot)) +- feat\(trait\): operate via default catalog [\#5798](https://github.com/apache/camel-k/pull/5798) ([squakez](https://github.com/squakez)) +- feat: adding ingressClassName field to the Ingress trait [\#5797](https://github.com/apache/camel-k/pull/5797) ([lsergio](https://github.com/lsergio)) +- chore\(deps\): bump github.com/rs/xid from 1.5.0 to 1.6.0 [\#5796](https://github.com/apache/camel-k/pull/5796) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump github.com/prometheus/client\_golang from 1.20.1 to 1.20.2 [\#5795](https://github.com/apache/camel-k/pull/5795) ([dependabot[bot]](https://github.com/apps/dependabot)) +- fix\(ci\): badge calculation [\#5792](https://github.com/apache/camel-k/pull/5792) ([squakez](https://github.com/squakez)) - fix\(e2e\): olm needs to create an Integration Platform [\#5791](https://github.com/apache/camel-k/pull/5791) ([squakez](https://github.com/squakez)) +- fix\(e2e\): Cron e2e logs [\#5790](https://github.com/apache/camel-k/pull/5790) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump github.com/prometheus/client\_golang from 1.20.0 to 1.20.1 [\#5789](https://github.com/apache/camel-k/pull/5789) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(e2e\): Kamelet in route logs [\#5788](https://github.com/apache/camel-k/pull/5788) ([gansheer](https://github.com/gansheer)) - chore\(api\): deprecate PublishStrategyOptions [\#5785](https://github.com/apache/camel-k/pull/5785) ([squakez](https://github.com/squakez)) @@ -19,12 +32,13 @@ - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.57 to 0.6.58 [\#5774](https://github.com/apache/camel-k/pull/5774) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bugfix/5758 incremental image build fix [\#5772](https://github.com/apache/camel-k/pull/5772) ([lsergio](https://github.com/lsergio)) -## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-08-21) +## [v2.5.0-nightly](https://github.com/apache/camel-k/tree/v2.5.0-nightly) (2024-08-28) [Full Changelog](https://github.com/apache/camel-k/compare/2.5.0-nightly...v2.5.0-nightly) **Closed issues:** +- Windscribe VPN Premium 3.78.1465 Crack + License Key \[2024\] [\#5794](https://github.com/apache/camel-k/issues/5794) - Error: io.quarkus.vertx.http.runtime.TrustedProxyCheckPartConverter not a subtype [\#5758](https://github.com/apache/camel-k/issues/5758) - Camel runtime 3.13.0 nightly failure [\#5746](https://github.com/apache/camel-k/issues/5746) - Flaky TestHelmInstallation [\#5722](https://github.com/apache/camel-k/issues/5722) diff --git a/README.adoc b/README.adoc index 7665c0367..4e216d285 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/native.yml/badge.svg["Quarkus native", link="https://github.com/apache/camel-k/actions/workflows/native.yml";] -image:https://img.shields.io/badge/Coverage-1-red.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workf
(camel-k) branch main updated: chore: nightly automatic updates
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 0274dd084 chore: nightly automatic updates 0274dd084 is described below commit 0274dd084687d2541fcc2eaa9cdccfe33f3626ed Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Aug 15 23:43:55 2024 + chore: nightly automatic updates --- CHANGELOG.md | 404 +-- coverage.out | 2 +- 2 files changed, 203 insertions(+), 203 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28cd27e1c..ecb404660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [Unreleased](https://github.com/apache/camel-k/tree/HEAD) +## [2.5.0-nightly](https://github.com/apache/camel-k/tree/2.5.0-nightly) (2024-08-14) -[Full Changelog](https://github.com/apache/camel-k/compare/2.4.1-nightly...HEAD) +[Full Changelog](https://github.com/apache/camel-k/compare/2.4.1-nightly...2.5.0-nightly) **Closed issues:** @@ -417,7 +417,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.4.0-nightly...camel-k-crds-2.3.1) +[Full Changelog](https://github.com/apache/camel-k/compare/2.3.1-nightly...camel-k-crds-2.3.1) **Closed issues:** @@ -463,13 +463,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.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/2.3.1-nightly...2.4.0-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/2.4.0-nightly...2.3.1-nightly) -## [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/v2.3.0...2.3.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.0...2.4.0-nightly) **Closed issues:** @@ -853,7 +853,7 @@ ## [camel-k-crds-2.2.0](https://github.com/apache/camel-k/tree/camel-k-crds-2.2.0) (2024-01-03) -[Full Changelog](https://github.com/apache/camel-k/compare/2.2.0-nightly...camel-k-crds-2.2.0) +[Full Changelog](https://github.com/apache/camel-k/compare/2.1.1-nightly...camel-k-crds-2.2.0) **Closed issues:** @@ -907,13 +907,13 @@ - Camel-K initContainer [\#3459](https://github.com/apache/camel-k/issues/3459) - Run without source code [\#3295](https://github.com/apache/camel-k/issues/3295) -## [2.2.0-nightly](https://github.com/apache/camel-k/tree/2.2.0-nightly) (2023-10-24) +## [2.1.1-nightly](https://github.com/apache/camel-k/tree/2.1.1-nightly) (2023-10-24) -[Full Changelog](https://github.com/apache/camel-k/compare/2.1.1-nightly...2.2.0-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/2.2.0-nightly...2.1.1-nightly) -## [2.1.1-nightly](https://github.com/apache/camel-k/tree/2.1.1-nightly) (2023-10-24) +## [2.2.0-nightly](https://github.com/apache/camel-k/tree/2.2.0-nightly) (2023-10-24) -[Full Changelog](https://github.com/apache/camel-k/compare/v2.1.0...2.1.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/v2.1.0...2.2.0-nightly) **Closed issues:** @@ -1239,7 +1239,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/client/camel/v2.0.0...2.0.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v2.0.0...2.0.1-nightly) **Closed issues:** @@ -1313,21 +1313,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/client/camel/v2.0.0](https://github.com/apache/camel-k/tree/pkg/client/camel/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...pkg/client/camel/v2.0.0) +[Full Changelog](https://github.com/apache/camel-k/compare/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) +## [v2.0.0](https://github.com/
(camel-k) branch main updated: chore: nightly automatic updates
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 3d4198faa chore: nightly automatic updates 3d4198faa is described below commit 3d4198faa4bb9788d94bb2ca1b01e496188546d6 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Aug 14 23:56:35 2024 + chore: nightly automatic updates --- CHANGELOG.md| 11 ++ README.adoc | 2 +- badge.out | 2 +- coverage| 2 +- coverage.out| 269 +--- helm/camel-k/crds/camel-k-crds.yaml | 84 +-- 6 files changed, 178 insertions(+), 192 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7e85063..28cd27e1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,26 @@ **Closed issues:** - Integrations built with build strategy Spectrum do not start [\#5759](https://github.com/apache/camel-k/issues/5759) +- Possible deadlock between integration builds [\#5755](https://github.com/apache/camel-k/issues/5755) - How to config spec.template.spec.hostAliases with camel-k [\#5745](https://github.com/apache/camel-k/issues/5745) +- Drop support for Tracing trait [\#5739](https://github.com/apache/camel-k/issues/5739) - Move github actions to use Minikube [\#5723](https://github.com/apache/camel-k/issues/5723) +- Enhance environment trait to include values from secrets/configmaps [\#5522](https://github.com/apache/camel-k/issues/5522) - Add docker image creation date [\#5385](https://github.com/apache/camel-k/issues/5385) **Merged pull requests:** +- chore: remove code deprecated before 2.3 [\#5770](https://github.com/apache/camel-k/pull/5770) ([squakez](https://github.com/squakez)) +- chore\(ci\): exclude mock, util and generated code from coverage [\#5769](https://github.com/apache/camel-k/pull/5769) ([squakez](https://github.com/squakez)) +- fix\(ci\): use new infra configuration [\#5767](https://github.com/apache/camel-k/pull/5767) ([squakez](https://github.com/squakez)) +- chore\(traits\): remove tracing [\#5764](https://github.com/apache/camel-k/pull/5764) ([squakez](https://github.com/squakez)) - chore\(deps\): bump fabric8-version from 6.13.1 to 6.13.2 in /java/crds [\#5761](https://github.com/apache/camel-k/pull/5761) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.56 to 0.6.57 [\#5760](https://github.com/apache/camel-k/pull/5760) ([dependabot[bot]](https://github.com/apps/dependabot)) +- bugfix\(\#5755\): avoiding deadlock between builds with dependencies build order strategy [\#5757](https://github.com/apache/camel-k/pull/5757) ([lsergio](https://github.com/lsergio)) - feat\(ci\): minikube usage [\#5756](https://github.com/apache/camel-k/pull/5756) ([squakez](https://github.com/squakez)) +- feat\(trait\): set env as configmaps/secrets [\#5754](https://github.com/apache/camel-k/pull/5754) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.55 to 0.6.56 [\#5753](https://github.com/apache/camel-k/pull/5753) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump knative.dev/serving from 0.42.1 to 0.42.2 [\#5750](https://github.com/apache/camel-k/pull/5750) ([dependabot[bot]](https://github.com/apps/dependabot)) ## [2.4.1-nightly](https://github.com/apache/camel-k/tree/2.4.1-nightly) (2024-08-07) diff --git a/README.adoc b/README.adoc index 5e2c89023..c02e5c42d 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/native.yml/badge.svg["Quarkus native", link="https://github.com/apache/camel-k/actions/workflows/native.yml";] -image:https://img.shields.io/badge/Coverage-30.7%25-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";] +image:https://img.shields.io/badge/Coverage-30.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 n
(camel-k) branch main updated: chore: nightly automatic updates
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 f37633571 chore: nightly automatic updates f37633571 is described below commit f37633571e8725dfeb5bf4ed7010ba1bff407dd3 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Aug 13 23:43:24 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b57eab262..0b7e85063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,13 @@ - Integrations built with build strategy Spectrum do not start [\#5759](https://github.com/apache/camel-k/issues/5759) - How to config spec.template.spec.hostAliases with camel-k [\#5745](https://github.com/apache/camel-k/issues/5745) +- Move github actions to use Minikube [\#5723](https://github.com/apache/camel-k/issues/5723) - Add docker image creation date [\#5385](https://github.com/apache/camel-k/issues/5385) **Merged pull requests:** - chore\(deps\): bump fabric8-version from 6.13.1 to 6.13.2 in /java/crds [\#5761](https://github.com/apache/camel-k/pull/5761) ([dependabot[bot]](https://github.com/apps/dependabot)) +- feat\(ci\): minikube usage [\#5756](https://github.com/apache/camel-k/pull/5756) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.55 to 0.6.56 [\#5753](https://github.com/apache/camel-k/pull/5753) ([dependabot[bot]](https://github.com/apps/dependabot)) ## [2.4.1-nightly](https://github.com/apache/camel-k/tree/2.4.1-nightly) (2024-08-07)
(camel-k) branch main updated: chore: nightly automatic updates
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 b16064e94 chore: nightly automatic updates b16064e94 is described below commit b16064e94de5696d6fc7ae6b19afa9c2c487b22e Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Aug 12 23:48:51 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 869ca7272..b57eab262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,13 @@ **Closed issues:** +- Integrations built with build strategy Spectrum do not start [\#5759](https://github.com/apache/camel-k/issues/5759) - How to config spec.template.spec.hostAliases with camel-k [\#5745](https://github.com/apache/camel-k/issues/5745) - Add docker image creation date [\#5385](https://github.com/apache/camel-k/issues/5385) **Merged pull requests:** +- chore\(deps\): bump fabric8-version from 6.13.1 to 6.13.2 in /java/crds [\#5761](https://github.com/apache/camel-k/pull/5761) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.55 to 0.6.56 [\#5753](https://github.com/apache/camel-k/pull/5753) ([dependabot[bot]](https://github.com/apps/dependabot)) ## [2.4.1-nightly](https://github.com/apache/camel-k/tree/2.4.1-nightly) (2024-08-07)
(camel-k) branch main updated: chore: nightly automatic updates
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 15e708d4d chore: nightly automatic updates 15e708d4d is described below commit 15e708d4d427e0a35dd2d66ee6871a4e41618cb2 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Aug 10 23:47:50 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb987df20..869ca7272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ **Closed issues:** - How to config spec.template.spec.hostAliases with camel-k [\#5745](https://github.com/apache/camel-k/issues/5745) +- Add docker image creation date [\#5385](https://github.com/apache/camel-k/issues/5385) **Merged pull requests:**
(camel-k) branch main updated: chore: nightly automatic updates
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 cd3fbf2d5 chore: nightly automatic updates cd3fbf2d5 is described below commit cd3fbf2d5824065a6dbd9952abad470ed3bab59b Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Aug 8 23:48:35 2024 + chore: nightly automatic updates --- CHANGELOG.md | 58 +++--- 1 file changed, 35 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0474c75..cb987df20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,19 @@ ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD) -[Full Changelog](https://github.com/apache/camel-k/compare/v2.4.0...HEAD) +[Full Changelog](https://github.com/apache/camel-k/compare/2.4.1-nightly...HEAD) + +**Closed issues:** + +- How to config spec.template.spec.hostAliases with camel-k [\#5745](https://github.com/apache/camel-k/issues/5745) + +**Merged pull requests:** + +- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.55 to 0.6.56 [\#5753](https://github.com/apache/camel-k/pull/5753) ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [2.4.1-nightly](https://github.com/apache/camel-k/tree/2.4.1-nightly) (2024-08-07) + +[Full Changelog](https://github.com/apache/camel-k/compare/v2.4.0...2.4.1-nightly) **Closed issues:** @@ -389,7 +401,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:** @@ -435,13 +447,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:** @@ -1211,7 +1223,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/kamelet/repository/v2.0.0...2.0.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v2.0.0...2.0.1-nightly) **Closed issues:** @@ -1285,13 +1297,13 @@ - 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/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/pkg/client/camel/v2.0.0...pkg/kamelet/repository/v2.0.0) +[Full Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v2.0.0...pkg/client/camel/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/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) @@ -1521,7 +1533,11 @@ ## [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/apis/camel/v1.12.1...v1.12.1) +[Full Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v1.12.1...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) + +[Full Changelog](https://github.com/apache/camel-k/compar
(camel-k) branch main updated: chore: nightly automatic updates
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 d8811710c chore: nightly automatic updates d8811710c is described below commit d8811710c93664052b7600d3d8b2834810f7d3a3 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Aug 7 23:48:40 2024 + chore: nightly automatic updates --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87154a617..cb0474c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Drop support for Registry trait [\#5737](https://github.com/apache/camel-k/issues/5737) - Drop support for Swagger \(Openapi v2.0\) in favour of Openapi 3.0 [\#5735](https://github.com/apache/camel-k/issues/5735) - Upgrade to Golang 1.22 [\#5720](https://github.com/apache/camel-k/issues/5720) +- Release 2.4.0 [\#5678](https://github.com/apache/camel-k/issues/5678) - Remove `STAGING_RUNTIME_REPO` variable from Makefile [\#5616](https://github.com/apache/camel-k/issues/5616) - Flaky TestOperatorIDFiltering [\#5521](https://github.com/apache/camel-k/issues/5521) - Expose Open API Spec for REST DSL [\#5394](https://github.com/apache/camel-k/issues/5394) @@ -18,6 +19,8 @@ **Merged pull requests:** +- chore\(deps\): bump golang.org/x/term from 0.22.0 to 0.23.0 [\#5749](https://github.com/apache/camel-k/pull/5749) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump golang.org/x/text from 0.16.0 to 0.17.0 [\#5748](https://github.com/apache/camel-k/pull/5748) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.54 to 0.6.55 [\#5747](https://github.com/apache/camel-k/pull/5747) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 [\#5744](https://github.com/apache/camel-k/pull/5744) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump golang.org/x/time from 0.5.0 to 0.6.0 [\#5743](https://github.com/apache/camel-k/pull/5743) ([dependabot[bot]](https://github.com/apps/dependabot))
(camel-k) branch main updated: chore: nightly automatic updates
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 bda7b04bd chore: nightly automatic updates bda7b04bd is described below commit bda7b04bd158b7d02d2780d845a1f3e7e15c352b Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Aug 6 23:47:52 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 661ab6fd7..87154a617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,10 @@ **Merged pull requests:** +- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.54 to 0.6.55 [\#5747](https://github.com/apache/camel-k/pull/5747) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 [\#5744](https://github.com/apache/camel-k/pull/5744) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump golang.org/x/time from 0.5.0 to 0.6.0 [\#5743](https://github.com/apache/camel-k/pull/5743) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump golang.org/x/sync from 0.7.0 to 0.8.0 [\#5742](https://github.com/apache/camel-k/pull/5742) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump linter [\#5741](https://github.com/apache/camel-k/pull/5741) ([squakez](https://github.com/squakez)) - chore\(trait\): drop support for registry [\#5738](https://github.com/apache/camel-k/pull/5738) ([squakez](https://github.com/squakez)) - feat\(trait\): drop support for swagger [\#5736](https://github.com/apache/camel-k/pull/5736) ([squakez](https://github.com/squakez))
(camel-k) branch main updated: chore: nightly automatic updates
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 1328d3bb0 chore: nightly automatic updates 1328d3bb0 is described below commit 1328d3bb0ae1cb6a2416cd4e0d0bd46a4e531b0d Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Aug 5 23:47:52 2024 + chore: nightly automatic updates --- CHANGELOG.md | 5 + README.adoc| 2 +- badge.out | 2 +- coverage | 2 +- coverage.out | 173 - .../camel/informers/externalversions/factory.go| 7 + 6 files changed, 83 insertions(+), 108 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25159a56b..661ab6fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Closed issues:** +- Drop support for Registry trait [\#5737](https://github.com/apache/camel-k/issues/5737) - Drop support for Swagger \(Openapi v2.0\) in favour of Openapi 3.0 [\#5735](https://github.com/apache/camel-k/issues/5735) - Upgrade to Golang 1.22 [\#5720](https://github.com/apache/camel-k/issues/5720) - Remove `STAGING_RUNTIME_REPO` variable from Makefile [\#5616](https://github.com/apache/camel-k/issues/5616) @@ -17,6 +18,10 @@ **Merged pull requests:** +- chore\(deps\): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 [\#5744](https://github.com/apache/camel-k/pull/5744) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump golang.org/x/time from 0.5.0 to 0.6.0 [\#5743](https://github.com/apache/camel-k/pull/5743) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump linter [\#5741](https://github.com/apache/camel-k/pull/5741) ([squakez](https://github.com/squakez)) +- chore\(trait\): drop support for registry [\#5738](https://github.com/apache/camel-k/pull/5738) ([squakez](https://github.com/squakez)) - feat\(trait\): drop support for swagger [\#5736](https://github.com/apache/camel-k/pull/5736) ([squakez](https://github.com/squakez)) - chore\(deps\): bump knative.dev/serving from 0.40.1 to 0.42.1 [\#5734](https://github.com/apache/camel-k/pull/5734) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): update controllergen [\#5733](https://github.com/apache/camel-k/pull/5733) ([squakez](https://github.com/squakez)) diff --git a/README.adoc b/README.adoc index a1db3d19c..7377376dc 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-30.3%25-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";] +image:https://img.shields.io/badge/Coverage-30.7%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 94eed803e..b1ef97ca0 100644 --- a/badge.out +++ b/badge.out @@ -1,2 +1,2 @@ -![Coverage](https://img.shields.io/badge/Coverage-30.3%25-yellow) \ No newline at end of file +![Coverage](https://img.shields.io/badge/Coverage-30.7%25-yellow) \ No newline at end of file diff --git a/coverage b/coverage index 38a1220e2..da0a4ca88 100644 --- a/coverage +++ b/coverage @@ -1 +1 @@ -30.3 +30.7 diff --git a/coverage.out b/coverage.out index f2251700a..1ceecb0b2 100644 --- a/coverage.out +++ b/coverage.out @@ -190,11 +190,11 @@ github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitdocgen.go:355: github.com/apache/camel-k/v2/cmd/util/doc-gen/generators/traitmetadatagen.go:60: NewtraitMetaDataGen
(camel-k) branch main updated: chore: nightly automatic updates
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 1fec50e88 chore: nightly automatic updates 1fec50e88 is described below commit 1fec50e882f6d88423f24c4a45b56c93bd25868e Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sun Aug 4 23:46:53 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9a8f8a01..25159a56b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Upgrade to Golang 1.22 [\#5720](https://github.com/apache/camel-k/issues/5720) - Remove `STAGING_RUNTIME_REPO` variable from Makefile [\#5616](https://github.com/apache/camel-k/issues/5616) - Flaky TestOperatorIDFiltering [\#5521](https://github.com/apache/camel-k/issues/5521) +- Expose Open API Spec for REST DSL [\#5394](https://github.com/apache/camel-k/issues/5394) - OLM missing recommeded resource requests [\#5340](https://github.com/apache/camel-k/issues/5340) - Bump kubernetes dependencies to 1.29 [\#5307](https://github.com/apache/camel-k/issues/5307) - Upgrade controller-runtime to latest version [\#5211](https://github.com/apache/camel-k/issues/5211)
(camel-k) branch main updated: chore: nightly automatic updates
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 23a9301e8 chore: nightly automatic updates 23a9301e8 is described below commit 23a9301e8cf7ef43466959cdc5d48d498c1d407f Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Jul 29 23:47:59 2024 + chore: nightly automatic updates --- CHANGELOG.md | 480 +++ README.adoc | 2 +- badge.out| 2 +- coverage | 2 +- coverage.out | 127 5 files changed, 324 insertions(+), 289 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8fad58f..8172c5253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,57 +2,27 @@ ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD) -[Full Changelog](https://github.com/apache/camel-k/compare/2.3.4-nightly...HEAD) +[Full Changelog](https://github.com/apache/camel-k/compare/v2.4.0...HEAD) **Closed issues:** -- Integration status reporing as Not Ready even when it is [\#5707](https://github.com/apache/camel-k/issues/5707) -- Nightly github action workflows failure [\#5696](https://github.com/apache/camel-k/issues/5696) -- `make uninstall` should consider lease [\#5671](https://github.com/apache/camel-k/issues/5671) -- Jolokia trait failure [\#5666](https://github.com/apache/camel-k/issues/5666) -- Cluster role global false still deploying cluster role [\#5656](https://github.com/apache/camel-k/issues/5656) -- Add TimeoutSeconds to knative-service trait [\#5652](https://github.com/apache/camel-k/issues/5652) -- Explain how to clean registry [\#5645](https://github.com/apache/camel-k/issues/5645) -- Add TLS configuration in the ingress trait [\#5635](https://github.com/apache/camel-k/issues/5635) -- Installation tests are unstable [\#5632](https://github.com/apache/camel-k/issues/5632) -- Add license header file check workflow on PR in CI [\#5631](https://github.com/apache/camel-k/issues/5631) -- Service/KService not created for vertx-websocket consumers [\#5628](https://github.com/apache/camel-k/issues/5628) -- Modeline container.port trait config set as String value [\#5621](https://github.com/apache/camel-k/issues/5621) -- Trait annotations saved on the IntegrationKit resource [\#5620](https://github.com/apache/camel-k/issues/5620) -- Documentation links to old Camel K examples location [\#5619](https://github.com/apache/camel-k/issues/5619) -- Deprecate `kamel install` and change default installation to kustomize/helm/olm? [\#5615](https://github.com/apache/camel-k/issues/5615) -- maven-settings-offline-template.xml does not contain license [\#5603](https://github.com/apache/camel-k/issues/5603) -- Set default containers resources [\#5601](https://github.com/apache/camel-k/issues/5601) -- Bring back Quarkus native test in PR [\#5598](https://github.com/apache/camel-k/issues/5598) -- Nightly release note still define ARM64 specific instructions [\#5596](https://github.com/apache/camel-k/issues/5596) -- Unable to specify any CloudEvent attributes or extensions, except for `type` [\#5537](https://github.com/apache/camel-k/issues/5537) -- Move deprecated v1alpha1.KameletBinding tests to v1.Pipe [\#5490](https://github.com/apache/camel-k/issues/5490) -- Move tests, examples and documentation from groovy to yaml [\#5489](https://github.com/apache/camel-k/issues/5489) -- Review CI setup and test executions scrips/make targets [\#5463](https://github.com/apache/camel-k/issues/5463) -- Add a deploy make target [\#5460](https://github.com/apache/camel-k/issues/5460) -- Remove health readiness workaround when fixed in Camel [\#5451](https://github.com/apache/camel-k/issues/5451) -- Deprecate some of the camel.apache.org annotation in favor of k8s's recommended labels [\#5212](https://github.com/apache/camel-k/issues/5212) -- Dependency Service Discovery for Camel K [\#5196](https://github.com/apache/camel-k/issues/5196) -- Mount configmap/secret resources to a dedicated resources.d durectory [\#5181](https://github.com/apache/camel-k/issues/5181) -- Ability to use timezones when using quartz component and CronJob strategy [\#5121](https://github.com/apache/camel-k/issues/5121) -- Add missing functionalities and resolve possible discrepancies [\#4951](https://github.com/apache/camel-k/issues/4951) -- Make the platform controller operator instantiate the camel k operator [\#4950](https://github.com/apache/camel-k/issues/4950) -- Add missing fields on IntegrationPlatform custom resource to support platform controller operator [\#4949](https://github.com/apache/camel-k/issues/4949) -- Support YAML DSL routes configuration [\#4893](https://github.com/apache/camel-k/issues/4893) -- Kustomize installation does not work [\#4528](https://github.com/a
(camel-k) branch main updated: chore: nightly automatic updates
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 73e348351 chore: nightly automatic updates 73e348351 is described below commit 73e3483511e809f79090b58635da94a73657b707 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Jul 26 23:43:51 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5852ccd34..5a8fad58f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ **Closed issues:** - Integration status reporing as Not Ready even when it is [\#5707](https://github.com/apache/camel-k/issues/5707) +- Nightly github action workflows failure [\#5696](https://github.com/apache/camel-k/issues/5696) - `make uninstall` should consider lease [\#5671](https://github.com/apache/camel-k/issues/5671) - Jolokia trait failure [\#5666](https://github.com/apache/camel-k/issues/5666) - Cluster role global false still deploying cluster role [\#5656](https://github.com/apache/camel-k/issues/5656) @@ -45,6 +46,7 @@ **Merged pull requests:** +- chore\(deps\): bump github.com/onsi/gomega from 1.33.1 to 1.34.0 [\#5710](https://github.com/apache/camel-k/pull/5710) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(ci\): Reduce parallelism for smoke tests [\#5702](https://github.com/apache/camel-k/pull/5702) ([gansheer](https://github.com/gansheer)) - fix\(e2e\): Fix cron test [\#5700](https://github.com/apache/camel-k/pull/5700) ([gansheer](https://github.com/gansheer)) - chore\(ci\): Dump some cluster infos [\#5699](https://github.com/apache/camel-k/pull/5699) ([gansheer](https://github.com/gansheer))
(camel-k) branch main updated: chore: nightly automatic updates
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 bf7f4e320 chore: nightly automatic updates bf7f4e320 is described below commit bf7f4e3209d934def23cc0bcb63f42edeb94b937 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Jul 24 23:48:21 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bef1421c8..5852ccd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Closed issues:** +- Integration status reporing as Not Ready even when it is [\#5707](https://github.com/apache/camel-k/issues/5707) - `make uninstall` should consider lease [\#5671](https://github.com/apache/camel-k/issues/5671) - Jolokia trait failure [\#5666](https://github.com/apache/camel-k/issues/5666) - Cluster role global false still deploying cluster role [\#5656](https://github.com/apache/camel-k/issues/5656) @@ -44,6 +45,7 @@ **Merged pull requests:** +- fix\(ci\): Reduce parallelism for smoke tests [\#5702](https://github.com/apache/camel-k/pull/5702) ([gansheer](https://github.com/gansheer)) - fix\(e2e\): Fix cron test [\#5700](https://github.com/apache/camel-k/pull/5700) ([gansheer](https://github.com/gansheer)) - chore\(ci\): Dump some cluster infos [\#5699](https://github.com/apache/camel-k/pull/5699) ([gansheer](https://github.com/gansheer)) - fix\(ci\): raise again default resource footprint [\#5697](https://github.com/apache/camel-k/pull/5697) ([gansheer](https://github.com/gansheer))
(camel-k) branch main updated: chore: nightly automatic updates
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 5227f8246 chore: nightly automatic updates 5227f8246 is described below commit 5227f8246abc60076d029da811625c9db48181ec Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Jul 22 23:48:01 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d23fc00..bef1421c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ **Merged pull requests:** +- fix\(e2e\): Fix cron test [\#5700](https://github.com/apache/camel-k/pull/5700) ([gansheer](https://github.com/gansheer)) - chore\(ci\): Dump some cluster infos [\#5699](https://github.com/apache/camel-k/pull/5699) ([gansheer](https://github.com/gansheer)) - fix\(ci\): raise again default resource footprint [\#5697](https://github.com/apache/camel-k/pull/5697) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 in /java/crds [\#5695](https://github.com/apache/camel-k/pull/5695) ([dependabot[bot]](https://github.com/apps/dependabot))
(camel-k) branch main updated: chore: nightly automatic updates
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 8e840f974 chore: nightly automatic updates 8e840f974 is described below commit 8e840f9743ac9f628c6ceb83133940175419499d Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Jul 20 23:43:54 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7a8aba0d..d6d23fc00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ **Merged pull requests:** +- chore\(ci\): Dump some cluster infos [\#5699](https://github.com/apache/camel-k/pull/5699) ([gansheer](https://github.com/gansheer)) - fix\(ci\): raise again default resource footprint [\#5697](https://github.com/apache/camel-k/pull/5697) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 in /java/crds [\#5695](https://github.com/apache/camel-k/pull/5695) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump org.apache:apache from 32 to 33 in /java/crds [\#5694](https://github.com/apache/camel-k/pull/5694) ([dependabot[bot]](https://github.com/apps/dependabot))
(camel-k) branch main updated: chore: nightly automatic updates
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 71fb434df chore: nightly automatic updates 71fb434df is described below commit 71fb434dfc2057c38938e8d5f13f4e197b9ff3bc Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Jul 17 23:43:47 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a48e77c9..e7a8aba0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ **Merged pull requests:** +- fix\(ci\): raise again default resource footprint [\#5697](https://github.com/apache/camel-k/pull/5697) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 in /java/crds [\#5695](https://github.com/apache/camel-k/pull/5695) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump org.apache:apache from 32 to 33 in /java/crds [\#5694](https://github.com/apache/camel-k/pull/5694) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(helm\): Remove duplicate clusterrole camel-k edit [\#5690](https://github.com/apache/camel-k/pull/5690) ([gansheer](https://github.com/gansheer))
(camel-k) branch main updated: chore: nightly automatic updates
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 48cd16428 chore: nightly automatic updates 48cd16428 is described below commit 48cd16428d2397b8fe958904597fc695964e1e12 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Jul 15 23:44:13 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b99cffaf..8a48e77c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,8 @@ **Merged pull requests:** +- chore\(deps\): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.3.1 in /java/crds [\#5695](https://github.com/apache/camel-k/pull/5695) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump org.apache:apache from 32 to 33 in /java/crds [\#5694](https://github.com/apache/camel-k/pull/5694) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(helm\): Remove duplicate clusterrole camel-k edit [\#5690](https://github.com/apache/camel-k/pull/5690) ([gansheer](https://github.com/gansheer)) - chore\(build\): Fix docker build warnings [\#5689](https://github.com/apache/camel-k/pull/5689) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump fabric8-version from 6.13.0 to 6.13.1 in /java/crds [\#5688](https://github.com/apache/camel-k/pull/5688) ([dependabot[bot]](https://github.com/apps/dependabot))
(camel-k) branch main updated: chore: nightly automatic updates
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 17c61e994 chore: nightly automatic updates 17c61e994 is described below commit 17c61e994d314b9accba2eda0a39ef8725f96fa4 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Jul 9 23:43:40 2024 + chore: nightly automatic updates --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8291323cd..5b99cffaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - `make uninstall` should consider lease [\#5671](https://github.com/apache/camel-k/issues/5671) - Jolokia trait failure [\#5666](https://github.com/apache/camel-k/issues/5666) +- Cluster role global false still deploying cluster role [\#5656](https://github.com/apache/camel-k/issues/5656) - Add TimeoutSeconds to knative-service trait [\#5652](https://github.com/apache/camel-k/issues/5652) - Explain how to clean registry [\#5645](https://github.com/apache/camel-k/issues/5645) - Add TLS configuration in the ingress trait [\#5635](https://github.com/apache/camel-k/issues/5635) @@ -43,6 +44,8 @@ **Merged pull requests:** +- fix\(helm\): Remove duplicate clusterrole camel-k edit [\#5690](https://github.com/apache/camel-k/pull/5690) ([gansheer](https://github.com/gansheer)) +- chore\(build\): Fix docker build warnings [\#5689](https://github.com/apache/camel-k/pull/5689) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump fabric8-version from 6.13.0 to 6.13.1 in /java/crds [\#5688](https://github.com/apache/camel-k/pull/5688) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump golang.org/x/term from 0.21.0 to 0.22.0 [\#5687](https://github.com/apache/camel-k/pull/5687) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(install\): avoid kubectl execution on Makefile evaluation [\#5686](https://github.com/apache/camel-k/pull/5686) ([gansheer](https://github.com/gansheer))
(camel-k) branch main updated: chore: nightly automatic updates
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 6028e024b chore: nightly automatic updates 6028e024b is described below commit 6028e024bb819299b477b0631e55eb10a5364abf Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Jul 8 23:46:49 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b465e674..8291323cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,8 @@ **Merged pull requests:** +- chore\(deps\): bump fabric8-version from 6.13.0 to 6.13.1 in /java/crds [\#5688](https://github.com/apache/camel-k/pull/5688) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump golang.org/x/term from 0.21.0 to 0.22.0 [\#5687](https://github.com/apache/camel-k/pull/5687) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(install\): avoid kubectl execution on Makefile evaluation [\#5686](https://github.com/apache/camel-k/pull/5686) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.47 to 0.6.48 [\#5684](https://github.com/apache/camel-k/pull/5684) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(install\): reduce default resource footprint [\#5681](https://github.com/apache/camel-k/pull/5681) ([squakez](https://github.com/squakez))
(camel-k) branch main updated: chore: nightly automatic updates
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 bf4d4ce13 chore: nightly automatic updates bf4d4ce13 is described below commit bf4d4ce133c6767e9e74c88d20eb247793bf0d9e Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Jul 4 23:46:55 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 520f352ca..1b465e674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ **Merged pull requests:** +- fix\(install\): avoid kubectl execution on Makefile evaluation [\#5686](https://github.com/apache/camel-k/pull/5686) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.47 to 0.6.48 [\#5684](https://github.com/apache/camel-k/pull/5684) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(install\): reduce default resource footprint [\#5681](https://github.com/apache/camel-k/pull/5681) ([squakez](https://github.com/squakez)) - fix\(ci\): delete deployment before other resources [\#5679](https://github.com/apache/camel-k/pull/5679) ([squakez](https://github.com/squakez))
(camel-k) branch main updated: chore: nightly automatic updates
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 54b82ea90 chore: nightly automatic updates 54b82ea90 is described below commit 54b82ea90194198ab1d6ef49c70658eaa09afc8d Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Jul 3 23:46:51 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f93d6791e..520f352ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ **Merged pull requests:** +- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.47 to 0.6.48 [\#5684](https://github.com/apache/camel-k/pull/5684) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(install\): reduce default resource footprint [\#5681](https://github.com/apache/camel-k/pull/5681) ([squakez](https://github.com/squakez)) - fix\(ci\): delete deployment before other resources [\#5679](https://github.com/apache/camel-k/pull/5679) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.46 to 0.6.47 [\#5676](https://github.com/apache/camel-k/pull/5676) ([dependabot[bot]](https://github.com/apps/dependabot))
(camel-k) branch main updated: chore: nightly automatic updates
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 0c42e44b5 chore: nightly automatic updates 0c42e44b5 is described below commit 0c42e44b5367a02535be0223c3ed896565c69f3e Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Jul 2 23:43:23 2024 + chore: nightly automatic updates --- CHANGELOG.md | 4 + README.adoc| 2 +- badge.out | 2 +- coverage | 2 +- coverage.out | 235 ++--- docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 2 +- docs/modules/traits/pages/builder.adoc | 2 +- helm/camel-k/crds/crd-integration-kit.yaml | 2 +- helm/camel-k/crds/crd-integration-platform.yaml| 4 +- helm/camel-k/crds/crd-integration-profile.yaml | 4 +- helm/camel-k/crds/crd-integration.yaml | 2 +- helm/camel-k/crds/crd-kamelet-binding.yaml | 2 +- helm/camel-k/crds/crd-pipe.yaml| 2 +- .../bases/camel.apache.org_integrationkits.yaml| 2 +- .../camel.apache.org_integrationplatforms.yaml | 4 +- .../camel.apache.org_integrationprofiles.yaml | 4 +- .../crd/bases/camel.apache.org_integrations.yaml | 2 +- .../bases/camel.apache.org_kameletbindings.yaml| 2 +- .../config/crd/bases/camel.apache.org_pipes.yaml | 2 +- 19 files changed, 142 insertions(+), 139 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0d550ba..f93d6791e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - Modeline container.port trait config set as String value [\#5621](https://github.com/apache/camel-k/issues/5621) - Trait annotations saved on the IntegrationKit resource [\#5620](https://github.com/apache/camel-k/issues/5620) - Documentation links to old Camel K examples location [\#5619](https://github.com/apache/camel-k/issues/5619) +- Deprecate `kamel install` and change default installation to kustomize/helm/olm? [\#5615](https://github.com/apache/camel-k/issues/5615) - maven-settings-offline-template.xml does not contain license [\#5603](https://github.com/apache/camel-k/issues/5603) - Set default containers resources [\#5601](https://github.com/apache/camel-k/issues/5601) - Bring back Quarkus native test in PR [\#5598](https://github.com/apache/camel-k/issues/5598) @@ -42,17 +43,20 @@ **Merged pull requests:** +- chore\(install\): reduce default resource footprint [\#5681](https://github.com/apache/camel-k/pull/5681) ([squakez](https://github.com/squakez)) - fix\(ci\): delete deployment before other resources [\#5679](https://github.com/apache/camel-k/pull/5679) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.46 to 0.6.47 [\#5676](https://github.com/apache/camel-k/pull/5676) ([dependabot[bot]](https://github.com/apps/dependabot)) - feat: default resources for Operator and Integration Pods [\#5675](https://github.com/apache/camel-k/pull/5675) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/prometheus/common from 0.54.0 to 0.55.0 [\#5673](https://github.com/apache/camel-k/pull/5673) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.45 to 0.6.46 [\#5672](https://github.com/apache/camel-k/pull/5672) ([dependabot[bot]](https://github.com/apps/dependabot)) - Document how to clean container registry and script to prune. [\#5670](https://github.com/apache/camel-k/pull/5670) ([claudio4j](https://github.com/claudio4j)) +- feat: dependencies default order strategy [\#5669](https://github.com/apache/camel-k/pull/5669) ([squakez](https://github.com/squakez)) - fix\(trait\): explicit jolokia agent dependency [\#5668](https://github.com/apache/camel-k/pull/5668) ([squakez](https://github.com/squakez)) - chore\(deps\): bump k8s.io/klog/v2 from 2.130.0 to 2.130.1 [\#5665](https://github.com/apache/camel-k/pull/5665) ([dependabot[bot]](https://github.com/apps/dependabot)) - feat\(\#5121\): adding timeZone property to the Cron trait spec [\#5664](https://github.com/apache/camel-k/pull/5664) ([lsergio](https://github.com/lsergio)) - \(\#5463\) Add make targets: setup-knative, setup-yaks [\#5661](https://github.com/apache/camel-k/pull/5661) ([tdiesler](https://github.com/tdiesler)) - fix\(e2e\): Telemetry rest-consumer service name [\#5660](https://github.com/apache/camel-k/pull/5660) ([gansheer](https://github.com/gansheer)) +- chore\(ci\): simplify github actions execution [\#5657](https://github.com/apache/camel-k/pull/5657) ([squakez](
(camel-k) branch main updated: chore: nightly automatic updates
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 59aca7bce chore: nightly automatic updates 59aca7bce is described below commit 59aca7bce81235473a490778dd21341659aa19e7 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Jul 1 23:43:10 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d27d856a4..7d0d550ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Closed issues:** +- `make uninstall` should consider lease [\#5671](https://github.com/apache/camel-k/issues/5671) - Jolokia trait failure [\#5666](https://github.com/apache/camel-k/issues/5666) - Add TimeoutSeconds to knative-service trait [\#5652](https://github.com/apache/camel-k/issues/5652) - Explain how to clean registry [\#5645](https://github.com/apache/camel-k/issues/5645) @@ -41,6 +42,7 @@ **Merged pull requests:** +- fix\(ci\): delete deployment before other resources [\#5679](https://github.com/apache/camel-k/pull/5679) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.46 to 0.6.47 [\#5676](https://github.com/apache/camel-k/pull/5676) ([dependabot[bot]](https://github.com/apps/dependabot)) - feat: default resources for Operator and Integration Pods [\#5675](https://github.com/apache/camel-k/pull/5675) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/prometheus/common from 0.54.0 to 0.55.0 [\#5673](https://github.com/apache/camel-k/pull/5673) ([dependabot[bot]](https://github.com/apps/dependabot))
(camel-k) branch main updated: chore: nightly automatic updates
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 233b93608 chore: nightly automatic updates 233b93608 is described below commit 233b9360866c0156d9f41812b15180fac8dbb171 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Jun 28 23:48:05 2024 + chore: nightly automatic updates --- CHANGELOG.md | 3 +++ coverage.out | 22 +++--- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88586d0ea..d27d856a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - Trait annotations saved on the IntegrationKit resource [\#5620](https://github.com/apache/camel-k/issues/5620) - Documentation links to old Camel K examples location [\#5619](https://github.com/apache/camel-k/issues/5619) - maven-settings-offline-template.xml does not contain license [\#5603](https://github.com/apache/camel-k/issues/5603) +- Set default containers resources [\#5601](https://github.com/apache/camel-k/issues/5601) - Bring back Quarkus native test in PR [\#5598](https://github.com/apache/camel-k/issues/5598) - Nightly release note still define ARM64 specific instructions [\#5596](https://github.com/apache/camel-k/issues/5596) - Unable to specify any CloudEvent attributes or extensions, except for `type` [\#5537](https://github.com/apache/camel-k/issues/5537) @@ -40,6 +41,8 @@ **Merged pull requests:** +- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.46 to 0.6.47 [\#5676](https://github.com/apache/camel-k/pull/5676) ([dependabot[bot]](https://github.com/apps/dependabot)) +- feat: default resources for Operator and Integration Pods [\#5675](https://github.com/apache/camel-k/pull/5675) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/prometheus/common from 0.54.0 to 0.55.0 [\#5673](https://github.com/apache/camel-k/pull/5673) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.45 to 0.6.46 [\#5672](https://github.com/apache/camel-k/pull/5672) ([dependabot[bot]](https://github.com/apps/dependabot)) - Document how to clean container registry and script to prune. [\#5670](https://github.com/apache/camel-k/pull/5670) ([claudio4j](https://github.com/claudio4j)) diff --git a/coverage.out b/coverage.out index 7b39392bf..5e04f37b9 100644 --- a/coverage.out +++ b/coverage.out @@ -1482,17 +1482,17 @@ github.com/apache/camel-k/v2/pkg/trait/camel.go:84: Apply 100.0% github.com/apache/camel-k/v2/pkg/trait/camel.go:120: loadOrCreateCatalog 56.2% github.com/apache/camel-k/v2/pkg/trait/camel.go:159: computeConfigMaps 100.0% github.com/apache/camel-k/v2/pkg/trait/camel.go:240: determineRuntimeVersion 66.7% -github.com/apache/camel-k/v2/pkg/trait/container.go:64: newContainerTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:80: Configure 80.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:124: isValidPullPolicy 100.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:128: Apply 100.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:135: configureImageIntegrationKit 71.4% -github.com/apache/camel-k/v2/pkg/trait/container.go:187: configureContainer 85.5% -github.com/apache/camel-k/v2/pkg/trait/container.go:277: configureService 100.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:314: configureResources 81.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:346: configureCapabilities 50.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:352: setSecurityContext
(camel-k) branch main updated: chore: nightly automatic updates
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 b0fece911 chore: nightly automatic updates b0fece911 is described below commit b0fece911ad2799381726a9bc07dcdcc22bc1397 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Jun 27 23:46:55 2024 + chore: nightly automatic updates --- CHANGELOG.md | 5 + 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da4d6e69..88586d0ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Jolokia trait failure [\#5666](https://github.com/apache/camel-k/issues/5666) - Add TimeoutSeconds to knative-service trait [\#5652](https://github.com/apache/camel-k/issues/5652) +- Explain how to clean registry [\#5645](https://github.com/apache/camel-k/issues/5645) - Add TLS configuration in the ingress trait [\#5635](https://github.com/apache/camel-k/issues/5635) - Installation tests are unstable [\#5632](https://github.com/apache/camel-k/issues/5632) - Add license header file check workflow on PR in CI [\#5631](https://github.com/apache/camel-k/issues/5631) @@ -39,6 +40,9 @@ **Merged pull requests:** +- chore\(deps\): bump github.com/prometheus/common from 0.54.0 to 0.55.0 [\#5673](https://github.com/apache/camel-k/pull/5673) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.45 to 0.6.46 [\#5672](https://github.com/apache/camel-k/pull/5672) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Document how to clean container registry and script to prune. [\#5670](https://github.com/apache/camel-k/pull/5670) ([claudio4j](https://github.com/claudio4j)) - fix\(trait\): explicit jolokia agent dependency [\#5668](https://github.com/apache/camel-k/pull/5668) ([squakez](https://github.com/squakez)) - chore\(deps\): bump k8s.io/klog/v2 from 2.130.0 to 2.130.1 [\#5665](https://github.com/apache/camel-k/pull/5665) ([dependabot[bot]](https://github.com/apps/dependabot)) - feat\(\#5121\): adding timeZone property to the Cron trait spec [\#5664](https://github.com/apache/camel-k/pull/5664) ([lsergio](https://github.com/lsergio)) @@ -48,6 +52,7 @@ - \(\#5652\) Added TimeoutSeconds to knative-serving trait [\#5653](https://github.com/apache/camel-k/pull/5653) ([hernanDatgDev](https://github.com/hernanDatgDev)) - \(\#5635\) Add TLS configuration in the ingress trait [\#5650](https://github.com/apache/camel-k/pull/5650) ([romain-pfund](https://github.com/romain-pfund)) - chore\(cmd\): remove deprecated .spec.integration usage [\#5649](https://github.com/apache/camel-k/pull/5649) ([squakez](https://github.com/squakez)) +- chore\(e2e\) Add options to customize vars with ENVs in cli e2e tests [\#5648](https://github.com/apache/camel-k/pull/5648) ([mmajerni](https://github.com/mmajerni)) - fix\(e2e\): always build bundle and set local config [\#5647](https://github.com/apache/camel-k/pull/5647) ([squakez](https://github.com/squakez)) - chore\(deps\): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 in /java/crds [\#5644](https://github.com/apache/camel-k/pull/5644) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump k8s.io/klog/v2 from 2.120.1 to 2.130.0 [\#5643](https://github.com/apache/camel-k/pull/5643) ([dependabot[bot]](https://github.com/apps/dependabot))
(camel-k) branch main updated: chore: nightly automatic updates
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 659063f5d chore: nightly automatic updates 659063f5d is described below commit 659063f5d82f2bfe2c2dbd836ea0c294a3f99781 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Jun 25 23:43:44 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 ++ coverage.out | 11 ++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72da745d7..8da4d6e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Closed issues:** +- Jolokia trait failure [\#5666](https://github.com/apache/camel-k/issues/5666) - Add TimeoutSeconds to knative-service trait [\#5652](https://github.com/apache/camel-k/issues/5652) - Add TLS configuration in the ingress trait [\#5635](https://github.com/apache/camel-k/issues/5635) - Installation tests are unstable [\#5632](https://github.com/apache/camel-k/issues/5632) @@ -38,6 +39,7 @@ **Merged pull requests:** +- fix\(trait\): explicit jolokia agent dependency [\#5668](https://github.com/apache/camel-k/pull/5668) ([squakez](https://github.com/squakez)) - chore\(deps\): bump k8s.io/klog/v2 from 2.130.0 to 2.130.1 [\#5665](https://github.com/apache/camel-k/pull/5665) ([dependabot[bot]](https://github.com/apps/dependabot)) - feat\(\#5121\): adding timeZone property to the Cron trait spec [\#5664](https://github.com/apache/camel-k/pull/5664) ([lsergio](https://github.com/lsergio)) - \(\#5463\) Add make targets: setup-knative, setup-yaks [\#5661](https://github.com/apache/camel-k/pull/5661) ([tdiesler](https://github.com/tdiesler)) diff --git a/coverage.out b/coverage.out index ef57d1eda..7b39392bf 100644 --- a/coverage.out +++ b/coverage.out @@ -1568,16 +1568,17 @@ github.com/apache/camel-k/v2/pkg/trait/istio.go:65: Apply 100.0% github.com/apache/camel-k/v2/pkg/trait/istio.go:77: injectIstioAnnotation 100.0% github.com/apache/camel-k/v2/pkg/trait/jolokia.go:45: newJolokiaTrait 100.0% github.com/apache/camel-k/v2/pkg/trait/jolokia.go:54: Configure 100.0% -github.com/apache/camel-k/v2/pkg/trait/jolokia.go:62: Apply 95.1% -github.com/apache/camel-k/v2/pkg/trait/jolokia.go:149: setDefaultJolokiaOption 100.0% -github.com/apache/camel-k/v2/pkg/trait/jolokia.go:177: addToJolokiaOptions 78.6% +github.com/apache/camel-k/v2/pkg/trait/jolokia.go:62: Apply 95.2% +github.com/apache/camel-k/v2/pkg/trait/jolokia.go:150: setDefaultJolokiaOption 100.0% +github.com/apache/camel-k/v2/pkg/trait/jolokia.go:178: addToJolokiaOptions 78.6% github.com/apache/camel-k/v2/pkg/trait/jvm.go:58: newJvmTrait 100.0% github.com/apache/camel-k/v2/pkg/trait/jvm.go:67: Configure 90.9% github.com/apache/camel-k/v2/pkg/trait/jvm.go:96: Apply 78.0% github.com/apache/camel-k/v2/pkg/trait/jvm.go:189: enableDebug 100.0% github.com/apache/camel-k/v2/pkg/trait/jvm.go:206: prepareClasspathItems 100.0% -github.com/apache/camel-k/v2/pkg/trait/jvm.go:231: prepareHTTPProxy 90.9% -github.com/apache/camel-k/v2/pkg/trait/jvm.go:291: getLegacyCamelQuarkusDependenciesPaths 100.0% +github.com/apache/camel-k/v2/pkg/trait/jvm.go:236: extractExistingClasspa
(camel-k) branch main updated: chore: nightly automatic updates
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 4dafb068d chore: nightly automatic updates 4dafb068d is described below commit 4dafb068d24a156dfa8be154c3cd992dad3e24f1 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Jun 24 23:48:04 2024 + chore: nightly automatic updates --- CHANGELOG.md | 5 + 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bc0261b5..72da745d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,13 @@ - Unable to specify any CloudEvent attributes or extensions, except for `type` [\#5537](https://github.com/apache/camel-k/issues/5537) - Move deprecated v1alpha1.KameletBinding tests to v1.Pipe [\#5490](https://github.com/apache/camel-k/issues/5490) - Move tests, examples and documentation from groovy to yaml [\#5489](https://github.com/apache/camel-k/issues/5489) +- Review CI setup and test executions scrips/make targets [\#5463](https://github.com/apache/camel-k/issues/5463) - Add a deploy make target [\#5460](https://github.com/apache/camel-k/issues/5460) - Remove health readiness workaround when fixed in Camel [\#5451](https://github.com/apache/camel-k/issues/5451) - Deprecate some of the camel.apache.org annotation in favor of k8s's recommended labels [\#5212](https://github.com/apache/camel-k/issues/5212) - Dependency Service Discovery for Camel K [\#5196](https://github.com/apache/camel-k/issues/5196) - Mount configmap/secret resources to a dedicated resources.d durectory [\#5181](https://github.com/apache/camel-k/issues/5181) +- Ability to use timezones when using quartz component and CronJob strategy [\#5121](https://github.com/apache/camel-k/issues/5121) - Add missing functionalities and resolve possible discrepancies [\#4951](https://github.com/apache/camel-k/issues/4951) - Make the platform controller operator instantiate the camel k operator [\#4950](https://github.com/apache/camel-k/issues/4950) - Add missing fields on IntegrationPlatform custom resource to support platform controller operator [\#4949](https://github.com/apache/camel-k/issues/4949) @@ -37,6 +39,9 @@ **Merged pull requests:** - chore\(deps\): bump k8s.io/klog/v2 from 2.130.0 to 2.130.1 [\#5665](https://github.com/apache/camel-k/pull/5665) ([dependabot[bot]](https://github.com/apps/dependabot)) +- feat\(\#5121\): adding timeZone property to the Cron trait spec [\#5664](https://github.com/apache/camel-k/pull/5664) ([lsergio](https://github.com/lsergio)) +- \(\#5463\) Add make targets: setup-knative, setup-yaks [\#5661](https://github.com/apache/camel-k/pull/5661) ([tdiesler](https://github.com/tdiesler)) +- fix\(e2e\): Telemetry rest-consumer service name [\#5660](https://github.com/apache/camel-k/pull/5660) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.42 to 0.6.45 [\#5655](https://github.com/apache/camel-k/pull/5655) ([dependabot[bot]](https://github.com/apps/dependabot)) - \(\#5652\) Added TimeoutSeconds to knative-serving trait [\#5653](https://github.com/apache/camel-k/pull/5653) ([hernanDatgDev](https://github.com/hernanDatgDev)) - \(\#5635\) Add TLS configuration in the ingress trait [\#5650](https://github.com/apache/camel-k/pull/5650) ([romain-pfund](https://github.com/romain-pfund))
(camel-k) branch main updated: chore: nightly automatic updates
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 7d08e013b chore: nightly automatic updates 7d08e013b is described below commit 7d08e013b3c2228e4bd52452bcf851ff4a488266 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sun Jun 23 23:46:59 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2efefae6b..0bc0261b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ - Mount configmap/secret resources to a dedicated resources.d durectory [\#5181](https://github.com/apache/camel-k/issues/5181) - Add missing functionalities and resolve possible discrepancies [\#4951](https://github.com/apache/camel-k/issues/4951) - Make the platform controller operator instantiate the camel k operator [\#4950](https://github.com/apache/camel-k/issues/4950) +- Add missing fields on IntegrationPlatform custom resource to support platform controller operator [\#4949](https://github.com/apache/camel-k/issues/4949) - Support YAML DSL routes configuration [\#4893](https://github.com/apache/camel-k/issues/4893) - Kustomize installation does not work [\#4528](https://github.com/apache/camel-k/issues/4528) - Kustomize default [\#4135](https://github.com/apache/camel-k/issues/4135)
(camel-k) branch main updated: chore: nightly automatic updates
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 2e51aa457 chore: nightly automatic updates 2e51aa457 is described below commit 2e51aa457aa984d2efa4ae8682a600d9b3dc2bdd Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Jun 22 23:44:47 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 903de5760..2efefae6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ - Dependency Service Discovery for Camel K [\#5196](https://github.com/apache/camel-k/issues/5196) - Mount configmap/secret resources to a dedicated resources.d durectory [\#5181](https://github.com/apache/camel-k/issues/5181) - Add missing functionalities and resolve possible discrepancies [\#4951](https://github.com/apache/camel-k/issues/4951) +- Make the platform controller operator instantiate the camel k operator [\#4950](https://github.com/apache/camel-k/issues/4950) - Support YAML DSL routes configuration [\#4893](https://github.com/apache/camel-k/issues/4893) - Kustomize installation does not work [\#4528](https://github.com/apache/camel-k/issues/4528) - Kustomize default [\#4135](https://github.com/apache/camel-k/issues/4135) @@ -34,6 +35,7 @@ **Merged pull requests:** +- chore\(deps\): bump k8s.io/klog/v2 from 2.130.0 to 2.130.1 [\#5665](https://github.com/apache/camel-k/pull/5665) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.42 to 0.6.45 [\#5655](https://github.com/apache/camel-k/pull/5655) ([dependabot[bot]](https://github.com/apps/dependabot)) - \(\#5652\) Added TimeoutSeconds to knative-serving trait [\#5653](https://github.com/apache/camel-k/pull/5653) ([hernanDatgDev](https://github.com/hernanDatgDev)) - \(\#5635\) Add TLS configuration in the ingress trait [\#5650](https://github.com/apache/camel-k/pull/5650) ([romain-pfund](https://github.com/romain-pfund))
(camel-k) branch main updated: chore: nightly automatic updates
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 f6d483853 chore: nightly automatic updates f6d483853 is described below commit f6d4838531c0a394c1869a31a6b320fe168d73b1 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Jun 20 23:46:59 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b89fa7a..903de5760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ - Move tests, examples and documentation from groovy to yaml [\#5489](https://github.com/apache/camel-k/issues/5489) - Add a deploy make target [\#5460](https://github.com/apache/camel-k/issues/5460) - Remove health readiness workaround when fixed in Camel [\#5451](https://github.com/apache/camel-k/issues/5451) +- Deprecate some of the camel.apache.org annotation in favor of k8s's recommended labels [\#5212](https://github.com/apache/camel-k/issues/5212) - Dependency Service Discovery for Camel K [\#5196](https://github.com/apache/camel-k/issues/5196) - Mount configmap/secret resources to a dedicated resources.d durectory [\#5181](https://github.com/apache/camel-k/issues/5181) - Add missing functionalities and resolve possible discrepancies [\#4951](https://github.com/apache/camel-k/issues/4951)
(camel-k) branch main updated: chore: nightly automatic updates
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 3d109947d chore: nightly automatic updates 3d109947d is described below commit 3d109947d0352e1c948c7a051376223d655fd687 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Jun 19 23:46:53 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 ++ coverage.out | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e2afc1b6..89b89fa7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Closed issues:** +- Add TimeoutSeconds to knative-service trait [\#5652](https://github.com/apache/camel-k/issues/5652) - Add TLS configuration in the ingress trait [\#5635](https://github.com/apache/camel-k/issues/5635) - Installation tests are unstable [\#5632](https://github.com/apache/camel-k/issues/5632) - Add license header file check workflow on PR in CI [\#5631](https://github.com/apache/camel-k/issues/5631) @@ -33,6 +34,7 @@ **Merged pull requests:** - chore\(deps\): bump github.com/container-tools/spectrum from 0.6.42 to 0.6.45 [\#5655](https://github.com/apache/camel-k/pull/5655) ([dependabot[bot]](https://github.com/apps/dependabot)) +- \(\#5652\) Added TimeoutSeconds to knative-serving trait [\#5653](https://github.com/apache/camel-k/pull/5653) ([hernanDatgDev](https://github.com/hernanDatgDev)) - \(\#5635\) Add TLS configuration in the ingress trait [\#5650](https://github.com/apache/camel-k/pull/5650) ([romain-pfund](https://github.com/romain-pfund)) - chore\(cmd\): remove deprecated .spec.integration usage [\#5649](https://github.com/apache/camel-k/pull/5649) ([squakez](https://github.com/squakez)) - fix\(e2e\): always build bundle and set local config [\#5647](https://github.com/apache/camel-k/pull/5647) ([squakez](https://github.com/squakez)) diff --git a/coverage.out b/coverage.out index 96fa03787..ef57d1eda 100644 --- a/coverage.out +++ b/coverage.out @@ -1617,7 +1617,7 @@ github.com/apache/camel-k/v2/pkg/trait/knative_service.go:133: Apply 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/knative_service.go:204: getServiceFor 49.2% 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 60.0% github.com/apache/camel-k/v2/pkg/trait/logging.go:65: Apply 100.0%
(camel-k) branch main updated: chore: nightly automatic updates
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 bf88ee632 chore: nightly automatic updates bf88ee632 is described below commit bf88ee6327fed2d9fec348c49f253d5b7fce3374 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Jun 18 23:47:07 2024 + chore: nightly automatic updates --- CHANGELOG.md | 10 ++ coverage.out | 31 --- 2 files changed, 26 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2abee657..3e2afc1b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,16 @@ **Closed issues:** +- Add TLS configuration in the ingress trait [\#5635](https://github.com/apache/camel-k/issues/5635) +- Installation tests are unstable [\#5632](https://github.com/apache/camel-k/issues/5632) +- Add license header file check workflow on PR in CI [\#5631](https://github.com/apache/camel-k/issues/5631) - Service/KService not created for vertx-websocket consumers [\#5628](https://github.com/apache/camel-k/issues/5628) - Modeline container.port trait config set as String value [\#5621](https://github.com/apache/camel-k/issues/5621) - Trait annotations saved on the IntegrationKit resource [\#5620](https://github.com/apache/camel-k/issues/5620) - Documentation links to old Camel K examples location [\#5619](https://github.com/apache/camel-k/issues/5619) - maven-settings-offline-template.xml does not contain license [\#5603](https://github.com/apache/camel-k/issues/5603) - Bring back Quarkus native test in PR [\#5598](https://github.com/apache/camel-k/issues/5598) +- Nightly release note still define ARM64 specific instructions [\#5596](https://github.com/apache/camel-k/issues/5596) - Unable to specify any CloudEvent attributes or extensions, except for `type` [\#5537](https://github.com/apache/camel-k/issues/5537) - Move deprecated v1alpha1.KameletBinding tests to v1.Pipe [\#5490](https://github.com/apache/camel-k/issues/5490) - Move tests, examples and documentation from groovy to yaml [\#5489](https://github.com/apache/camel-k/issues/5489) @@ -24,13 +28,19 @@ - Kustomize installation does not work [\#4528](https://github.com/apache/camel-k/issues/4528) - Kustomize default [\#4135](https://github.com/apache/camel-k/issues/4135) - Deprecate `kamel install` and promote Kustomize-based installation to primary method [\#3865](https://github.com/apache/camel-k/issues/3865) +- Add e2e monitoring tests for vanilla Kubernetes [\#1667](https://github.com/apache/camel-k/issues/1667) **Merged pull requests:** +- chore\(deps\): bump github.com/container-tools/spectrum from 0.6.42 to 0.6.45 [\#5655](https://github.com/apache/camel-k/pull/5655) ([dependabot[bot]](https://github.com/apps/dependabot)) +- \(\#5635\) Add TLS configuration in the ingress trait [\#5650](https://github.com/apache/camel-k/pull/5650) ([romain-pfund](https://github.com/romain-pfund)) +- chore\(cmd\): remove deprecated .spec.integration usage [\#5649](https://github.com/apache/camel-k/pull/5649) ([squakez](https://github.com/squakez)) +- fix\(e2e\): always build bundle and set local config [\#5647](https://github.com/apache/camel-k/pull/5647) ([squakez](https://github.com/squakez)) - chore\(deps\): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 in /java/crds [\#5644](https://github.com/apache/camel-k/pull/5644) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump k8s.io/klog/v2 from 2.120.1 to 2.130.0 [\#5643](https://github.com/apache/camel-k/pull/5643) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 [\#5642](https://github.com/apache/camel-k/pull/5642) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(traits\): annotations refactoring [\#5637](https://github.com/apache/camel-k/pull/5637) ([squakez](https://github.com/squakez)) +- feat\(ci\): check licenses on PRs [\#5636](https://github.com/apache/camel-k/pull/5636) ([gansheer](https://github.com/gansheer)) - chore\(release\): fix missing licenses [\#5630](https://github.com/apache/camel-k/pull/5630) ([gansheer](https://github.com/gansheer)) - feat\(ci\): local installation procedure [\#5629](https://github.com/apache/camel-k/pull/5629) ([squakez](https://github.com/squakez)) - feat\(ci\): bring back Quarkus native execution on PR and pushes [\#5626](https://github.com/apache/camel-k/pull/5626) ([squakez](https://github.com/squakez)) diff --git a/coverage.out b/coverage.out index 7a194a511..96fa03787 100644 --- a/coverage.out +++ b/coverage.out @@ -766,17 +766,18 @@ github.com/apache/camel-k/v2/pkg/cmd/bind.go:43: newCmdBind
(camel-k) branch main updated: chore: nightly automatic updates
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 4256edd66 chore: nightly automatic updates 4256edd66 is described below commit 4256edd66906cb42ba7efb0464feec9d30a6e162 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Jun 17 23:48:04 2024 + chore: nightly automatic updates --- CHANGELOG.md | 5 ++ coverage.out | 194 ++- 2 files changed, 104 insertions(+), 95 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed07ad78..a2abee657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Service/KService not created for vertx-websocket consumers [\#5628](https://github.com/apache/camel-k/issues/5628) - Modeline container.port trait config set as String value [\#5621](https://github.com/apache/camel-k/issues/5621) +- Trait annotations saved on the IntegrationKit resource [\#5620](https://github.com/apache/camel-k/issues/5620) - Documentation links to old Camel K examples location [\#5619](https://github.com/apache/camel-k/issues/5619) - maven-settings-offline-template.xml does not contain license [\#5603](https://github.com/apache/camel-k/issues/5603) - Bring back Quarkus native test in PR [\#5598](https://github.com/apache/camel-k/issues/5598) @@ -26,6 +27,10 @@ **Merged pull requests:** +- chore\(deps\): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0 in /java/crds [\#5644](https://github.com/apache/camel-k/pull/5644) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump k8s.io/klog/v2 from 2.120.1 to 2.130.0 [\#5643](https://github.com/apache/camel-k/pull/5643) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 [\#5642](https://github.com/apache/camel-k/pull/5642) ([dependabot[bot]](https://github.com/apps/dependabot)) +- fix\(traits\): annotations refactoring [\#5637](https://github.com/apache/camel-k/pull/5637) ([squakez](https://github.com/squakez)) - chore\(release\): fix missing licenses [\#5630](https://github.com/apache/camel-k/pull/5630) ([gansheer](https://github.com/gansheer)) - feat\(ci\): local installation procedure [\#5629](https://github.com/apache/camel-k/pull/5629) ([squakez](https://github.com/squakez)) - feat\(ci\): bring back Quarkus native execution on PR and pushes [\#5626](https://github.com/apache/camel-k/pull/5626) ([squakez](https://github.com/squakez)) diff --git a/coverage.out b/coverage.out index 574cb251b..7a194a511 100644 --- a/coverage.out +++ b/coverage.out @@ -1027,11 +1027,6 @@ github.com/apache/camel-k/v2/pkg/cmd/source/util.go:36: IsLocalAndFileExis github.com/apache/camel-k/v2/pkg/cmd/source/util.go:46: isGlobCandidate 0.0% github.com/apache/camel-k/v2/pkg/cmd/source/util.go:60: isExistingFile 87.5% github.com/apache/camel-k/v2/pkg/cmd/source/util.go:80: hasSupportedScheme 100.0% -github.com/apache/camel-k/v2/pkg/cmd/trait_support.go:41: validateTraits 100.0% -github.com/apache/camel-k/v2/pkg/cmd/trait_support.go:52: configureTraits 60.0% -github.com/apache/camel-k/v2/pkg/cmd/trait_support.go:99: optionsToMap 68.0% -github.com/apache/camel-k/v2/pkg/cmd/trait_support.go:147: configureAddons 0.0% -github.com/apache/camel-k/v2/pkg/cmd/trait_support.go:181: configureAddon 0.0% github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:43: newCmdUninstall 100.0% github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:106: decode 85.7% github.com/apache/camel-k/v2/pkg/cmd/uninstall.go:120: uninstall 0.0% @@ -1196,23 +1191,24 @@ github.com/apache/camel-k/v2/pkg/controller/integration/kits.go:173: kitMatc github.com/ap
(camel-k) branch main updated: chore: nightly automatic updates
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 083f29a2c chore: nightly automatic updates 083f29a2c is described below commit 083f29a2ce69a43105a6e325cc627265af9944cd Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sun Jun 16 23:46:48 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3601fabc4..7ed07ad78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ - Remove health readiness workaround when fixed in Camel [\#5451](https://github.com/apache/camel-k/issues/5451) - Dependency Service Discovery for Camel K [\#5196](https://github.com/apache/camel-k/issues/5196) - Mount configmap/secret resources to a dedicated resources.d durectory [\#5181](https://github.com/apache/camel-k/issues/5181) +- Add missing functionalities and resolve possible discrepancies [\#4951](https://github.com/apache/camel-k/issues/4951) - Support YAML DSL routes configuration [\#4893](https://github.com/apache/camel-k/issues/4893) - Kustomize installation does not work [\#4528](https://github.com/apache/camel-k/issues/4528) - Kustomize default [\#4135](https://github.com/apache/camel-k/issues/4135)
(camel-k) branch main updated: chore: nightly automatic updates
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 865a64ba3 chore: nightly automatic updates 865a64ba3 is described below commit 865a64ba3d583724369e3bef664e87fc141e7d5b Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Jun 14 23:48:34 2024 + chore: nightly automatic updates --- CHANGELOG.md | 6 ++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c57fe83c..3601fabc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,15 @@ - Service/KService not created for vertx-websocket consumers [\#5628](https://github.com/apache/camel-k/issues/5628) - Modeline container.port trait config set as String value [\#5621](https://github.com/apache/camel-k/issues/5621) - Documentation links to old Camel K examples location [\#5619](https://github.com/apache/camel-k/issues/5619) +- maven-settings-offline-template.xml does not contain license [\#5603](https://github.com/apache/camel-k/issues/5603) - Bring back Quarkus native test in PR [\#5598](https://github.com/apache/camel-k/issues/5598) - Unable to specify any CloudEvent attributes or extensions, except for `type` [\#5537](https://github.com/apache/camel-k/issues/5537) - Move deprecated v1alpha1.KameletBinding tests to v1.Pipe [\#5490](https://github.com/apache/camel-k/issues/5490) - Move tests, examples and documentation from groovy to yaml [\#5489](https://github.com/apache/camel-k/issues/5489) +- Add a deploy make target [\#5460](https://github.com/apache/camel-k/issues/5460) - Remove health readiness workaround when fixed in Camel [\#5451](https://github.com/apache/camel-k/issues/5451) +- Dependency Service Discovery for Camel K [\#5196](https://github.com/apache/camel-k/issues/5196) +- Mount configmap/secret resources to a dedicated resources.d durectory [\#5181](https://github.com/apache/camel-k/issues/5181) - Support YAML DSL routes configuration [\#4893](https://github.com/apache/camel-k/issues/4893) - Kustomize installation does not work [\#4528](https://github.com/apache/camel-k/issues/4528) - Kustomize default [\#4135](https://github.com/apache/camel-k/issues/4135) @@ -21,6 +25,8 @@ **Merged pull requests:** +- chore\(release\): fix missing licenses [\#5630](https://github.com/apache/camel-k/pull/5630) ([gansheer](https://github.com/gansheer)) +- feat\(ci\): local installation procedure [\#5629](https://github.com/apache/camel-k/pull/5629) ([squakez](https://github.com/squakez)) - feat\(ci\): bring back Quarkus native execution on PR and pushes [\#5626](https://github.com/apache/camel-k/pull/5626) ([squakez](https://github.com/squakez)) - doc: Fix Camel K examples links [\#5625](https://github.com/apache/camel-k/pull/5625) ([gansheer](https://github.com/gansheer)) - \(\#5490\) Move deprecated v1alpha1.KameletBinding tests to v1.Pipe [\#5624](https://github.com/apache/camel-k/pull/5624) ([tdiesler](https://github.com/tdiesler))
(camel-k) branch main updated: chore: nightly automatic updates
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 33ff6ab45 chore: nightly automatic updates 33ff6ab45 is described below commit 33ff6ab457fe2df80c7721414d7ff40511ad8dcd Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Jun 13 23:47:57 2024 + chore: nightly automatic updates --- CHANGELOG.md | 9 ++ README.adoc | 2 +- badge.out| 2 +- coverage | 2 +- coverage.out | 90 ++-- 5 files changed, 57 insertions(+), 48 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab04fa695..4c57fe83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,20 +6,29 @@ **Closed issues:** +- Service/KService not created for vertx-websocket consumers [\#5628](https://github.com/apache/camel-k/issues/5628) - Modeline container.port trait config set as String value [\#5621](https://github.com/apache/camel-k/issues/5621) - Documentation links to old Camel K examples location [\#5619](https://github.com/apache/camel-k/issues/5619) +- Bring back Quarkus native test in PR [\#5598](https://github.com/apache/camel-k/issues/5598) - Unable to specify any CloudEvent attributes or extensions, except for `type` [\#5537](https://github.com/apache/camel-k/issues/5537) +- Move deprecated v1alpha1.KameletBinding tests to v1.Pipe [\#5490](https://github.com/apache/camel-k/issues/5490) - Move tests, examples and documentation from groovy to yaml [\#5489](https://github.com/apache/camel-k/issues/5489) - Remove health readiness workaround when fixed in Camel [\#5451](https://github.com/apache/camel-k/issues/5451) - Support YAML DSL routes configuration [\#4893](https://github.com/apache/camel-k/issues/4893) +- Kustomize installation does not work [\#4528](https://github.com/apache/camel-k/issues/4528) +- Kustomize default [\#4135](https://github.com/apache/camel-k/issues/4135) - Deprecate `kamel install` and promote Kustomize-based installation to primary method [\#3865](https://github.com/apache/camel-k/issues/3865) **Merged pull requests:** +- feat\(ci\): bring back Quarkus native execution on PR and pushes [\#5626](https://github.com/apache/camel-k/pull/5626) ([squakez](https://github.com/squakez)) - doc: Fix Camel K examples links [\#5625](https://github.com/apache/camel-k/pull/5625) ([gansheer](https://github.com/gansheer)) +- \(\#5490\) Move deprecated v1alpha1.KameletBinding tests to v1.Pipe [\#5624](https://github.com/apache/camel-k/pull/5624) ([tdiesler](https://github.com/tdiesler)) - Revisit final operator install message [\#5622](https://github.com/apache/camel-k/pull/5622) ([tdiesler](https://github.com/tdiesler)) - \(\#5489\) Migrate groovy =\> yaml for ./e2e/yaks [\#5618](https://github.com/apache/camel-k/pull/5618) ([tdiesler](https://github.com/tdiesler)) - \(\#5489\) Migrate groovy =\> yaml for ./e2e/knative [\#5614](https://github.com/apache/camel-k/pull/5614) ([tdiesler](https://github.com/tdiesler)) +- fix\(install\): simplify kustomize procedure [\#5610](https://github.com/apache/camel-k/pull/5610) ([squakez](https://github.com/squakez)) +- feat\(core\): Mount configmap/secret resources in dedicated resources.d [\#5605](https://github.com/apache/camel-k/pull/5605) ([gansheer](https://github.com/gansheer)) - fix: Improve Knative trigger filter [\#5597](https://github.com/apache/camel-k/pull/5597) ([christophd](https://github.com/christophd)) ## [2.3.4-nightly](https://github.com/apache/camel-k/tree/2.3.4-nightly) (2024-06-10) diff --git a/README.adoc b/README.adoc index 8bf631766..a4a11d119 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-39.8%25-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";] +image:https://img.shields.io/badge/Coverage-39.9%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 lightwei
(camel-k) branch main updated: chore: nightly automatic updates
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 54a0bbdad chore: nightly automatic updates 54a0bbdad is described below commit 54a0bbdad4a01cffb1175e76993c8b423d6f5483 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Jun 12 23:44:05 2024 + chore: nightly automatic updates --- CHANGELOG.md | 6 ++ coverage.out | 26 +- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d890ccd14..ab04fa695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,18 @@ **Closed issues:** - Modeline container.port trait config set as String value [\#5621](https://github.com/apache/camel-k/issues/5621) +- Documentation links to old Camel K examples location [\#5619](https://github.com/apache/camel-k/issues/5619) - Unable to specify any CloudEvent attributes or extensions, except for `type` [\#5537](https://github.com/apache/camel-k/issues/5537) +- Move tests, examples and documentation from groovy to yaml [\#5489](https://github.com/apache/camel-k/issues/5489) +- Remove health readiness workaround when fixed in Camel [\#5451](https://github.com/apache/camel-k/issues/5451) - Support YAML DSL routes configuration [\#4893](https://github.com/apache/camel-k/issues/4893) - Deprecate `kamel install` and promote Kustomize-based installation to primary method [\#3865](https://github.com/apache/camel-k/issues/3865) **Merged pull requests:** +- doc: Fix Camel K examples links [\#5625](https://github.com/apache/camel-k/pull/5625) ([gansheer](https://github.com/gansheer)) +- Revisit final operator install message [\#5622](https://github.com/apache/camel-k/pull/5622) ([tdiesler](https://github.com/tdiesler)) +- \(\#5489\) Migrate groovy =\> yaml for ./e2e/yaks [\#5618](https://github.com/apache/camel-k/pull/5618) ([tdiesler](https://github.com/tdiesler)) - \(\#5489\) Migrate groovy =\> yaml for ./e2e/knative [\#5614](https://github.com/apache/camel-k/pull/5614) ([tdiesler](https://github.com/tdiesler)) - fix: Improve Knative trigger filter [\#5597](https://github.com/apache/camel-k/pull/5597) ([christophd](https://github.com/christophd)) diff --git a/coverage.out b/coverage.out index ea0be7c44..ee055ccd0 100644 --- a/coverage.out +++ b/coverage.out @@ -841,19 +841,19 @@ github.com/apache/camel-k/v2/pkg/cmd/install.go:210: install 0.0% github.com/apache/camel-k/v2/pkg/cmd/install.go:256: setupEnvVars 0.0% github.com/apache/camel-k/v2/pkg/cmd/install.go:271: tryInstallViaOLM 0.0% github.com/apache/camel-k/v2/pkg/cmd/install.go:313: installOperator 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:391: getOperatorID 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:405: setupOperator 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:449: isInstallAllowed 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:462: setupRegistrySecret 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:474: setupIntegrationPlatform 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:617: printOutput 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:639: waitForPlatformReady 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:660: postRun 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:675: decode 94.4% -github.com/apache/camel-k/v2/pkg/cmd/install.go:701: validate 0.0% -github.com/apache/camel-k/v2/pkg/cmd/install.go:794: d
(camel-k) branch main updated: chore: nightly automatic updates
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 62f65a8fa chore: nightly automatic updates 62f65a8fa is described below commit 62f65a8faaf67c37b6517638166f1578d5141a2c Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Jun 11 23:48:14 2024 + chore: nightly automatic updates --- CHANGELOG.md | 413 +++ coverage.out | 59 - 2 files changed, 246 insertions(+), 226 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6eebc7e1..d890ccd14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,23 @@ ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD) -[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.3...HEAD) +[Full Changelog](https://github.com/apache/camel-k/compare/2.3.4-nightly...HEAD) + +**Closed issues:** + +- Modeline container.port trait config set as String value [\#5621](https://github.com/apache/camel-k/issues/5621) +- Unable to specify any CloudEvent attributes or extensions, except for `type` [\#5537](https://github.com/apache/camel-k/issues/5537) +- Support YAML DSL routes configuration [\#4893](https://github.com/apache/camel-k/issues/4893) +- Deprecate `kamel install` and promote Kustomize-based installation to primary method [\#3865](https://github.com/apache/camel-k/issues/3865) + +**Merged pull requests:** + +- \(\#5489\) Migrate groovy =\> yaml for ./e2e/knative [\#5614](https://github.com/apache/camel-k/pull/5614) ([tdiesler](https://github.com/tdiesler)) +- fix: Improve Knative trigger filter [\#5597](https://github.com/apache/camel-k/pull/5597) ([christophd](https://github.com/christophd)) + +## [2.3.4-nightly](https://github.com/apache/camel-k/tree/2.3.4-nightly) (2024-06-10) + +[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.3...2.3.4-nightly) **Closed issues:** @@ -29,7 +45,10 @@ **Closed issues:** +- Consistently support "cloudEventsType" property in Pipes source/sink [\#5577](https://github.com/apache/camel-k/issues/5577) +- property "type" must be provided when reading from the Broker [\#5529](https://github.com/apache/camel-k/issues/5529) - Join native checks into one [\#5526](https://github.com/apache/camel-k/issues/5526) +- Knative Trigger creation is only based on event type attribute [\#5446](https://github.com/apache/camel-k/issues/5446) ## [2.3.3-nightly](https://github.com/apache/camel-k/tree/2.3.3-nightly) (2024-06-05) @@ -228,7 +247,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:** @@ -274,13 +293,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:** @@ -664,7 +683,7 @@ ## [camel-k-crds-2.2.0](https://github.com/apache/camel-k/tree/camel-k-crds-2.2.0) (2024-01-03) -[Full Changelog](https://github.com/apache/camel-k/compare/2.1.1-nightly...camel-k-crds-2.2.0) +[Full Changelog](https://github.com/apache/camel-k/compare/2.2.0-nightly...camel-k-crds-2.2.0) **Closed issues:** @@ -718,13 +737,13 @@ - Camel-K initContainer [\#3459](https://github.com/apache/camel-k/issues/3459) - Run without source code [\#3295](https://github.com/apache/camel-k/issues/3295) -## [2.1.1-nightly](https://github.com/apache/camel-k/tree/2.1.1-nightly) (2023-10-24) +## [2.2.0-nightly](https://github.com/apache/camel-k/tree/2.2.0-nightly) (2023-10-24) -[Full Changelog](https://github.com/apache/camel-k/compare/2.2.0-nightly...2.1.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/2.1.1-nightly...2.2.0-nightly) -## [2.2.0-nightly](https://github.com/apache/camel-k/tree/2.2.0-nightly) (2023-10-24) +## [2.1.1-nightl
(camel-k) branch main updated: chore: nightly automatic updates
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 48caca89a chore: nightly automatic updates 48caca89a is described below commit 48caca89a1c58f2372c59a5eb86ee3981f3be5e8 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Jun 10 23:48:09 2024 + chore: nightly automatic updates --- CHANGELOG.md | 410 +++ README.adoc | 2 +- badge.out| 2 +- coverage | 2 +- coverage.out | 6 +- 5 files changed, 220 insertions(+), 202 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dca97650d..c6eebc7e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,35 @@ ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD) -[Full Changelog](https://github.com/apache/camel-k/compare/2.3.3-nightly...HEAD) +[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.3...HEAD) **Closed issues:** -- Join native checks into one [\#5526](https://github.com/apache/camel-k/issues/5526) +- Cannot execute 'kamel install' to a GKE cluster [\#5611](https://github.com/apache/camel-k/issues/5611) +- ImagePullBackOff Error for pod build strategy and s2i publish strategy [\#5595](https://github.com/apache/camel-k/issues/5595) +- NettySecureServer may not be able to access keystore [\#5546](https://github.com/apache/camel-k/issues/5546) +- Remove CAMEL\_K\_TEST\_SKIP\_PROBLEMATIC flag [\#5484](https://github.com/apache/camel-k/issues/5484) +- Custom kamelets from GitHub repositories are not applied to cluster. [\#5174](https://github.com/apache/camel-k/issues/5174) **Merged pull requests:** +- chore\(release\): bump last released version to 2.3.3 [\#5609](https://github.com/apache/camel-k/pull/5609) ([squakez](https://github.com/squakez)) - fix\(core\): Remove status.Image update post publish [\#5600](https://github.com/apache/camel-k/pull/5600) ([gansheer](https://github.com/gansheer)) +- test: Improve tests for maven proxy settings [\#5594](https://github.com/apache/camel-k/pull/5594) ([gansheer](https://github.com/gansheer)) - fix\(ci\): join low and high memory Quarkus native test [\#5593](https://github.com/apache/camel-k/pull/5593) ([squakez](https://github.com/squakez)) +## [v2.3.3](https://github.com/apache/camel-k/tree/v2.3.3) (2024-06-07) + +[Full Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-2.3.3...v2.3.3) + +## [camel-k-crds-2.3.3](https://github.com/apache/camel-k/tree/camel-k-crds-2.3.3) (2024-06-07) + +[Full Changelog](https://github.com/apache/camel-k/compare/2.3.3-nightly...camel-k-crds-2.3.3) + +**Closed issues:** + +- Join native checks into one [\#5526](https://github.com/apache/camel-k/issues/5526) + ## [2.3.3-nightly](https://github.com/apache/camel-k/tree/2.3.3-nightly) (2024-06-05) [Full Changelog](https://github.com/apache/camel-k/compare/v2.3.2...2.3.3-nightly) @@ -210,7 +228,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.4.0-nightly...camel-k-crds-2.3.1) +[Full Changelog](https://github.com/apache/camel-k/compare/2.3.1-nightly...camel-k-crds-2.3.1) **Closed issues:** @@ -256,13 +274,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.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/2.3.1-nightly...2.4.0-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/2.4.0-nightly...2.3.1-nightly) -## [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/v2.3.0...2.3.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.0...2.4.0-nightly) **Closed issues:** @@ -1032,7 +1050,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/client/camel/v2.0.0...2.0.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v2.0.0...2.0.1-nightly) **Closed issues:** @@ -1106,6 +1124,10 @@ - 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:
(camel-k) branch main updated: chore: nightly automatic updates
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 6f2599585 chore: nightly automatic updates 6f2599585 is described below commit 6f25995858d7404cde7c9529aeb57d63a744d14d Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Jun 8 23:44:03 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac8ba38c..e6fa060f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ **Closed issues:** - ImagePullBackOff Error for pod build strategy and s2i publish strategy [\#5595](https://github.com/apache/camel-k/issues/5595) +- Custom kamelets from GitHub repositories are not applied to cluster. [\#5174](https://github.com/apache/camel-k/issues/5174) **Merged pull requests:**
(camel-k) branch main updated: chore: nightly automatic updates
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 6d89fd624 chore: nightly automatic updates 6d89fd624 is described below commit 6d89fd6246a3df50cdcce0f27ab54e2099337bce Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Jun 7 23:46:48 2024 + chore: nightly automatic updates --- CHANGELOG.md | 406 ++- README.adoc | 2 +- badge.out| 2 +- coverage | 2 +- coverage.out | 6 +- 5 files changed, 216 insertions(+), 202 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dca97650d..2ac8ba38c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,31 @@ ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD) -[Full Changelog](https://github.com/apache/camel-k/compare/2.3.3-nightly...HEAD) +[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.3...HEAD) **Closed issues:** -- Join native checks into one [\#5526](https://github.com/apache/camel-k/issues/5526) +- ImagePullBackOff Error for pod build strategy and s2i publish strategy [\#5595](https://github.com/apache/camel-k/issues/5595) **Merged pull requests:** +- Use 'kubectl create' with prometheus bundle [\#5604](https://github.com/apache/camel-k/pull/5604) ([tdiesler](https://github.com/tdiesler)) - fix\(core\): Remove status.Image update post publish [\#5600](https://github.com/apache/camel-k/pull/5600) ([gansheer](https://github.com/gansheer)) +- test: Improve tests for maven proxy settings [\#5594](https://github.com/apache/camel-k/pull/5594) ([gansheer](https://github.com/gansheer)) - fix\(ci\): join low and high memory Quarkus native test [\#5593](https://github.com/apache/camel-k/pull/5593) ([squakez](https://github.com/squakez)) +## [v2.3.3](https://github.com/apache/camel-k/tree/v2.3.3) (2024-06-07) + +[Full Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-2.3.3...v2.3.3) + +## [camel-k-crds-2.3.3](https://github.com/apache/camel-k/tree/camel-k-crds-2.3.3) (2024-06-07) + +[Full Changelog](https://github.com/apache/camel-k/compare/2.3.3-nightly...camel-k-crds-2.3.3) + +**Closed issues:** + +- Join native checks into one [\#5526](https://github.com/apache/camel-k/issues/5526) + ## [2.3.3-nightly](https://github.com/apache/camel-k/tree/2.3.3-nightly) (2024-06-05) [Full Changelog](https://github.com/apache/camel-k/compare/v2.3.2...2.3.3-nightly) @@ -210,7 +224,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.4.0-nightly...camel-k-crds-2.3.1) +[Full Changelog](https://github.com/apache/camel-k/compare/2.3.1-nightly...camel-k-crds-2.3.1) **Closed issues:** @@ -256,13 +270,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.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/2.3.1-nightly...2.4.0-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/2.4.0-nightly...2.3.1-nightly) -## [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/v2.3.0...2.3.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.0...2.4.0-nightly) **Closed issues:** @@ -1032,7 +1046,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/client/camel/v2.0.0...2.0.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v2.0.0...2.0.1-nightly) **Closed issues:** @@ -1106,6 +1120,10 @@ - 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/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/pkg/client/camel/v2.0.0...pkg/kamelet/repository/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) [Full Changelog](https://gi
(camel-k) branch main updated: chore: nightly automatic updates
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 1ad1fefbd chore: nightly automatic updates 1ad1fefbd is described below commit 1ad1fefbde7254c60380a38159d67ea51d052219 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Jun 6 23:44:11 2024 + chore: nightly automatic updates --- CHANGELOG.md | 117 +-- coverage.out | 23 ++-- 2 files changed, 76 insertions(+), 64 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ca19265..dca97650d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,20 @@ ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD) -[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.2...HEAD) +[Full Changelog](https://github.com/apache/camel-k/compare/2.3.3-nightly...HEAD) + +**Closed issues:** + +- Join native checks into one [\#5526](https://github.com/apache/camel-k/issues/5526) + +**Merged pull requests:** + +- fix\(core\): Remove status.Image update post publish [\#5600](https://github.com/apache/camel-k/pull/5600) ([gansheer](https://github.com/gansheer)) +- fix\(ci\): join low and high memory Quarkus native test [\#5593](https://github.com/apache/camel-k/pull/5593) ([squakez](https://github.com/squakez)) + +## [2.3.3-nightly](https://github.com/apache/camel-k/tree/2.3.3-nightly) (2024-06-05) + +[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.2...2.3.3-nightly) **Closed issues:** @@ -633,7 +646,7 @@ ## [camel-k-crds-2.2.0](https://github.com/apache/camel-k/tree/camel-k-crds-2.2.0) (2024-01-03) -[Full Changelog](https://github.com/apache/camel-k/compare/2.2.0-nightly...camel-k-crds-2.2.0) +[Full Changelog](https://github.com/apache/camel-k/compare/2.1.1-nightly...camel-k-crds-2.2.0) **Closed issues:** @@ -687,13 +700,13 @@ - Camel-K initContainer [\#3459](https://github.com/apache/camel-k/issues/3459) - Run without source code [\#3295](https://github.com/apache/camel-k/issues/3295) -## [2.2.0-nightly](https://github.com/apache/camel-k/tree/2.2.0-nightly) (2023-10-24) +## [2.1.1-nightly](https://github.com/apache/camel-k/tree/2.1.1-nightly) (2023-10-24) -[Full Changelog](https://github.com/apache/camel-k/compare/2.1.1-nightly...2.2.0-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/2.2.0-nightly...2.1.1-nightly) -## [2.1.1-nightly](https://github.com/apache/camel-k/tree/2.1.1-nightly) (2023-10-24) +## [2.2.0-nightly](https://github.com/apache/camel-k/tree/2.2.0-nightly) (2023-10-24) -[Full Changelog](https://github.com/apache/camel-k/compare/v2.1.0...2.1.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/v2.1.0...2.2.0-nightly) **Closed issues:** @@ -1019,7 +1032,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/v2.0.0...2.0.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/pkg/client/camel/v2.0.0...2.0.1-nightly) **Closed issues:** @@ -1093,21 +1106,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)) -## [v2.0.0](https://github.com/apache/camel-k/tree/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/pkg/kamelet/repository/v2.0.0...v2.0.0) +[Full Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v2.0.0...pkg/client/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/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/apis/camel/v2.0.0...pkg/kamelet/repository/v2.0.0) +[Full Changelog](https://github.com/apache/camel-k/compare/v2.0.0...pkg/apis/camel/v2.0.0) -## [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
(camel-k) branch main updated: chore: nightly automatic updates
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 9fd6d503d chore: nightly automatic updates 9fd6d503d is described below commit 9fd6d503ddf9e5c3ea1ceccf3dbdf265baaacf43 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Jun 5 23:47:13 2024 + chore: nightly automatic updates --- CHANGELOG.md | 11 +++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d939f0476..98ca19265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ **Closed issues:** +- Helm release script overrides all index dates [\#5575](https://github.com/apache/camel-k/issues/5575) - Kamelet data type test failling with updated 4.4.1 kamelet [\#5553](https://github.com/apache/camel-k/issues/5553) +- Add a canonical script that installs Knative [\#5545](https://github.com/apache/camel-k/issues/5545) - Promote Integration operator warning [\#5541](https://github.com/apache/camel-k/issues/5541) - Pipe with Addressable as `sink` does crash and does not report anything on the status [\#5535](https://github.com/apache/camel-k/issues/5535) - Pipe not correctly reconciled after updating it [\#5531](https://github.com/apache/camel-k/issues/5531) - Release 2.3.2 [\#5520](https://github.com/apache/camel-k/issues/5520) +- Tekton Task e2e test rewrite [\#5509](https://github.com/apache/camel-k/issues/5509) - Disable Jib telemetry/update check [\#5481](https://github.com/apache/camel-k/issues/5481) - JVM trait refactoring [\#5476](https://github.com/apache/camel-k/issues/5476) - Skip surefire when building the IntegrationKit [\#5472](https://github.com/apache/camel-k/issues/5472) @@ -19,12 +22,20 @@ **Merged pull requests:** +- fix\(ci\): merge helm with older index [\#5591](https://github.com/apache/camel-k/pull/5591) ([squakez](https://github.com/squakez)) +- fix\(ci\): OLM annotation syntax [\#5586](https://github.com/apache/camel-k/pull/5586) ([squakez](https://github.com/squakez)) +- chore\(deps\): bump golang.org/x/text from 0.15.0 to 0.16.0 [\#5585](https://github.com/apache/camel-k/pull/5585) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump golang.org/x/term from 0.20.0 to 0.21.0 [\#5584](https://github.com/apache/camel-k/pull/5584) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 [\#5583](https://github.com/apache/camel-k/pull/5583) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(ci\): Upgrade opentelemetry-collector to last v0.x [\#5582](https://github.com/apache/camel-k/pull/5582) ([gansheer](https://github.com/gansheer)) +- fix\(e2e\): Ensures Maven proxy test is not infra dependant [\#5581](https://github.com/apache/camel-k/pull/5581) ([gansheer](https://github.com/gansheer)) - chore: bump last released version [\#5578](https://github.com/apache/camel-k/pull/5578) ([squakez](https://github.com/squakez)) - chore\(helm\): release 2.3.2 [\#5576](https://github.com/apache/camel-k/pull/5576) ([squakez](https://github.com/squakez)) - chore\(deps\): bump github.com/prometheus/common from 0.53.0 to 0.54.0 [\#5574](https://github.com/apache/camel-k/pull/5574) ([dependabot[bot]](https://github.com/apps/dependabot)) - \(\#5545\) Add a canonical script that installs Knative [\#5573](https://github.com/apache/camel-k/pull/5573) ([tdiesler](https://github.com/tdiesler)) - chore\(deps\): bump fabric8-version from 6.12.1 to 6.13.0 in /java/crds [\#5572](https://github.com/apache/camel-k/pull/5572) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/spf13/viper from 1.18.2 to 1.19.0 [\#5571](https://github.com/apache/camel-k/pull/5571) ([dependabot[bot]](https://github.com/apps/dependabot)) +- feat\(e2e\): Rewrite tekton test to use run command [\#5570](https://github.com/apache/camel-k/pull/5570) ([gansheer](https://github.com/gansheer)) - fix\(pipe\): don't panic if no binding available [\#5569](https://github.com/apache/camel-k/pull/5569) ([squakez](https://github.com/squakez)) - fix\(cmd\): promote correct labels [\#5568](https://github.com/apache/camel-k/pull/5568) ([squakez](https://github.com/squakez)) - chore\(builder\): add -DskipTests [\#5567](https://github.com/apache/camel-k/pull/5567) ([squakez](https://github.com/squakez))
(camel-k) branch main updated: chore: nightly automatic updates
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 1a83feb27 chore: nightly automatic updates 1a83feb27 is described below commit 1a83feb2743fa795b7d103a21dec3dec00730fb0 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Jun 4 23:45:57 2024 + chore: nightly automatic updates --- CHANGELOG.md | 9 + coverage.out | 14 +++--- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e45292a..d939f0476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,16 +8,24 @@ - Kamelet data type test failling with updated 4.4.1 kamelet [\#5553](https://github.com/apache/camel-k/issues/5553) - Promote Integration operator warning [\#5541](https://github.com/apache/camel-k/issues/5541) +- Pipe with Addressable as `sink` does crash and does not report anything on the status [\#5535](https://github.com/apache/camel-k/issues/5535) - Pipe not correctly reconciled after updating it [\#5531](https://github.com/apache/camel-k/issues/5531) +- Release 2.3.2 [\#5520](https://github.com/apache/camel-k/issues/5520) - Disable Jib telemetry/update check [\#5481](https://github.com/apache/camel-k/issues/5481) - JVM trait refactoring [\#5476](https://github.com/apache/camel-k/issues/5476) - Skip surefire when building the IntegrationKit [\#5472](https://github.com/apache/camel-k/issues/5472) - Expand Integration pod template spec [\#5395](https://github.com/apache/camel-k/issues/5395) +- Add E2E workflow using Windows runner for testing Camel K CLI client and local run [\#3364](https://github.com/apache/camel-k/issues/3364) **Merged pull requests:** +- chore: bump last released version [\#5578](https://github.com/apache/camel-k/pull/5578) ([squakez](https://github.com/squakez)) +- chore\(helm\): release 2.3.2 [\#5576](https://github.com/apache/camel-k/pull/5576) ([squakez](https://github.com/squakez)) +- chore\(deps\): bump github.com/prometheus/common from 0.53.0 to 0.54.0 [\#5574](https://github.com/apache/camel-k/pull/5574) ([dependabot[bot]](https://github.com/apps/dependabot)) +- \(\#5545\) Add a canonical script that installs Knative [\#5573](https://github.com/apache/camel-k/pull/5573) ([tdiesler](https://github.com/tdiesler)) - chore\(deps\): bump fabric8-version from 6.12.1 to 6.13.0 in /java/crds [\#5572](https://github.com/apache/camel-k/pull/5572) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/spf13/viper from 1.18.2 to 1.19.0 [\#5571](https://github.com/apache/camel-k/pull/5571) ([dependabot[bot]](https://github.com/apps/dependabot)) +- fix\(pipe\): don't panic if no binding available [\#5569](https://github.com/apache/camel-k/pull/5569) ([squakez](https://github.com/squakez)) - fix\(cmd\): promote correct labels [\#5568](https://github.com/apache/camel-k/pull/5568) ([squakez](https://github.com/squakez)) - chore\(builder\): add -DskipTests [\#5567](https://github.com/apache/camel-k/pull/5567) ([squakez](https://github.com/squakez)) - chore\(builder\): Jib disableUpdateChecks = true [\#5566](https://github.com/apache/camel-k/pull/5566) ([squakez](https://github.com/squakez)) @@ -58,6 +66,7 @@ - Review permission check [\#5479](https://github.com/apache/camel-k/pull/5479) ([lburgazzoli](https://github.com/lburgazzoli)) - fix\(maven\): move check for MAVEN\_CMD before maven wrapper setup [\#5478](https://github.com/apache/camel-k/pull/5478) ([lburgazzoli](https://github.com/lburgazzoli)) - chore: use the same make targhet for lkint and vuln check locally and on ci [\#5477](https://github.com/apache/camel-k/pull/5477) ([lburgazzoli](https://github.com/lburgazzoli)) +- Add support for TEST\_SKIP\_AFTER\_FAILURE\_COUNT [\#5475](https://github.com/apache/camel-k/pull/5475) ([tdiesler](https://github.com/tdiesler)) - chore: update golagci-lint to v1.158.0 [\#5471](https://github.com/apache/camel-k/pull/5471) ([lburgazzoli](https://github.com/lburgazzoli)) - chore\(doc\): update developers doc [\#5470](https://github.com/apache/camel-k/pull/5470) ([lburgazzoli](https://github.com/lburgazzoli)) - Incorrect content of the build/\_maven\_overlay directory causes the build project failure [\#5469](https://github.com/apache/camel-k/pull/5469) ([lburgazzoli](https://github.com/lburgazzoli)) diff --git a/coverage.out b/coverage.out index dd7ee499f..3737e2443 100644 --- a/coverage.out +++ b/coverage.out @@ -1297,7 +1297,7 @@ github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:61: initializ github.com/apache/camel-k/v2/pkg/controller/pipe/initialize.go:95: propagateIcon 75.0% github.com/
(camel-k) branch main updated: chore: nightly automatic updates
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 de789c46a chore: nightly automatic updates de789c46a is described below commit de789c46a270ebf7252f7be02c7b4c1f10df9822 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Jun 3 23:47:08 2024 + chore: nightly automatic updates --- CHANGELOG.md | 8 README.adoc | 2 +- badge.out| 2 +- coverage | 2 +- coverage.out | 122 ++- 5 files changed, 73 insertions(+), 63 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ea7a308..63e45292a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,20 @@ - Kamelet data type test failling with updated 4.4.1 kamelet [\#5553](https://github.com/apache/camel-k/issues/5553) - Promote Integration operator warning [\#5541](https://github.com/apache/camel-k/issues/5541) +- Pipe not correctly reconciled after updating it [\#5531](https://github.com/apache/camel-k/issues/5531) - Disable Jib telemetry/update check [\#5481](https://github.com/apache/camel-k/issues/5481) - JVM trait refactoring [\#5476](https://github.com/apache/camel-k/issues/5476) +- Skip surefire when building the IntegrationKit [\#5472](https://github.com/apache/camel-k/issues/5472) +- Expand Integration pod template spec [\#5395](https://github.com/apache/camel-k/issues/5395) **Merged pull requests:** +- chore\(deps\): bump fabric8-version from 6.12.1 to 6.13.0 in /java/crds [\#5572](https://github.com/apache/camel-k/pull/5572) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump github.com/spf13/viper from 1.18.2 to 1.19.0 [\#5571](https://github.com/apache/camel-k/pull/5571) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(cmd\): promote correct labels [\#5568](https://github.com/apache/camel-k/pull/5568) ([squakez](https://github.com/squakez)) +- chore\(builder\): add -DskipTests [\#5567](https://github.com/apache/camel-k/pull/5567) ([squakez](https://github.com/squakez)) - chore\(builder\): Jib disableUpdateChecks = true [\#5566](https://github.com/apache/camel-k/pull/5566) ([squakez](https://github.com/squakez)) +- fix\(ctrl\): Pipe rebuild after error phase [\#5565](https://github.com/apache/camel-k/pull/5565) ([squakez](https://github.com/squakez)) - chore\(e2e\): revert a commented test [\#5564](https://github.com/apache/camel-k/pull/5564) ([squakez](https://github.com/squakez)) - fix\(ctrl\): synthetic Integration cannot set blockOwnerDeletion [\#5561](https://github.com/apache/camel-k/pull/5561) ([squakez](https://github.com/squakez)) - fix\(e2e\): Data type action kamelet transformer error [\#5557](https://github.com/apache/camel-k/pull/5557) ([gansheer](https://github.com/gansheer)) @@ -59,6 +66,7 @@ - chore\(deps\): bump golang.org/x/term from 0.19.0 to 0.20.0 [\#5458](https://github.com/apache/camel-k/pull/5458) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(kamelets\): parse the url used to download kamelet [\#5457](https://github.com/apache/camel-k/pull/5457) ([squakez](https://github.com/squakez)) - chore\(deps\): bump golang.org/x/text from 0.14.0 to 0.15.0 [\#5453](https://github.com/apache/camel-k/pull/5453) ([dependabot[bot]](https://github.com/apps/dependabot)) +- kind/feature/5395/expand pod template spec [\#5445](https://github.com/apache/camel-k/pull/5445) ([hernanDatgDev](https://github.com/hernanDatgDev)) - Test fixes [\#5415](https://github.com/apache/camel-k/pull/5415) ([valdar](https://github.com/valdar)) - 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)) diff --git a/README.adoc b/README.adoc index 17755e1f2..13af5e3d8 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-39.1%25-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/
(camel-k) branch main updated: chore: nightly automatic updates
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 625d1a78b chore: nightly automatic updates 625d1a78b is described below commit 625d1a78bae50672d4ba8c62704869685e8a5748 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri May 31 23:46:48 2024 + chore: nightly automatic updates --- CHANGELOG.md | 5 + README.adoc| 2 +- addons/keda/duck/v1alpha1/zz_generated.deepcopy.go | 2 +- badge.out | 2 +- coverage | 2 +- coverage.out | 540 +++-- pkg/apis/camel/v1/trait/zz_generated.deepcopy.go | 2 +- pkg/apis/camel/v1/zz_generated.deepcopy.go | 1 - pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go | 3 +- 9 files changed, 291 insertions(+), 268 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54c876a2d..65ea7a308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,14 @@ **Closed issues:** - Kamelet data type test failling with updated 4.4.1 kamelet [\#5553](https://github.com/apache/camel-k/issues/5553) +- Promote Integration operator warning [\#5541](https://github.com/apache/camel-k/issues/5541) +- Disable Jib telemetry/update check [\#5481](https://github.com/apache/camel-k/issues/5481) - JVM trait refactoring [\#5476](https://github.com/apache/camel-k/issues/5476) **Merged pull requests:** +- fix\(cmd\): promote correct labels [\#5568](https://github.com/apache/camel-k/pull/5568) ([squakez](https://github.com/squakez)) +- chore\(builder\): Jib disableUpdateChecks = true [\#5566](https://github.com/apache/camel-k/pull/5566) ([squakez](https://github.com/squakez)) - chore\(e2e\): revert a commented test [\#5564](https://github.com/apache/camel-k/pull/5564) ([squakez](https://github.com/squakez)) - fix\(ctrl\): synthetic Integration cannot set blockOwnerDeletion [\#5561](https://github.com/apache/camel-k/pull/5561) ([squakez](https://github.com/squakez)) - fix\(e2e\): Data type action kamelet transformer error [\#5557](https://github.com/apache/camel-k/pull/5557) ([gansheer](https://github.com/gansheer)) @@ -30,6 +34,7 @@ - fix\(trait\): environment variables [\#5515](https://github.com/apache/camel-k/pull/5515) ([squakez](https://github.com/squakez)) - doc: upgrade deployment procedure [\#5514](https://github.com/apache/camel-k/pull/5514) ([squakez](https://github.com/squakez)) - fix\(ci\): configurable timeouts [\#5512](https://github.com/apache/camel-k/pull/5512) ([squakez](https://github.com/squakez)) +- Re evaluate golanci-lint exclusions \(dupl, gofumpt, nestif\) [\#5507](https://github.com/apache/camel-k/pull/5507) ([lburgazzoli](https://github.com/lburgazzoli)) - fix\(e2e\): Route trait schema valid in OCP [\#5506](https://github.com/apache/camel-k/pull/5506) ([gansheer](https://github.com/gansheer)) - fix\(e2e\): Tekton test permission failure with olm install command [\#5505](https://github.com/apache/camel-k/pull/5505) ([gansheer](https://github.com/gansheer)) - fix\(tests\): fixed flaky Readiness condition with never ready route test in e2e/common/traits/health\_test.go [\#5503](https://github.com/apache/camel-k/pull/5503) ([valdar](https://github.com/valdar)) diff --git a/README.adoc b/README.adoc index 95cc43e00..17755e1f2 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-39.0%25-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";] +image:https://img.shields.io/badge/Coverage-39.1%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) branch main updated: chore: nightly automatic updates
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 b8b7b52f6 chore: nightly automatic updates b8b7b52f6 is described below commit b8b7b52f6c531e4af064e3f7061e08f0520e7e2c Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu May 30 23:47:36 2024 + chore: nightly automatic updates --- CHANGELOG.md | 4 +++ README.adoc | 2 +- badge.out| 2 +- coverage | 2 +- coverage.out | 87 ++-- 5 files changed, 51 insertions(+), 46 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acbb63e54..54c876a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,19 @@ **Closed issues:** +- Kamelet data type test failling with updated 4.4.1 kamelet [\#5553](https://github.com/apache/camel-k/issues/5553) - JVM trait refactoring [\#5476](https://github.com/apache/camel-k/issues/5476) **Merged pull requests:** +- chore\(e2e\): revert a commented test [\#5564](https://github.com/apache/camel-k/pull/5564) ([squakez](https://github.com/squakez)) - fix\(ctrl\): synthetic Integration cannot set blockOwnerDeletion [\#5561](https://github.com/apache/camel-k/pull/5561) ([squakez](https://github.com/squakez)) - fix\(e2e\): Data type action kamelet transformer error [\#5557](https://github.com/apache/camel-k/pull/5557) ([gansheer](https://github.com/gansheer)) +- fix\(builder\): add root and base image to S2I report [\#](https://github.com/apache/camel-k/pull/) ([squakez](https://github.com/squakez)) - fix\(trait\): jolokia link [\#5554](https://github.com/apache/camel-k/pull/5554) ([squakez](https://github.com/squakez)) - chore\(ci\): Knative 1.14.0 [\#5551](https://github.com/apache/camel-k/pull/5551) ([squakez](https://github.com/squakez)) - fix\(traits\): don't skip for synthetic kits [\#5548](https://github.com/apache/camel-k/pull/5548) ([squakez](https://github.com/squakez)) +- fix\(pipeline\) fix s2i image in publish task [\#5542](https://github.com/apache/camel-k/pull/5542) ([mmajerni](https://github.com/mmajerni)) - Fix offline script to use maven settings and option to skip ssl verification [\#5538](https://github.com/apache/camel-k/pull/5538) ([claudio4j](https://github.com/claudio4j)) - chore: Remove useless print [\#5536](https://github.com/apache/camel-k/pull/5536) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump github.com/go-logr/logr from 1.4.1 to 1.4.2 [\#5532](https://github.com/apache/camel-k/pull/5532) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/README.adoc b/README.adoc index 4835019bc..95cc43e00 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.6%25-yellow.svg["Go coverage", link="https://github.com/apache/camel-k/actions/workflows/nightly-coverage.yml";] +image:https://img.shields.io/badge/Coverage-39.0%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 f2d8480f8..a16004c04 100644 --- a/badge.out +++ b/badge.out @@ -1,2 +1,2 @@ -![Coverage](https://img.shields.io/badge/Coverage-38.6%25-yellow) \ No newline at end of file +![Coverage](https://img.shields.io/badge/Coverage-39.0%25-yellow) \ No newline at end of file diff --git a/coverage b/coverage index 31978e347..ea998eff6 100644 --- a/coverage +++ b/coverage @@ -1 +1 @@ -38.6 +39.0 diff --git a/coverage.out b/coverage.out index 45e7301a1..245ed4546 100644 --- a/coverage.out +++ b/coverage.out @@ -554,29 +554,29 @@ github.com/apache/camel-k/v2/pkg/apis/camel/v1/zz_generated.deepcopy.go:2822: github.com/apache/camel-k/v2/pkg/apis/camel/v1
(camel-k) branch main updated: chore: nightly automatic updates
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 95c9bc1f1 chore: nightly automatic updates 95c9bc1f1 is described below commit 95c9bc1f14c50cb7d3dd99f441fb2fa6fb450c3f Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed May 29 23:43:41 2024 + chore: nightly automatic updates --- CHANGELOG.md | 7 README.adoc | 2 +- badge.out| 2 +- coverage | 2 +- coverage.out | 123 +++ 5 files changed, 74 insertions(+), 62 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ede9961..acbb63e54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ [Full Changelog](https://github.com/apache/camel-k/compare/v2.3.2...HEAD) +**Closed issues:** + +- JVM trait refactoring [\#5476](https://github.com/apache/camel-k/issues/5476) + **Merged pull requests:** +- fix\(ctrl\): synthetic Integration cannot set blockOwnerDeletion [\#5561](https://github.com/apache/camel-k/pull/5561) ([squakez](https://github.com/squakez)) +- fix\(e2e\): Data type action kamelet transformer error [\#5557](https://github.com/apache/camel-k/pull/5557) ([gansheer](https://github.com/gansheer)) - fix\(trait\): jolokia link [\#5554](https://github.com/apache/camel-k/pull/5554) ([squakez](https://github.com/squakez)) - chore\(ci\): Knative 1.14.0 [\#5551](https://github.com/apache/camel-k/pull/5551) ([squakez](https://github.com/squakez)) - fix\(traits\): don't skip for synthetic kits [\#5548](https://github.com/apache/camel-k/pull/5548) ([squakez](https://github.com/squakez)) @@ -30,6 +36,7 @@ - chore\(tools\): update golangci-lint to v1.58.1 [\#5495](https://github.com/apache/camel-k/pull/5495) ([lburgazzoli](https://github.com/lburgazzoli)) - fix\(tests\): Minor fix to incremental\_build\_test.go after fixing of copykits. [\#5494](https://github.com/apache/camel-k/pull/5494) ([valdar](https://github.com/valdar)) - chore\(deps\): bump github.com/prometheus/client\_golang from 1.19.0 to 1.19.1 [\#5492](https://github.com/apache/camel-k/pull/5492) ([dependabot[bot]](https://github.com/apps/dependabot)) +- feat\(trait\): jvm refactoring [\#5488](https://github.com/apache/camel-k/pull/5488) ([squakez](https://github.com/squakez)) - cleanup golagci-lint configuration [\#5482](https://github.com/apache/camel-k/pull/5482) ([lburgazzoli](https://github.com/lburgazzoli)) - cleanup pkg/util packages [\#5480](https://github.com/apache/camel-k/pull/5480) ([lburgazzoli](https://github.com/lburgazzoli)) - Review permission check [\#5479](https://github.com/apache/camel-k/pull/5479) ([lburgazzoli](https://github.com/lburgazzoli)) diff --git a/README.adoc b/README.adoc index 5e27d1c9b..4835019bc 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.4%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.6%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 1a67b7a10..f2d8480f8 100644 --- a/badge.out +++ b/badge.out @@ -1,2 +1,2 @@ -![Coverage](https://img.shields.io/badge/Coverage-38.4%25-yellow) \ No newline at end of file +![Coverage](https://img.shields.io/badge/Coverage-38.6%25-yellow) \ No newline at end of file diff --git a/coverage b/coverage index fb135a5b0..31978e347 100644 --- a/coverage +++ b/coverage @@ -1 +1 @@ -38.4 +38.6 diff --git a/coverage.out b/coverage.out index c9717eafc..45e7301a1 100644 --- a/coverage.out +++ b/coverage.out @@ -196,28 +196,29 @@ github.
(camel-k) branch main updated: chore: nightly automatic updates
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 37c2c4055 chore: nightly automatic updates 37c2c4055 is described below commit 37c2c40553f421ad7cec00fb35d6ff56f33824b6 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue May 28 23:48:56 2024 + chore: nightly automatic updates --- CHANGELOG.md | 9 +++-- coverage.out | 16 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b95db0ac..82ede9961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ **Merged pull requests:** +- fix\(trait\): jolokia link [\#5554](https://github.com/apache/camel-k/pull/5554) ([squakez](https://github.com/squakez)) +- chore\(ci\): Knative 1.14.0 [\#5551](https://github.com/apache/camel-k/pull/5551) ([squakez](https://github.com/squakez)) +- fix\(traits\): don't skip for synthetic kits [\#5548](https://github.com/apache/camel-k/pull/5548) ([squakez](https://github.com/squakez)) - Fix offline script to use maven settings and option to skip ssl verification [\#5538](https://github.com/apache/camel-k/pull/5538) ([claudio4j](https://github.com/claudio4j)) - chore: Remove useless print [\#5536](https://github.com/apache/camel-k/pull/5536) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump github.com/go-logr/logr from 1.4.1 to 1.4.2 [\#5532](https://github.com/apache/camel-k/pull/5532) ([dependabot[bot]](https://github.com/apps/dependabot)) @@ -44,16 +47,18 @@ - 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) +## [v2.3.2](https://github.com/apache/camel-k/tree/v2.3.2) (2024-05-28) [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) +## [camel-k-crds-2.3.2](https://github.com/apache/camel-k/tree/camel-k-crds-2.3.2) (2024-05-28) [Full Changelog](https://github.com/apache/camel-k/compare/2.3.2-nightly...camel-k-crds-2.3.2) **Closed issues:** +- Jolokia trait link missing [\#5540](https://github.com/apache/camel-k/issues/5540) +- Incorrect status handling of beersource when it can not connect to its 3rd party web-service [\#5528](https://github.com/apache/camel-k/issues/5528) - 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) diff --git a/coverage.out b/coverage.out index 626f9c76e..c9717eafc 100644 --- a/coverage.out +++ b/coverage.out @@ -1466,9 +1466,9 @@ github.com/apache/camel-k/v2/pkg/trait/camel.go:54: InfluencesKit 100 github.com/apache/camel-k/v2/pkg/trait/camel.go:58: Matches 75.0% github.com/apache/camel-k/v2/pkg/trait/camel.go:67: Configure 85.7% github.com/apache/camel-k/v2/pkg/trait/camel.go:83: Apply 100.0% -github.com/apache/camel-k/v2/pkg/trait/camel.go:115: loadOrCreateCatalog 56.2% -github.com/apache/camel-k/v2/pkg/trait/camel.go:154: computeConfigMaps 100.0% -github.com/apache/camel-k/v2/pkg/trait/camel.go:235: determineRuntimeVersion 66.7% +github.com/apache/camel-k/v2/pkg/trait/camel.go:119: loadOrCreateCatalog 56.2% +github.com/apache/camel-k/v2/pkg/trait/camel.go:158: computeConfigMaps 100.0% +github.com/apache/camel-k/v2/pkg/trait/camel.go:239: determineRuntimeVersion
(camel-k) branch main updated: chore: nightly automatic updates
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 3bb296ebf chore: nightly automatic updates 3bb296ebf is described below commit 3bb296ebf518bd1c14b75fe75b68e634d89d8589 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu May 23 23:46:13 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d126eb2f0..9b95db0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Merged pull requests:** +- Fix offline script to use maven settings and option to skip ssl verification [\#5538](https://github.com/apache/camel-k/pull/5538) ([claudio4j](https://github.com/claudio4j)) - chore: Remove useless print [\#5536](https://github.com/apache/camel-k/pull/5536) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump github.com/go-logr/logr from 1.4.1 to 1.4.2 [\#5532](https://github.com/apache/camel-k/pull/5532) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(e2e\): Deprecated SSL quarkus configuration [\#5530](https://github.com/apache/camel-k/pull/5530) ([gansheer](https://github.com/gansheer))
(camel-k) branch main updated: chore: nightly automatic updates
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 08f93b9f9 chore: nightly automatic updates 08f93b9f9 is described below commit 08f93b9f9b8698e5fb6b5b452ff07bb0b75e7643 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed May 22 23:46:53 2024 + chore: nightly automatic updates --- CHANGELOG.md | 4 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 109899034..d126eb2f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ **Merged pull requests:** +- chore: Remove useless print [\#5536](https://github.com/apache/camel-k/pull/5536) ([gansheer](https://github.com/gansheer)) +- chore\(deps\): bump github.com/go-logr/logr from 1.4.1 to 1.4.2 [\#5532](https://github.com/apache/camel-k/pull/5532) ([dependabot[bot]](https://github.com/apps/dependabot)) +- fix\(e2e\): Deprecated SSL quarkus configuration [\#5530](https://github.com/apache/camel-k/pull/5530) ([gansheer](https://github.com/gansheer)) - fix\(trait\): camel catalog regression [\#5524](https://github.com/apache/camel-k/pull/5524) ([squakez](https://github.com/squakez)) +- \(\#5489\) Use yaml in e2e install [\#5518](https://github.com/apache/camel-k/pull/5518) ([tdiesler](https://github.com/tdiesler)) - \(\#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))
(camel-k) branch main updated: chore: nightly automatic updates
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 + 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
(camel-k) branch main updated: chore: nightly automatic updates
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 32be17e5b chore: nightly automatic updates 32be17e5b is described below commit 32be17e5b9f69466586a3b14ce1d8813aa06beef Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat May 18 23:45:38 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 183a5595f..85ace2211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - 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)
(camel-k) branch main updated: chore: nightly automatic updates
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 2fb8513b3 chore: nightly automatic updates 2fb8513b3 is described below commit 2fb8513b3327064f5421827064642307e8fbacb1 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri May 17 23:46:55 2024 + chore: nightly automatic updates --- CHANGELOG.md | 6 ++ docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 2 +- docs/modules/traits/pages/health.adoc | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 262321b7c..183a5595f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - 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) @@ -22,8 +23,13 @@ **Merged pull requests:** - \(\#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)) +- doc: upgrade deployment procedure [\#5514](https://github.com/apache/camel-k/pull/5514) ([squakez](https://github.com/squakez)) +- fix\(ci\): configurable timeouts [\#5512](https://github.com/apache/camel-k/pull/5512) ([squakez](https://github.com/squakez)) - fix\(e2e\): Route trait schema valid in OCP [\#5506](https://github.com/apache/camel-k/pull/5506) ([gansheer](https://github.com/gansheer)) - fix\(e2e\): Tekton test permission failure with olm install command [\#5505](https://github.com/apache/camel-k/pull/5505) ([gansheer](https://github.com/gansheer)) +- fix\(tests\): fixed flaky Readiness condition with never ready route test in e2e/common/traits/health\_test.go [\#5503](https://github.com/apache/camel-k/pull/5503) ([valdar](https://github.com/valdar)) - Re evaluate golanci-lint exclusions \(execinquery,whitespace,wastedassign,tagliatelle,nolintlint,lll\)" [\#5502](https://github.com/apache/camel-k/pull/5502) ([lburgazzoli](https://github.com/lburgazzoli)) - feat\(lint\): enabe goconst linter [\#5499](https://github.com/apache/camel-k/pull/5499) ([lburgazzoli](https://github.com/lburgazzoli)) - \(\#5489\) Groovy \> Yaml [\#5497](https://github.com/apache/camel-k/pull/5497) ([tdiesler](https://github.com/tdiesler)) diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc index 3c28c7f88..3c66b0987 100644 --- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc +++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc @@ -6970,7 +6970,7 @@ Deprecated: to be removed from trait configuration. The health trait is responsible for configuring the health probes on the integration container. -NOTE: this trait is enabled by default. +NOTE: this trait is disabled by default. [cols="2,2a",options="header"] diff --git a/docs/modules/traits/pages/health.adoc b/docs/modules/traits/pages/health.adoc index d6c4a1087..c53656338 100755 --- a/docs/modules/traits/pages/health.adoc +++ b/docs/modules/traits/pages/health.adoc @@ -5,7 +5,7 @@ // Start of autogenerated code - DO NOT EDIT! (description) The health trait is responsible for configuring the health probes on the integration container. -NOTE: this trait is enabled by default. +NOTE: this trait is disabled by default. This trait is available in the following profiles: **Kubernetes, Knative, OpenShift**.
(camel-k) branch main updated: chore: nightly automatic updates
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 8d54ee246 chore: nightly automatic updates 8d54ee246 is described below commit 8d54ee246b85bbb19bf4440d6dd77aef1fd02f90 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu May 16 23:46:56 2024 + chore: nightly automatic updates --- CHANGELOG.md | 6 +- docs/modules/traits/pages/3scale.adoc | 2 +- docs/modules/traits/pages/affinity.adoc| 2 +- docs/modules/traits/pages/aws-secrets-manager.adoc | 2 +- docs/modules/traits/pages/azure-key-vault.adoc | 2 +- docs/modules/traits/pages/builder.adoc | 2 +- docs/modules/traits/pages/camel.adoc | 2 +- docs/modules/traits/pages/container.adoc | 2 +- docs/modules/traits/pages/cron.adoc| 2 +- docs/modules/traits/pages/deployer.adoc| 2 +- docs/modules/traits/pages/deployment.adoc | 2 +- docs/modules/traits/pages/environment.adoc | 2 +- docs/modules/traits/pages/error-handler.adoc | 2 +- docs/modules/traits/pages/gc.adoc | 2 +- docs/modules/traits/pages/gcp-secret-manager.adoc | 2 +- docs/modules/traits/pages/hashicorp-vault.adoc | 2 +- docs/modules/traits/pages/health.adoc | 2 +- docs/modules/traits/pages/ingress.adoc | 2 +- docs/modules/traits/pages/istio.adoc | 2 +- docs/modules/traits/pages/jolokia.adoc | 2 +- docs/modules/traits/pages/jvm.adoc | 2 +- docs/modules/traits/pages/kamelets.adoc| 2 +- docs/modules/traits/pages/keda.adoc| 2 +- docs/modules/traits/pages/knative-service.adoc | 2 +- docs/modules/traits/pages/knative.adoc | 2 +- docs/modules/traits/pages/logging.adoc | 2 +- docs/modules/traits/pages/master.adoc | 2 +- docs/modules/traits/pages/mount.adoc | 2 +- docs/modules/traits/pages/openapi.adoc | 2 +- docs/modules/traits/pages/owner.adoc | 2 +- docs/modules/traits/pages/pdb.adoc | 2 +- docs/modules/traits/pages/platform.adoc| 2 +- docs/modules/traits/pages/pod.adoc | 2 +- docs/modules/traits/pages/prometheus.adoc | 2 +- docs/modules/traits/pages/pull-secret.adoc | 2 +- docs/modules/traits/pages/quarkus.adoc | 2 +- docs/modules/traits/pages/registry.adoc| 2 +- docs/modules/traits/pages/resume.adoc | 2 +- docs/modules/traits/pages/route.adoc | 2 +- docs/modules/traits/pages/security-context.adoc| 2 +- docs/modules/traits/pages/service-binding.adoc | 2 +- docs/modules/traits/pages/service.adoc | 2 +- docs/modules/traits/pages/telemetry.adoc | 2 +- docs/modules/traits/pages/toleration.adoc | 2 +- docs/modules/traits/pages/tracing.adoc | 2 +- 45 files changed, 49 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0de0d718..262321b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **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) - Make images does not work out of the box [\#5464](https://github.com/apache/camel-k/issues/5464) @@ -15,13 +16,17 @@ - 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) +- 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) **Merged pull requests:** +- \(\#5489\) Use yaml in e2e common [\#5517](https://github.com/apache/camel-k/pull/5517) ([tdiesler](https://github.com/tdiesler)) - fix\(e2e\): Route trait schema valid in OCP [\#5506](https://github.com/apache/camel-k/pull/5506) ([gansheer](https://github.com/gansheer)) +- fix\(e2e\): Tekton test permission failure with olm install command [\#5505](https://github.com/apache/camel-k/pull/5505) ([gansheer](https://github.com/gansheer)) - Re evaluate golanci-lint exclusions \(execinquery,white
(camel-k) branch main updated: chore: nightly automatic updates
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 8b3464a7a chore: nightly automatic updates 8b3464a7a is described below commit 8b3464a7ad6835f205ce471c39ae6a32ff94bda2 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed May 15 23:46:50 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c357982d..e0de0d718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ **Merged pull requests:** +- fix\(e2e\): Route trait schema valid in OCP [\#5506](https://github.com/apache/camel-k/pull/5506) ([gansheer](https://github.com/gansheer)) - Re evaluate golanci-lint exclusions \(execinquery,whitespace,wastedassign,tagliatelle,nolintlint,lll\)" [\#5502](https://github.com/apache/camel-k/pull/5502) ([lburgazzoli](https://github.com/lburgazzoli)) - feat\(lint\): enabe goconst linter [\#5499](https://github.com/apache/camel-k/pull/5499) ([lburgazzoli](https://github.com/lburgazzoli)) - feat\(lint\): enabe magic number detector \(mld\) [\#5496](https://github.com/apache/camel-k/pull/5496) ([lburgazzoli](https://github.com/lburgazzoli))
(camel-k) branch main updated: chore: nightly automatic updates
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 d05d4e4e7 chore: nightly automatic updates d05d4e4e7 is described below commit d05d4e4e7dee60e368006d176b7f720aed784755 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue May 14 23:46:05 2024 + chore: nightly automatic updates --- CHANGELOG.md | 2 + README.adoc | 2 +- badge.out | 2 +- coverage | 2 +- coverage.out | 212 +++--- docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 4 - 6 files changed, 111 insertions(+), 113 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3426132..4c357982d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ **Merged pull requests:** +- Re evaluate golanci-lint exclusions \(execinquery,whitespace,wastedassign,tagliatelle,nolintlint,lll\)" [\#5502](https://github.com/apache/camel-k/pull/5502) ([lburgazzoli](https://github.com/lburgazzoli)) - feat\(lint\): enabe goconst linter [\#5499](https://github.com/apache/camel-k/pull/5499) ([lburgazzoli](https://github.com/lburgazzoli)) - feat\(lint\): enabe magic number detector \(mld\) [\#5496](https://github.com/apache/camel-k/pull/5496) ([lburgazzoli](https://github.com/lburgazzoli)) - chore\(tools\): update golangci-lint to v1.58.1 [\#5495](https://github.com/apache/camel-k/pull/5495) ([lburgazzoli](https://github.com/lburgazzoli)) @@ -39,6 +40,7 @@ - chore\(deps\): bump golang.org/x/text from 0.14.0 to 0.15.0 [\#5453](https://github.com/apache/camel-k/pull/5453) ([dependabot[bot]](https://github.com/apps/dependabot)) - Test fixes [\#5415](https://github.com/apache/camel-k/pull/5415) ([valdar](https://github.com/valdar)) - 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)) ## [2.3.2-nightly](https://github.com/apache/camel-k/tree/2.3.2-nightly) (2024-05-06) diff --git a/README.adoc b/README.adoc index f2280a98f..ae0d17f36 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.1%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.2%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 853ac0979..1d40807be 100644 --- a/badge.out +++ b/badge.out @@ -1,2 +1,2 @@ -![Coverage](https://img.shields.io/badge/Coverage-38.1%25-yellow) \ No newline at end of file +![Coverage](https://img.shields.io/badge/Coverage-38.2%25-yellow) \ No newline at end of file diff --git a/coverage b/coverage index ee8f20531..135c571ae 100644 --- a/coverage +++ b/coverage @@ -1 +1 @@ -38.1 +38.2 diff --git a/coverage.out b/coverage.out index fac44769e..1a36b8643 100644 --- a/coverage.out +++ b/coverage.out @@ -144,8 +144,8 @@ github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:190: G github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:203: SetAnnotation 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:215: IsEmpty
(camel-k) branch main updated: chore: nightly automatic updates
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 a95fd2b26 chore: nightly automatic updates a95fd2b26 is described below commit a95fd2b26abf95729b41b50be44e9246bd167d48 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon May 13 23:48:01 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + coverage.out | 426 +-- 2 files changed, 214 insertions(+), 213 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d20aca5..2d3426132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ **Merged pull requests:** +- feat\(lint\): enabe goconst linter [\#5499](https://github.com/apache/camel-k/pull/5499) ([lburgazzoli](https://github.com/lburgazzoli)) - feat\(lint\): enabe magic number detector \(mld\) [\#5496](https://github.com/apache/camel-k/pull/5496) ([lburgazzoli](https://github.com/lburgazzoli)) - chore\(tools\): update golangci-lint to v1.58.1 [\#5495](https://github.com/apache/camel-k/pull/5495) ([lburgazzoli](https://github.com/lburgazzoli)) - fix\(tests\): Minor fix to incremental\_build\_test.go after fixing of copykits. [\#5494](https://github.com/apache/camel-k/pull/5494) ([valdar](https://github.com/valdar)) diff --git a/coverage.out b/coverage.out index 2c256ac61..fac44769e 100644 --- a/coverage.out +++ b/coverage.out @@ -42,11 +42,11 @@ github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:208: ID 0.0% github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:214: Translate 0.0% github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:276: getBootstrapServers 0.0% github.com/apache/camel-k/v2/addons/strimzi/strimzi.go:297: Order 0.0% -github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:86: NewTelemetryTrait 100.0% -github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:92: Configure 47.6% -github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:134: Apply 80.0% -github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:146: setCatalogConfiguration 93.3% -github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:175: setProperties 0.0% +github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:88: NewTelemetryTrait 100.0% +github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:94: Configure 47.6% +github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:136: Apply 80.0% +github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:148: setCatalogConfiguration 93.3% +github.com/apache/camel-k/v2/addons/telemetry/telemetry.go:177: setProperties 0.0% github.com/apache/camel-k/v2/addons/threescale/3scale.go:84: NewThreeScaleTrait 100.0% github.com/apache/camel-k/v2/addons/threescale/3scale.go:90: Configure 93.3% github.com/apache/camel-k/v2/addons/threescale/3scale.go:117: Apply 100.0% @@ -714,17 +714,17 @@ github.com/apache/camel-k/v2/pkg/builder/project.go:163: getServerTagIndex github.com/apache/camel-k/v2/pkg/builder/project.go:193: injectDependencies 100.0% github.com/apache/camel-k/v2/pkg/builder/project.go:198: sanitizeDependencies 100.
(camel-k) branch main updated: chore: nightly automatic updates
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 0e97aeee2 chore: nightly automatic updates 0e97aeee2 is described below commit 0e97aeee22762623a1de68b26f7eb9bc816604c6 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat May 11 23:43:50 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + addons/keda/duck/v1alpha1/zz_generated.deepcopy.go | 2 +- coverage.out | 760 ++--- pkg/apis/camel/v1/trait/zz_generated.deepcopy.go | 2 +- pkg/apis/camel/v1/zz_generated.deepcopy.go | 1 - pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go | 3 +- 6 files changed, 384 insertions(+), 385 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78318044c..b8d20aca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ **Merged pull requests:** +- feat\(lint\): enabe magic number detector \(mld\) [\#5496](https://github.com/apache/camel-k/pull/5496) ([lburgazzoli](https://github.com/lburgazzoli)) - chore\(tools\): update golangci-lint to v1.58.1 [\#5495](https://github.com/apache/camel-k/pull/5495) ([lburgazzoli](https://github.com/lburgazzoli)) - fix\(tests\): Minor fix to incremental\_build\_test.go after fixing of copykits. [\#5494](https://github.com/apache/camel-k/pull/5494) ([valdar](https://github.com/valdar)) - chore\(deps\): bump github.com/prometheus/client\_golang from 1.19.0 to 1.19.1 [\#5492](https://github.com/apache/camel-k/pull/5492) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go b/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go index 6eac54df6..7bbeb3f44 100644 --- a/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go +++ b/addons/keda/duck/v1alpha1/zz_generated.deepcopy.go @@ -6,7 +6,7 @@ package v1alpha1 import ( - v1 "k8s.io/api/core/v1" + "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/runtime" ) diff --git a/coverage.out b/coverage.out index 11e70cc2b..2c256ac61 100644 --- a/coverage.out +++ b/coverage.out @@ -693,38 +693,38 @@ github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:79 github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:800: DeepCopyInto 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go:810: DeepCopy 0.0% github.com/apache/camel-k/v2/pkg/builder/builder.go:42: Do 75.6% -github.com/apache/camel-k/v2/pkg/builder/image.go:44: init 100.0% -github.com/apache/camel-k/v2/pkg/builder/image.go:67: nativeImageContext 0.0% -github.com/apache/camel-k/v2/pkg/builder/image.go:82: executableDockerfile 0.0% -github.com/apache/camel-k/v2/pkg/builder/image.go:99: standardImageContext 0.0% -github.com/apache/camel-k/v2/pkg/builder/image.go:107: jvmDockerfile 0.0% -github.com/apache/camel-k/v2/pkg/builder/image.go:123: incrementalImageContext 0.0% -github.com/apache/camel-k/v2/pkg/builder/image.go:149: imageContext 0.0% -github.com/apache/camel-k/v2/pkg/builder/image.go:180: listPublishedImages 81.2% -github.com/apache/camel-k/v2/pkg/builder/image.go:222: findBestImage 0.0% +github.com/apache/camel-k/v2/pkg/builder/image.go:46: init 100.0% +github.com/apache/camel-k/v2/pkg/builder/image.go:69: nativeImageContext 0.0% +github.com/apache/camel-k/v2/pkg/builder/image.go:84: executableDockerfile 0.0% +github.com/ap
(camel-k) branch main updated: chore: nightly automatic updates
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 043b4eadc chore: nightly automatic updates 043b4eadc is described below commit 043b4eadcd21bb14bd1d35b8f39bfdb38ef73a07 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri May 10 23:46:26 2024 + chore: nightly automatic updates --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3950e78e6..78318044c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ **Merged pull requests:** +- chore\(tools\): update golangci-lint to v1.58.1 [\#5495](https://github.com/apache/camel-k/pull/5495) ([lburgazzoli](https://github.com/lburgazzoli)) +- fix\(tests\): Minor fix to incremental\_build\_test.go after fixing of copykits. [\#5494](https://github.com/apache/camel-k/pull/5494) ([valdar](https://github.com/valdar)) +- chore\(deps\): bump github.com/prometheus/client\_golang from 1.19.0 to 1.19.1 [\#5492](https://github.com/apache/camel-k/pull/5492) ([dependabot[bot]](https://github.com/apps/dependabot)) - cleanup golagci-lint configuration [\#5482](https://github.com/apache/camel-k/pull/5482) ([lburgazzoli](https://github.com/lburgazzoli)) - cleanup pkg/util packages [\#5480](https://github.com/apache/camel-k/pull/5480) ([lburgazzoli](https://github.com/lburgazzoli)) - Review permission check [\#5479](https://github.com/apache/camel-k/pull/5479) ([lburgazzoli](https://github.com/lburgazzoli))
(camel-k) branch main updated: chore: nightly automatic updates
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 9b4e72513 chore: nightly automatic updates 9b4e72513 is described below commit 9b4e72513261b29bf60f3181c29680ecdd482ad2 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu May 9 23:47:05 2024 + chore: nightly automatic updates --- CHANGELOG.md | 5 + coverage.out | 63 ++-- 2 files changed, 36 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9519bc06..3950e78e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,16 @@ - 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) - Keda integration not working with mounted secrets [\#4359](https://github.com/apache/camel-k/issues/4359) **Merged pull requests:** +- cleanup golagci-lint configuration [\#5482](https://github.com/apache/camel-k/pull/5482) ([lburgazzoli](https://github.com/lburgazzoli)) +- cleanup pkg/util packages [\#5480](https://github.com/apache/camel-k/pull/5480) ([lburgazzoli](https://github.com/lburgazzoli)) +- Review permission check [\#5479](https://github.com/apache/camel-k/pull/5479) ([lburgazzoli](https://github.com/lburgazzoli)) +- fix\(maven\): move check for MAVEN\_CMD before maven wrapper setup [\#5478](https://github.com/apache/camel-k/pull/5478) ([lburgazzoli](https://github.com/lburgazzoli)) - chore: use the same make targhet for lkint and vuln check locally and on ci [\#5477](https://github.com/apache/camel-k/pull/5477) ([lburgazzoli](https://github.com/lburgazzoli)) - chore: update golagci-lint to v1.158.0 [\#5471](https://github.com/apache/camel-k/pull/5471) ([lburgazzoli](https://github.com/lburgazzoli)) - chore\(doc\): update developers doc [\#5470](https://github.com/apache/camel-k/pull/5470) ([lburgazzoli](https://github.com/lburgazzoli)) diff --git a/coverage.out b/coverage.out index 9a2d15d40..11e70cc2b 100644 --- a/coverage.out +++ b/coverage.out @@ -12,14 +12,13 @@ github.com/apache/camel-k/v2/addons/keda/keda.go:496: getKameletPropertyVa github.com/apache/camel-k/v2/addons/keda/keda.go:536: getXDescriptorValue 100.0% github.com/apache/camel-k/v2/addons/keda/keda.go:545: isXDescriptorPresent 75.0% github.com/apache/camel-k/v2/addons/master/master.go:73: NewMasterTrait 100.0% -github.com/apache/camel-k/v2/addons/master/master.go:88: Configure 80.0% -github.com/apache/camel-k/v2/addons/master/master.go:159: Apply 84.6% -github.com/apache/camel-k/v2/addons/master/master.go:186: setCustomizerConfiguration 0.0% -github.com/apache/camel-k/v2/addons/master/master.go:213: setCatalogConfiguration 100.0% -github.com/apache/camel-k/v2/addons/master/master.go:233: canUseLeases 100.0% -github.com/apache/camel-k/v2/addons/master/master.go:237: findAdditionalDependencies 100.0% -github.com/apache/camel-k/v2/addons/master/master.go:255: loadResource 71.4% -github.com/apache/camel-k/v2/addons/master/master.go:267: prepareRBAC 88.2% +github.com/apache/camel-k/v2/addons/master/master.go:84: Configure 82.9% +github.com/apache/camel-k/v2/addons/master/master.go:147: Apply 84.
(camel-k) branch main updated: chore: nightly automatic updates
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 4114271b6 chore: nightly automatic updates 4114271b6 is described below commit 4114271b6ccbc74e52a87455123fb522bbbf84a1 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed May 8 23:47:39 2024 + chore: nightly automatic updates --- CHANGELOG.md | 14 coverage.out | 112 +++ 2 files changed, 72 insertions(+), 54 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e205a17a..e9519bc06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,29 @@ **Closed issues:** +- 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) +- 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) - Custom kamelets are not fetched from private GitHub repository [\#5173](https://github.com/apache/camel-k/issues/5173) - Keda integration not working with mounted secrets [\#4359](https://github.com/apache/camel-k/issues/4359) **Merged pull requests:** +- chore: use the same make targhet for lkint and vuln check locally and on ci [\#5477](https://github.com/apache/camel-k/pull/5477) ([lburgazzoli](https://github.com/lburgazzoli)) +- chore: update golagci-lint to v1.158.0 [\#5471](https://github.com/apache/camel-k/pull/5471) ([lburgazzoli](https://github.com/lburgazzoli)) +- chore\(doc\): update developers doc [\#5470](https://github.com/apache/camel-k/pull/5470) ([lburgazzoli](https://github.com/lburgazzoli)) +- Incorrect content of the build/\_maven\_overlay directory causes the build project failure [\#5469](https://github.com/apache/camel-k/pull/5469) ([lburgazzoli](https://github.com/lburgazzoli)) +- Remove maven threads configuration based on GOMAXPROCS [\#5468](https://github.com/apache/camel-k/pull/5468) ([lburgazzoli](https://github.com/lburgazzoli)) +- feat\(trait\): enforce Pod and Container security context [\#5461](https://github.com/apache/camel-k/pull/5461) ([squakez](https://github.com/squakez)) - chore\(deps\): bump golang.org/x/term from 0.19.0 to 0.20.0 [\#5458](https://github.com/apache/camel-k/pull/5458) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(kamelets\): parse the url used to download kamelet [\#5457](https://github.com/apache/camel-k/pull/5457) ([squakez](https://github.com/squakez)) - chore\(deps\): bump golang.org/x/text from 0.14.0 to 0.15.0 [\#5453](https://github.com/apache/camel-k/pull/5453) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Test fixes [\#5415](https://github.com/apache/camel-k/pull/5415) ([valdar](https://github.com/valdar)) +- fix\(\#5292\): Simplify run cmd for archs other than amd64 [\#5403](https://github.com/apache/camel-k/pull/5403) ([tdiesler](https://github.com/tdiesler)) ## [2.3.2-nightly](https://github.com/apache/camel-k/tree/2.3.2-nightly) (2024-05-06) diff --git a/coverage.out b/coverage.out index 259120a07..9a2d15d40 100644 --- a/coverage.out +++ b/coverage.out @@ -127,7 +127,7 @@ github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:262 github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:270: GetScheme 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:279: consumerScheme 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1/camelcatalog_types_support.go:283: producerScheme 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types.go:321: String 0.0% +github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types.go:323: String 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1/common_types_support.go:33: String 0.0% github.com/apache/c
(camel-k) branch main updated: chore: nightly automatic updates
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 36297b682 chore: nightly automatic updates 36297b682 is described below commit 36297b682228e3852b5e40d5a7b55d30a5050b17 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue May 7 23:47:15 2024 + chore: nightly automatic updates --- CHANGELOG.md | 421 +++ coverage.out | 13 +- 2 files changed, 225 insertions(+), 209 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81493ad89..0e205a17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,23 @@ ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD) -[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.1...HEAD) +[Full Changelog](https://github.com/apache/camel-k/compare/2.3.2-nightly...HEAD) + +**Closed issues:** + +- Generate badges for deprecated traits [\#5424](https://github.com/apache/camel-k/issues/5424) +- Custom kamelets are not fetched from private GitHub repository [\#5173](https://github.com/apache/camel-k/issues/5173) +- Keda integration not working with mounted secrets [\#4359](https://github.com/apache/camel-k/issues/4359) + +**Merged pull requests:** + +- chore\(deps\): bump golang.org/x/term from 0.19.0 to 0.20.0 [\#5458](https://github.com/apache/camel-k/pull/5458) ([dependabot[bot]](https://github.com/apps/dependabot)) +- fix\(kamelets\): parse the url used to download kamelet [\#5457](https://github.com/apache/camel-k/pull/5457) ([squakez](https://github.com/squakez)) +- chore\(deps\): bump golang.org/x/text from 0.14.0 to 0.15.0 [\#5453](https://github.com/apache/camel-k/pull/5453) ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [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) **Closed issues:** @@ -367,7 +383,6 @@ - Failing to build native integration [\#5000](https://github.com/apache/camel-k/issues/5000) - Route diagram not visible in hawtio console: JMX connector not running [\#4990](https://github.com/apache/camel-k/issues/4990) - Azure Key Vault Trait: Support Azure Identity as authentication method [\#4983](https://github.com/apache/camel-k/issues/4983) -- Move handling of IntegrationPlatformResource to a separate operator [\#4948](https://github.com/apache/camel-k/issues/4948) - Quarkus native check failing [\#4885](https://github.com/apache/camel-k/issues/4885) - Use generated trait [\#4811](https://github.com/apache/camel-k/issues/4811) - Upgrade to Go 1.21 [\#4795](https://github.com/apache/camel-k/issues/4795) @@ -515,7 +530,7 @@ ## [camel-k-crds-2.2.0](https://github.com/apache/camel-k/tree/camel-k-crds-2.2.0) (2024-01-03) -[Full Changelog](https://github.com/apache/camel-k/compare/2.1.1-nightly...camel-k-crds-2.2.0) +[Full Changelog](https://github.com/apache/camel-k/compare/2.2.0-nightly...camel-k-crds-2.2.0) **Closed issues:** @@ -569,13 +584,13 @@ - Camel-K initContainer [\#3459](https://github.com/apache/camel-k/issues/3459) - Run without source code [\#3295](https://github.com/apache/camel-k/issues/3295) -## [2.1.1-nightly](https://github.com/apache/camel-k/tree/2.1.1-nightly) (2023-10-24) +## [2.2.0-nightly](https://github.com/apache/camel-k/tree/2.2.0-nightly) (2023-10-24) -[Full Changelog](https://github.com/apache/camel-k/compare/2.2.0-nightly...2.1.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/2.1.1-nightly...2.2.0-nightly) -## [2.2.0-nightly](https://github.com/apache/camel-k/tree/2.2.0-nightly) (2023-10-24) +## [2.1.1-nightly](https://github.com/apache/camel-k/tree/2.1.1-nightly) (2023-10-24) -[Full Changelog](https://github.com/apache/camel-k/compare/v2.1.0...2.2.0-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/v2.1.0...2.1.1-nightly) **Closed issues:** @@ -901,7 +916,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/client/camel/v2.0.0...2.0.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/pkg/apis/camel/v2.0.0...2.0.1-nightly) **Closed issues:** @@ -975,21 +990,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/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/pkg/
(camel-k) branch main updated: chore: nightly automatic updates
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 a5445f303 chore: nightly automatic updates a5445f303 is described below commit a5445f303efb88960166c85e2c7f8a5d9d5aec8c Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon May 6 23:46:34 2024 + chore: nightly automatic updates --- CHANGELOG.md | 5 + 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b119cec6e..81493ad89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,16 @@ - Build should enforce a required jdk version [\#5439](https://github.com/apache/camel-k/issues/5439) - Missing license header files [\#5433](https://github.com/apache/camel-k/issues/5433) +- Release 2.3.1 [\#5430](https://github.com/apache/camel-k/issues/5430) +- Health trait: Inconsistent Integration condition ready status [\#5351](https://github.com/apache/camel-k/issues/5351) - Make healt trait as default [\#5024](https://github.com/apache/camel-k/issues/5024) - Provide default value in a specific field for trait properties in CRD [\#4726](https://github.com/apache/camel-k/issues/4726) +- --port flag not working while running kamel integration in debug mode [\#4443](https://github.com/apache/camel-k/issues/4443) **Merged pull requests:** +- chore\(deps\): bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 [\#5452](https://github.com/apache/camel-k/pull/5452) ([dependabot[bot]](https://github.com/apps/dependabot)) +- fix\(e2e\): add readiness workaround as expected by Camel framework [\#5450](https://github.com/apache/camel-k/pull/5450) ([squakez](https://github.com/squakez)) - feat\(api\): show integration readiness [\#5448](https://github.com/apache/camel-k/pull/5448) ([squakez](https://github.com/squakez)) - Enhance offline script and documentation [\#5447](https://github.com/apache/camel-k/pull/5447) ([claudio4j](https://github.com/claudio4j)) - chore\(deps\): bump github.com/onsi/gomega from 1.33.0 to 1.33.1 [\#5444](https://github.com/apache/camel-k/pull/5444) ([dependabot[bot]](https://github.com/apps/dependabot))
(camel-k) branch main updated: chore: nightly automatic updates
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 f10de3a7c chore: nightly automatic updates f10de3a7c is described below commit f10de3a7c1f12a29de96ca30761ecd516848a088 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri May 3 23:46:36 2024 + chore: nightly automatic updates --- CHANGELOG.md | 8 +++ README.adoc | 2 +- badge.out | 2 +- coverage | 2 +- coverage.out | 29 --- docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 2 +- docs/modules/traits/pages/health.adoc | 2 +- docs/modules/traits/pages/tracing.adoc| 2 +- 8 files changed, 29 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55888574f..b119cec6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,23 @@ **Closed issues:** +- Build should enforce a required jdk version [\#5439](https://github.com/apache/camel-k/issues/5439) - Missing license header files [\#5433](https://github.com/apache/camel-k/issues/5433) +- Make healt trait as default [\#5024](https://github.com/apache/camel-k/issues/5024) - Provide default value in a specific field for trait properties in CRD [\#4726](https://github.com/apache/camel-k/issues/4726) **Merged pull requests:** +- feat\(api\): show integration readiness [\#5448](https://github.com/apache/camel-k/pull/5448) ([squakez](https://github.com/squakez)) +- Enhance offline script and documentation [\#5447](https://github.com/apache/camel-k/pull/5447) ([claudio4j](https://github.com/claudio4j)) +- chore\(deps\): bump github.com/onsi/gomega from 1.33.0 to 1.33.1 [\#5444](https://github.com/apache/camel-k/pull/5444) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(release\): fix missing licenses [\#5442](https://github.com/apache/camel-k/pull/5442) ([gansheer](https://github.com/gansheer)) +- fixes\(\#5439\): Build should enforce a required jdk version [\#5440](https://github.com/apache/camel-k/pull/5440) ([tdiesler](https://github.com/tdiesler)) - chore\(e2e\): Allow to disable copy optimizations on E2E tests [\#5436](https://github.com/apache/camel-k/pull/5436) ([christophd](https://github.com/christophd)) - fix\(pipeline\): add s2i to publish tasks [\#5435](https://github.com/apache/camel-k/pull/5435) ([mmajerni](https://github.com/mmajerni)) - docs: remove duplicate affinity entry in camel-runtimes doc [\#5434](https://github.com/apache/camel-k/pull/5434) ([mdebarros](https://github.com/mdebarros)) - chore\(cmd\): error if no default catalog found [\#5431](https://github.com/apache/camel-k/pull/5431) ([squakez](https://github.com/squakez)) +- \(\#5424\) Generate badges & ignore internal traits [\#5425](https://github.com/apache/camel-k/pull/5425) ([tdiesler](https://github.com/tdiesler)) - fix\(trait\): compute cm after catalog [\#5423](https://github.com/apache/camel-k/pull/5423) ([squakez](https://github.com/squakez)) - fix\(\#5402\): Evaluate Knative profile based on Serving/Eventing installed [\#5419](https://github.com/apache/camel-k/pull/5419) ([christophd](https://github.com/christophd)) - fix\(trait\): remove imageWasKit [\#5418](https://github.com/apache/camel-k/pull/5418) ([squakez](https://github.com/squakez)) @@ -58,6 +65,7 @@ - Platform choice for aarch64 is incorrect [\#5299](https://github.com/apache/camel-k/pull/5299) ([tdiesler](https://github.com/tdiesler)) - chore\(deps\): bump knative.dev/eventing from 0.39.3 to 0.40.3 [\#5220](https://github.com/apache/camel-k/pull/5220) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump knative.dev/serving from 0.39.3 to 0.40.1 [\#5133](https://github.com/apache/camel-k/pull/5133) ([dependabot[bot]](https://github.com/apps/dependabot)) +- feat\(trait\): enable health trait by default [\#5096](https://github.com/apache/camel-k/pull/5096) ([squakez](https://github.com/squakez)) ## [v2.3.1](https://github.com/apache/camel-k/tree/v2.3.1) (2024-04-29) diff --git a/README.adoc b/README.adoc index caeec2246..f2280a98f 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.c
(camel-k) branch main updated: chore: nightly automatic updates
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 ce6b1945f chore: nightly automatic updates ce6b1945f is described below commit ce6b1945fe4d90f3291c297a38183c52d0169519 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu May 2 23:46:55 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4bce604..55888574f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ **Closed issues:** - Missing license header files [\#5433](https://github.com/apache/camel-k/issues/5433) +- Provide default value in a specific field for trait properties in CRD [\#4726](https://github.com/apache/camel-k/issues/4726) **Merged pull requests:**
(camel-k) branch main updated: chore: nightly automatic updates
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 9c85e1839 chore: nightly automatic updates 9c85e1839 is described below commit 9c85e183956992ce5ed3f9305a41d8b633a7e4bc Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Apr 30 23:44:55 2024 + chore: nightly automatic updates --- CHANGELOG.md | 7 +++ coverage.out | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1359e3d94..9e4bce604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ [Full Changelog](https://github.com/apache/camel-k/compare/v2.3.1...HEAD) +**Closed issues:** + +- Missing license header files [\#5433](https://github.com/apache/camel-k/issues/5433) + **Merged pull requests:** +- chore\(release\): fix missing licenses [\#5442](https://github.com/apache/camel-k/pull/5442) ([gansheer](https://github.com/gansheer)) +- chore\(e2e\): Allow to disable copy optimizations on E2E tests [\#5436](https://github.com/apache/camel-k/pull/5436) ([christophd](https://github.com/christophd)) +- fix\(pipeline\): add s2i to publish tasks [\#5435](https://github.com/apache/camel-k/pull/5435) ([mmajerni](https://github.com/mmajerni)) - docs: remove duplicate affinity entry in camel-runtimes doc [\#5434](https://github.com/apache/camel-k/pull/5434) ([mdebarros](https://github.com/mdebarros)) - chore\(cmd\): error if no default catalog found [\#5431](https://github.com/apache/camel-k/pull/5431) ([squakez](https://github.com/squakez)) - fix\(trait\): compute cm after catalog [\#5423](https://github.com/apache/camel-k/pull/5423) ([squakez](https://github.com/squakez)) diff --git a/coverage.out b/coverage.out index 6d08f6f61..8508394a6 100644 --- a/coverage.out +++ b/coverage.out @@ -1131,9 +1131,9 @@ github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:280: getTer github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:301: setConditionsFromTerminationMessages 0.0% github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:343: publishTask 0.0% github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:352: publishTaskImageName 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:369: publishTaskName 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:386: publishTaskDigest 0.0% -github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:397: operatorSupportedPublishingStrategy 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:371: publishTaskName 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:390: publishTaskDigest 0.0% +github.com/apache/camel-k/v2/pkg/controller/build/monitor_pod.go:401: operatorSupportedPublishingStrategy 0.0% github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:42: newMonitorRoutineAction 0.0% github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:51: Name 0.0% github.com/apache/camel-k/v2/pkg/controller/build/monitor_routine.go:56: CanHandle 0.0%
(camel-k) branch main updated: chore: nightly automatic updates
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 670c5a33c chore: nightly automatic updates 670c5a33c is described below commit 670c5a33cf597093a10c822ef321652e4ae018af Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Apr 29 23:46:16 2024 + chore: nightly automatic updates --- CHANGELOG.md | 488 ++- coverage.out | 62 2 files changed, 280 insertions(+), 270 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf276000..1359e3d94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,54 +2,12 @@ ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD) -[Full Changelog](https://github.com/apache/camel-k/compare/2.3.1-nightly...HEAD) - -**Closed issues:** - -- \[Regression\] Nightly Quarkus native checks failure [\#5420](https://github.com/apache/camel-k/issues/5420) -- Helm test failure [\#5413](https://github.com/apache/camel-k/issues/5413) -- RBAC issues with Pipe and Knative [\#5410](https://github.com/apache/camel-k/issues/5410) -- Knative accepted port names [\#5409](https://github.com/apache/camel-k/issues/5409) -- Remove container.imageWasKit [\#5407](https://github.com/apache/camel-k/issues/5407) -- Cannot load Knative configuration from file or env variable [\#5402](https://github.com/apache/camel-k/issues/5402) -- Error when setting knative-service trait annotations [\#5401](https://github.com/apache/camel-k/issues/5401) -- Contributing page is obsolete [\#5386](https://github.com/apache/camel-k/issues/5386) -- IntegrationKit Trait condition missing [\#5381](https://github.com/apache/camel-k/issues/5381) -- Builder trait maven-profiles expect the profile in the operator namespace [\#5372](https://github.com/apache/camel-k/issues/5372) -- Wrongly formatted license [\#5360](https://github.com/apache/camel-k/issues/5360) -- CLI install synthetic environment variable duplicate in operator pod container [\#5349](https://github.com/apache/camel-k/issues/5349) -- Flaky TestHealthTrait [\#5345](https://github.com/apache/camel-k/issues/5345) -- IntegrationProfile empty description [\#5341](https://github.com/apache/camel-k/issues/5341) -- OLM procedure, clear errors and warnings [\#5333](https://github.com/apache/camel-k/issues/5333) -- Flaky TestOperatorBasic [\#5326](https://github.com/apache/camel-k/issues/5326) -- fatal error: concurrent map read and map write [\#5315](https://github.com/apache/camel-k/issues/5315) -- Deprecate Spectrum publishing strategy [\#5314](https://github.com/apache/camel-k/issues/5314) -- Sourceless Integration status show default provider/version [\#5309](https://github.com/apache/camel-k/issues/5309) -- TestHelmOperatorUpgrade error [\#5304](https://github.com/apache/camel-k/issues/5304) -- Platform choice for aarch64 is incorrect [\#5298](https://github.com/apache/camel-k/issues/5298) -- Build configuration on IntegrationPlatform ignored [\#5289](https://github.com/apache/camel-k/issues/5289) -- \[2.2.x\] Basic integration fails on ARM64 [\#5280](https://github.com/apache/camel-k/issues/5280) -- Pod failure when using fixed native image [\#5207](https://github.com/apache/camel-k/issues/5207) -- Fix flaky health trait test [\#4922](https://github.com/apache/camel-k/issues/4922) -- unambigious reference to configmaps and secrets [\#4841](https://github.com/apache/camel-k/issues/4841) -- Startup times take way longer than advertised numbers [\#4192](https://github.com/apache/camel-k/issues/4192) -- Image Registry [\#3176](https://github.com/apache/camel-k/issues/3176) -- kustomize: generate namespaced and descoped rbacs [\#3165](https://github.com/apache/camel-k/issues/3165) -- kamelet: allow to add additional attributes to in/out [\#3090](https://github.com/apache/camel-k/issues/3090) -- Running camel-k in a constrained environment [\#2800](https://github.com/apache/camel-k/issues/2800) -- Compact/flatten integrationkit \(container image\) hierarchy? [\#2736](https://github.com/apache/camel-k/issues/2736) -- Complete Integration PodSpec template [\#2620](https://github.com/apache/camel-k/issues/2620) -- Integration / KameletBinding: include information about the running pods/deployments [\#2504](https://github.com/apache/camel-k/issues/2504) -- support endpoint-dsl [\#1746](https://github.com/apache/camel-k/issues/1746) -- User profiles [\#934](https://github.com/apache/camel-k/issues/934) -- Execute maven operation asynchronously [\#762](https://github.com/apache/camel-k/issues/762) -- Cannot load Knative configuration from file or env variable [\#654](https://github.com/apache/camel-k/issues/654) -- Support new Camel 3 webhooks [\#597](https://github.com/apache/camel-k/issues/597) -- Garbage-colle
(camel-k) branch main updated: chore: nightly automatic updates
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 7d4dd97a1 chore: nightly automatic updates 7d4dd97a1 is described below commit 7d4dd97a14e3c7e732ab561285d0e0f3dc5949c5 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Apr 26 23:43:51 2024 + chore: nightly automatic updates --- CHANGELOG.md | 4 + coverage.out | 309 ++- 2 files changed, 163 insertions(+), 150 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a7e0ac8b..ccf276000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,9 @@ - \[Regression\] Nightly Quarkus native checks failure [\#5420](https://github.com/apache/camel-k/issues/5420) - Helm test failure [\#5413](https://github.com/apache/camel-k/issues/5413) - RBAC issues with Pipe and Knative [\#5410](https://github.com/apache/camel-k/issues/5410) +- Knative accepted port names [\#5409](https://github.com/apache/camel-k/issues/5409) - Remove container.imageWasKit [\#5407](https://github.com/apache/camel-k/issues/5407) +- Cannot load Knative configuration from file or env variable [\#5402](https://github.com/apache/camel-k/issues/5402) - Error when setting knative-service trait annotations [\#5401](https://github.com/apache/camel-k/issues/5401) - Contributing page is obsolete [\#5386](https://github.com/apache/camel-k/issues/5386) - IntegrationKit Trait condition missing [\#5381](https://github.com/apache/camel-k/issues/5381) @@ -49,10 +51,12 @@ **Merged pull requests:** - fix\(trait\): compute cm after catalog [\#5423](https://github.com/apache/camel-k/pull/5423) ([squakez](https://github.com/squakez)) +- fix\(\#5402\): Evaluate Knative profile based on Serving/Eventing installed [\#5419](https://github.com/apache/camel-k/pull/5419) ([christophd](https://github.com/christophd)) - fix\(trait\): remove imageWasKit [\#5418](https://github.com/apache/camel-k/pull/5418) ([squakez](https://github.com/squakez)) - doc\(trait\): Maven profile cm/secret additional information [\#5416](https://github.com/apache/camel-k/pull/5416) ([gansheer](https://github.com/gansheer)) - Add e2e traits test for cron [\#5414](https://github.com/apache/camel-k/pull/5414) ([tdiesler](https://github.com/tdiesler)) - Adding eventing core types on RBAC [\#5412](https://github.com/apache/camel-k/pull/5412) ([matzew](https://github.com/matzew)) +- fix\(trait\): controller strategy default service port name [\#5411](https://github.com/apache/camel-k/pull/5411) ([squakez](https://github.com/squakez)) - chore\(e2e\): Use new test namespace in Knative E2E tests [\#5408](https://github.com/apache/camel-k/pull/5408) ([christophd](https://github.com/christophd)) - fix\(trait\): define synthetic Kit [\#5399](https://github.com/apache/camel-k/pull/5399) ([squakez](https://github.com/squakez)) - chore\(deps\): bump org.apache:apache from 31 to 32 in /java/crds [\#5397](https://github.com/apache/camel-k/pull/5397) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/coverage.out b/coverage.out index a73588773..104ca9564 100644 --- a/coverage.out +++ b/coverage.out @@ -1469,16 +1469,16 @@ github.com/apache/camel-k/v2/pkg/trait/camel.go:81: Apply 100.0% github.com/apache/camel-k/v2/pkg/trait/camel.go:113: loadOrCreateCatalog 56.2% github.com/apache/camel-k/v2/pkg/trait/camel.go:152: computeConfigMaps 100.0% github.com/apache/camel-k/v2/pkg/trait/camel.go:233: determineRuntimeVersion 66.7% -github.com/apache/camel-k/v2/pkg/trait/container.go:58: newContainerTrait 100.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:70: Configure 80.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:114: isValidPullPolicy 100.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:118: Apply 100.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:125: configureImageIntegrationKit 70.0% -github.com/apache/camel-k/v2/pkg/trait/container.go:174
(camel-k) branch main updated: chore: nightly automatic updates
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 c213cdc51 chore: nightly automatic updates c213cdc51 is described below commit c213cdc51947d913a19c60d9cc424aafacebd6fa Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Apr 24 23:44:15 2024 + chore: nightly automatic updates --- CHANGELOG.md | 5 + 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cd5eee13..7692aef21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Closed issues:** +- RBAC issues with Pipe and Knative [\#5410](https://github.com/apache/camel-k/issues/5410) - Error when setting knative-service trait annotations [\#5401](https://github.com/apache/camel-k/issues/5401) - Contributing page is obsolete [\#5386](https://github.com/apache/camel-k/issues/5386) - IntegrationKit Trait condition missing [\#5381](https://github.com/apache/camel-k/issues/5381) @@ -23,6 +24,7 @@ - Build configuration on IntegrationPlatform ignored [\#5289](https://github.com/apache/camel-k/issues/5289) - \[2.2.x\] Basic integration fails on ARM64 [\#5280](https://github.com/apache/camel-k/issues/5280) - Pod failure when using fixed native image [\#5207](https://github.com/apache/camel-k/issues/5207) +- Fix flaky health trait test [\#4922](https://github.com/apache/camel-k/issues/4922) - unambigious reference to configmaps and secrets [\#4841](https://github.com/apache/camel-k/issues/4841) - Startup times take way longer than advertised numbers [\#4192](https://github.com/apache/camel-k/issues/4192) - Image Registry [\#3176](https://github.com/apache/camel-k/issues/3176) @@ -31,6 +33,7 @@ - Running camel-k in a constrained environment [\#2800](https://github.com/apache/camel-k/issues/2800) - Compact/flatten integrationkit \(container image\) hierarchy? [\#2736](https://github.com/apache/camel-k/issues/2736) - Complete Integration PodSpec template [\#2620](https://github.com/apache/camel-k/issues/2620) +- Integration / KameletBinding: include information about the running pods/deployments [\#2504](https://github.com/apache/camel-k/issues/2504) - support endpoint-dsl [\#1746](https://github.com/apache/camel-k/issues/1746) - User profiles [\#934](https://github.com/apache/camel-k/issues/934) - Execute maven operation asynchronously [\#762](https://github.com/apache/camel-k/issues/762) @@ -41,6 +44,8 @@ **Merged pull requests:** +- Adding eventing core types on RBAC [\#5412](https://github.com/apache/camel-k/pull/5412) ([matzew](https://github.com/matzew)) +- chore\(e2e\): Use new test namespace in Knative E2E tests [\#5408](https://github.com/apache/camel-k/pull/5408) ([christophd](https://github.com/christophd)) - fix\(trait\): define synthetic Kit [\#5399](https://github.com/apache/camel-k/pull/5399) ([squakez](https://github.com/squakez)) - chore\(deps\): bump org.apache:apache from 31 to 32 in /java/crds [\#5397](https://github.com/apache/camel-k/pull/5397) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump fabric8-version from 6.12.0 to 6.12.1 in /java/crds [\#5396](https://github.com/apache/camel-k/pull/5396) ([dependabot[bot]](https://github.com/apps/dependabot))
(camel-k) branch main updated: chore: nightly automatic updates
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 494b0040c chore: nightly automatic updates 494b0040c is described below commit 494b0040c154594981cb51f4f7b87023431c0162 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Apr 23 23:46:03 2024 + chore: nightly automatic updates --- CHANGELOG.md | 7 ++ coverage.out | 350 ++- 2 files changed, 183 insertions(+), 174 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e14aaf08..4cd5eee13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Closed issues:** +- Error when setting knative-service trait annotations [\#5401](https://github.com/apache/camel-k/issues/5401) - Contributing page is obsolete [\#5386](https://github.com/apache/camel-k/issues/5386) - IntegrationKit Trait condition missing [\#5381](https://github.com/apache/camel-k/issues/5381) - Wrongly formatted license [\#5360](https://github.com/apache/camel-k/issues/5360) @@ -14,9 +15,13 @@ - IntegrationProfile empty description [\#5341](https://github.com/apache/camel-k/issues/5341) - OLM procedure, clear errors and warnings [\#5333](https://github.com/apache/camel-k/issues/5333) - Flaky TestOperatorBasic [\#5326](https://github.com/apache/camel-k/issues/5326) +- fatal error: concurrent map read and map write [\#5315](https://github.com/apache/camel-k/issues/5315) - Deprecate Spectrum publishing strategy [\#5314](https://github.com/apache/camel-k/issues/5314) +- Sourceless Integration status show default provider/version [\#5309](https://github.com/apache/camel-k/issues/5309) - TestHelmOperatorUpgrade error [\#5304](https://github.com/apache/camel-k/issues/5304) +- Platform choice for aarch64 is incorrect [\#5298](https://github.com/apache/camel-k/issues/5298) - Build configuration on IntegrationPlatform ignored [\#5289](https://github.com/apache/camel-k/issues/5289) +- \[2.2.x\] Basic integration fails on ARM64 [\#5280](https://github.com/apache/camel-k/issues/5280) - Pod failure when using fixed native image [\#5207](https://github.com/apache/camel-k/issues/5207) - unambigious reference to configmaps and secrets [\#4841](https://github.com/apache/camel-k/issues/4841) - Startup times take way longer than advertised numbers [\#4192](https://github.com/apache/camel-k/issues/4192) @@ -36,6 +41,7 @@ **Merged pull requests:** +- fix\(trait\): define synthetic Kit [\#5399](https://github.com/apache/camel-k/pull/5399) ([squakez](https://github.com/squakez)) - chore\(deps\): bump org.apache:apache from 31 to 32 in /java/crds [\#5397](https://github.com/apache/camel-k/pull/5397) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump fabric8-version from 6.12.0 to 6.12.1 in /java/crds [\#5396](https://github.com/apache/camel-k/pull/5396) ([dependabot[bot]](https://github.com/apps/dependabot)) - doc\(\#5386\): Contributing page updated [\#5393](https://github.com/apache/camel-k/pull/5393) ([vkrejcirik](https://github.com/vkrejcirik)) @@ -46,6 +52,7 @@ - fix\(trait\): inherit platform configuration [\#5383](https://github.com/apache/camel-k/pull/5383) ([squakez](https://github.com/squakez)) - fix\(trait\): condition kit type [\#5382](https://github.com/apache/camel-k/pull/5382) ([squakez](https://github.com/squakez)) - chore: re-enable file permissions test on darwin [\#5380](https://github.com/apache/camel-k/pull/5380) ([lzap](https://github.com/lzap)) +- fix\(trait\): don't report runtime version... [\#5378](https://github.com/apache/camel-k/pull/5378) ([squakez](https://github.com/squakez)) - fix\(ci\): remove Helm upgrade test [\#5377](https://github.com/apache/camel-k/pull/5377) ([squakez](https://github.com/squakez)) - \(fix\#5315\): concurrent map read and map write [\#5375](https://github.com/apache/camel-k/pull/5375) ([tdiesler](https://github.com/tdiesler)) - chore\(ci\): Upgrade kind to 0.22.0 and kindest/node to 1.28.7 [\#5373](https://github.com/apache/camel-k/pull/5373) ([gansheer](https://github.com/gansheer)) diff --git a/coverage.out b/coverage.out index 01cc188c1..f584527c9 100644 --- a/coverage.out +++ b/coverage.out @@ -1,25 +1,25 @@ github.com/apache/camel-k/v2/addons/keda/keda.go:113: NewKedaTrait 100.0% -github.com/apache/camel-k/v2/addons/keda/keda.go:119: Configure 62.5% -github.com/apache/camel-k/v2/addons/keda/keda.go:136: Apply 75.0% -github.com/apache/camel-k/v2/addons/
(camel-k) branch main updated: chore: nightly automatic updates
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 1b1091a67 chore: nightly automatic updates 1b1091a67 is described below commit 1b1091a673cd6c9e9ef9d1e934e2c1d0d3744563 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Apr 22 23:47:02 2024 + chore: nightly automatic updates --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abfc6866a..7e14aaf08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ - unambigious reference to configmaps and secrets [\#4841](https://github.com/apache/camel-k/issues/4841) - Startup times take way longer than advertised numbers [\#4192](https://github.com/apache/camel-k/issues/4192) - Image Registry [\#3176](https://github.com/apache/camel-k/issues/3176) +- kustomize: generate namespaced and descoped rbacs [\#3165](https://github.com/apache/camel-k/issues/3165) - kamelet: allow to add additional attributes to in/out [\#3090](https://github.com/apache/camel-k/issues/3090) - Running camel-k in a constrained environment [\#2800](https://github.com/apache/camel-k/issues/2800) - Compact/flatten integrationkit \(container image\) hierarchy? [\#2736](https://github.com/apache/camel-k/issues/2736) @@ -35,6 +36,8 @@ **Merged pull requests:** +- chore\(deps\): bump org.apache:apache from 31 to 32 in /java/crds [\#5397](https://github.com/apache/camel-k/pull/5397) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump fabric8-version from 6.12.0 to 6.12.1 in /java/crds [\#5396](https://github.com/apache/camel-k/pull/5396) ([dependabot[bot]](https://github.com/apps/dependabot)) - doc\(\#5386\): Contributing page updated [\#5393](https://github.com/apache/camel-k/pull/5393) ([vkrejcirik](https://github.com/vkrejcirik)) - Replaced echo-server image by multiarch [\#5392](https://github.com/apache/camel-k/pull/5392) ([lfabriko](https://github.com/lfabriko)) - chore\(deps\): bump github.com/onsi/gomega from 1.32.0 to 1.33.0 [\#5388](https://github.com/apache/camel-k/pull/5388) ([dependabot[bot]](https://github.com/apps/dependabot))
(camel-k) branch main updated: chore: nightly automatic updates
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 9e9bf95f7 chore: nightly automatic updates 9e9bf95f7 is described below commit 9e9bf95f7971a97530a8854ff5d3f866ce10a3bd Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Apr 19 23:45:46 2024 + chore: nightly automatic updates --- CHANGELOG.md | 15 +++ coverage.out | 43 ++- 2 files changed, 37 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c37b9a4ef..abfc6866a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ **Closed issues:** +- Contributing page is obsolete [\#5386](https://github.com/apache/camel-k/issues/5386) +- IntegrationKit Trait condition missing [\#5381](https://github.com/apache/camel-k/issues/5381) - Wrongly formatted license [\#5360](https://github.com/apache/camel-k/issues/5360) - CLI install synthetic environment variable duplicate in operator pod container [\#5349](https://github.com/apache/camel-k/issues/5349) - Flaky TestHealthTrait [\#5345](https://github.com/apache/camel-k/issues/5345) @@ -14,12 +16,17 @@ - Flaky TestOperatorBasic [\#5326](https://github.com/apache/camel-k/issues/5326) - Deprecate Spectrum publishing strategy [\#5314](https://github.com/apache/camel-k/issues/5314) - TestHelmOperatorUpgrade error [\#5304](https://github.com/apache/camel-k/issues/5304) +- Build configuration on IntegrationPlatform ignored [\#5289](https://github.com/apache/camel-k/issues/5289) +- Pod failure when using fixed native image [\#5207](https://github.com/apache/camel-k/issues/5207) - unambigious reference to configmaps and secrets [\#4841](https://github.com/apache/camel-k/issues/4841) - Startup times take way longer than advertised numbers [\#4192](https://github.com/apache/camel-k/issues/4192) - Image Registry [\#3176](https://github.com/apache/camel-k/issues/3176) +- kamelet: allow to add additional attributes to in/out [\#3090](https://github.com/apache/camel-k/issues/3090) +- Running camel-k in a constrained environment [\#2800](https://github.com/apache/camel-k/issues/2800) - Compact/flatten integrationkit \(container image\) hierarchy? [\#2736](https://github.com/apache/camel-k/issues/2736) - Complete Integration PodSpec template [\#2620](https://github.com/apache/camel-k/issues/2620) - support endpoint-dsl [\#1746](https://github.com/apache/camel-k/issues/1746) +- User profiles [\#934](https://github.com/apache/camel-k/issues/934) - Execute maven operation asynchronously [\#762](https://github.com/apache/camel-k/issues/762) - Cannot load Knative configuration from file or env variable [\#654](https://github.com/apache/camel-k/issues/654) - Support new Camel 3 webhooks [\#597](https://github.com/apache/camel-k/issues/597) @@ -28,8 +35,16 @@ **Merged pull requests:** +- doc\(\#5386\): Contributing page updated [\#5393](https://github.com/apache/camel-k/pull/5393) ([vkrejcirik](https://github.com/vkrejcirik)) +- Replaced echo-server image by multiarch [\#5392](https://github.com/apache/camel-k/pull/5392) ([lfabriko](https://github.com/lfabriko)) +- chore\(deps\): bump github.com/onsi/gomega from 1.32.0 to 1.33.0 [\#5388](https://github.com/apache/camel-k/pull/5388) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump github.com/prometheus/common from 0.52.3 to 0.53.0 [\#5387](https://github.com/apache/camel-k/pull/5387) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(api\): remove deprecated ip shortname [\#5384](https://github.com/apache/camel-k/pull/5384) ([squakez](https://github.com/squakez)) +- fix\(trait\): inherit platform configuration [\#5383](https://github.com/apache/camel-k/pull/5383) ([squakez](https://github.com/squakez)) +- fix\(trait\): condition kit type [\#5382](https://github.com/apache/camel-k/pull/5382) ([squakez](https://github.com/squakez)) - chore: re-enable file permissions test on darwin [\#5380](https://github.com/apache/camel-k/pull/5380) ([lzap](https://github.com/lzap)) - fix\(ci\): remove Helm upgrade test [\#5377](https://github.com/apache/camel-k/pull/5377) ([squakez](https://github.com/squakez)) +- \(fix\#5315\): concurrent map read and map write [\#5375](https://github.com/apache/camel-k/pull/5375) ([tdiesler](https://github.com/tdiesler)) - chore\(ci\): Upgrade kind to 0.22.0 and kindest/node to 1.28.7 [\#5373](https://github.com/apache/camel-k/pull/5373) ([gansheer](https://github.com/gansheer)) - chore\(e2e\): Remove unnecessary jvm.option in test [\#5371](https://github.com/apache/camel-k/pull/5371) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump fabric8-version from 6.11.0 to 6.12.0 in /java/crds [\#5368](https://g
(camel-k) branch main updated: chore: nightly automatic updates
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 1e12c28af chore: nightly automatic updates 1e12c28af is described below commit 1e12c28af784649c91ad2ad048b5bc92f0b3de15 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Apr 17 23:45:48 2024 + chore: nightly automatic updates --- CHANGELOG.md | 5 + 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acb9f5cd9..f94347f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,15 @@ - OLM procedure, clear errors and warnings [\#5333](https://github.com/apache/camel-k/issues/5333) - Flaky TestOperatorBasic [\#5326](https://github.com/apache/camel-k/issues/5326) - Deprecate Spectrum publishing strategy [\#5314](https://github.com/apache/camel-k/issues/5314) +- TestHelmOperatorUpgrade error [\#5304](https://github.com/apache/camel-k/issues/5304) +- unambigious reference to configmaps and secrets [\#4841](https://github.com/apache/camel-k/issues/4841) **Merged pull requests:** +- fix\(ci\): remove Helm upgrade test [\#5377](https://github.com/apache/camel-k/pull/5377) ([squakez](https://github.com/squakez)) +- chore\(ci\): Upgrade kind to 0.22.0 and kindest/node to 1.28.7 [\#5373](https://github.com/apache/camel-k/pull/5373) ([gansheer](https://github.com/gansheer)) - chore\(e2e\): Remove unnecessary jvm.option in test [\#5371](https://github.com/apache/camel-k/pull/5371) ([gansheer](https://github.com/gansheer)) +- chore\(deps\): bump fabric8-version from 6.11.0 to 6.12.0 in /java/crds [\#5368](https://github.com/apache/camel-k/pull/5368) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix: Fix garbage collection trait [\#5365](https://github.com/apache/camel-k/pull/5365) ([christophd](https://github.com/christophd)) - chore\(ci\): Fix license check [\#5364](https://github.com/apache/camel-k/pull/5364) ([gansheer](https://github.com/gansheer)) - feat\(trait\): Spectrum deprecation notice [\#5363](https://github.com/apache/camel-k/pull/5363) ([squakez](https://github.com/squakez))
(camel-k) branch main updated: chore: nightly automatic updates
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 4e98a26d1 chore: nightly automatic updates 4e98a26d1 is described below commit 4e98a26d1193743a784ef53854fd70acd7597dc6 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Apr 16 23:46:35 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59560bf83..acb9f5cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ **Merged pull requests:** +- chore\(e2e\): Remove unnecessary jvm.option in test [\#5371](https://github.com/apache/camel-k/pull/5371) ([gansheer](https://github.com/gansheer)) - fix: Fix garbage collection trait [\#5365](https://github.com/apache/camel-k/pull/5365) ([christophd](https://github.com/christophd)) - chore\(ci\): Fix license check [\#5364](https://github.com/apache/camel-k/pull/5364) ([gansheer](https://github.com/gansheer)) - feat\(trait\): Spectrum deprecation notice [\#5363](https://github.com/apache/camel-k/pull/5363) ([squakez](https://github.com/squakez))
(camel-k) branch main updated: chore: nightly automatic updates
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 2c7a869a2 chore: nightly automatic updates 2c7a869a2 is described below commit 2c7a869a2a1ef8c595b656137460e2cd15a7c8c0 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Apr 15 23:45:32 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce5fdbf4..59560bf83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ - IntegrationProfile empty description [\#5341](https://github.com/apache/camel-k/issues/5341) - OLM procedure, clear errors and warnings [\#5333](https://github.com/apache/camel-k/issues/5333) - Flaky TestOperatorBasic [\#5326](https://github.com/apache/camel-k/issues/5326) -- fatal error: concurrent map read and map write [\#5315](https://github.com/apache/camel-k/issues/5315) - Deprecate Spectrum publishing strategy [\#5314](https://github.com/apache/camel-k/issues/5314) **Merged pull requests:**
(camel-k) branch main updated: chore: nightly automatic updates
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 14b637df8 chore: nightly automatic updates 14b637df8 is described below commit 14b637df8e387b1e2ef537c9ac18e9ddf34a1afe Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Apr 13 23:45:29 2024 + chore: nightly automatic updates --- CHANGELOG.md | 1 + README.adoc | 2 +- badge.out| 2 +- coverage | 2 +- coverage.out | 133 ++- 5 files changed, 72 insertions(+), 68 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 548c4a8e7..5ce5fdbf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ **Merged pull requests:** +- fix: Fix garbage collection trait [\#5365](https://github.com/apache/camel-k/pull/5365) ([christophd](https://github.com/christophd)) - chore\(ci\): Fix license check [\#5364](https://github.com/apache/camel-k/pull/5364) ([gansheer](https://github.com/gansheer)) - feat\(trait\): Spectrum deprecation notice [\#5363](https://github.com/apache/camel-k/pull/5363) ([squakez](https://github.com/squakez)) - chore\(deps\): bump knative.dev/serving from 0.39.3 to 0.40.1 [\#5358](https://github.com/apache/camel-k/pull/5358) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/README.adoc b/README.adoc index ea098ab47..caeec2246 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-37.8%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.0%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 ce513f8db..978eddac3 100644 --- a/badge.out +++ b/badge.out @@ -1,2 +1,2 @@ -![Coverage](https://img.shields.io/badge/Coverage-37.8%25-yellow) \ No newline at end of file +![Coverage](https://img.shields.io/badge/Coverage-38.0%25-yellow) \ No newline at end of file diff --git a/coverage b/coverage index ddaa2f00b..1f515588b 100644 --- a/coverage +++ b/coverage @@ -1 +1 @@ -37.8 +38.0 diff --git a/coverage.out b/coverage.out index dfb3549bc..03f6c4588 100644 --- a/coverage.out +++ b/coverage.out @@ -159,44 +159,44 @@ github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:11 github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:122: Endpoint 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:127: Configuration 0.0% github.com/apache/camel-k/v2/pkg/apis/camel/v1/error_handler_types_support.go:138: Validate 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:40: NewIntegration 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:53: NewIntegrationList 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:62: Initialize 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:74: AllSources 0.0% -github.com/apache/camel-k/v2/pkg/apis/camel/v1/integration_types_support.go:82: U
(camel-k) branch main updated: chore: nightly automatic updates
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 40b918e16 chore: nightly automatic updates 40b918e16 is described below commit 40b918e1697388a289e06892b73fb57b2a53d589 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Apr 12 23:46:57 2024 + chore: nightly automatic updates --- CHANGELOG.md | 5 coverage.out | 30 +++--- docs/modules/ROOT/partials/apis/camel-k-crds.adoc | 2 +- docs/modules/traits/pages/builder.adoc | 2 +- helm/camel-k/crds/crd-integration-kit.yaml | 4 +-- helm/camel-k/crds/crd-integration-platform.yaml| 8 +++--- helm/camel-k/crds/crd-integration-profile.yaml | 8 +++--- helm/camel-k/crds/crd-integration.yaml | 4 +-- helm/camel-k/crds/crd-kamelet-binding.yaml | 5 ++-- helm/camel-k/crds/crd-pipe.yaml| 5 ++-- .../bases/camel.apache.org_integrationkits.yaml| 4 +-- .../camel.apache.org_integrationplatforms.yaml | 8 +++--- .../camel.apache.org_integrationprofiles.yaml | 8 +++--- .../crd/bases/camel.apache.org_integrations.yaml | 4 +-- .../bases/camel.apache.org_kameletbindings.yaml| 5 ++-- .../config/crd/bases/camel.apache.org_pipes.yaml | 5 ++-- 16 files changed, 54 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a7aa583..548c4a8e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,20 @@ **Closed issues:** +- Wrongly formatted license [\#5360](https://github.com/apache/camel-k/issues/5360) - CLI install synthetic environment variable duplicate in operator pod container [\#5349](https://github.com/apache/camel-k/issues/5349) - Flaky TestHealthTrait [\#5345](https://github.com/apache/camel-k/issues/5345) - IntegrationProfile empty description [\#5341](https://github.com/apache/camel-k/issues/5341) - OLM procedure, clear errors and warnings [\#5333](https://github.com/apache/camel-k/issues/5333) - Flaky TestOperatorBasic [\#5326](https://github.com/apache/camel-k/issues/5326) - fatal error: concurrent map read and map write [\#5315](https://github.com/apache/camel-k/issues/5315) +- Deprecate Spectrum publishing strategy [\#5314](https://github.com/apache/camel-k/issues/5314) **Merged pull requests:** +- chore\(ci\): Fix license check [\#5364](https://github.com/apache/camel-k/pull/5364) ([gansheer](https://github.com/gansheer)) +- feat\(trait\): Spectrum deprecation notice [\#5363](https://github.com/apache/camel-k/pull/5363) ([squakez](https://github.com/squakez)) +- chore\(deps\): bump knative.dev/serving from 0.39.3 to 0.40.1 [\#5358](https://github.com/apache/camel-k/pull/5358) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump github.com/prometheus/common from 0.52.2 to 0.52.3 [\#5352](https://github.com/apache/camel-k/pull/5352) ([dependabot[bot]](https://github.com/apps/dependabot)) - fix\(install\): No duplicate envvars on operator pod container [\#5350](https://github.com/apache/camel-k/pull/5350) ([gansheer](https://github.com/gansheer)) - fix\(\#4922\): Fix flaky TestHealthTrait [\#5346](https://github.com/apache/camel-k/pull/5346) ([christophd](https://github.com/christophd)) diff --git a/coverage.out b/coverage.out index 3afe5cafb..dfb3549bc 100644 --- a/coverage.out +++ b/coverage.out @@ -1442,21 +1442,21 @@ github.com/apache/camel-k/v2/pkg/trait/affinity.go:240: operatorToLabelSel github.com/apache/camel-k/v2/pkg/trait/builder.go:49: newBuilderTrait 100.0% github.com/apache/camel-k/v2/pkg/trait/builder.go:56: InfluencesKit 100.0% github.com/apache/camel-k/v2/pkg/trait/builder.go:60: Matches 90.0% -github.com/apache/camel-k/v2/pkg/trait/builder.go:89: Configure 44.4% -github.com/apache/camel-k/v2/pkg/trait/builder.go:134: existsTaskRequest 100.0% -github.com/apache/camel-k/v2/pkg/trait/builder.go:144: adaptDeprecatedFields 95.8% -github.com/apache/camel-k/v2/pkg/trait/builder.go:177: newOrAppend 100.0% -github.com/apache/camel
(camel-k) branch main updated: chore: nightly automatic updates
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 b97861194 chore: nightly automatic updates b97861194 is described below commit b9786119424734f2fa9e7dc9e5fb6503572a5ec5 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Apr 11 23:46:02 2024 + chore: nightly automatic updates --- CHANGELOG.md | 5 + coverage.out | 28 ++-- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96dd551d9..43a7aa583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ **Closed issues:** +- CLI install synthetic environment variable duplicate in operator pod container [\#5349](https://github.com/apache/camel-k/issues/5349) - Flaky TestHealthTrait [\#5345](https://github.com/apache/camel-k/issues/5345) - IntegrationProfile empty description [\#5341](https://github.com/apache/camel-k/issues/5341) - OLM procedure, clear errors and warnings [\#5333](https://github.com/apache/camel-k/issues/5333) @@ -14,13 +15,17 @@ **Merged pull requests:** +- chore\(deps\): bump github.com/prometheus/common from 0.52.2 to 0.52.3 [\#5352](https://github.com/apache/camel-k/pull/5352) ([dependabot[bot]](https://github.com/apps/dependabot)) +- fix\(install\): No duplicate envvars on operator pod container [\#5350](https://github.com/apache/camel-k/pull/5350) ([gansheer](https://github.com/gansheer)) - fix\(\#4922\): Fix flaky TestHealthTrait [\#5346](https://github.com/apache/camel-k/pull/5346) ([christophd](https://github.com/christophd)) - fix\(\#5341\): Add IntegrationProfile to CSV [\#5342](https://github.com/apache/camel-k/pull/5342) ([christophd](https://github.com/christophd)) - fix\(olm\): set minKubeVersion and Openshift version [\#5339](https://github.com/apache/camel-k/pull/5339) ([squakez](https://github.com/squakez)) - fix\(\#5326\): Fix flaky E2E test [\#5338](https://github.com/apache/camel-k/pull/5338) ([christophd](https://github.com/christophd)) - chore\(deps\): openshift api to 4.15 [\#5336](https://github.com/apache/camel-k/pull/5336) ([squakez](https://github.com/squakez)) +- feat\(deps\): Upgrade controller-runtime to 0.16.x [\#5335](https://github.com/apache/camel-k/pull/5335) ([gansheer](https://github.com/gansheer)) - chore\(deps\): bump golang.org/x/sync from 0.6.0 to 0.7.0 [\#5331](https://github.com/apache/camel-k/pull/5331) ([dependabot[bot]](https://github.com/apps/dependabot)) - fatal error: concurrent map read and map write [\#5317](https://github.com/apache/camel-k/pull/5317) ([tdiesler](https://github.com/tdiesler)) +- Platform choice for aarch64 is incorrect [\#5299](https://github.com/apache/camel-k/pull/5299) ([tdiesler](https://github.com/tdiesler)) - chore\(deps\): bump knative.dev/eventing from 0.39.3 to 0.40.3 [\#5220](https://github.com/apache/camel-k/pull/5220) ([dependabot[bot]](https://github.com/apps/dependabot)) - chore\(deps\): bump knative.dev/serving from 0.39.3 to 0.40.1 [\#5133](https://github.com/apache/camel-k/pull/5133) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/coverage.out b/coverage.out index 276d31e21..3afe5cafb 100644 --- a/coverage.out +++ b/coverage.out @@ -1337,20 +1337,20 @@ github.com/apache/camel-k/v2/pkg/install/kamelets.go:177: loadKamelet github.com/apache/camel-k/v2/pkg/install/kamelets.go:214: KameletViewerRole 0.0% github.com/apache/camel-k/v2/pkg/install/openshift.go:59: OpenShiftConsoleDownloadLink 0.0% github.com/apache/camel-k/v2/pkg/install/operator.go:91: OperatorOrCollect 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:343: installNamespacedRoleBinding 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:388: installClusterRoleBinding 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:464: installOpenShiftRoles 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:478: installKubernetesRoles 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:494: installOperator 0.0% -github.com/apache/camel-k/v2/pkg/install/operator.go:500:
(camel-k) branch main updated: chore: nightly automatic updates
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 830cbb7d8 chore: nightly automatic updates 830cbb7d8 is described below commit 830cbb7d8d8d97d83acd6134528eb52d8148825b Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Apr 10 23:46:19 2024 + chore: nightly automatic updates --- CHANGELOG.md | 4 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c9e3cb88..96dd551d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,16 @@ **Closed issues:** +- Flaky TestHealthTrait [\#5345](https://github.com/apache/camel-k/issues/5345) +- IntegrationProfile empty description [\#5341](https://github.com/apache/camel-k/issues/5341) - OLM procedure, clear errors and warnings [\#5333](https://github.com/apache/camel-k/issues/5333) - Flaky TestOperatorBasic [\#5326](https://github.com/apache/camel-k/issues/5326) - fatal error: concurrent map read and map write [\#5315](https://github.com/apache/camel-k/issues/5315) **Merged pull requests:** +- fix\(\#4922\): Fix flaky TestHealthTrait [\#5346](https://github.com/apache/camel-k/pull/5346) ([christophd](https://github.com/christophd)) +- fix\(\#5341\): Add IntegrationProfile to CSV [\#5342](https://github.com/apache/camel-k/pull/5342) ([christophd](https://github.com/christophd)) - fix\(olm\): set minKubeVersion and Openshift version [\#5339](https://github.com/apache/camel-k/pull/5339) ([squakez](https://github.com/squakez)) - fix\(\#5326\): Fix flaky E2E test [\#5338](https://github.com/apache/camel-k/pull/5338) ([christophd](https://github.com/christophd)) - chore\(deps\): openshift api to 4.15 [\#5336](https://github.com/apache/camel-k/pull/5336) ([squakez](https://github.com/squakez))
(camel-k) branch main updated: chore: nightly automatic updates
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 dbb1bea58 chore: nightly automatic updates dbb1bea58 is described below commit dbb1bea585e15f8eef659b565876cf883f4e590f Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Apr 9 23:46:27 2024 + chore: nightly automatic updates --- CHANGELOG.md| 428 ++-- docs/antora.yml | 2 +- 2 files changed, 227 insertions(+), 203 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18475a5c6..1c9e3cb88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,31 @@ ## [Unreleased](https://github.com/apache/camel-k/tree/HEAD) -[Full Changelog](https://github.com/apache/camel-k/compare/v2.3.0...HEAD) +[Full Changelog](https://github.com/apache/camel-k/compare/2.3.1-nightly...HEAD) + +**Closed issues:** + +- OLM procedure, clear errors and warnings [\#5333](https://github.com/apache/camel-k/issues/5333) +- Flaky TestOperatorBasic [\#5326](https://github.com/apache/camel-k/issues/5326) +- fatal error: concurrent map read and map write [\#5315](https://github.com/apache/camel-k/issues/5315) + +**Merged pull requests:** + +- fix\(olm\): set minKubeVersion and Openshift version [\#5339](https://github.com/apache/camel-k/pull/5339) ([squakez](https://github.com/squakez)) +- fix\(\#5326\): Fix flaky E2E test [\#5338](https://github.com/apache/camel-k/pull/5338) ([christophd](https://github.com/christophd)) +- chore\(deps\): openshift api to 4.15 [\#5336](https://github.com/apache/camel-k/pull/5336) ([squakez](https://github.com/squakez)) +- chore\(deps\): bump golang.org/x/sync from 0.6.0 to 0.7.0 [\#5331](https://github.com/apache/camel-k/pull/5331) ([dependabot[bot]](https://github.com/apps/dependabot)) +- fatal error: concurrent map read and map write [\#5317](https://github.com/apache/camel-k/pull/5317) ([tdiesler](https://github.com/tdiesler)) +- chore\(deps\): bump knative.dev/eventing from 0.39.3 to 0.40.3 [\#5220](https://github.com/apache/camel-k/pull/5220) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump knative.dev/serving from 0.39.3 to 0.40.1 [\#5133](https://github.com/apache/camel-k/pull/5133) ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [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/2.4.0-nightly...2.3.1-nightly) + +## [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/v2.3.0...2.4.0-nightly) **Closed issues:** @@ -387,7 +411,7 @@ ## [camel-k-crds-2.2.0](https://github.com/apache/camel-k/tree/camel-k-crds-2.2.0) (2024-01-03) -[Full Changelog](https://github.com/apache/camel-k/compare/2.1.1-nightly...camel-k-crds-2.2.0) +[Full Changelog](https://github.com/apache/camel-k/compare/2.2.0-nightly...camel-k-crds-2.2.0) **Closed issues:** @@ -441,13 +465,13 @@ - Camel-K initContainer [\#3459](https://github.com/apache/camel-k/issues/3459) - Run without source code [\#3295](https://github.com/apache/camel-k/issues/3295) -## [2.1.1-nightly](https://github.com/apache/camel-k/tree/2.1.1-nightly) (2023-10-24) +## [2.2.0-nightly](https://github.com/apache/camel-k/tree/2.2.0-nightly) (2023-10-24) -[Full Changelog](https://github.com/apache/camel-k/compare/2.2.0-nightly...2.1.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/2.1.1-nightly...2.2.0-nightly) -## [2.2.0-nightly](https://github.com/apache/camel-k/tree/2.2.0-nightly) (2023-10-24) +## [2.1.1-nightly](https://github.com/apache/camel-k/tree/2.1.1-nightly) (2023-10-24) -[Full Changelog](https://github.com/apache/camel-k/compare/v2.1.0...2.2.0-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/v2.1.0...2.1.1-nightly) **Closed issues:** @@ -773,7 +797,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/client/camel/v2.0.0...2.0.1-nightly) +[Full Changelog](https://github.com/apache/camel-k/compare/pkg/kamelet/repository/v2.0.0...2.0.1-nightly) **Closed issues:** @@ -847,21 +871,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/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/cam
(camel-k) branch main updated: chore: nightly automatic updates
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 e7ae796f7 chore: nightly automatic updates e7ae796f7 is described below commit e7ae796f7bcaf8b438778756b8de1abf9ce0c78e Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Apr 8 23:45:56 2024 + chore: nightly automatic updates --- CHANGELOG.md| 7 +++ docs/antora.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4defd0f..18475a5c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,19 @@ - Annotations for dapr.io Sidecar Not Applied in Camel K Integration Deployment [\#5313](https://github.com/apache/camel-k/issues/5313) - Update multi-arch release page description [\#5311](https://github.com/apache/camel-k/issues/5311) - Java CRDs plugin error [\#5310](https://github.com/apache/camel-k/issues/5310) +- Release 2.3.0 [\#5277](https://github.com/apache/camel-k/issues/5277) - Upgrade error traces [\#5271](https://github.com/apache/camel-k/issues/5271) +- Native build failed directly [\#5080](https://github.com/apache/camel-k/issues/5080) +- Bad revision when running jvm and native builds with knative [\#5069](https://github.com/apache/camel-k/issues/5069) +- Camel-K doesn't create the Ingress resource although it is enabled in the Traits using Pipe or KameletBinding [\#5044](https://github.com/apache/camel-k/issues/5044) +- Bump kubernetes dependencies to 1.28.x [\#4847](https://github.com/apache/camel-k/issues/4847) - Support `kamel run ... -t camel.runtime-version=1.x` notation [\#4739](https://github.com/apache/camel-k/issues/4739) - Multi architecture support - Integrations [\#4149](https://github.com/apache/camel-k/issues/4149) **Merged pull requests:** +- chore\(deps\): bump golang.org/x/term from 0.18.0 to 0.19.0 [\#5330](https://github.com/apache/camel-k/pull/5330) ([dependabot[bot]](https://github.com/apps/dependabot)) +- feat\(core\): Upgrade API kubernetes 1.28 [\#5329](https://github.com/apache/camel-k/pull/5329) ([gansheer](https://github.com/gansheer)) - feat\(trait\): allow usage of semver for camel.runtime-version [\#5327](https://github.com/apache/camel-k/pull/5327) ([squakez](https://github.com/squakez)) - doc: adjust nightly release description [\#5325](https://github.com/apache/camel-k/pull/5325) ([squakez](https://github.com/squakez)) - chore\(deps\): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 [\#5323](https://github.com/apache/camel-k/pull/5323) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/docs/antora.yml b/docs/antora.yml index c8abc48ce..360c09ba4 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -38,7 +38,7 @@ asciidoc: camel-quarkus-docs-version: 3.8.x quarkus-version: 3.8.3 kustomize-version: 4.5.4 -kubernetes-api-version: 0.27.7 +kubernetes-api-version: 0.28.8 operator-fwk-api-version: 0.20.0 knative-api-version: 0.39.3 service-binding-op-version: 1.4.0