We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Follow upgrade instructions at https://github.com/mastodon/mastodon/releases/tag/v3.5.0rc1
There is no git pull/fetch step for the new source code
Follow all instructions for non-Docker scenario
All steps conclude successfully, including restart, and but Mastodon version number remains at 3.4.6 on the Mastodon instance's About page
Start upgrade process again, commencing with git fetch && git checkout -f v3.5.0rc1
Seems to complete OK, with following message:
Previous HEAD position was 93a6c14 Fix insufficient sanitization of report comments (Fix insufficient sanitization of report comments #17430) HEAD is now at 4bdce2c Bump version to 3.5.0rc1 (Bump version to 3.5.0rc1 #17618)
Execute bundle install
I get the error message : rbenv: version `3.0.3' is not installed (set by /home/mastodon/live/.ruby-version)
Bite fingers nervously and carefully do not restart Mastodon instance again before getting adivice/solution from developers
...
Version on instance About page should incerment to 3.5.0rc1
Version on instance's About page remains at 3.4.6
Previous HEAD position was 93a6c14 Fix insufficient sanitization of report comments (#17430) HEAD is now at 4bdce2c Bump version to 3.5.0rc1 (#17618)
The text was updated successfully, but these errors were encountered:
Might want to add a note in the changelog for updating ruby with rbenv
Sorry, something went wrong.
It is true.. the git fetch && git checkout v3.5.0rc1 is missing from the notes.
git fetch && git checkout v3.5.0rc1
Hopefully you've got the problem sorted tho
Yeah, as @benharri pointed out, the release notes are lacking instructions regarding updating Ruby with rbenv.
Update the list of ruby versions available to rbenv if needed, then build Ruby 3.0.3 with RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.0.3.
rbenv
RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.0.3
I edited the release notes to add some more information about this as well as summarize dependencies.
No branches or pull requests
Steps to reproduce the problem
Follow upgrade instructions at https://github.com/mastodon/mastodon/releases/tag/v3.5.0rc1
There is no git pull/fetch step for the new source code
Follow all instructions for non-Docker scenario
All steps conclude successfully, including restart, and but Mastodon version number remains at 3.4.6 on the Mastodon instance's About page
Start upgrade process again, commencing with git fetch && git checkout -f v3.5.0rc1
Seems to complete OK, with following message:
Previous HEAD position was 93a6c14 Fix insufficient sanitization of report comments (Fix insufficient sanitization of report comments #17430)
HEAD is now at 4bdce2c Bump version to 3.5.0rc1 (Bump version to 3.5.0rc1 #17618)
Execute bundle install
I get the error message : rbenv: version `3.0.3' is not installed (set by /home/mastodon/live/.ruby-version)
Bite fingers nervously and carefully do not restart Mastodon instance again before getting adivice/solution from developers
...
Expected behaviour
Version on instance About page should incerment to 3.5.0rc1
Actual behaviour
Version on instance's About page remains at 3.4.6
Specifications
Previous HEAD position was 93a6c14 Fix insufficient sanitization of report comments (#17430)
HEAD is now at 4bdce2c Bump version to 3.5.0rc1 (#17618)
The text was updated successfully, but these errors were encountered: