You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/06/14 04:24:44 UTC

[camel-k] branch master updated (a5ea7cf -> c3aff83)

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

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from a5ea7cf  Fix #749: do not create route if not needed
     new d140f49  fix: CR example is using wrong schema
     new c3aff83  chore: Regenerate resources

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:
 deploy/cr-example.yaml | 4 ++--
 deploy/resources.go    | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)


[camel-k] 02/02: chore: Regenerate resources

Posted by lb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit c3aff8358b49f5ae65cb93ed712993e93a9c4b3f
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Jun 13 09:56:06 2019 +0100

    chore: Regenerate resources
---
 deploy/resources.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/deploy/resources.go b/deploy/resources.go
index 3208488..09f0007 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -10772,7 +10772,7 @@ spec:
     plural: integrationkits
     singular: integrationkit
     shortNames:
-    - itk
+    - ik
   additionalPrinterColumns:
     - name: Phase
       type: string
@@ -10906,8 +10906,8 @@ kind: Integration
 metadata:
   name: example
 spec:
-  source:
-    content: |-
+  sources:
+  - content: |-
       // This is Camel K Groovy example route
 
       rnd = new Random()


[camel-k] 01/02: fix: CR example is using wrong schema

Posted by lb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit d140f493c662bf04c50974a36d6dad840607c25f
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Jun 13 09:52:59 2019 +0100

    fix: CR example is using wrong schema
    
    fixes #737
---
 deploy/cr-example.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deploy/cr-example.yaml b/deploy/cr-example.yaml
index 0c0cd3c..775734d 100644
--- a/deploy/cr-example.yaml
+++ b/deploy/cr-example.yaml
@@ -20,8 +20,8 @@ kind: Integration
 metadata:
   name: example
 spec:
-  source:
-    content: |-
+  sources:
+  - content: |-
       // This is Camel K Groovy example route
 
       rnd = new Random()