Changed ~~~~~~~ * Update slurm to 23.02.4 * Delete references to LIEF GPGPU * Update python-tldap to support CIPHERS ldap setting * Attempt to use LC version of IMAGE_NAME * Change docs to furo style * Upgrade postgresql version for tests
6.2.1
------------------
Changed ~~~~~~~ * Merged in University of Melbourne styling. If Karaage is used by anyone else please let me know. * Fixed some issues in the University of Melbourne styling. In particular: * Fixed the checkboxes in the institute edit page. * Fixed the email body element, when resized it would be clipped.
Broken: ~~~~~~~ There are no db migrations changes.
Some things that might be broken and require fixing in this update:
* Run sql `UPDATE django_migrations SET app="kgsoftware_applications" where app="kgsoftware.applications";` * Add `CSRF_TRUSTED_ORIGINS = ["https://domainname.com"]` in `settings.py`. * Remove deprecated staticfiles references to local copies of templates (if any).
6.1.5
------------------
Changed ~~~~~~~ * Fix error in logger name. * Attempt to deal with application approval errors better. * Update Docker build. * Run tests in parallel. * Remove deprecated USAGE_IS_PUBLIC setting. * Update description. * Convert from pypi to poetry. * Add algorithms parameter to decode jwt token. * When logging in using AAF email, set the saml_id. * Build using slurm 20.11.
6.1.4
------------------
Added ~~~~~ * Add sign up completion email (802, 811). * Set better default values for Docker sample files.
Fixed ~~~~~ * Ensure user is applicant before allowing submit on password state (861).