projectriff / riff

riff is for functions
https://projectriff.io
Apache License 2.0
800 stars 64 forks source link

0.1.2 release - publish and point CLI to latest install yaml for Istio, Knative, eventing, bus #696

Closed jldec closed 6 years ago

jldec commented 6 years ago

The riff cli depends on published copies of the install yaml for Knative components and for Istio. Currently these are manually prepared and published prior to each release.

Let's please capture how this process is done for others on the team to learn or automate in future.

trisberg commented 6 years ago

We now point to the files published nightly by the Knative project. The only file we host ourselves is previous/riff-build/riff-build-0.1.0.yaml containing the build-template we use. It is stored in the GCS bucket https://storage.googleapis.com/riff-releases and it doesn't change that frequently.

scothis commented 6 years ago

I kinda hope riff-build is never updated :)

trisberg commented 6 years ago

A detailed list of all steps is now in #697