Release notes for all releases can be found here.
This page will only list any steps you have to do to upgrade an existing system. When updating PEcAn it is highly encouraged to update BETY. You can find instructions on how to do this, as well on how to update the database in the Updating BETYdb gitbook page.
To upgrade to the latest version of PEcAn/VM you will need to do each of the intermediate steps, you can not skip to the latest version.
Updating PEcAn
First install some new packages
sudo apt-get install udunits-bin libudunits2-dev
Update PEcAn
cd pecan
git pull
R --vanilla < scripts/install.dependencies.R
./scripts/build.sh
Updating BETY
Instructions on how to update bety can be found at the wiki page of the bety project here