Steps to upgrade Dapr in a self-hosted environment

Follow these steps to upgrade Dapr in self-hosted mode and ensure a smooth upgrade
  1. Uninstall the current Dapr deployment:

    dapr uninstall --all
    
  2. Download and install the latest CLI by visiting this guide.

  3. Initialize the Dapr runtime:

    dapr init
    
  4. Ensure you are using the latest version of Dapr (v1.2) with:

    $ dapr --version
    
    CLI version: 1.2
    Runtime version: 1.2
    
Last modified May 26, 2021: Update to 1.2 (#1519) (5d71c507)