You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/10/21 00:40:25 UTC

[camel-k] branch release-2.1.x updated (f022a5c43 -> 45e944cf4)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch release-2.1.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from f022a5c43 chore: nightly SBOM update
     new b0b683331 chore: changelog automatic update
     new 45e944cf4 chore: nightly SBOM update

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                   |  1 +
 camel-k-sbom/camel-k-sbom.json | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)


[camel-k] 02/02: chore: nightly SBOM update

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch release-2.1.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 45e944cf445c5aca597475f55525194cbb727b43
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sat Oct 21 00:38:27 2023 +0000

    chore: nightly SBOM update
---
 camel-k-sbom/camel-k-sbom.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/camel-k-sbom/camel-k-sbom.json b/camel-k-sbom/camel-k-sbom.json
index ae30eac30..1f434daaf 100644
--- a/camel-k-sbom/camel-k-sbom.json
+++ b/camel-k-sbom/camel-k-sbom.json
@@ -2,10 +2,10 @@
   "$schema": "http://cyclonedx.org/schema/bom-1.4.schema.json",
   "bomFormat": "CycloneDX",
   "specVersion": "1.4",
-  "serialNumber": "urn:uuid:8d467602-7758-4e81-9469-f0388dd3bc77",
+  "serialNumber": "urn:uuid:f090daa5-ce28-4ef5-84cd-daff6ebc8e1f",
   "version": 1,
   "metadata": {
-    "timestamp": "2023-10-19T00:41:03Z",
+    "timestamp": "2023-10-21T00:38:27Z",
     "tools": [
       {
         "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
       }
     ],
     "component": {
-      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231018003954-c5af84953b4e?type=module",
+      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231021003449-b0b683331995?type=module",
       "type": "application",
       "name": "github.com/apache/camel-k/v2",
-      "version": "v0.0.0-20231018003954-c5af84953b4e",
-      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231018003954-c5af84953b4e?type=module\u0026goos=linux\u0026goarch=amd64",
+      "version": "v0.0.0-20231021003449-b0b683331995",
+      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231021003449-b0b683331995?type=module\u0026goos=linux\u0026goarch=amd64",
       "externalReferences": [
         {
           "url": "https://github.com/apache/camel-k",
@@ -3853,7 +3853,7 @@
   ],
   "dependencies": [
     {
-      "ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231018003954-c5af84953b4e?type=module",
+      "ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231021003449-b0b683331995?type=module",
       "dependsOn": [
         "pkg:golang/github.com/Masterminds/semver@v1.5.0?type=module",
         "pkg:golang/github.com/container-tools/spectrum@v0.6.38?type=module",


[camel-k] 01/02: chore: changelog automatic update

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch release-2.1.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit b0b6833319952f44cf39ba967a6fa3bdb6f9bc9f
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sat Oct 21 00:34:49 2023 +0000

    chore: changelog automatic update
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31adaf758..81706832d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
 
 **Closed issues:**
 
+- nested Kamelets are not working [\#4837](https://github.com/apache/camel-k/issues/4837)
 - Error log traces after integration error [\#4781](https://github.com/apache/camel-k/issues/4781)
 - Projecting routes status to a Kubernetes Resource [\#2728](https://github.com/apache/camel-k/issues/2728)