Releases: ministryofjustice/analytics-platform-control-panel
Releases · ministryofjustice/analytics-platform-control-panel
Tidy up and fix some bugs
Tidy up, fix warnings and use a Makefile (#508) * Tidy up, fix warnings and use a Makefile * Update README.md * Remove make dependency in docker image * Remove unused USE_VENV variable * Can't run specific tests with docker-compose * Fix pagination with no items
PyYAML security patch
Deps upgraded for SECURITY:
PyYAML==3.13->4.2b4
Deps upgraded to be up to date:
auth0-python==3.3.0->3.6.1
boto3==1.7.77->1.9.80
botocore==1.10.77->1.12.80
cachetools==2.1.0->3.0.0
certifi==2018.8.13->2018.11.29
cryptography==2.3.1->2.4.2
Django==2.1.2->2.1.5
django-extensions==2.1.4->2.1.4
djangorestframework==3.8.2->3.9.1
elasticsearch-dsl==6.2.1->6.3.1
future==0.17.1->0.17.1
google-auth==1.5.1->1.6.2
idna==2.7->2.8
kubernetes==6.0.0->8.0.1
MarkupSafe==1.0->1.1.0
psycopg2==2.7.5->2.7.6.1
py==1.5.4->1.7.0
pycparser==2.18->2.19
pytest==3.7.1->3.10.1
pytest-django==3.3.3->3.4.5
python-dateutil==2.7.3->2.7.5
python-jose[cryptography]==3.0.0->3.0.1
pytz==2018.5->2018.9
raven==6.9.0->6.10.0
requests==2.20.0->2.21.0
rsa==3.4.2->4.0
six==1.11.0->1.12.0
urllib3==1.23->1.24.1
Other:
- Fix psycopg2 warning over module rename #421
Upgraded `requests` to fix security problem
Upgradedrequests
2.19.1
=> 2.20.0
to address CVE-2018-18074
See PR for more details: 06ed696
Update dependencies
Updated python deps:
- boto3 1.7.64->1.7.77
- botocore 1.10.64->1.10.77
- certifi 2018.4.16->2018.8.13
- cryptography 2.3->2.3.1
- Django 2.0.7->2.1.2
- elasticsearch 6.3.0->6.3.1
- google-auth 1.5.0->1.5.1
- pyasn1 0.4.3->0.4.4
- pytest 3.6.3->3.7.1
- pytest-django 3.3.2->3.3.3
JupyterLab Support
Adds the ability to deploy Jupyter for users
v0.12.9
Database migration is now done by a k8s job
Change:
- Database migration is done by a k8s job triggered by helm install & upgrade (rather than always running on start-up)
Minor:
- Sentry config is optional
- Remove lots of unnecessary logging on the log-in page
- Move off dependency 'pycrypto'
Enable bulk adding of app customers
Bump boto3 from 1.7.63 to 1.7.64 (#297) Bumps [boto3](https://github.com/boto/boto3) from 1.7.63 to 1.7.64. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.7.63...1.7.64) Signed-off-by: dependabot[bot] <support@dependabot.com>
Fix listing app customers
Previously, only the first 25 app customers would be listed on the App details page.
Fix adding customers who are already platform users
The Control Panel would add users of connections other than 'email' to be added as customers to apps. This resulted in the user being unable to login via passwordless magic login links.