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/18 01:32:37 UTC

[camel-k] branch release-2.0.x updated (fa59f2c6a -> ed18cb62b)

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

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


    from fa59f2c6a Added build-catalog-tool-timeout parameter to install command. (#4827)
     new bc35116b0 chore: changelog automatic update
     new ed18cb62b 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                   |  9 +++++++++
 camel-k-sbom/camel-k-sbom.json | 12 ++++++------
 2 files changed, 15 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.0.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ed18cb62be1de9216dc18eb9292872508795a5e9
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Oct 18 01:30:03 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 2232dd10e..2a4f223ed 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:b2c18eaf-8604-4c87-aa69-8768c5f76f46",
+  "serialNumber": "urn:uuid:e9c3fd64-8ba8-4aa4-8661-122e064a07b5",
   "version": 1,
   "metadata": {
-    "timestamp": "2023-10-17T01:26:34Z",
+    "timestamp": "2023-10-18T01:30:03Z",
     "tools": [
       {
         "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
       }
     ],
     "component": {
-      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231017012113-d7541b2a739c?type=module",
+      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231018012448-bc35116b0bb7?type=module",
       "type": "application",
       "name": "github.com/apache/camel-k/v2",
-      "version": "v0.0.0-20231017012113-d7541b2a739c",
-      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231017012113-d7541b2a739c?type=module\u0026goos=linux\u0026goarch=amd64",
+      "version": "v0.0.0-20231018012448-bc35116b0bb7",
+      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231018012448-bc35116b0bb7?type=module\u0026goos=linux\u0026goarch=amd64",
       "externalReferences": [
         {
           "url": "https://github.com/apache/camel-k",
@@ -4021,7 +4021,7 @@
   ],
   "dependencies": [
     {
-      "ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231017012113-d7541b2a739c?type=module",
+      "ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231018012448-bc35116b0bb7?type=module",
       "dependsOn": [
         "pkg:golang/github.com/Masterminds/semver@v1.5.0?type=module",
         "pkg:golang/github.com/container-tools/spectrum@v0.6.29?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.0.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit bc35116b0bb7fce3996b5ebd2f5b3a822bbb6159
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Oct 18 01:24:48 2023 +0000

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 822fef8f7..31adaf758 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
 # Changelog
 
+## [Unreleased](https://github.com/apache/camel-k/tree/HEAD)
+
+[Full Changelog](https://github.com/apache/camel-k/compare/v2.1.0...HEAD)
+
+**Closed issues:**
+
+- 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)
+
 ## [v2.1.0](https://github.com/apache/camel-k/tree/v2.1.0) (2023-10-16)
 
 [Full Changelog](https://github.com/apache/camel-k/compare/camel-k-crds-2.1.0...v2.1.0)