bentoml/bentoctl

Remove git support for official operator

jjmachan opened this issue · 1 comments

For official operators, we can use the GitHub release for versions/release.

Reasons:

  1. less git dependency
  2. reduce human errors when release a new version

We can use GitHub rest api to download the release tarfiles.

implement in #134