Releases: singularityhub/sregistry
Singularity Registry Server v2.1.0
What's Changed
- Allowing setting config vars from environment by @vsoch in #409
- [tributors] contributors/update-2022-10-13 by @github-actions in #411
- Adhere to YAML syntax in dummy-settings.yaml by @SethosII in #413
- [tributors] contributors/update-2023-03-24 by @github-actions in #414
- [tributors] contributors/update-2023-03-24 by @github-actions in #415
- Add missing package by @SethosII in #418
- Remove wrong information by @SethosII in #417
- [tributors] contributors/update-2023-03-28 by @github-actions in #420
- Small documentation fixes by @SethosII in #419
- update dockerfile base by @vsoch in #421
New Contributors
Full Changelog: v1.1.4...2.1.0
Singularity Registry Server v1.1.4
What's Changed
- [tributors] contributors/update-2021-11-11 by @github-actions in #385
- Bump django from 2.2.24 to 2.2.27 by @dependabot in #394
- [tributors] contributors/update-2022-02-10 by @github-actions in #395
- Bump django from 2.2.27 to 2.2.28 by @dependabot in #399
- updating sregistry with new minio, docker compose by @vsoch in #405
- [tributors] contributors/update-2022-09-19 by @github-actions in #406
Full Changelog: v1.1.39...v1.1.4
Singularity Registry Server v1.1.39
This fixes an issue with setting the VERIFY variable for when Minio is using SSL.
Singularity Registry Server v1.1.38
This release fixes a bug with SAML urls, and pins the postgres supporting library to avoid an error. See the CHANGELOG for details.
Singularity Registry Server v1.1.37
Bump Django version to 2.2.21.
Singularity Registry Server v1.1.36
This release bumps the Python version in the container to 3.6x, and fixes a bug with the version and syntax of django rest framework used within the Google Build plugin.
Singularity Registry Server v1.1.35
This version adds support for GitHub Enterprise login with Python social auth.
Singularity Registry Server v1.1.31
This release allows for a BEARER token of any casing (Bearer or BEARER).
Singularity Registry Server v1.1.30
This release adds a missing minio environment file to the docker compose configurations.
Singularity Registry Server v1.1.29
This release enforces usernames to be in all lowercase, which is now required by the scs library client.