Skip to content

Releases: ministryofjustice/analytics-platform-control-panel

Update org scanner

03 May 09:48
9590216
Compare
Choose a tag to compare

Update version of org scanner to build image on PR for Airflow task repos

Update Helm to 2.13.0

05 Apr 11:37
8418d1f
Compare
Choose a tag to compare

Update Helm to 2.13.0

Dependency updates

13 Feb 15:37
b34e51e
Compare
Choose a tag to compare

A number of dependency updates

Tidy up and fix some bugs

01 Feb 13:55
b2444ea
Compare
Choose a tag to compare
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

17 Jan 17:41
ab51d4d
Compare
Choose a tag to compare

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

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'