Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Releases: shipperstack/shipper

2.37.9

27 May 06:02

Choose a tag to compare

release: 2.37.9

  • Updated dependencies (shippy)

    • sentry-sdk (2.2.1 -> 2.3.1)
  • Updated dependencies (server)

    • sentry-sdk (2.2.1 -> 2.3.1)
  • The release helper script now uses the git2 library for robustness

  • The release helper script will now no longer push if unstaged changes exist in the working directory

  • Updated dependencies (release-helper)

    • chrono (0.4.31 -> 0.4.38)
    • semver (1.0.18 -> 1.0.23)
    • regex (1.9.3 -> 1.10.4)
    • clap (4.3.19 -> 4.5.4) (/release-helper)
  • General code cleanup

  • Removed deprecated USE_L10N Django settings key

2.37.8

23 May 23:44

Choose a tag to compare

release: 2.37.8

  • shippy now prints 5xx error codes returned from the server

2.37.7

23 May 09:23
8b73622

Choose a tag to compare

release: 2.37.7

  • Fixed server generating an error if the build was deleted before mirroring auto-retry occurred
  • Updated dependencies (shippy)
    • requests (2.31.0 -> 2.32.2)
    • setuptools (69.5.1 -> 70.0.0)
    • sentry-sdk (2.2.0 -> 2.2.1)
  • Updated dependencies (server)
    • requests (2.31.0 -> 2.32.2)
    • sentry-sdk (2.2.0 -> 2.2.1)

2.37.6

17 May 02:16
86af598

Choose a tag to compare

release: 2.37.6

  • Updated dependencies (shippy)
    • sentry-sdk (2.1.1 -> 2.2.0)
  • Updated dependencies (server)
    • sentry-sdk (2.1.1 -> 2.2.0)
  • Fixed server to ignore ImproperlyConfigured exceptions when reporting to Sentry

2.37.5

16 May 15:22
861ba0a

Choose a tag to compare

release: 2.37.5

  • Fixed server Docker image build failing due to pulled dependency versions

2.37.4

16 May 15:17
08ee3f5

Choose a tag to compare

release: 2.37.4

  • Fixed the management command trying to queue up mirror jobs for archived builds
  • Increased the Celery tasks time limit to one hour
  • Fixed the server not checking if the configuration keys are empty (invalid)
  • Fixed shippy crashing if the server is temporarily unavailable
  • General code cleanup

2.37.3

13 May 14:52
ddf98bd

Choose a tag to compare

release: 2.37.3

  • Added a setting to the server to globally control mirroring of builds

  • Fixed the server uploading truncated builds to mirror servers

2.37.2

12 May 09:16
9f842a5

Choose a tag to compare

release: 2.37.2

  • Fixed the server crashing if the SSH key does not exist
  • Fixed the server erroring out during the connection to the mirror server
  • Fixed the server crashing if the base upload path does not exist on the mirror server
  • Fixed shippy not supplying the authentication token when checking for duplicate builds during validation

2.37.1

12 May 00:09
157c996

Choose a tag to compare

release: 2.37.1

  • Fixed the build model looking up the mirror server causing crashes

2.37.0

11 May 11:40
4ab940f

Choose a tag to compare

release: 2.37.0

  • Added prechecks on shipper and shippy to check build duplicity before uploading

  • Fixed a bug where the token check API endpoint was caching the results

  • Fixed a bug that was causing date conversion test failures on Windows

  • Updated dependencies (shippy)

    • sentry-sdk (2.0.1 -> 2.1.1)
  • Updated dependencies (server)

    • django (5.0.4 -> 5.0.6)
    • sentry-sdk (2.0.1 -> 2.1.1)
  • General code cleanup