Skip to content

Commit

Permalink
release: 2.29.0
Browse files Browse the repository at this point in the history
	- github/codeql-action (2 -> 3) (3)
	- sentry-sdk (1.39.0 -> 1.39.1) (/server)
	- django-ipware (6.0.2 -> 6.0.3) (/server)
	- actions/upload-artifact (3 -> 4) (4)
	- actions/download-artifact (3 -> 4) (4)
	- sentry-sdk (1.39.0 -> 1.39.1) (/shippy)
- ci: use different names for coverage artifact data
- ci: another attempt at fixing artifact upload
- ci: fix artifact being downloaded to wrong path
	- thumbhash-python (1.0.0 -> 1.0.1) (/server)
	- paramiko (3.3.1 -> 3.4.0) (/server)
- ci(github): enable artifact merging
- ci(github): only run nginx gixy tests if the config changed
- ci(github): update download artifacts action to 4.1.0
- fix(server): send proper download URL in API responses
  • Loading branch information
ericswpark committed Dec 24, 2023
1 parent 9334792 commit 77a4eba
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,28 @@ The format is based on [Keep a Changelog][keep-a-changelog].

# [Unreleased]

[Unreleased]: https://github.com/shipperstack/shipper/compare/2.28.8...HEAD
[Unreleased]: https://github.com/shipperstack/shipper/compare/2.29.0...HEAD


# [2.29.0] - 2023-12-25

- github/codeql-action (2 -> 3) (3)
- sentry-sdk (1.39.0 -> 1.39.1) (/server)
- django-ipware (6.0.2 -> 6.0.3) (/server)
- actions/upload-artifact (3 -> 4) (4)
- actions/download-artifact (3 -> 4) (4)
- sentry-sdk (1.39.0 -> 1.39.1) (/shippy)
- ci: use different names for coverage artifact data
- ci: another attempt at fixing artifact upload
- ci: fix artifact being downloaded to wrong path
- thumbhash-python (1.0.0 -> 1.0.1) (/server)
- paramiko (3.3.1 -> 3.4.0) (/server)
- ci(github): enable artifact merging
- ci(github): only run nginx gixy tests if the config changed
- ci(github): update download artifacts action to 4.1.0
- fix(server): send proper download URL in API responses

[2.29.0]: https://github.com/shipperstack/shipper/compare/2.28.8...2.29.0


# [2.28.8] - 2023-12-13
Expand Down
2 changes: 1 addition & 1 deletion server/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.28.8
2.29.0
2 changes: 1 addition & 1 deletion shippy/shippy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.28.8"
__version__ = "2.29.0"
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.28.8
2.29.0

0 comments on commit 77a4eba

Please sign in to comment.