wasmerio/wasmer

Edge-CLI: deploy command does not use latest package version

Closed this issue · 2 comments

There currently is a situation where wasmer deploy will not use the current package version for the new app deployment.

To reproduce:

  • have a package in the same directory as the app.yaml (wasmer app create -t static-website ...)
  • Update the package version and run wasmer publish
  • Run wasmer deploy
  • Chose to NOT update the package
    => The package version in the app.yaml will not be updated, and a stale version will be used

This was fixed in the deployment refactor.