Skip to content

Commit

Permalink
release: 2.41.5
Browse files Browse the repository at this point in the history
## Changed

- Fixed the server Docker image not building due to outdated Alpine packages
- Fixed shippy not setting the exit code based on success or failure of uploading and disabling status
- Updated dependencies (server)
	- django-dbbackup (4.2.0 -> 4.2.1)
	- @types/react (18.3.4 -> 18.3.7)
	- django (5.1 -> 5.1.1)
	- typescript (5.5.4 -> 5.6.2)
	- sentry-sdk (2.13.0 -> 2.14.0)
	- babel-loader (9.1.3 -> 9.2.1)
	- paramiko (3.4.1 -> 3.5.0)
  - django-constance[database] (4.0.0 -> 4.1.1)
- Updated dependencies (release-helper)
	- clap (4.5.16 -> 4.5.17)
	- anyhow (1.0.86 -> 1.0.89)
- Updated dependencies (shippy)
	- rich (13.7.1 -> 13.8.1)
	- setuptools (73.0.1 -> 75.1.0)
	- sentry-sdk (2.13.0 -> 2.14.0)
  • Loading branch information
ericswpark committed Sep 19, 2024
1 parent b0738ae commit 96c2593
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,33 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [Unreleased]

[Unreleased]: https://github.com/shipperstack/shipper/compare/2.41.4...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.41.5...HEAD


# [2.41.5] - 2024-09-19

## Changed

- Fixed the server Docker image not building due to outdated Alpine packages
- Fixed shippy not setting the exit code based on success or failure of uploading and disabling status
- Updated dependencies (server)
- django-dbbackup (4.2.0 -> 4.2.1)
- @types/react (18.3.4 -> 18.3.7)
- django (5.1 -> 5.1.1)
- typescript (5.5.4 -> 5.6.2)
- sentry-sdk (2.13.0 -> 2.14.0)
- babel-loader (9.1.3 -> 9.2.1)
- paramiko (3.4.1 -> 3.5.0)
- django-constance[database] (4.0.0 -> 4.1.1)
- Updated dependencies (release-helper)
- clap (4.5.16 -> 4.5.17)
- anyhow (1.0.86 -> 1.0.89)
- Updated dependencies (shippy)
- rich (13.7.1 -> 13.8.1)
- setuptools (73.0.1 -> 75.1.0)
- sentry-sdk (2.13.0 -> 2.14.0)

[2.41.5]: https://github.com/shipperstack/shipper/compare/2.41.4...2.41.5


# [2.41.4] - 2024-08-25
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.4
2.41.5
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.4"
__version__ = "2.41.5"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.41.4
2.41.5

0 comments on commit 96c2593

Please sign in to comment.