From 6aca6dcef972b0a5c644dc944635ca0e64d3aa36 Mon Sep 17 00:00:00 2001 From: Eric Park Date: Sun, 25 Aug 2024 20:42:07 -0400 Subject: [PATCH] release: 2.41.4 ## Changed - Fixed Docker image build crashing due to outdated Alpine Python package versions - The task time limit value is now configurable with the `.env` file - Updated dependencies (server) - django-constance[database] (3.1.0 -> 4.0.0) - django-dbbackup (4.1.0 -> 4.2.0) --- CHANGELOG.md | 15 ++++++++++++++- server/version.txt | 2 +- shippy/shippy/version.py | 2 +- version.txt | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96405d10..77a56e4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,20 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.41.3...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.41.4...HEAD + + +# [2.41.4] - 2024-08-25 + +## Changed + +- Fixed Docker image build crashing due to outdated Alpine Python package versions +- The task time limit value is now configurable with the `.env` file +- Updated dependencies (server) + - django-constance[database] (3.1.0 -> 4.0.0) + - django-dbbackup (4.1.0 -> 4.2.0) + +[2.41.4]: https://github.com/shipperstack/shipper/compare/2.41.3...2.41.4 # [2.41.3] - 2024-08-23 diff --git a/server/version.txt b/server/version.txt index 1fceeb4a..90efa701 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.41.3 \ No newline at end of file +2.41.4 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index ee5b52c7..8de257ea 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.41.3" \ No newline at end of file +__version__ = "2.41.4" \ No newline at end of file diff --git a/version.txt b/version.txt index 1fceeb4a..90efa701 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.41.3 \ No newline at end of file +2.41.4 \ No newline at end of file