RELEASED: Public: 2021-02-26
Resolved issues
- The`withAwsCli` pipeline step is broken by the latest pip (CTR-3114)
-
The latest version of pip is not compatible with python 2.x, so the pip installation, which is automatically done by
withAwsCli
, fails.
With this fix the step supports both python 2.x and 3.x.
Note that withAwsCli
may start failing without any configuration change, as the issue comes from the pip download site. Upgrading to this version of the plugin should solve the issue.