Releases: shipperstack/shipper
1.13.1
Release 1.13.1
This release contains a database migration.
- The
target_versions
field in the MirrorServer model now allows for wildcards - The
upload_backups
management command is nowmirror_builds
1.13.0
Release 1.13.0
This release contains a database migration.
This release contains a new configuration key.
-
Added configuration key for file name delimiter
-
Added
build_date
field to Build model -
Added target versions field to MirrorServer model for targeting build versions during mirroring
-
Added configuration key for admin emails
-
Updated
mirrored_on
description warning for the Build model -
Allow for uploads up to 5 GB
-
Ignore SSH exceptions and authentication errors stemming from paramiko when reporting to Sentry
-
General code cleanup
-
Updated library dependencies
1.12.0
Release 1.12.0
This release contains a database migration and a security vulnerabilty
fix.
Please update as soon as possible. Do not forget to perform a database
migration after updating!
Changes since 1.11.2:
- Fixed a bug with the database field preventing build uploads with
files over the size of 2.1 GB. - Updated Django to 3.2.11 to fix a security vulnerability.
- Updated library dependencies
1.11.2
Release 1.11.2
This release contains a number of important security vulnerability
fixes in the included dependencies. Please update as soon as
possible to ensure your instance remains secure.
Changes since 1.11.1:
- Updated Django to 3.2.10 to fix a vulnerability
- Updated Celery to 5.2.3 to fix a vulnerability
- Miscellaneous dependency updates
1.11.1
Release 1.11.1
This is an emergency patch release to address a regression introduced by 1.10.1.
Changes since 1.11.0:
- Fixed a regression that caused disabled devices or devices with no builds to not show up under the maintainer dashboard.
1.11.0
Release 1.11.0
This release has a configuration key change. Learn more at the wiki.
Changes since 1.10.3:
- Changed variant configuration key to include user-friendly names for each variant
- Fixed theming on the build download page
- The "Back to main website" button no longer shows if the related configuration key is left out
- The maintainer page now uses standard checkbox inputs to toggle build enable status
- Fixed a regression introduced in 1.10.2 where the maintainer page would not show all builds
- General code cleanup
1.10.3
Release 1.10.3
Changes since 1.10.2:
- Fixed API not getting latest build by date instead of ID
- Changed date representation to ISO 8601 for easier reading
- Updated build download page template theming
1.10.2
Release 1.10.2
Changes since 1.10.1:
- Fixed sorting methods to use build date instead of upload date
- Fixed typo in management command
- Fixed docker-compose file not using quotes
- General code cleanup
- Updated library dependencies
1.10.1
Release 1.10.1
This is an emergency release to fix a regression introduced by 1.10.0.
Changes since 1.10.0:
- Fixed the 500 server error on the maintainer dashboard page.
- Redesigned the maintainer dashboard page to match the main downloads page.
1.10.0
Release 1.10.0
This release has a new configuration key. Please refer to the wiki when upgrading.
Changes since 1.9.16:
- WebUI upload has been removed completely from shipper.
You can now upload files using the shippy project. - The variants can now be specified in the configuration file.