SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.1-rubygem-capistrano-3.18.1-lp154.87.2.x86_64.rpm :

* Fri Jun 21 2024 Dan ČermΓ‘k - 3.18.1: [#]# πŸ“š Documentation- Fix typos (#2151) AATTkianmeng- Add capistrano-nomad to third party plugins list (#2145) AATTaxsuul [#]# 🏠 Housekeeping- Fix RuboCop in CI (#2148) AATTmattbrictson- Add Ruby 3.3 to CI (#2147) AATTmattbrictson
*
*Full Changelog:
*
* https://github.com/capistrano/capistrano/compare/v3.18.0...v3.18.1
* Thu Nov 02 2023 Dan ČermΓ‘k - 3.18.0: [#]# Changes- Remove default webpacker path to linked_dirs (#2139) AATTtaketo1113 [#]# πŸ› Bug Fixes- Fix \"lambda method requires a literal block\" error (Ruby 3.3) (#2141) AATTmattbrictson [#]# 🏠 Housekeeping- Upgrade to latest ver of release-drafter and update config (#2143) AATTmattbrictson- Upgrade CI to actions/checkout v4 (#2142) AATTmattbrictson- Auto-bump version number in generated release notes (#2140) AATTmattbrictson- Migrate from CircleCI to GitHub Actions; add Cucumber features to CI (#2132) AATTmattbrictson
*
*Full Changelog:
*
* https://github.com/capistrano/capistrano/compare/v3.17.3...v3.18.0 3.17.3: This is a gem housekeeping release. No user-facing changes. [#]# πŸ“š Documentation- Fix typo in authorization docs (#2128) AATTHLFH [#]# 🏠 Housekeeping- Fix deprecated usage of open-uri so feature tests work on Ruby 3 (#2129) AATTmattbrictson- Fix failing OpenSSL install on Ruby 2.3 CI image (#2130) AATTmattbrictson- Add Ruby 3.2 to CI matrix (#2126) AATTmattbrictson- Fix failing CI builds for Ruby < 2.3 (#2124) AATTmattbrictson [#]# New Contributors- AATTHLFH made their first contribution in https://github.com/capistrano/capistrano/pull/2128
*
*Full Changelog
*
*: https://github.com/capistrano/capistrano/compare/v3.17.2...v3.17.3 3.17.2: [#]# πŸ“š Documentation- Add capistrano-mysql_tables as 3rd party plugin (#2121) AATTfloydj [#]# 🏠 Housekeeping- Fix failing Ruby 2.0 CI build (#2116) AATTmattbrictson
*
*Full Changelog
*
*: https://github.com/capistrano/capistrano/compare/v3.17.1...v3.17.2
* Mon Aug 29 2022 Stephan Kulow updated to version 3.17.1 see installed CHANGELOG.md
* Thu Apr 28 2022 Stephan Kulow updated to version 3.17.0 see installed CHANGELOG.md
* Mon May 03 2021 Ferdinand Thiessen - Update to version 3.16.0
* Add a :verify_commit option; if enabled, checks that the revision being deployed has a valid signature (git only)- Drop CHANGELOG.md as changes are no longer tracked there since version 3.11.2. They are now published on Github: https://github.com/capistrano/capistrano/releases
* Wed Jan 20 2021 Stephan Kulow updated to version 3.15.0 see installed CHANGELOG.md
* Fri Sep 25 2020 Stephan Kulow updated to version 3.14.1 see installed CHANGELOG.md
* Thu May 07 2020 Stephan Kulow - updated to version 3.14.0 see installed CHANGELOG.md
* Mon Feb 10 2020 Stephan Kulow - updated to version 3.11.2 see installed CHANGELOG.md
* Sun Jun 03 2018 factory-autoAATTkulow.org- updated to version 3.11.0 see installed CHANGELOG.md
* Sun Apr 15 2018 factory-autoAATTkulow.org- updated to version 3.10.2 see installed CHANGELOG.md
* Thu Dec 14 2017 cooloAATTsuse.com- updated to version 3.10.1 see installed CHANGELOG.md
* Thu Oct 26 2017 cooloAATTsuse.com- updated to version 3.10.0 see installed CHANGELOG.md
* Mon Sep 11 2017 cooloAATTsuse.com- updated to version 3.9.1 see installed CHANGELOG.md
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 3.9.0 see installed CHANGELOG.md
* Tue Jun 20 2017 cooloAATTsuse.com- updated to version 3.8.2 see installed CHANGELOG.md
* Tue May 23 2017 cooloAATTsuse.com- updated to version 3.8.1 see installed CHANGELOG.md
* Sat Mar 11 2017 cooloAATTsuse.com- updated to version 3.8.0 see installed CHANGELOG.md
* Sat Jan 28 2017 cooloAATTsuse.com- updated to version 3.7.2 see installed CHANGELOG.md
* Wed Dec 21 2016 cooloAATTsuse.com- updated to version 3.7.1 see installed CHANGELOG.md
* Sun Dec 11 2016 cooloAATTsuse.com- updated to version 3.7.0 see installed CHANGELOG.md
* Wed Aug 24 2016 cooloAATTsuse.com- updated to version 3.6.1 see installed CHANGELOG.md
* Wed Jul 27 2016 cooloAATTsuse.com- updated to version 3.6.0 see installed CHANGELOG.md
* Tue May 10 2016 cooloAATTsuse.com- updated to version 3.5.0 see installed CHANGELOG.md
* Fri Apr 15 2016 cooloAATTsuse.com- updated to version 3.4.1 see installed CHANGELOG.md
* Fri Mar 06 2015 cooloAATTsuse.com- updated to version 3.4.0 https://github.com/capistrano/capistrano/compare/v3.3.5...v3.4.0
* Fixed fetch revision for annotated git tags. (AATTigorsokolov)
* Fixed updating roles when custom user or port is specified. (AATTayastreb)
* Disables statistics collection.
* `bin/` is not suggested to be in `linked_dirs` anymore (AATTkirs)
* bin/ is often checked out into repo
* https://github.com/capistrano/bundler/issues/45#issuecomment-69349237
* Bugfix:
* release_roles did not honour additional property filtering (AATTtownsen)
* Refactored and simplified property filtering code (AATTtownsen)
* Breaking Changes
* Hosts with the same name are now consolidated into one irrespective of the user and port. This allows multiple declarations of a server to be made safely. The last declared properties will win. See capistrnorb.com Properties documentation for details.
* Inside the on() block the host variable is now a copy of the host, so changes can be made within the block (such as dynamically overriding the user) that will not persist. This is very convenient for switching the SSH user temporarily to \'root\' for example.
* Minor changes
* Add role_properties() method (see capistrano.github.io PR for doc) (AATTtownsen)
* Add equality syntax ( eg. port: 1234) for property filtering (AATTtownsen)
* Add documentation regarding property filtering (AATTtownsen)
* Clarify wording and recommendation in stage template. (AATTKriechi)
* Both available syntaxes provide similar functionality, do not use both for the same server+role combination.
* Allow specification of repo_path using stage variable default is as before (AATTtownsen)
* Fri Feb 06 2015 cooloAATTsuse.com- updated to version 3.3.5
* Fixed setting properties twice when creating new server. See [issue [#1214]](https://github.com/capistrano/capistrano/issues/1214) (AATTayastreb) [#]# `3.3.4` https://github.com/capistrano/capistrano/compare/v3.3.3...v3.3.4
* Minor changes:
* Rely on a newer version of capistrano-stats with better privacy (AATTleehambley)
* Fix cucumber spec for loading tasks from stage configs (AATTsponomarev)
* Minor documentation fixes (AATTdeeeki, AATTseuros, AATTandresilveira)
* Spec improvements (AATTdimitrid, AATTsponomarev)
* Fix to CLI flags for git-ls-remote (AATTdimitrid) [#]# `3.3.3` https://github.com/capistrano/capistrano/compare/v3.2.1...v3.3.3
* Enhancement (AATTtownsen)
* Added the variable `:repo_tree` which allows the specification of a sub-tree that will be extracted from the repository. This is useful when deploying a project that lives in a subdirectory of a larger repository. Implemented only for git and hg. If not defined then the behaviour is as previously and the whole repository is extracted (subject to git-archive `.gitattributes` of course).
* Enhancement (AATTtownsen): Remove unnecessary entries from default backtrace When the `--backtrace` (or `--trace`) command line option is not supplied Rake lowers the noise level in exception backtraces by building a regular expression containing all the system library paths and using it to exclude backtrace entries that match.
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
 
ICM