Skip to content

Commit 69b6dbb

Browse files
committed
Changelog additions
1 parent 66e6f9b commit 69b6dbb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
### master
44

5+
## v4.6.1, 2017-12-15
6+
- Removing require 'pry' (silly mistake)
7+
8+
## v4.6.0, 2017-12-10
9+
- :pg_without_sudo added (thanks to snake66) so you can run remote psql commands on environments without sudo available.
10+
- Fixed exists? methods, removing the need for arguments
11+
- Printing sudo status to capistrano STDOUT
12+
13+
## v4.4.1, 2017-10-26
14+
- Switched back from CREATE ROLE to CREATE USER (so LOGIN rights are granted automatically)
15+
16+
## v4.4.0, 2017-10-26
17+
- :remove_yml_files task added to clean up old files on remote server
18+
19+
## v4.3.1, 2017-10-21
20+
- Fixed quoting on CREATE USER so we can include integers in usernames & Quoted other values like CREATE DATABASE so they can include integers too
21+
- Changed to createuser convention "CREATE ROLE" instead of USER (v4.4.1 reversed this)
22+
23+
## v4.3.0, 2017-10-21
24+
- issues/27: raise on :deploy_to with ~ in it
25+
- Net::SCP.upload! to replace old upload! for using :system_user
26+
- issues/31 : psql -> psql_simple so user can be created regardless of database existence
27+
- General cleanup
28+
529
### v4.2.1, 2015-04-22
630
- change `on roles(:db, primary: true)` to the correct `on primary :db`
731

0 commit comments

Comments
 (0)