vmware-archive/kubeless

Create a new release with updated kubeless.yaml

faxioman opened this issue · 3 comments

The current stable version of kubeless (1.0.7) can be deployed using this yaml:

https://github.com/kubeless/kubeless/releases/download/v1.0.7/kubeless-v1.0.7.yaml

This yaml is using old cronjob-trigger and http-trigger images:

kubeless/cronjob-trigger-controller:v1.0.1
kubeless/http-trigger-controller:v1.0.1

when:

  • the latest kubeless/cronjob-trigger-controller image version is v1.0.3, with the "latest" image which supports k8s >= 1.18
  • the latest kubeless/http-trigger-controller image version is v1.0.2, with the last build image which supports k8s >= 1.18

I think that a 1.0.8 kubeless release could include new *-trigger-controller images.

You are right @faxioman. I will try to put some time aside to trigger a release (likely next week). In the meantime, note that you can manually edit the manifest (or the running deployment) to use the latest versions (I still need to cut a release for the http-trigger as well).

Great @andresmgot! No problem for our Kubeless setup: we're using custom build of kubeless with a custom dotnet runtime ;)