To upgrade the current version of PDQTest on your system:
gem update pdqtest
Each project you want to use the newer version of PDQTest on should then have
it's .pdqtest/Gemfile updated to reference the latest version. Don't worry,
this is easy:
Linux
cd /your/project
pdqtest upgrade
make pdqtestbundleWindows
cd /your/project
pdqtest upgrade
.\make.ps1 pdqtestbundleNote that since we're using bundler, you only have to upgrade the puppet modules
you want to upgrade. Existing modules can continue to run any previous version
via make just fine. You are not forced to update all your modules in one go.
Updated docker images are periodically released and are required to run newer PDQTest versions. When you get a message about missing docker containers run:
Linux
make setupWindows
.\make.ps1 setupTo obtain the latest version.
We update:
- Project gems in
.pdqtest/Gemfile - Our CI and CLI integrations:
Makefilemake.ps1.travis.ymlbitbucket-pipelines.yml