-
Notifications
You must be signed in to change notification settings - Fork 141
Update MAINTENANCE for post-1.0 world #1302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Probably the easiest and best way to review is to read the whole new version of the document, instead of looking at the diff @wprzytula @muzarski |
|
|
|
CI has failed with an interesting error message that I haven't seen before: LastAttemptError(DbError(Invalid, "Materialized views are not supported on base tables with tablets")) |
Materialized views + tablets combination is not supported in 2025.1 (it is going to be supported in 2025.2). Did you bump scylla version in CI recently? |
We just fetch the latest available docker image. I can see there's been an upload 8 hrs ago: 2025.1.0. |
I don't get it, was the support dropped? We did not get such an error with 6.2. |
41aa8b6 to
830694e
Compare
830694e to
773129c
Compare
wprzytula
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This document helps a lot.
773129c to
6f75b3e
Compare
After 1.0 many parts of the document became outdated.
This PR updates them, and simplifies some stuff (for example, there is no longer a difference between instructions for minor / major / patch release).
Fixes: #1264
Pre-review checklist
I added relevant tests for new features and bug fixes.I have provided docstrings for the public items that I want to introduce.I have adjusted the documentation in./docs/source/.Fixes:annotations to PR description.