ydkn--capistrano-rails-console/CHANGELOG.md

67 lines
2.0 KiB
Markdown
Raw Normal View History

2019-06-19 09:27:54 +00:00
# Changelog
All notable changes to this project will be documented in this file.
2015-04-02 13:07:56 +00:00
2019-06-19 09:27:54 +00:00
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [2.3.0] - 2018-05-24
### Added
- remove rails 5.2 deprecation: _Passing the environment's name as a regular argument is deprecated and will be removed in the next Rails version. Please, use the -e option instead._
2018-02-03 22:12:13 +00:00
- allow to set capistrano role to select server for remote console (#33)
- allow to set shell used on server (#31)
2018-06-09 16:15:22 +00:00
- [add rails:c alias to rails:console](https://gitlab.com/ydkn/capistrano-rails-console/issues/36)
2019-06-19 09:27:54 +00:00
## [2.2.1] - 2017-09-04
### Added
2018-06-09 16:15:22 +00:00
- [add rails:db alias to rails:dbconsole](https://gitlab.com/ydkn/capistrano-rails-console/merge_requests/32)
2017-09-04 08:17:46 +00:00
2019-06-19 09:27:54 +00:00
## [2.2.0] - 2016-10-25
### Added
- support for rbenv and chruby
2019-06-19 09:27:54 +00:00
## [2.1.1] - 2016-10-04
### Added
- use password from database.yml for dbconsole
2019-06-19 09:27:54 +00:00
## [2.1.0] - 2016-09-23
### Fixed
- revert unintentional change when the gem is required
2019-06-19 09:27:54 +00:00
### Added
- add support for `rails dbconsole`
2016-09-16 18:44:22 +00:00
2019-06-19 09:27:54 +00:00
## [2.0.0] - 2016-09-16
### Changed
2016-09-15 22:39:27 +00:00
- switched connection part to _sshkit-interactive_
2016-09-16 06:01:19 +00:00
- allow setting rails environment separately from deployment environment
2016-09-15 22:39:27 +00:00
- allow setting user to run rails console separately from ssh user
2019-06-19 09:27:54 +00:00
## [1.0.2] - 2015-12-06
2015-12-06 09:48:29 +00:00
### Fixed
- works with sshkit 1.8
2019-06-19 09:27:54 +00:00
## [1.0.1] - 2015-11-12
2015-08-08 08:57:39 +00:00
### Fixed
- setting ssh hostname through `ssh_options`
2015-11-12 22:21:00 +00:00
- use login shell
2019-06-19 09:27:54 +00:00
### Added
2015-08-08 08:57:39 +00:00
- log ssh command before it is being executed
2019-06-19 09:27:54 +00:00
## [1.0.0] - 2015-08-01
### Fixed
- removed dependency on capistrano-rails gem setting propper rails_env
2015-05-16 21:03:08 +00:00
- setting ssh port through `ssh_options`
2015-07-28 14:15:29 +00:00
- setting ssh user through `ssh_options`
- require a minimum version of 3.1.0 for capistrano (sshkit compatibility)
2019-06-19 09:27:54 +00:00
### Added
2015-05-22 18:38:31 +00:00
- support for ssh keys
2019-06-19 09:27:54 +00:00
## [0.5.2] - 2015-04-02
### Fixed
- removed rails binary check due to different environments in sshkit and the ssh shellout
2015-04-02 13:07:56 +00:00
2019-06-19 09:27:54 +00:00
## [0.5.1] - 2015-04-01
### Fixed
- missing ssh proxy options in console task