You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/09/10 22:15:15 UTC

[GitHub] [camel-k] vaikas opened a new issue #1698: Update to k8s 0.18.8

vaikas opened a new issue #1698:
URL: https://github.com/apache/camel-k/issues/1698


   As part of the work going on in Knative and moving it to 0.18.8, I'm working on bringing eventing-contrib and as part of that work, looks like we need to bump the versions in this repo as well:
   
   When I update the repo, I unsurprisingly get these kinds of errors:
   ```
   vaikas-a01:eventing-contrib vaikas$ go test ./camel/...
   # github.com/apache/camel-k/pkg/client/camel/clientset/versioned/typed/camel/v1
   vendor/github.com/apache/camel-k/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:75:5: not enough arguments in call to c.client.Get().Namespace(c.ns).Resource("builds").Name(name).VersionedParams(&options, scheme.ParameterCodec).Do
   	have ()
   	want (context.Context)
   vendor/github.com/apache/camel-k/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:92:5: not enough arguments in call to c.client.Get().Namespace(c.ns).Resource("builds").VersionedParams(&opts, scheme.ParameterCodec).Timeout(timeout).Do
   	have ()
   	want (context.Context)
   vendor/github.com/apache/camel-k/pkg/client/camel/clientset/versioned/typed/camel/v1/build.go:109:8: not enough arguments in call to c.client.Get().Namespace(c.ns).Resource("builds").VersionedParams(&opts, scheme.ParameterCodec).Timeout(timeout).Watch
   	have ()
   	want (context.Context)
   ```
   
   So, before this gets updated we won't be able to move the knative.dev/eventing-contrib forward. @nicolaferraro thoughts? You can see the kinds of changes required (and how to stage them) here:
   https://github.com/knative/eventing-contrib/pull/1555
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti closed issue #1698: Update to k8s 0.18.8

Posted by GitBox <gi...@apache.org>.
astefanutti closed issue #1698:
URL: https://github.com/apache/camel-k/issues/1698


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti commented on issue #1698: Update to k8s 0.18.8

Posted by GitBox <gi...@apache.org>.
astefanutti commented on issue #1698:
URL: https://github.com/apache/camel-k/issues/1698#issuecomment-708415748


   This has been fixed with #1753.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] nicolaferraro commented on issue #1698: Update to k8s 0.18.8

Posted by GitBox <gi...@apache.org>.
nicolaferraro commented on issue #1698:
URL: https://github.com/apache/camel-k/issues/1698#issuecomment-691894124


   For reference, CamelSources are being moved into their own repo under https://github.com/knative-sandbox/eventing-camel.
   Adding this to backlog, since an upgrade is needed nonetheless.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [camel-k] astefanutti edited a comment on issue #1698: Update to k8s 0.18.8

Posted by GitBox <gi...@apache.org>.
astefanutti edited a comment on issue #1698:
URL: https://github.com/apache/camel-k/issues/1698#issuecomment-708415748


   This has been fixed with #1753 that's included in 1.2.0 release.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org