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/08 23:50:30 UTC

[camel-k] branch main updated (132686cda -> aab4733a0)

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

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


    from 132686cda chore: nightly SBOM update
     new 88b375670 chore: changelog automatic update
     new aab4733a0 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 main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit aab4733a0b5d08737c6c5941de2d73f91b85c049
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sun Oct 8 23:47:59 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 f1967272e..d40c6b036 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:31fd27c9-79fb-4e18-a080-5ab1b582198f",
+  "serialNumber": "urn:uuid:333bf933-663a-4ccd-a2b5-1cce230c71cd",
   "version": 1,
   "metadata": {
-    "timestamp": "2023-10-07T23:47:56Z",
+    "timestamp": "2023-10-08T23:47:59Z",
     "tools": [
       {
         "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
       }
     ],
     "component": {
-      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231006234800-d5d673ed04a8?type=module",
+      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231008234344-88b375670bbf?type=module",
       "type": "application",
       "name": "github.com/apache/camel-k/v2",
-      "version": "v0.0.0-20231006234800-d5d673ed04a8",
-      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231006234800-d5d673ed04a8?type=module\u0026goos=linux\u0026goarch=amd64",
+      "version": "v0.0.0-20231008234344-88b375670bbf",
+      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231008234344-88b375670bbf?type=module\u0026goos=linux\u0026goarch=amd64",
       "externalReferences": [
         {
           "url": "https://github.com/apache/camel-k",
@@ -3772,7 +3772,7 @@
   ],
   "dependencies": [
     {
-      "ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231006234800-d5d673ed04a8?type=module",
+      "ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231008234344-88b375670bbf?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 main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 88b375670bbf1aac13b8a174ad09e29a1a8f5835
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sun Oct 8 23:43:44 2023 +0000

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d15b7143f..1ff90bf17 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,6 +35,7 @@
 - Language page for documentation of camel-k 1.12.x missing [\#4176](https://github.com/apache/camel-k/issues/4176)
 - Redesign traits that have runtime dependencies [\#4166](https://github.com/apache/camel-k/issues/4166)
 - Error creating Integration with Kaniko build strategy and Docker Desktop [\#4158](https://github.com/apache/camel-k/issues/4158)
+- Transition issue when native image takes over the non-native image [\#4125](https://github.com/apache/camel-k/issues/4125)
 - camel-k 1.6.1 camel-xmljson dependency is failed to download [\#3971](https://github.com/apache/camel-k/issues/3971)
 - provide link to resume strategy documentation from resume trait documentation [\#3643](https://github.com/apache/camel-k/issues/3643)
 - Traits in kamel-config.yaml are ignored if a trait is present as a modeline or as a command parameter [\#3598](https://github.com/apache/camel-k/issues/3598)