|
1 | | -# Change Log |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [v1.2.4](https://github.com/mina-deploy/mina/tree/v1.2.4) (2021-08-10) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/mina-deploy/mina/compare/v1.2.3...v1.2.4) |
| 6 | + |
| 7 | +**Fixed bugs:** |
| 8 | + |
| 9 | +- Make `in_path` tolerate "directory doesn't exist" case [\#587](https://github.com/mina-deploy/mina/issues/587) |
| 10 | +- Different behavior of environment task with 0.3.8 and 1.0.6 [\#505](https://github.com/mina-deploy/mina/issues/505) |
| 11 | + |
| 12 | +**Closed issues:** |
| 13 | + |
| 14 | +- Mina deploy failed with Rails and Vue? [\#659](https://github.com/mina-deploy/mina/issues/659) |
| 15 | +- Running "mina deploy" failed when "Precompiling asset files", without any detailed error info [\#658](https://github.com/mina-deploy/mina/issues/658) |
| 16 | +- Stuck on "Fetching new git commits" [\#654](https://github.com/mina-deploy/mina/issues/654) |
| 17 | +- remote: Repository not found. fatal: Authentication failed for 'https://:@github.com/usre\_name/repo.git/' [\#649](https://github.com/mina-deploy/mina/issues/649) |
| 18 | +- Error ""The directory 'X' does not exist on the server", run 'mina setup' first! [\#648](https://github.com/mina-deploy/mina/issues/648) |
| 19 | +- git clone "/app/scm" [\#647](https://github.com/mina-deploy/mina/issues/647) |
| 20 | +- fatal: destination path '.' already exists and is not an empty directory. [\#646](https://github.com/mina-deploy/mina/issues/646) |
| 21 | +- Unable to run any rails command in the project server folder [\#645](https://github.com/mina-deploy/mina/issues/645) |
| 22 | +- Is this project alive? [\#642](https://github.com/mina-deploy/mina/issues/642) |
| 23 | +- Why need run\(local\) do block? [\#638](https://github.com/mina-deploy/mina/issues/638) |
| 24 | +- mina init overrides config/deploy.rb [\#634](https://github.com/mina-deploy/mina/issues/634) |
| 25 | +- What's the role of "on :launch do" part of deploy.rb [\#631](https://github.com/mina-deploy/mina/issues/631) |
| 26 | +- Are there release notes for 1.0 [\#630](https://github.com/mina-deploy/mina/issues/630) |
| 27 | +- ArgumentError: invalid byte sequence in US-ASCII when deploying using GitLab CI with Docker [\#629](https://github.com/mina-deploy/mina/issues/629) |
| 28 | +- Git SHA information on deploy or rollback [\#626](https://github.com/mina-deploy/mina/issues/626) |
| 29 | +- \(Doc\) 0 downtime deploy example in Mina document? [\#619](https://github.com/mina-deploy/mina/issues/619) |
| 30 | +- ENV is not loading in production [\#617](https://github.com/mina-deploy/mina/issues/617) |
| 31 | +- how to add `config/database.yml` to shared\_path without an error [\#614](https://github.com/mina-deploy/mina/issues/614) |
| 32 | +- Deploy without using current/shared/releases? [\#613](https://github.com/mina-deploy/mina/issues/613) |
| 33 | +- mina deploy fails [\#612](https://github.com/mina-deploy/mina/issues/612) |
| 34 | +- Feature: Force precompile for webpacker [\#610](https://github.com/mina-deploy/mina/issues/610) |
| 35 | +- SSH Connection [\#608](https://github.com/mina-deploy/mina/issues/608) |
| 36 | +- Connection to closed after mina setup [\#607](https://github.com/mina-deploy/mina/issues/607) |
| 37 | +- NameError: undefined local variable or method `user' for main:Object [\#606](https://github.com/mina-deploy/mina/issues/606) |
| 38 | +- node\_modules in shared\_paths [\#604](https://github.com/mina-deploy/mina/issues/604) |
| 39 | +- mina deploy rails 5.2.0.beta2 [\#602](https://github.com/mina-deploy/mina/issues/602) |
| 40 | +- sudo systemctl restart apache2 [\#598](https://github.com/mina-deploy/mina/issues/598) |
| 41 | +- I got a 'extconf.rb failed' error when mina bundle install [\#597](https://github.com/mina-deploy/mina/issues/597) |
| 42 | +- Is it possible to view or output the generated bash script? [\#596](https://github.com/mina-deploy/mina/issues/596) |
| 43 | +- mina deploy throws error - bundle: command not found ! ERROR: Deploy failed. [\#594](https://github.com/mina-deploy/mina/issues/594) |
| 44 | +- Could you add back set\_default? [\#588](https://github.com/mina-deploy/mina/issues/588) |
| 45 | +- Mina setup doesn't symlink the current folder [\#571](https://github.com/mina-deploy/mina/issues/571) |
| 46 | +- mina deploy Could not locate Gemfile [\#552](https://github.com/mina-deploy/mina/issues/552) |
| 47 | +- SSH to GitLab repository problem [\#533](https://github.com/mina-deploy/mina/issues/533) |
| 48 | +- Does a full bundle install every time [\#516](https://github.com/mina-deploy/mina/issues/516) |
| 49 | +- assets:precompile failed, but deploy succeeded [\#504](https://github.com/mina-deploy/mina/issues/504) |
| 50 | +- Could not find rack-cors-0.4.0 in any of the sources [\#500](https://github.com/mina-deploy/mina/issues/500) |
| 51 | + |
| 52 | +**Merged pull requests:** |
| 53 | + |
| 54 | +- Test suite CI [\#673](https://github.com/mina-deploy/mina/pull/673) ([lovro-bikic](https://github.com/lovro-bikic)) |
| 55 | +- Fixes \#634 [\#650](https://github.com/mina-deploy/mina/pull/650) ([NBuhinicek](https://github.com/NBuhinicek)) |
| 56 | +- Fix minor typo in documentation [\#641](https://github.com/mina-deploy/mina/pull/641) ([chartrandf](https://github.com/chartrandf)) |
| 57 | +- Update cookbook.md [\#637](https://github.com/mina-deploy/mina/pull/637) ([oliveiradanielm](https://github.com/oliveiradanielm)) |
| 58 | +- Update default\_plugins.md [\#635](https://github.com/mina-deploy/mina/pull/635) ([mpearce](https://github.com/mpearce)) |
| 59 | +- Update deploy.rb [\#628](https://github.com/mina-deploy/mina/pull/628) ([Ajmal](https://github.com/Ajmal)) |
| 60 | +- Added link to mina multideploy plugin [\#627](https://github.com/mina-deploy/mina/pull/627) ([volkov-sergey](https://github.com/volkov-sergey)) |
| 61 | +- Add Thinking Sphinx plugin link [\#624](https://github.com/mina-deploy/mina/pull/624) ([airled](https://github.com/airled)) |
| 62 | +- Typo 'everyting' [\#599](https://github.com/mina-deploy/mina/pull/599) ([wafiq](https://github.com/wafiq)) |
| 63 | +- allow user to overwrite deploy\_script [\#595](https://github.com/mina-deploy/mina/pull/595) ([kuboon](https://github.com/kuboon)) |
| 64 | +- Fixes \#506. Problem with git submodules and no master based branches. [\#593](https://github.com/mina-deploy/mina/pull/593) ([platbr](https://github.com/platbr)) |
| 65 | +- Fix doc typos. [\#591](https://github.com/mina-deploy/mina/pull/591) ([pweldon](https://github.com/pweldon)) |
| 66 | +- Allow setting a custom deploy script [\#585](https://github.com/mina-deploy/mina/pull/585) ([wpolicarpo](https://github.com/wpolicarpo)) |
2 | 67 |
|
3 | 68 | ## [v1.2.3](https://github.com/mina-deploy/mina/tree/v1.2.3) (2017-11-22) |
| 69 | + |
4 | 70 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.2.2...v1.2.3) |
5 | 71 |
|
6 | 72 | **Closed issues:** |
|
9 | 75 |
|
10 | 76 | **Merged pull requests:** |
11 | 77 |
|
12 | | -- Fix empty stage queue [\#592](https://github.com/mina-deploy/mina/pull/592) ([Narayanan170](https://github.com/Narayanan170)) |
| 78 | +- Fix empty stage queue [\#592](https://github.com/mina-deploy/mina/pull/592) ([fsuste](https://github.com/fsuste)) |
13 | 79 | - fix typo [\#584](https://github.com/mina-deploy/mina/pull/584) ([MatzFan](https://github.com/MatzFan)) |
14 | 80 |
|
15 | 81 | ## [v1.2.2](https://github.com/mina-deploy/mina/tree/v1.2.2) (2017-10-13) |
| 82 | + |
16 | 83 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.2.1...v1.2.2) |
17 | 84 |
|
18 | 85 | **Implemented enhancements:** |
19 | 86 |
|
20 | 87 | - Add shared folders validations [\#559](https://github.com/mina-deploy/mina/issues/559) |
21 | 88 |
|
22 | | -**Fixed bugs:** |
23 | | - |
24 | | -- Add shared folders validations [\#559](https://github.com/mina-deploy/mina/issues/559) |
25 | | - |
26 | 89 | **Closed issues:** |
27 | 90 |
|
28 | 91 | - prepend environments when run outside run block [\#576](https://github.com/mina-deploy/mina/issues/576) |
|
36 | 99 | - Remote environment in deploy example [\#573](https://github.com/mina-deploy/mina/pull/573) ([ozgg](https://github.com/ozgg)) |
37 | 100 |
|
38 | 101 | ## [v1.2.1](https://github.com/mina-deploy/mina/tree/v1.2.1) (2017-10-02) |
| 102 | + |
39 | 103 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.2.0...v1.2.1) |
40 | 104 |
|
41 | 105 | **Closed issues:** |
42 | 106 |
|
43 | 107 | - Deploy does not work since version 1.2.0 [\#572](https://github.com/mina-deploy/mina/issues/572) |
44 | 108 |
|
45 | 109 | ## [v1.2.0](https://github.com/mina-deploy/mina/tree/v1.2.0) (2017-09-29) |
| 110 | + |
46 | 111 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.1.1...v1.2.0) |
47 | 112 |
|
48 | 113 | **Fixed bugs:** |
49 | 114 |
|
50 | 115 | - Fix keyscan\_domain task [\#570](https://github.com/mina-deploy/mina/issues/570) |
51 | 116 |
|
52 | 117 | ## [v1.1.1](https://github.com/mina-deploy/mina/tree/v1.1.1) (2017-09-29) |
| 118 | + |
53 | 119 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.1.0...v1.1.1) |
54 | 120 |
|
55 | 121 | ## [v1.1.0](https://github.com/mina-deploy/mina/tree/v1.1.0) (2017-09-29) |
| 122 | + |
56 | 123 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.7...v1.1.0) |
57 | 124 |
|
58 | 125 | **Implemented enhancements:** |
|
91 | 158 | - Add skip-existing option to example rbenv install [\#527](https://github.com/mina-deploy/mina/pull/527) ([sunny](https://github.com/sunny)) |
92 | 159 |
|
93 | 160 | ## [v1.0.7](https://github.com/mina-deploy/mina/tree/v1.0.7) (2017-09-08) |
| 161 | + |
94 | 162 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.6...v1.0.7) |
95 | 163 |
|
96 | 164 | **Closed issues:** |
|
128 | 196 | - Add mina-hanami [\#495](https://github.com/mina-deploy/mina/pull/495) ([mgrachev](https://github.com/mgrachev)) |
129 | 197 |
|
130 | 198 | ## [v1.0.6](https://github.com/mina-deploy/mina/tree/v1.0.6) (2016-12-15) |
| 199 | + |
131 | 200 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.5...v1.0.6) |
132 | 201 |
|
133 | 202 | ## [v1.0.5](https://github.com/mina-deploy/mina/tree/v1.0.5) (2016-12-15) |
| 203 | + |
134 | 204 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.4...v1.0.5) |
135 | 205 |
|
136 | 206 | ## [v1.0.4](https://github.com/mina-deploy/mina/tree/v1.0.4) (2016-12-15) |
| 207 | + |
137 | 208 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.3...v1.0.4) |
138 | 209 |
|
139 | 210 | **Implemented enhancements:** |
|
166 | 237 | - Restore previous path after in\_path block [\#478](https://github.com/mina-deploy/mina/pull/478) ([sobrinho](https://github.com/sobrinho)) |
167 | 238 |
|
168 | 239 | ## [v1.0.3](https://github.com/mina-deploy/mina/tree/v1.0.3) (2016-11-08) |
| 240 | + |
169 | 241 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.2...v1.0.3) |
170 | 242 |
|
171 | 243 | **Closed issues:** |
|
191 | 263 | - Allow to overwrite existing :shared\_files with the symlink to shared \(fixes \#452\) [\#455](https://github.com/mina-deploy/mina/pull/455) ([ralfebert](https://github.com/ralfebert)) |
192 | 264 |
|
193 | 265 | ## [v1.0.2](https://github.com/mina-deploy/mina/tree/v1.0.2) (2016-10-12) |
| 266 | + |
194 | 267 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0...v1.0.2) |
195 | 268 |
|
196 | 269 | **Fixed bugs:** |
|
216 | 289 | - Fix rvm:use task [\#444](https://github.com/mina-deploy/mina/pull/444) ([devvmh](https://github.com/devvmh)) |
217 | 290 |
|
218 | 291 | ## [v1.0.0](https://github.com/mina-deploy/mina/tree/v1.0.0) (2016-09-27) |
| 292 | + |
219 | 293 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.rc2...v1.0.0) |
220 | 294 |
|
221 | 295 | **Closed issues:** |
|
224 | 298 | - Support for nvm [\#440](https://github.com/mina-deploy/mina/issues/440) |
225 | 299 |
|
226 | 300 | ## [v1.0.0.rc2](https://github.com/mina-deploy/mina/tree/v1.0.0.rc2) (2016-09-19) |
| 301 | + |
227 | 302 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.rc1...v1.0.0.rc2) |
228 | 303 |
|
229 | 304 | ## [v1.0.0.rc1](https://github.com/mina-deploy/mina/tree/v1.0.0.rc1) (2016-09-19) |
| 305 | + |
230 | 306 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta5...v1.0.0.rc1) |
231 | 307 |
|
232 | 308 | **Implemented enhancements:** |
|
254 | 330 | - strip whitespace from commands by default [\#427](https://github.com/mina-deploy/mina/pull/427) ([devvmh](https://github.com/devvmh)) |
255 | 331 |
|
256 | 332 | ## [v1.0.0.beta5](https://github.com/mina-deploy/mina/tree/v1.0.0.beta5) (2016-08-30) |
| 333 | + |
257 | 334 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta4...v1.0.0.beta5) |
258 | 335 |
|
259 | 336 | **Closed issues:** |
260 | 337 |
|
261 | 338 | - How to do a proper finish hook? [\#425](https://github.com/mina-deploy/mina/issues/425) |
262 | 339 |
|
263 | 340 | ## [v1.0.0.beta4](https://github.com/mina-deploy/mina/tree/v1.0.0.beta4) (2016-08-28) |
| 341 | + |
264 | 342 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta3...v1.0.0.beta4) |
265 | 343 |
|
266 | 344 | ## [v1.0.0.beta3](https://github.com/mina-deploy/mina/tree/v1.0.0.beta3) (2016-08-28) |
| 345 | + |
267 | 346 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta2...v1.0.0.beta3) |
268 | 347 |
|
269 | 348 | **Implemented enhancements:** |
|
285 | 364 | **Merged pull requests:** |
286 | 365 |
|
287 | 366 | - change docs about invoking rvm:use with arguments [\#413](https://github.com/mina-deploy/mina/pull/413) ([devvmh](https://github.com/devvmh)) |
288 | | -- add Rbenv and RVM notes [\#412](https://github.com/mina-deploy/mina/pull/412) ([pinewong](https://github.com/pinewong)) |
| 367 | +- add Rbenv and RVM notes [\#412](https://github.com/mina-deploy/mina/pull/412) ([songhuangcn](https://github.com/songhuangcn)) |
289 | 368 | - fix issues with rbenv:load [\#411](https://github.com/mina-deploy/mina/pull/411) ([devvmh](https://github.com/devvmh)) |
290 | 369 | - ensure git pushed function - code props to @fgarcia [\#410](https://github.com/mina-deploy/mina/pull/410) ([devvmh](https://github.com/devvmh)) |
291 | 370 | - fix infinite loop in suggested default config [\#409](https://github.com/mina-deploy/mina/pull/409) ([devvmh](https://github.com/devvmh)) |
292 | 371 |
|
293 | 372 | ## [v1.0.0.beta2](https://github.com/mina-deploy/mina/tree/v1.0.0.beta2) (2016-07-30) |
| 373 | + |
294 | 374 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta1...v1.0.0.beta2) |
295 | 375 |
|
296 | 376 | **Implemented enhancements:** |
|
364 | 444 | - Feature/configuration dsl [\#398](https://github.com/mina-deploy/mina/pull/398) ([vr4b4c](https://github.com/vr4b4c)) |
365 | 445 |
|
366 | 446 | ## [v1.0.0.beta1](https://github.com/mina-deploy/mina/tree/v1.0.0.beta1) (2016-06-30) |
| 447 | + |
367 | 448 | [Full Changelog](https://github.com/mina-deploy/mina/compare/v0.3.8...v1.0.0.beta1) |
368 | 449 |
|
369 | 450 | **Closed issues:** |
|
385 | 466 |
|
386 | 467 |
|
387 | 468 |
|
388 | | -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 469 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments