Hi Alex, camel K version and runtime version don't need to match. Camel K 0.3.4 uses runtime 0.3.3 by default, that is the latest one released few days ago (you don't need to specify the runtime version on kamel install).
>From next release we'll be changing runtime version to 1.x for the branch that will ship with camel 3. Nicola Il sab 8 giu 2019, 14:49 Alex Dettinger <[email protected]> ha scritto: > Guys, > > When I run : > kamel install --operator-image=camelk/camel-k:0.3.4 --runtime-version > 0.3.4 > kamel run examples/simple.groovy --dev > > I end up with: > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1.760 s > [INFO] Finished at: 2019-06-08T12:40:33Z > [INFO] > ------------------------------------------------------------------------ > [ERROR] Plugin org.apache.camel.k:camel-k-maven-plugin:0.3.4 or one of its > dependencies could not be resolved: Could not find artifact > org.apache.camel.k:camel-k-maven-plugin:jar:0.3.4 in central ( > https://repo.maven.apache.org/maven2 ) -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException > > {"level":"info","ts":1559997633.0635667,"logger":"camel-k.builder","msg":"step > failed with error: failure while determining classpath: exit status > 1","step":"github.com/apache/camel-k/pkg/builder/ComputeDependencies > ","phase":20,"context":"ctx-bjtqpfbcbtps6tgfpr90"} > > Am I missing something ? > > Cheers, > Alex > > On Sat, Jun 8, 2019 at 9:51 AM Andrea Cosentino <[email protected]> wrote: > > > +1 (Binding) > > > > Il sab 8 giu 2019, 09:36 Claus Ibsen <[email protected]> ha scritto: > > > > > +1 (binding) > > > > > > On Fri, Jun 7, 2019 at 4:09 PM Nicola Ferraro <[email protected]> > > > wrote: > > > > > > > > Hello all: > > > > > > > > This is a vote to release Apache Camel K 0.3.4, the first official > > > release > > > > of Apache Camel K. > > > > > > > > Staging repository: > > > > https://dist.apache.org/repos/dist/dev/camel/camel-k/0.3.4/ > > > > > > > > Tag: > > > > > > > > > > https://gitbox.apache.org/repos/asf?p=camel-k.git;a=shortlog;h=refs/tags/0.3.4 > > > > > > > > Staging container image repository: > > > > https://hub.docker.com/r/camelk/camel-k/tags > > > > > > > > Command to install staging artifacts: > > > > kamel install --operator-image=camelk/camel-k:0.3.4 > > > > > > > > Please test this release candidate and cast your vote. > > > > > > > > [ ] +1 Release the binary as Apache Camel-K 0.3.4 > > > > [ ] -1 Veto the release (provide specific comments) > > > > > > > > The vote is open for at least 72 hours. > > > > > > > > Thanks, > > > > Nicola Ferraro > > > > > > > > > > > > -- > > > Claus Ibsen > > > ----------------- > > > http://davsclaus.com @davsclaus > > > Camel in Action 2: https://www.manning.com/ibsen2 > > > > > >
