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/29 00:32:59 UTC

(camel-k) branch release-2.1.x updated (329d6b753 -> 1b2978e61)

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

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


    from 329d6b753 chore: nightly SBOM update
     new b077380d9 chore: changelog automatic update
     new 1b2978e61 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                   |  2 ++
 camel-k-sbom/camel-k-sbom.json | 12 ++++++------
 2 files changed, 8 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.1.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 1b2978e61fa8cf177e3c8c41d65e7505acc36b47
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Fri Dec 29 00:31:12 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 295c2f386..c5b606e37 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:3c047186-570b-4514-8bdd-519b634a6149",
+  "serialNumber": "urn:uuid:fd752acc-ac72-4cb8-a2d1-90bdae49e2ff",
   "version": 1,
   "metadata": {
-    "timestamp": "2023-12-28T00:24:00Z",
+    "timestamp": "2023-12-29T00:31:12Z",
     "tools": [
       {
         "vendor": "CycloneDX",
@@ -46,11 +46,11 @@
       }
     ],
     "component": {
-      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231227002716-5c7a41db0cee?type=module",
+      "bom-ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231229002844-b077380d9da2?type=module",
       "type": "application",
       "name": "github.com/apache/camel-k/v2",
-      "version": "v0.0.0-20231227002716-5c7a41db0cee",
-      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231227002716-5c7a41db0cee?type=module\u0026goos=linux\u0026goarch=amd64",
+      "version": "v0.0.0-20231229002844-b077380d9da2",
+      "purl": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231229002844-b077380d9da2?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-20231227002716-5c7a41db0cee?type=module",
+      "ref": "pkg:golang/github.com/apache/camel-k/v2@v0.0.0-20231229002844-b077380d9da2?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 release-2.1.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit b077380d9da2b57ae3d9edc98f270c37d9b20fb0
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Fri Dec 29 00:28:44 2023 +0000

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5cc0097e4..047fb33e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@
 - 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)
+- Pushing integration to EKS [\#4725](https://github.com/apache/camel-k/issues/4725)
+- Secure internal registry with private TLS certificate fails while pushing and pulling the kit [\#4724](https://github.com/apache/camel-k/issues/4724)
 - Provide more detailed `kamel run` documentation [\#4713](https://github.com/apache/camel-k/issues/4713)
 - Error running integration with private registry [\#4694](https://github.com/apache/camel-k/issues/4694)
 - Test ARM64 architecture - operator and builder pods  [\#4519](https://github.com/apache/camel-k/issues/4519)