Skip to content

Releases: shipperstack/shipper

2.9.5

25 Feb 10:23
ef8eba1
Compare
Choose a tag to compare

release: 2.9.5

  • Fixed task information not showing up under Celery results table

2.9.4

25 Feb 08:51
ba2b248
Compare
Choose a tag to compare

release: 2.9.4

  • Celery tasks now update their progress state
  • Celery tasks now show that they have been started, when they are started, instead of remaining at pending
  • Celery now uses the default Django backend for caching
  • Updated library dependencies
    • humanize (4.5.0 -> 4.6.0)
    • sentry-sdk (1.14.0 -> 1.15.0)
    • django (4.1.6 -> 4.1.7)
    • django-cleanup (6.0.0 -> 7.0.0)
    • django-crispy-forms (1.14.0 -> 2.0)

2.9.3

02 Feb 14:08
dea1cd9
Compare
Choose a tag to compare

release: 2.9.3

  • Updated library dependencies
    • sentry-sdk (1.12.1 -> 1.14.0)
    • django-auditlog (2.2.1 -> 2.2.2)
    • paramiko (2.12.0 -> 3.0.0)
    • django (4.1.5 -> 4.1.6)
    • humanize (4.4.0 -> 4.5.0)

2.9.2

08 Jan 04:20
12e8036
Compare
Choose a tag to compare

Release 2.9.2

  • Added general API endpoint to list active maintainers only

  • The admin page now shows user-editable fields for maintainers

  • KeyboardInterrupt errors are now ignored by Sentry

  • The general API endpoint that returns all maintainers now has an active field

  • Fixed chunked upload API endpoint returning stale responses

  • Updated library dependencies

    • django (4.1.4 -> 4.1.5)

2.9.1

30 Dec 14:48
e746161
Compare
Choose a tag to compare

Release 2.9.1

  • Fixed static files being deleted during server setup

2.9.0

30 Dec 14:36
8387f88
Compare
Choose a tag to compare

Release 2.9.0

  • Added more account fields for users (maintainers)

  • Added account details edit page

  • Added API endpoint to list maintainer details

  • Form pages in shipper now look snazzier, thanks to django-crispy-forms!

  • Updated library dependencies

    • django (4.1.3 -> 4.1.4)
    • sentry-sdk (1.11.1 -> 1.12.1)
  • shipper is now licensed under AGPLv3!

  • Miscellaneous code improvements

  • General code cleanup

2.8.0

03 Dec 03:01
be72b6a
Compare
Choose a tag to compare

Release 2.8.0

This release contains a database migration.

  • Updated library dependencies
    • sentry-sdk (1.11.0 -> 1.11.1)
    • django-auditlog (2.2.0 -> 2.2.1)
  • The Statistics model now infers the device directly from the Build
    model field

2.7.1

23 Nov 14:48
Compare
Choose a tag to compare

Release 2.7.1

  • Updated library dependencies
  • sentry-sdk (1.10.1 -> 1.11.0)
  • django-auditlog (2.1.1 -> 2.2.0)
  • paramiko (2.11.0 -> 2.12.0)

2.7.0

01 Nov 15:00
a4df07f
Compare
Choose a tag to compare

Release 2.7.0

This release contains a security vulnerability patch.

  • Updated library dependencies
    • sentry-sdk (1.9.9 -> 1.10.1)
    • psycopg2-binary (2.9.3 -> 2.9.5)
    • django-celery-beat (2.3.0 -> 2.4.0)

2.6.1

30 Sep 14:29
2f7f6e8
Compare
Choose a tag to compare

Release 2.6.1

  • Updated library dependencies
    • humanize (4.3.0 -> 4.4.0)
    • sentry-sdk (1.9.8 -> 1.9.9)
    • djangorestframework (3.13.1 -> 3.14.0)
    • django-dbbackup (4.0.1 -> 4.0.2)