Jose Diaz-Gonzalez
33423a0508
feat: purge cache using herokuish image
...
In some cases, the cache directory may exist but there may be no app image to use for cache purging. This may be the case if the app was never deployed.
Instead of failing, we can simply use the configured herokuish image for clearing cache, as that image is the base image for anything that would have modified cache.
2019-07-05 16:07:13 -04:00
Jose Diaz-Gonzalez
39f3f598a5
feat: add extra newline for good luck
2019-07-05 15:39:35 -04:00
Jose Diaz-Gonzalez
2c5106fe32
Merge pull request #3605 from dokku/empty-ssh-key
...
fix: handle case where there are empty newlines in the authorized_keys file
2019-07-05 15:32:41 -04:00
Jose Diaz-Gonzalez
699719b600
fix: handle case where there are empty newlines in the authorized_keys file
...
Previously, an empty line would result in a failing ssh-keys:list call, or a failure to verify the file. Newlines should be ignored.
2019-07-05 10:00:52 -04:00
Jose Diaz-Gonzalez
8481ea2306
Merge pull request #3603 from dokku/remove-percent
...
Drop extra % sign in common.LogVerboseQuiet
2019-07-03 14:33:34 -04:00
Jose Diaz-Gonzalez
a984464931
fix: drop extra % sign in common.LogVerboseQuiet
2019-07-03 13:53:56 -04:00
Jose Diaz-Gonzalez
f3e191988d
Merge pull request #3602 from alexymik/master
...
Create a 502 error page to automatically refresh if backend status changes
2019-07-01 17:21:56 -04:00
Alexy Mikhailichenko
c99f92e9f2
Change 500 to 502
2019-07-01 17:17:14 -04:00
Alexy Mikhailichenko
a496ae987a
Remove console calls
2019-07-01 17:10:45 -04:00
Alexy Mikhailichenko
75036dfa27
Remove console calls
2019-07-01 14:24:36 -04:00
Alexy Mikhailichenko
b35235f1e9
Change 502 error page to automatically refresh if backend status changes
2019-07-01 14:14:34 -04:00
Jose Diaz-Gonzalez
eabcf84f0b
Merge pull request #3600 from dokku/simple-herokuish-go-check
...
Refactor IsImageHerokuishBased to match shell version
2019-06-29 17:13:02 -04:00
Jose Diaz-Gonzalez
7fc8770027
feat: refactor IsImageHerokuishBased to match shell version
...
The shell version is faster due to not needing to create a new container.
2019-06-29 15:43:02 -04:00
Jose Diaz-Gonzalez
23d647ee51
Merge pull request #3597 from dokku/trace-tests
...
Allow default trace function to work
2019-06-21 11:05:58 -04:00
Jose Diaz-Gonzalez
2fd53a7a01
fix: allow default trace function to work
...
Also add some simple tests for the trace plugin.
2019-06-21 10:24:33 -04:00
Jose Diaz-Gonzalez
3decb8c4d3
Merge pull request #3596 from dokku/update-hooks
...
Add missing hooks to events plugin and plugin triggers docs
2019-06-19 13:52:56 -04:00
Jose Diaz-Gonzalez
966afcb787
chore: add missing hooks to events plugin and plugin triggers docs
2019-06-19 13:50:29 -04:00
Jose Diaz-Gonzalez
48484732a0
Release 0.17.9
...
# History
## 0.17.9
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.17.9/bootstrap.sh
sudo DOKKU_TAG=v0.17.9 bash bootstrap.sh
```
### Bug Fixes
- #3593 : @JakeAngell Fix nginx template for https in "Connection" header
### Documentation
- #3595 : @josegonzalez Drop extra help output for trace
v0.17.9
2019-06-18 12:32:49 -04:00
Jose Diaz-Gonzalez
3e5e6b10dd
Merge pull request #3595 from dokku/josegonzalez-patch-1
...
Drop extra help output for trace
2019-06-18 12:28:11 -04:00
Jose Diaz-Gonzalez
2d47931cc4
docs: drop extra help output for trace
...
Closes #3594
[ci skip]
2019-06-18 12:27:43 -04:00
Jose Diaz-Gonzalez
c13c3f8012
Merge pull request #3593 from JakeAngell/patch-1
...
Fix nginx template for https in "Connection" header
2019-06-18 11:38:29 -04:00
JakeAngell
4e4e256a27
Update nginx.conf.sigil
2019-06-17 21:21:10 +01:00
Jose Diaz-Gonzalez
161380d639
Release 0.17.8
...
# History
## 0.17.8
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.17.8/bootstrap.sh
sudo DOKKU_TAG=v0.17.8 bash bootstrap.sh
```
### Bug Fixes
- #3591 : @palfrey Allow SSH keys with no ending newline
### New Features
- #3587 : @josegonzalez feat: drop make and gcc as dependencies
v0.17.8
2019-06-14 12:59:57 -05:00
Jose Diaz-Gonzalez
5f36b138fb
Merge pull request #3591 from palfrey/3590-ssh-key-without-newlines
...
Allow SSH keys with no ending newline
2019-06-14 12:59:02 -05:00
Tom Parker-Shemilt
024fd958e8
Add no-newline SSH key test
2019-06-12 22:30:26 +01:00
Tom Parker-Shemilt
a848d92823
Allow SSH keys with no ending newline ( fixes #3590 )
2019-06-12 22:16:02 +01:00
Jose Diaz-Gonzalez
3696757e8f
Merge pull request #3587 from dokku/drop-unused-deps
...
feat: drop make and gcc as dependencies
2019-06-10 18:08:16 -04:00
Jose Diaz-Gonzalez
2cabf0a21f
feat: drop make and gcc as dependencies
...
They aren't actually used within Dokku.
2019-06-10 16:25:41 -04:00
Jose Diaz-Gonzalez
283ff056da
Release 0.17.7
...
# History
## 0.17.7
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.17.7/bootstrap.sh
sudo DOKKU_TAG=v0.17.7 bash bootstrap.sh
```
### New Features
- #3586 : @josegonzalez ps plugin parallel usage cleanup
### Documentation
- #3584 : @josegonzalez Fix no-install-recommends documentation
### Other
- #3579 : @znz Update plugin list
v0.17.7
2019-06-10 16:06:24 -04:00
Jose Diaz-Gonzalez
9bcd81c8bd
Merge pull request #3586 from dokku/parallel-cleanup
...
ps plugin parallel usage cleanup
2019-06-10 14:10:29 -04:00
Jose Diaz-Gonzalez
0ebb400d91
feat: allow users to specify custom parallel arguments
2019-06-10 13:07:23 -04:00
Jose Diaz-Gonzalez
fc5544ac70
refactor: use a single method for running the ps:*all commands
...
This reduces the duplication at the cost of slightly more complexity.
2019-06-10 13:05:57 -04:00
Jose Diaz-Gonzalez
4a7f13c3d8
Merge pull request #3584 from dokku/josegonzalez-patch-1
...
Fix no-install-recommends documentation
2019-06-09 17:03:22 +02:00
Jose Diaz-Gonzalez
737e4a5bf4
docs: fix no-install-recommends documentation
...
[ci skip]
2019-06-09 11:02:46 -04:00
Jose Diaz-Gonzalez
d047db108b
Merge pull request #3579 from znz/update-plugin-list
...
Update plugin list
2019-06-04 10:05:20 -05:00
Kazuhiro NISHIYAMA
73f5fde99d
Update output of plugin:list
2019-06-04 07:48:57 +09:00
Kazuhiro NISHIYAMA
a17ed7981e
Use plugin:list instead of deprecated plugin
2019-06-04 07:48:45 +09:00
Jose Diaz-Gonzalez
8a5504574d
Release 0.17.6
...
# History
## 0.17.6
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.17.6/bootstrap.sh
sudo DOKKU_TAG=v0.17.6 bash bootstrap.sh
```
### New Features
- #3578 : @josegonzalez Allow omitting resource args by setting DOKKU_OMIT_RESOURCE_ARGS
v0.17.6
2019-05-30 17:40:21 -04:00
Jose Diaz-Gonzalez
8ac35766f3
Merge pull request #3578 from dokku/allow-omit-resource-args
...
Allow omitting resource args by setting DOKKU_OMIT_RESOURCE_ARGS
2019-05-30 17:00:02 -04:00
Jose Diaz-Gonzalez
5fd5e235d8
feat: allow omitting resource args by setting DOKKU_OMIT_RESOURCE_ARGS
...
This is useful for one-off containers that should have full-access to server resources.
2019-05-30 13:24:11 -04:00
Jose Diaz-Gonzalez
8d526b964b
Release 0.17.5
...
# History
## 0.17.5
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.17.5/bootstrap.sh
sudo DOKKU_TAG=v0.17.5 bash bootstrap.sh
```
### New Features
- #3576 : @josegonzalez Allow setting DOCKER_BIN path for docker execution
v0.17.5
2019-05-29 01:28:50 -04:00
Jose Diaz-Gonzalez
084906d684
Merge pull request #3576 from dokku/docker-bin
...
Allow setting DOCKER_BIN path for docker execution
2019-05-29 01:27:18 -04:00
Jose Diaz-Gonzalez
79d4f4578d
fix: use correct method for executing dokku within tests
2019-05-29 00:46:56 -04:00
Jose Diaz-Gonzalez
785d9b4937
feat: allow setting DOCKER_BIN path for docker execution
...
This change allows operators to specify a DOCKER_BIN environment variable. This will specify a binary to run when executing docker, which is useful in cases where the 'docker' command being run must be modified in a way that would otherwise be invasive to Dokku, but minimalistic if done within a wrapper.
2019-05-29 00:46:19 -04:00
Jose Diaz-Gonzalez
0e03c82139
Release 0.17.4
...
# History
## 0.17.4
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.17.4/bootstrap.sh
sudo DOKKU_TAG=v0.17.4 bash bootstrap.sh
```
### New Features
- #3575 : @josegonzalez Add a way to cleanup apps for specific schedulers
v0.17.4
2019-05-28 17:22:06 -04:00
Jose Diaz-Gonzalez
84e33f2c57
Merge pull request #3575 from dokku/scheduler-post-delete
...
Add a way to cleanup apps for specific schedulers
2019-05-28 17:21:36 -04:00
Jose Diaz-Gonzalez
a6408c0c56
feat: add a way to cleanup apps for specific schedulers
...
The post-delete hook will delete config, and thus scheduler-post-delete is the best place to actually delete resources where some local config may be necessary in order to reference resources.
2019-05-28 17:21:10 -04:00
Jose Diaz-Gonzalez
915ef6a8d5
Release 0.17.3
...
# History
## 0.17.3
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.17.3/bootstrap.sh
sudo DOKKU_TAG=v0.17.3 bash bootstrap.sh
```
### Bug Fixes
- #3570 : @znz Fix typos in trace help
### New Features
- #3574 : @josegonzalez Add support for pulling app status from scheduler plugins
- #3571 : @znz Simplify hostname_regex
v0.17.3
2019-05-28 14:55:13 -04:00
Jose Diaz-Gonzalez
684f9fd175
Merge pull request #3574 from dokku/scheduler-app-status
...
Add support for pulling app status from scheduler plugins
2019-05-28 14:54:04 -04:00
Jose Diaz-Gonzalez
e276ebbc27
feat: add support for pulling app status from scheduler plugins
...
Previously, this was impossible to do if using an alternative scheduler.
2019-05-28 14:53:42 -04:00