2019-10-03 22:29:17 +03:00
ansible-runner==1.4.1
2017-02-27 19:07:44 +03:00
appdirs==1.4.2
2019-01-03 15:52:16 +03:00
asgi-amqp==1.1.3
2019-02-22 09:21:08 +03:00
azure-keyvault==1.1.0
2018-03-01 19:17:46 +03:00
boto==2.47.0
2017-11-10 01:17:30 +03:00
channels==1.1.8
2019-04-11 17:49:00 +03:00
celery==4.3.0
2018-03-01 19:17:46 +03:00
daphne==1.3.0 # Last before backwards-incompatible channels 2 upgrade
2019-04-11 17:49:00 +03:00
twisted[tls]>=17.1 # from daphne, see https://github.com/django/daphne/pull/257
2019-08-01 17:25:46 +03:00
Django==2.2.4
2018-10-22 18:47:39 +03:00
django-auth-ldap==1.7.0
2018-11-19 05:25:21 +03:00
django-cors-headers==2.4.0
2018-03-01 19:17:46 +03:00
django-crum==0.7.2
django-extensions==2.0.0
2019-06-28 00:10:15 +03:00
django-jsonfield==1.2.0
2018-10-12 17:21:57 +03:00
django-oauth-toolkit==1.1.3
2018-03-01 19:17:46 +03:00
django-polymorphic==2.0.2
2017-06-30 23:09:49 +03:00
django-pglocks==1.0.2
2018-10-22 19:58:42 +03:00
django-radius==1.3.3
2018-03-01 19:17:46 +03:00
django-solo==1.1.3
django-split-settings==0.3.0
django-taggit==0.22.2
2019-05-28 20:52:25 +03:00
djangorestframework==3.9.4
2016-11-18 01:43:35 +03:00
djangorestframework-yaml==1.0.3
2019-06-04 22:26:14 +03:00
GitPython==2.1.11
2018-03-01 19:17:46 +03:00
irc==16.2
2019-04-12 22:26:32 +03:00
jinja2==2.10.1
Dependency Updates
* Dynamic Inventory Source
Template against ansible 2.3 dynamic inventory sources.
The major change is removal of `rax.py`. Most upstream scripts except
`foreman.py` has quite trivial coding style changes, or minor functional
extensions that does not affect Tower inventory update runs.
`foreman.py`, on the other hand, went through quite a major refactoring,
but functionalities stay the same.
Major python dependency updates include apache-libcloud (1.3.0 -->
2.0.0), boto (2.45.0 --> 2.46.1) and shade (1.19.0 --> 1.20.0). Minor
python dependency updates include indirect updates via `pip-compile`,
which are determined by base dependencies.
Some minor `task.py` extensions:
- `.ini` file for ec2 has one more field `stack_filter=False`, which
reveals changes in `ec2.py`.
- `.ini` file for cloudforms will catch these four options from
`source_vars_dict` of inventory update: `'version', 'purge_actions',
'clean_group_keys', 'nest_tags'`. These four options have always been
available in `cloudforms.py` but `cloudforms.ini.example` has not
mentioned them until the latest version. For consistency with upstream
docs, we should make these fields available for tower user to customize.
- YAML file of openstack will catch ansible options `use_hostnames`,
`expand_hostvars` and `fail_on_errors` from `source_vars_dict` of
inventory update as a response to issue #6075.
* Remove Rackspace support
Supports of Rackspace as both a dynamic inventory source and a cloud
credential are fully removed. Data migrations have been added to support
arbitrary credential types feature and delete rackspace inventory
sources.
Note also requirement `jsonschema` has been moved from
`requirements.txt` to `requirements.in` as a primary dependency to
reflect it's usage in `/main/fields.py`.
Connected issue: #6080.
* `pexpect` major update
`pexpect` stands at the very core of our task system and underwent a
major update from 3.1 to 4.2.1. Although verified during devel, please
still be mindful of any suspicious issues on celery side even after this
PR gets merged.
* Miscellaneous
- requests now explicitly declared in `requirements.in` at version 2.11.1
in response to upstream issue
- celery: 3.1.17 -> 3.1.25
- django-extensions: 1.7.4 -> 1.7.8
- django-polymorphic: 0.7.2 -> 1.2
- django-split-settings: 0.2.2 -> 0.2.5
- django-taggit: 0.21.3 -> 0.22.1
- irc: 15.0.4 -> 15.1.1
- pygerduty: 0.35.1 -> 0.35.2
- pyOpenSSL: 16.2.0 -> 17.0.0
- python-saml: 2.2.0 -> 2.2.1
- redbaron: 0.6.2 -> 0.6.3
- slackclient: 1.0.2 -> 1.0.5
- tacacs_plus: 0.1 -> 0.2
- xmltodict: 0.10.2 -> 0.11.0
- pip: 8.1.2 -> 9.0.1
- setuptools: 23.0.0 -> 35.0.2
- (requirements_ansible.in only)kombu: 3.0.35 -> 3.0.37
2017-04-20 23:47:53 +03:00
jsonschema==2.6.0
2018-10-30 19:10:00 +03:00
Markdown==2.6.11 # used for formatting API help
2019-07-03 19:09:17 +03:00
openshift==0.9.0
2016-11-18 01:43:35 +03:00
ordereddict==1.1
2019-04-05 22:46:54 +03:00
prometheus_client==0.6.0
2018-03-01 19:17:46 +03:00
psutil==5.4.3
2019-05-24 23:30:06 +03:00
psycopg2==2.8.2
2018-03-01 19:17:46 +03:00
pygerduty==0.37.0
2017-04-03 22:25:36 +03:00
pyparsing==2.2.0
2018-03-27 00:12:01 +03:00
python-dateutil==2.7.2 # contains support for TZINFO= parsing
2018-03-01 19:17:46 +03:00
python-memcached==1.59
2016-11-18 01:43:35 +03:00
python-radius==1.0
2018-10-22 19:58:42 +03:00
python3-saml==1.4.0
2019-01-18 22:08:42 +03:00
social-auth-core==3.0.0
2018-03-01 19:17:46 +03:00
social-auth-app-django==2.1.0
2019-02-22 09:21:08 +03:00
requests==2.21.0
2016-11-29 22:58:10 +03:00
requests-futures==0.9.7
2018-03-01 19:17:46 +03:00
slackclient==1.1.2
2017-07-12 20:52:37 +03:00
tacacs_plus==1.0
2018-03-01 19:17:46 +03:00
twilio==6.10.4
uWSGI==2.0.17
2018-03-16 23:48:18 +03:00
uwsgitop==0.10.0
2019-06-19 23:02:52 +03:00
pip==9.0.1
setuptools==36.0.1