Skip to content

Fix Usernames with capitalisations IAM BUG and other fixes

Compare
Choose a tag to compare
@ladyrassilon ladyrassilon released this 23 Feb 17:01
· 1072 commits to main since this release
df28f09

Fixes

  • Capitalisation in github usernames causing IAM grant problems ANPL-785
  • Build was broken due to fuzzy version numbers

Updated Packages

  • Python
    • asgiref 3.2.10 to 3.5.0
    • Django 3.1.1 to 3.1.14
    • Jinja2 pinned to 2.11.3
    • MarkupSafe pinned to 2.0.1
    • Uvicorn 0.11.8 to 0.17.5
  • NodeJS
    • path-parse from 1.0.6 to 1.0.7
    • ajv from 6.10.2 to 6.12.6
    • y18n from 3.2.1 to 3.2.2
    • handlebars from 4.5.3 to 4.7.7

Changes

Dev Tools

  • make dev-run and make dev-exec use bash rather than sh
  • re-enabled dev-packages to mean we have ANPL-764
    • django-debug-toolbar
    • ipdb
    • ipython also pinned to 7.31.1
    • make dev-py now runs from the dev-packages so it uses ipython as the terminal.