Skip to content

Releases: ministryofjustice/analytics-platform-control-panel

Upgraded `requests` to fix security problem

30 Oct 12:25
19e12ba
Compare
Choose a tag to compare

Upgradedrequests 2.19.1 => 2.20.0 to address CVE-2018-18074

See PR for more details: 06ed696

Update dependencies

29 Oct 09:58
aba0432
Compare
Choose a tag to compare

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

16 Oct 13:38
9e7f980
Compare
Choose a tag to compare

Adds the ability to deploy Jupyter for users

v0.12.9

12 Oct 14:13
e4e97db
Compare
Choose a tag to compare
  • Pass Env and OidcDomain values to init-user helm chart: #341
  • Upgraded version of Django 2.0.7 => 2.0.9: #340

Database migration is now done by a k8s job

04 Oct 14:38
b182f82
Compare
Choose a tag to compare

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

26 Jul 10:53
Compare
Choose a tag to compare
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] <[email protected]>

Fix listing app customers

23 Jul 15:02
Compare
Choose a tag to compare

Previously, only the first 25 app customers would be listed on the App details page.

Fix adding customers who are already platform users

17 Jul 13:14
aa6ef7b
Compare
Choose a tag to compare

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.

Update Helm Client

10 Jul 13:45
2c0faab
Compare
Choose a tag to compare

Upgrading helm client from 2.8.2 to 2.9.1

Fix access logs

30 May 13:41
50385f5
Compare
Choose a tag to compare

Parsing of Elasticsearch credentials was raising an exception. This change passes the credentials in component form, to avoid parsing issues.