Skip to content

Commit

Permalink
release: 2.41.4
Browse files Browse the repository at this point in the history
## 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)
  • Loading branch information
ericswpark committed Aug 26, 2024
1 parent e9e4a25 commit 6aca6dc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.41.3
2.41.4
2 changes: 1 addition & 1 deletion shippy/shippy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.41.3"
__version__ = "2.41.4"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.41.3
2.41.4

0 comments on commit 6aca6dc

Please sign in to comment.