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/21 23:44:45 UTC

(camel-k) branch main updated (d518d63c6 -> 6f8efbff6)

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 d518d63c6 chore: nightly SBOM update
     new 6575fa205 chore: changelog automatic update
     new 6f8efbff6 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                   |  4 ++++
 camel-k-sbom/camel-k-sbom.json | 12 ++++++------
 2 files changed, 10 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 6f8efbff66af16c9df3b408d88d7b67cbfc15239
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu Dec 21 23:42:37 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 54df634ae..e47d7271f 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:dc4855dc-6f87-48b7-ab7c-ecaf38e728e8",
+  "serialNumber": "urn:uuid:acd8d933-f388-4bf6-bbea-c7c5d600ec58",
   "version": 1,
   "metadata": {
-    "timestamp": "2023-12-20T23:46:36Z",
+    "timestamp": "2023-12-21T23:42:37Z",
     "tools": [
       {
         "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
       }
     ],
     "component": {
-      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231220234347-9af868c22970?type=module",
+      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231221233946-6575fa205532?type=module",
       "type": "application",
       "name": "github.com/apache/camel-k/v2",
-      "version": "v0.0.0-20231220234347-9af868c22970",
-      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231220234347-9af868c22970?type=module\u0026goos=linux\u0026goarch=amd64",
+      "version": "v0.0.0-20231221233946-6575fa205532",
+      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231221233946-6575fa205532?type=module\u0026goos=linux\u0026goarch=amd64",
       "externalReferences": [
         {
           "url": "https://github.com/apache/camel-k",
@@ -3830,7 +3830,7 @@
   ],
   "dependencies": [
     {
-      "ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231220234347-9af868c22970?type=module",
+      "ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231221233946-6575fa205532?type=module",
       "dependsOn": [
         "pkg:golang/github.com/Masterminds/semver@v1.5.0?type=module",
         "pkg:golang/github.com/container-tools/spectrum@v0.6.42?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 6575fa20553228e08bc53614148e417495430321
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Thu Dec 21 23:39:46 2023 +0000

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79f66f029..87bfbfc04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,11 @@
 
 **Closed issues:**
 
+- Node affinity labels not being configured in the integration pod/deployment [\#5005](https://github.com/apache/camel-k/issues/5005)
+- Ability to configure pull-secret trait when installing camel-k [\#5003](https://github.com/apache/camel-k/issues/5003)
+- Jitpack not working as expected [\#4998](https://github.com/apache/camel-k/issues/4998)
 - JDK 17 release error for Camel K CRDS artifact [\#4826](https://github.com/apache/camel-k/issues/4826)
+- Provide more detailed `kamel run` documentation [\#4713](https://github.com/apache/camel-k/issues/4713)
 - Test ARM64 architecture - operator and builder pods  [\#4519](https://github.com/apache/camel-k/issues/4519)
 - \[Regression\] javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found [\#4266](https://github.com/apache/camel-k/issues/4266)