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/02/11 00:57:32 UTC

[camel-k] branch main updated (8b1d59bf7 -> abc6a0b98)

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 8b1d59bf7 fix(#4044): Fix Kamelet utils version in e2e tests
     new 309d47feb chore: changelog automatic update
     new abc6a0b98 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               | 7 +++++++
 docs/antora.yml            | 2 +-
 pkg/resources/resources.go | 4 ++--
 3 files changed, 10 insertions(+), 3 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 abc6a0b98957fe02ea9703310af5d0b796667509
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sat Feb 11 00:57:27 2023 +0000

    chore: nightly resource refresh
---
 docs/antora.yml            | 2 +-
 pkg/resources/resources.go | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index 93ab655d2..56e7f7467 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -46,4 +46,4 @@ asciidoc:
     operator-fwk-api-version: 0.13.0
     knative-api-version: 0.35.3
     service-binding-op-version: 1.3.3
-    prometheus-op-version: 0.50.0
+    prometheus-op-version: 0.60.0
diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 5ba98a1c3..73621a216 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -611,9 +611,9 @@ var assets = func() http.FileSystem {
 		"/traits.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "traits.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 59723,
+			uncompressedSize: 60302,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfd\x73\x1b\x39\x92\x20\xfa\xbb\xff\x0a\x04\xf7\x6d\x48\xf2\x23\x29\x77\xcf\xf6\x6c\xaf\xde\xf3\xce\xa9\xdd\xee\x19\x75\xfb\x43\x67\xa9\x7b\x76\xc2\xe7\x18\x82\x55\x20\x09\xb3\x08\xd4\x00\x28\x49\xec\xdb\xfb\xdf\x2f\x90\x99\xf8\xa8\x62\x51\x24\x6d\xab\x6f\x74\xb3\x33\x11\x6d\x91\xac\x4a\x24\x12\x89\x44\x22\x3f\x9d\xe1\xd2\xd9\xb3\x27\x23\xa6\xf8\x4a\x9c\xb1\xdf\xd9\x82\x57\xe2\x09\x63\x75\xc5\xdd\x4c\x9b\xd5\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfd\x73\x1b\x39\x92\x20\xfa\xbb\xff\x0a\x84\xf6\x6d\x48\xf2\x23\x29\x77\xcf\xf6\x6c\xaf\xde\xf3\xce\xa9\xdd\xee\x19\x75\xfb\x43\x67\xa9\x7b\x76\xc2\xe7\x18\x82\x55\x20\x09\xb3\x08\xd4\x00\x28\xca\xec\xdb\xfb\xdf\x2f\x90\x99\xf8\xa8\x62\x51\x24\x6d\xa9\x6f\x74\xb3\x33\x11\x6d\x91\xac\x02\x12\x89\x44\x66\x22\x3f\x9d\xe1\xd2\xd9\xf3\x27\x43\xa6\xf8\x52\x9c\xb3\xdf\xd9\x82\x57\xe2\x09\x63\x75\xc5\xdd\x54\x9b\xe5\x [...]
 		},
 	}
 	fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{


[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 309d47feb5e940d7acf57ee4070e6960c882363b
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sat Feb 11 00:51:36 2023 +0000

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5219265a..779c4dd7f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,14 +6,21 @@
 
 **Closed issues:**
 
+- YAKS test failure [\#4044](https://github.com/apache/camel-k/issues/4044)
 - Compatibility matrix show wrong kamelets version for camel-k releases 1.10.x and 1.11.x [\#4023](https://github.com/apache/camel-k/issues/4023)
 - Native builds failure due to missing catalog [\#4022](https://github.com/apache/camel-k/issues/4022)
 - operator refers to a openjdk image tag not found in docker.io [\#3998](https://github.com/apache/camel-k/issues/3998)
 - Camel-k checks other namespaces and error given  [\#3996](https://github.com/apache/camel-k/issues/3996)
+- Prometheus bump [\#3985](https://github.com/apache/camel-k/issues/3985)
+- org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange\[\] [\#3969](https://github.com/apache/camel-k/issues/3969)
 - \[Discussion\] Camel K 2023 roadmap [\#3964](https://github.com/apache/camel-k/issues/3964)
 - Default namespace not used when `-o yaml` [\#3955](https://github.com/apache/camel-k/issues/3955)
+- --config property by kamel \> 1.10: Errror spec.traits.mount.configuration: Required value [\#3923](https://github.com/apache/camel-k/issues/3923)
 - Support Hashicorp Vault as secrets properties source [\#3904](https://github.com/apache/camel-k/issues/3904)
+- Allow traits to be configured via configmap/secrets [\#3891](https://github.com/apache/camel-k/issues/3891)
+- Kamelets load properties from ConfigMap [\#3811](https://github.com/apache/camel-k/issues/3811)
 - Unable to configure ServiceAccountName using Kamel run [\#3797](https://github.com/apache/camel-k/issues/3797)
+- Integration Kit image build runs into an endless loop when a lower level image can't be pulled from Registry [\#3266](https://github.com/apache/camel-k/issues/3266)
 - Choose a single location for examples [\#2826](https://github.com/apache/camel-k/issues/2826)
 - Camel-K Tracing Trait error [\#2633](https://github.com/apache/camel-k/issues/2633)
 - Provide non-regression tests for regression \#1872 [\#1875](https://github.com/apache/camel-k/issues/1875)