Jose Diaz-Gonzalez
11435f7452
Merge branch 'master' into bug/ps/grep/binary
2018-12-02 04:57:41 -05:00
Jose Diaz-Gonzalez
f2a802819f
Merge pull request #159 from johnspade/master
...
fix: remove dokkupaas/s3backup container after backup
2018-12-02 04:44:05 -05:00
Jose Diaz-Gonzalez
1465f6f3ca
fix: correct documentation around the passphrase parameter
...
Closes dokku/dokku-mysql#101
2018-12-02 04:33:58 -05:00
ilopatin
c276507d3b
fix: remove dokkupaas/s3backup container after backup
2018-10-18 11:30:47 +03:00
Jose Diaz-Gonzalez
98edfb9bb2
Release 1.4.11
1.4.11
2018-10-11 14:53:21 -04:00
Jose Diaz-Gonzalez
c32f4e92a1
fix: correct issue where help output isnt colorized by default
2018-10-11 14:20:03 -04:00
Jose Diaz-Gonzalez
1542a9556f
fix: correct issues in upgrade and fix tests
2018-10-11 14:16:47 -04:00
Jose Diaz-Gonzalez
4948e2b91d
Release 1.4.10
1.4.10
2018-10-11 00:05:32 -04:00
Jose Diaz-Gonzalez
621e018999
feat: skip upgrade if service is already up to date
2018-10-11 00:04:52 -04:00
Jose Diaz-Gonzalez
3641c2dc76
Release 1.4.9
1.4.9
2018-10-10 23:54:46 -04:00
Jose Diaz-Gonzalez
86a032a32f
feat: allow removal of header from :list subcommand
2018-10-10 23:54:08 -04:00
Jose Diaz-Gonzalez
b68ae2d0bd
Release 1.4.8
1.4.8
2018-10-10 23:48:52 -04:00
Jose Diaz-Gonzalez
30b033ee9d
fix: respect various ways of not wanting 'fancy' output.
...
Closes dokku/dokku-daemon#19
Closes dokku/dokku-daemon#22
2018-10-10 23:47:46 -04:00
Jose Diaz-Gonzalez
9fac5a4ad4
Release 1.4.7
1.4.7
2018-10-10 23:32:33 -04:00
Jose Diaz-Gonzalez
73a8ccc085
fix: ensure flags are properly represented in help output
2018-10-10 23:31:52 -04:00
Jose Diaz-Gonzalez
c05aa74a3e
Release 1.4.6
1.4.6
2018-10-10 23:27:36 -04:00
Jose Diaz-Gonzalez
d112144293
fix: correct issue where temp help output files were being placed in incorrect directory
2018-10-10 23:23:10 -04:00
Jose Diaz-Gonzalez
30de0727ab
Release 1.4.5
1.4.5
2018-10-10 23:18:41 -04:00
Jose Diaz-Gonzalez
8823baf480
feat: add support for restarting containers to ensure links continue to work properly when the application has resolved dns of the link
2018-10-10 23:14:45 -04:00
Jose Diaz-Gonzalez
d470ade7a7
fix: handle case where container being removed does not exist
2018-10-10 22:03:44 -04:00
Jose Diaz-Gonzalez
66e8279dca
Release 1.4.4
1.4.4
2018-10-10 09:40:45 -04:00
Jose Diaz-Gonzalez
969a9cdcb0
Release 1.4.3
2018-10-10 09:40:27 -04:00
Jose Diaz-Gonzalez
5620147f89
Merge pull request #145 from dpoirier/use_if_exists_with_import
...
Use --if-exists with import
2018-10-10 09:20:54 -04:00
Jose Diaz-Gonzalez
dda9ed6d55
Release 1.4.2
1.4.2
2018-10-10 03:03:40 -04:00
Jose Diaz-Gonzalez
76e0d5fd87
fix: correct short-flag for image-version and custom-env
2018-10-10 03:02:56 -04:00
Jose Diaz-Gonzalez
7382058ecb
Release 1.4.1
1.4.1
2018-10-10 03:01:17 -04:00
Jose Diaz-Gonzalez
0a8d599965
fix: correct name for upgrade flags in help output
2018-10-10 03:00:22 -04:00
Jose Diaz-Gonzalez
21cc07bd48
Release 1.4.0
1.4.0
2018-10-10 02:59:24 -04:00
Jose Diaz-Gonzalez
902545bdb4
chore: correct verbiage around upgrades
2018-10-10 02:54:34 -04:00
Jose Diaz-Gonzalez
ea3cd5ef30
fix: pass correct variable for upgrade command
2018-10-10 02:49:30 -04:00
Jose Diaz-Gonzalez
9010e1551f
fix: correct check for existing image
2018-10-10 02:42:43 -04:00
Jose Diaz-Gonzalez
c05c47187a
fix: do not force-set plugin image and version to existing image and version
2018-10-10 02:39:11 -04:00
Jose Diaz-Gonzalez
9ee6c3c5cf
chore: remove unnecessary call
2018-10-10 02:32:59 -04:00
Jose Diaz-Gonzalez
a391fa88dc
Merge pull request #158 from dokku/upgrade-service-image-version
...
feat: add ability to upgrade service image and image-version
2018-10-10 02:15:07 -04:00
Jose Diaz-Gonzalez
59d285f2f1
feat: add ability to upgrade service image and image-version
2018-10-10 00:14:08 -04:00
Jānis Vītols
e6810fa7e0
Fix No such container: Binary problem
...
Ignore `docker ps` truncation. Looks like in new Docker version
(in my case Docker version 18.06.0-ce, build 0ffa825) long commands are truncated
and sometimes can return/contain binary output (truncation `...` symbols are binary).
Because of such output `grep -e` fails to find container.
Workaround was to use `--no-trunc` for `docker ps` command.
2018-08-28 10:29:12 +03:00
Jose Diaz-Gonzalez
3eaa1dc5cd
Release 1.3.1
1.3.1
2018-08-23 11:39:46 -04:00
Jose Diaz-Gonzalez
6de1077806
Merge pull request #149 from Friss/postgres-10.4
...
Update to use PostgreSQL 10.4 by default
2018-08-23 10:56:03 -04:00
Jose Diaz-Gonzalez
3020346caa
Release 1.3.0
1.3.0
2018-07-21 16:34:21 -04:00
Jose Diaz-Gonzalez
57554f6288
feat: add command to list linked services for a given app
2018-07-21 16:32:00 -04:00
Zachary Friss
eb8ea7d8a6
Revert - to * read me change
2018-07-05 15:20:55 -04:00
Zachary
b94af2bf3a
Update to use postgres 10.4 by default
2018-07-05 01:46:13 -04:00
Dan Poirier
d143bb48b0
Update test to expect --if-exists on import
2018-04-30 14:29:30 -04:00
Jose Diaz-Gonzalez
e78cc9bd36
Use --if-exists with import
...
To resolve https://github.com/dokku/dokku-postgres/issues/142
2018-04-30 13:55:58 -04:00
Jose Diaz-Gonzalez
f30db928fb
fix: properly set SERVICE_ALIAS
2018-04-24 15:05:55 -04:00
Jose Diaz-Gonzalez
b15dcbf1c4
fix: add tests for custom link aliases
2018-04-24 13:21:37 -04:00
Jose Diaz-Gonzalez
0cb8bd5f9a
feat: properly handle custom aliases and error states for alias usage when calling link subcommand. Refs dokku/dokku-redis#64
2018-04-24 03:22:02 -04:00
Jose Diaz-Gonzalez
603a0c6e80
fix: correct test
2018-04-24 03:03:55 -04:00
Jose Diaz-Gonzalez
ad62febd59
refactor: make variable as dns hostname more clear
2018-04-24 02:54:52 -04:00
Jose Diaz-Gonzalez
7b5ed48a5f
fix: remove an infinite loop. Refs dokku/dokku-redis#64
2018-04-24 02:18:32 -04:00