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/12/13 01:14:56 UTC

(camel-k) branch release-2.0.x updated (692dd8cfb -> 8e9b37643)

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 692dd8cfb chore: nightly SBOM update
     new 5979369a3 chore: changelog automatic update
     new 8e9b37643 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.0.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 8e9b37643e72840c05db4d3937623cd8313e0574
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Dec 13 01:13:45 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 537bf22e0..2fb9cc4ed 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:a30a1b83-bc2e-4fb3-bd07-7244bad2a498",
+  "serialNumber": "urn:uuid:cd8227f3-ecef-4bd6-b687-744da4894d90",
   "version": 1,
   "metadata": {
-    "timestamp": "2023-12-12T01:12:29Z",
+    "timestamp": "2023-12-13T01:13:45Z",
     "tools": [
       {
         "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
       }
     ],
     "component": {
-      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231212010922-1f66bc54591a?type=module",
+      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231213011204-5979369a3ec5?type=module",
       "type": "application",
       "name": "github.com/apache/camel-k/v2",
-      "version": "v0.0.0-20231212010922-1f66bc54591a",
-      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231212010922-1f66bc54591a?type=module\u0026goos=linux\u0026goarch=amd64",
+      "version": "v0.0.0-20231213011204-5979369a3ec5",
+      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231213011204-5979369a3ec5?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-20231212010922-1f66bc54591a?type=module",
+      "ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231213011204-5979369a3ec5?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 5979369a3ec5e82e18638d618f1a54c42b07f51a
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Dec 13 01:12:04 2023 +0000

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8d821fae..972d116ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
 - Ability to apply node selectors/affinity configuration [\#4958](https://github.com/apache/camel-k/issues/4958)
 - Ability to override resources for the quarkus-native task [\#4956](https://github.com/apache/camel-k/issues/4956)
 - java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint [\#4955](https://github.com/apache/camel-k/issues/4955)
+- Kustomize KEP 1755 failing test [\#4954](https://github.com/apache/camel-k/issues/4954)
 - OGNL Script not working anymore after upgrade to Camel-K 2.1.0 [\#4936](https://github.com/apache/camel-k/issues/4936)
 - Kustomize installation test failing [\#4929](https://github.com/apache/camel-k/issues/4929)
 - Install non-olm test failing [\#4928](https://github.com/apache/camel-k/issues/4928)