Releases: shipperstack/shipper
2.37.9
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_L10NDjango settings key
2.37.8
release: 2.37.8
- shippy now prints 5xx error codes returned from the server
2.37.7
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
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
release: 2.37.5
- Fixed server Docker image build failing due to pulled dependency versions
2.37.4
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
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
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
release: 2.37.1
- Fixed the build model looking up the mirror server causing crashes
2.37.0
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