From 77a4eba1852726682bb3e94db077b9149ee8dcea Mon Sep 17 00:00:00 2001 From: Eric Park Date: Mon, 25 Dec 2023 08:25:17 +0900 Subject: [PATCH] release: 2.29.0 - 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 --- CHANGELOG.md | 23 ++++++++++++++++++++++- server/version.txt | 2 +- shippy/shippy/version.py | 2 +- version.txt | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02dfcb0f..69954fd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/server/version.txt b/server/version.txt index 7885befc..67b680c8 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.28.8 \ No newline at end of file +2.29.0 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index fc09dc07..89dd279d 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.28.8" \ No newline at end of file +__version__ = "2.29.0" \ No newline at end of file diff --git a/version.txt b/version.txt index 7885befc..67b680c8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.28.8 \ No newline at end of file +2.29.0 \ No newline at end of file