dapr / installer-bundle

Dapr bundled installer containing CLI and runtime packaged together. This eliminated the need to download Docker images when initializing Dapr locally.
Apache License 2.0
37 stars 8 forks source link

Fix workflow issues #9

Closed shivamkm07 closed 2 years ago

shivamkm07 commented 2 years ago

There are few identified issues with the workflow, propagating in the released bundles. An example of the same is: #7

The change requirements are as follows:

  1. Ensure that a released bundle contains the same dapr runtime version as it's tag e.g., 1.7.4 bundle must contain daprd 1.7.4
  2. When picking latest release for runtime/cli, it should be semantically latest release, including pre-releases
  3. Add support for manually overriding earlier released bundle versions to resolve specific cases and re-release the incorrect bundles