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/19 23:49:51 UTC

[camel-k] branch main updated (07a6b15af -> 77f6e731c)

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 07a6b15af chore(deps): bump github.com/prometheus/common from 0.44.0 to 0.45.0
     new 2c9f0f55d chore: changelog automatic update
     new 77f6e731c 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 77f6e731ced073ab9926f79f6910756cc6b95f95
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu Oct 19 23:47:29 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 1a655522c..d5fbf2676 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:039287ac-bf5f-4e0b-9c87-ca91d15257e0",
+  "serialNumber": "urn:uuid:3fc526d0-5e57-4873-8282-e2d4a38d405b",
   "version": 1,
   "metadata": {
-    "timestamp": "2023-10-18T23:49:36Z",
+    "timestamp": "2023-10-19T23:47:29Z",
     "tools": [
       {
         "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
       }
     ],
     "component": {
-      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231018234906-12a103200e63?type=module",
+      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231019234337-2c9f0f55d498?type=module",
       "type": "application",
       "name": "github.com/apache/camel-k/v2",
-      "version": "v0.0.0-20231018234906-12a103200e63",
-      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231018234906-12a103200e63?type=module\u0026goos=linux\u0026goarch=amd64",
+      "version": "v0.0.0-20231019234337-2c9f0f55d498",
+      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231019234337-2c9f0f55d498?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-20231018234906-12a103200e63?type=module",
+      "ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231019234337-2c9f0f55d498?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 2c9f0f55d4988b8613971fdc193179fbec644e59
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu Oct 19 23:43:37 2023 +0000

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8be2ac6cd..8dc1f4c45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
 
 **Merged pull requests:**
 
+- chore\(deps\): bump github.com/prometheus/common from 0.44.0 to 0.45.0 [\#4835](https://github.com/apache/camel-k/pull/4835) ([dependabot[bot]](https://github.com/apps/dependabot))
 - chore\(deps\): bump knative.dev/eventing from 0.38.4 to 0.38.5 [\#4834](https://github.com/apache/camel-k/pull/4834) ([dependabot[bot]](https://github.com/apps/dependabot))
 - chore\(deps\): bump knative.dev/serving from 0.38.1 to 0.38.2 [\#4833](https://github.com/apache/camel-k/pull/4833) ([dependabot[bot]](https://github.com/apps/dependabot))
 - fix: removed unnecessary defaul value in route trait [\#4830](https://github.com/apache/camel-k/pull/4830) ([realMartinez](https://github.com/realMartinez))