-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added a new configuration key to set checksum value expected by server - shipper now accepts different checksum types from shippy - General code cleanup - Updated library dependencies - Django (3.2.12 -> 3.2.13) - django-celery-results (2.3.0 -> 2.3.1) - paramiko (2.10.3 -> 2.10.4) - Removed MD5 checksum file field from Build object in database - Removed dependency on pysftp as it is outdated and has an authentication problem. shipper now uses paramiko directly
- Loading branch information
1 parent
7ee5b3c
commit 4ad78b1
Showing
2 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
1.14.3 | ||
1.15.0 | ||
1.7.0 |