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/03/22 23:47:25 UTC

[camel-k] branch main updated (ba220806a -> 0db358f1f)

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 ba220806a chore: nightly resource refresh
     new 95ae65177 chore: changelog automatic update
     new 0db358f1f chore: nightly resource refresh

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 +
 pkg/resources/resources.go                   | 4 ++--
 resources/camel-catalog-3.20.1-SNAPSHOT.yaml | 7 +++++++
 3 files changed, 10 insertions(+), 2 deletions(-)


[camel-k] 02/02: chore: nightly resource refresh

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 0db358f1fc4b699b325257663b79cf75a795b1ca
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Mar 22 23:47:19 2023 +0000

    chore: nightly resource refresh
---
 pkg/resources/resources.go                   | 4 ++--
 resources/camel-catalog-3.20.1-SNAPSHOT.yaml | 7 +++++++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index e7e164ebf..ae517e797 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -618,9 +618,9 @@ var assets = func() http.FileSystem {
 		"/camel-catalog-3.20.1-SNAPSHOT.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "camel-catalog-3.20.1-SNAPSHOT.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 86574,
+			uncompressedSize: 86772,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\xbd\x4b\x77\xdb\xb8\xb2\x36\x3c\xcf\xaf\xe0\xea\x4c\xce\x59\xdf\x26\xba\x3b\x7d\xbe\xdd\xef\xca\x3b\x72\x94\x38\xb1\x13\x3b\x4e\xe4\x9d\xce\xde\x93\x5e\x10\x09\x49\xb0\x48\x82\x06\x40\x59\xce\xaf\x7f\x17\x40\xf0\x2a\xa5\x78\x71\xc1\xc7\x03\x93\x22\x0a\x4f\xa1\x1e\x80\xb8\xb3\xf0\x32\x08\xf1\xfe\x5e\xbc\x0c\x3e\xf1\x88\x65\x8a\xc5\x81\x16\x81\xde\xb2\xe0\x2c\xa7\xd1\x96\x05\x4b\xb1\xd6\x0f\x54\xb2\xe0\x5c\x14\x59\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\xbd\x4b\x77\xdb\xb8\xb2\x36\x3c\xcf\xaf\xe0\xea\x4c\xce\x59\xdf\x26\xba\x3b\x7d\xbe\xdd\xef\xca\x3b\x72\x94\x38\xb1\x13\x3b\x4e\xe4\x9d\xce\xde\x93\x5e\x10\x09\x49\xb0\x48\x82\x06\x40\x59\xce\xaf\x7f\x17\x40\xf0\x2a\xa5\x78\x71\xc1\xc7\x03\x93\x22\x0a\x4f\xa1\x1e\x80\xb8\xb3\xf0\x32\x08\xf1\xfe\x5e\xbc\x0c\x3e\xf1\x88\x65\x8a\xc5\x81\x16\x81\xde\xb2\xe0\x2c\xa7\xd1\x96\x05\x4b\xb1\xd6\x0f\x54\xb2\xe0\x5c\x14\x59\x [...]
 		},
 		"/traits.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "traits.yaml",
diff --git a/resources/camel-catalog-3.20.1-SNAPSHOT.yaml b/resources/camel-catalog-3.20.1-SNAPSHOT.yaml
index b82daab28..851dcfb1d 100644
--- a/resources/camel-catalog-3.20.1-SNAPSHOT.yaml
+++ b/resources/camel-catalog-3.20.1-SNAPSHOT.yaml
@@ -50,6 +50,10 @@ spec:
         dependencies:
         - groupId: org.apache.camel.quarkus
           artifactId: camel-quarkus-microprofile-health
+      master:
+        dependencies:
+        - groupId: org.apache.camel.k
+          artifactId: camel-k-master
       platform-http:
         dependencies:
         - groupId: org.apache.camel.quarkus
@@ -76,6 +80,9 @@ spec:
     camel-k-cron:
       groupId: org.apache.camel.k
       artifactId: camel-k-cron
+    camel-k-master:
+      groupId: org.apache.camel.k
+      artifactId: camel-k-master
     camel-k-resume-kafka:
       groupId: org.apache.camel.k
       artifactId: camel-k-resume-kafka


[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 95ae65177dd0826b81d0cad31a845f183d44656a
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Mar 22 23:42:01 2023 +0000

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c31417e6b..bbab5c4ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
 **Closed issues:**
 
 - Regression on Kustomize [\#4142](https://github.com/apache/camel-k/issues/4142)
+- Smoke test failing on master trait [\#4138](https://github.com/apache/camel-k/issues/4138)
 - Integration in error state when knative SinkBinding mode=inclusion [\#4119](https://github.com/apache/camel-k/issues/4119)
 - Nightly release fail after 2.0 [\#4086](https://github.com/apache/camel-k/issues/4086)
 - Failure when mounting condifgmap and secrets with the same name [\#3980](https://github.com/apache/camel-k/issues/3980)