Skip to content

Releases: shipperstack/shipper

1.13.1

02 Feb 06:51
Compare
Choose a tag to compare

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 now mirror_builds

1.13.0

02 Feb 06:15
Compare
Choose a tag to compare

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

28 Jan 11:18
Compare
Choose a tag to compare

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

09 Jan 08:51
Compare
Choose a tag to compare

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

06 Oct 06:45
83b3d1e
Compare
Choose a tag to compare

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

06 Oct 06:35
77796af
Compare
Choose a tag to compare

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

06 Oct 04:26
e1b2edb
Compare
Choose a tag to compare

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

06 Oct 03:58
0ddf7ce
Compare
Choose a tag to compare

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

05 Oct 10:33
ca96550
Compare
Choose a tag to compare

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

05 Oct 10:06
c795fa1
Compare
Choose a tag to compare

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.