This is an automated email from the ASF dual-hosted git repository. nferraro pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from f292de4 Added unit tests for the prometheus trait #255 new eb3109e Fix #1058: rename hystrix to circuitBreaker new 2a38420 Bump: upgrade to camel-k-runtime 1.0.8 and camel-quarkus 1.0.0-M1 new 5c7f944 Bump: change version to 1.0.0-RC1 new d22915e Fix #1081: update example to use Camel 3.0.0 new ebeea05 chore(test): add Quarkus e2e test new 9a391c5 Fix #1145: fix documentation for Kotlin new 57b2017 Related to #1143: change groovy example new 1d8b28a Related to #1144: change js example new 424482c Related to #1143: restore groovy example because of https://github.com/apache/camel-k-runtime/pull/210 new e8036e3 chore(test): skip platformless e2e test when staging repo is required The 10 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: ...3-1.0.7.yaml => camel-catalog-3.0.0-1.0.8.yaml} | 720 +- deploy/camel-catalog-3.0.0-RC1-1.0.4.yaml | 2257 ------ deploy/camel-catalog-3.0.0-RC1-1.0.5.yaml | 2213 ------ deploy/camel-catalog-3.0.0-RC1-1.0.6.yaml | 2219 ------ ...l => camel-catalog-quarkus-1.0.0-M1-1.0.8.yaml} | 288 +- ...v1.0.0-rc1-snapshot.clusterserviceversion.yaml} | 8 +- .../crd-build.yaml | 0 .../crd-camel-catalog.yaml | 0 .../crd-integration-kit.yaml | 0 .../crd-integration-platform.yaml | 0 .../crd-integration.yaml | 0 deploy/olm-catalog/camel-k/camel-k.package.yaml | 2 +- deploy/operator-deployment.yaml | 2 +- deploy/resources.go | 7715 +++----------------- docs/modules/ROOT/pages/languages/groovy.adoc | 6 + docs/modules/ROOT/pages/languages/javascript.adoc | 4 +- docs/modules/ROOT/pages/languages/kotlin.adoc | 12 +- docs/modules/ROOT/pages/running/dev-mode.adoc | 37 +- e2e/platformless_run_test.go | 6 +- e2e/run_test.go | 9 + pkg/controller/integrationplatform/create_test.go | 8 +- pkg/metadata/metadata_dependencies_test.go | 12 +- pkg/util/defaults/defaults.go | 10 +- pkg/util/source/inspector.go | 2 +- pkg/util/source/inspector_xml.go | 2 +- pkg/util/source/inspector_yaml.go | 2 +- script/Makefile | 14 +- 27 files changed, 2053 insertions(+), 13495 deletions(-) rename deploy/{camel-catalog-3.0.0-RC3-1.0.7.yaml => camel-catalog-3.0.0-1.0.8.yaml} (64%) delete mode 100644 deploy/camel-catalog-3.0.0-RC1-1.0.4.yaml delete mode 100644 deploy/camel-catalog-3.0.0-RC1-1.0.5.yaml delete mode 100644 deploy/camel-catalog-3.0.0-RC1-1.0.6.yaml rename deploy/{camel-catalog-quarkus-0.3.1-1.0.7.yaml => camel-catalog-quarkus-1.0.0-M1-1.0.8.yaml} (50%) rename deploy/olm-catalog/camel-k/{1.0.0-m5-snapshot/camel-k.v1.0.0-m5-snapshot.clusterserviceversion.yaml => 1.0.0-rc1-snapshot/camel-k.v1.0.0-rc1-snapshot.clusterserviceversion.yaml} (98%) rename deploy/olm-catalog/camel-k/{1.0.0-m5-snapshot => 1.0.0-rc1-snapshot}/crd-build.yaml (100%) rename deploy/olm-catalog/camel-k/{1.0.0-m5-snapshot => 1.0.0-rc1-snapshot}/crd-camel-catalog.yaml (100%) rename deploy/olm-catalog/camel-k/{1.0.0-m5-snapshot => 1.0.0-rc1-snapshot}/crd-integration-kit.yaml (100%) rename deploy/olm-catalog/camel-k/{1.0.0-m5-snapshot => 1.0.0-rc1-snapshot}/crd-integration-platform.yaml (100%) rename deploy/olm-catalog/camel-k/{1.0.0-m5-snapshot => 1.0.0-rc1-snapshot}/crd-integration.yaml (100%)