91cf1e88dc
This patch updates all the roles to the latest available stable SHA's, copies the release notes from the updated roles into the integrated repo. Change-Id: Iebe2dfd5b1a1fd8977d13075dfe7f841e6e416a0
10 lines
440 B
YAML
10 lines
440 B
YAML
---
|
|
features:
|
|
- |
|
|
The repo server now implements nginx as a reverse proxy for python
|
|
packages sourced from pypi. The initial query will be to a local
|
|
deployment of pypiserver in order to serve any locally built packages,
|
|
but if the package is not available locally it will retry
|
|
the query against the upstream pypi mirror set in the variable
|
|
``repo_nginx_pypi_upstream`` (defaults to pypi) and cache the response.
|