Replies: 7 comments 17 replies
-
The next production suitable release is likely to be available early in the new year. 😄 The |
Beta Was this translation helpful? Give feedback.
-
I proposed a change that I think can help us make progress: Publish preview Docker image when release candidate is tagged: #6787 We can see that many people have been using the preview image, which is great, but bug reports are hard to follow because each person may be testing a different snapshot. With this change we should be connect bug reports and confirmation of fixes with specific tags: 24.01.0-dev In integration tests this also makes the previous and next version predictable, so we can step through each release without having to pin an image to individual SHA1s --- a/redash-email/docker-compose.yml
+++ b/redash-email/docker-compose.yml
@@ -2,7 +2,7 @@
# For a production example please refer to getredash/setup repository on GitHub.
version: "2.2"
x-redash-service: &redash-service
- image: redash/redash:preview
+ image: redash/preview:24.02.0-dev
env_file:
- .env |
Beta Was this translation helpful? Give feedback.
-
It's already June, and we're stuck with EOL versions of Python, boto3, and so on, despite the fact that there isn't yet a stable version that's not at least three years old. I'm not asking for new features, just for a version with up-to-date dependencies that is considered stable... |
Beta Was this translation helpful? Give feedback.
-
I started a wiki page for Release Notes based on the -dev snapshots @EVaisman @bear0330 @moontalk @nhayato @dtaniwaki @tsawada @rodrigost23 @kaelaela please take some time to update this page |
Beta Was this translation helpful? Give feedback.
-
you guys are truly great! and i mean it! |
Beta Was this translation helpful? Give feedback.
-
Bumping this to see if we have any update on a stable release? The release notes and tags for the DEV releases are helpful! |
Beta Was this translation helpful? Give feedback.
-
I'm going to be upgrading a v10 to v24 (when it's released). Can I offer any help writing any migration docs, or are they somewhere already that I haven't found? Thanks :) |
Beta Was this translation helpful? Give feedback.
-
I see that the docker image with the latest tag has been updated recently. We currently point the redash docker image to the 10.1.0 tag (which is marked as the latest in the releases page). Updating it to point to lastest tag is a bit risky for us and we'd like the version to be explicitly specified. Is it possible to update the latest fixed version?
Beta Was this translation helpful? Give feedback.
All reactions