Mina v1.2.4 Release Notes
Release Date: 2021-08-10 // over 3 years ago-
๐ Full Changelog
๐ Fixed bugs:
- ๐ Make
in_path
tolerate "directory doesn't exist" case #587 - ๐ Different behavior of environment task with 0.3.8 and 1.0.6 #505
Closed issues:
- ๐ Mina deploy failed with Rails and Vue? #659
- ๐ Running "mina deploy" failed when "Precompiling asset files", without any detailed error info #658
- ๐ Stuck on "Fetching new git commits" #654
- ๐ remote: Repository not found. fatal: Authentication failed for 'https://:@github.com/usre_name/repo.git/' #649
- ๐ Error ""The directory 'X' does not exist on the server", run 'mina setup' first! #648
- ๐ git clone "/app/scm" #647
- ๐ fatal: destination path '.' already exists and is not an empty directory. #646
- ๐ Unable to run any rails command in the project server folder #645
- ๐ Is this project alive? #642
- ๐ Why need run(local) do block? #638
- ๐ mina init overrides config/deploy.rb #634
- ๐ What's the role of "on :launch do" part of deploy.rb #631
- ๐ Are there release notes for 1.0 #630
- ๐ ArgumentError: invalid byte sequence in US-ASCII when deploying using GitLab CI with Docker #629
- ๐ Git SHA information on deploy or rollback #626
- ๐ (Doc) 0 downtime deploy example in Mina document? #619
- ๐ ENV is not loading in production #617
- ๐ how to add
config/database.yml
to shared_path without an error #614 - ๐ Deploy without using current/shared/releases? #613
- ๐ mina deploy fails #612
- ๐ Feature: Force precompile for webpacker #610
- ๐ SSH Connection #608
- ๐ Connection to closed after mina setup #607
- ๐ NameError: undefined local variable or method `user' for main:Object #606
- node_modules in shared_paths #604
- ๐ mina deploy rails 5.2.0.beta2 #602
- ๐ sudo systemctl restart apache2 #598
- ๐ I got a 'extconf.rb failed' error when mina bundle install #597
- ๐ Is it possible to view or output the generated bash script? #596
- ๐ mina deploy throws error - bundle: command not found ! ERROR: Deploy failed. #594
- ๐ Could you add back set_default? #588
- ๐ Mina setup doesn't symlink the current folder #571
- ๐ mina deploy Could not locate Gemfile #552
- ๐ SSH to GitLab repository problem #533
- ๐ Does a full bundle install every time #516
- ๐ assets:precompile failed, but deploy succeeded #504
- ๐ Could not find rack-cors-0.4.0 in any of the sources #500
๐ Merged pull requests:
- ๐ Test suite CI #673 (lovro-bikic)
- ๐ Fixes #634 #650 (NBuhinicek)
- ๐ Fix minor typo in documentation #641 (chartrandf)
- ๐ Update cookbook.md #637 (oliveiradanielm)
- ๐ Update default_plugins.md #635 (mpearce)
- ๐ Update deploy.rb #628 (Ajmal)
- โ Added link to mina multideploy plugin #627 (volkov-sergey)
- โ Add Thinking Sphinx plugin link #624 (airled)
- ๐ Typo 'everyting' #599 (wafiq)
- ๐ allow user to overwrite deploy_script #595 (kuboon)
- ๐ Fixes #506. Problem with git submodules and no master based branches. #593 (platbr)
- ๐ Fix doc typos. #591 (pweldon)
- ๐ Allow setting a custom deploy script #585 (wpolicarpo)
- ๐ Make
Previous changes from v1.2.3
-
๐ Full Changelog
Closed issues:
- ๐ Task :environment not valid any longer #583
๐ Merged pull requests:
- ๐ Fix empty stage queue #592 (Narayanan170)
- ๐ fix typo #584 (MatzFan)