Jose Diaz-Gonzalez
7a81f89442
Merge pull request #3337 from dokku/fix-cid
...
Use correct container id variable for killing containers
2018-12-17 17:26:09 -05:00
Jose Diaz-Gonzalez
ba157867c1
fix: Use correct container id variable for killing containers
...
The first pass at stop/kill would fail as the variable was incorrect.
2018-12-17 17:25:43 -05:00
Jose Diaz-Gonzalez
4f1cd2d30c
Release 0.13.3
...
# History
## 0.13.3
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.13.3/bootstrap.sh
sudo DOKKU_TAG=v0.13.3 bash bootstrap.sh
```
### Bug Fixes
- #3330 : @josegonzalez Ensure chowned properties always have a user and group set
### New Features
- #3334 : @josegonzalez refactor: run every 5 minutes instead of 2
v0.13.3
2018-12-12 16:05:32 -05:00
Jose Diaz-Gonzalez
803b55c6c2
Merge pull request #3330 from dokku/ensure-permissions
...
Ensure chowned properties always have a user and group set
2018-12-12 14:08:33 -06:00
Jose Diaz-Gonzalez
d90e7b68dc
Merge pull request #3334 from dokku/josegonzalez-patch-1
...
refactor: run every 5 minutes instead of 2
2018-12-12 12:27:38 -06:00
Jose Diaz-Gonzalez
929f503fa3
refactor: run every 5 minutes instead of 2
...
2 is a bit agressive, but 5 will ensure there are no runs that coincide with each other.
2018-12-12 13:27:11 -05:00
Jose Diaz-Gonzalez
615119260d
fix: ensure chowned properties always have a user and group set
...
Depending on the execution path, the variables may not be set at the top-level.
Closes #3328
2018-12-12 02:55:38 -05:00
Jose Diaz-Gonzalez
2f2136af09
Release 0.13.2
...
# History
## 0.13.2
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.13.2/bootstrap.sh
sudo DOKKU_TAG=v0.13.2 bash bootstrap.sh
```
### Bug Fixes
- #3329 : @josegonzalez Avoid parsing missing file when retiring containers
- #3325 : @wcalandro Add "--global" to dokku cleanup on dokku update
### Documentation
- #3326 : @josegonzalez Add note to release on how to upgrade via the bootstrap script
v0.13.2
2018-12-12 01:21:07 -05:00
Jose Diaz-Gonzalez
634a399748
Merge pull request #3329 from dokku/guard-missing-file
...
Avoid parsing missing file when retiring containers
2018-12-12 00:16:59 -06:00
Jose Diaz-Gonzalez
325e686b16
fix: avoid parsing missing file when retiring containers
2018-12-12 00:34:42 -05:00
Jose Diaz-Gonzalez
d702fae491
Merge pull request #3326 from dokku/release-update-note
...
Add note to release on how to upgrade via the bootstrap script
2018-12-05 01:27:23 -05:00
Jose Diaz-Gonzalez
eaaa73e642
docs: add note to release on how to upgrade via the bootstrap script
2018-12-05 01:26:13 -05:00
Jose Diaz-Gonzalez
aa0f7ccfa7
Merge pull request #3325 from wcalandro/wcalandro-patch-1
...
Add "--global" to dokku cleanup on dokku update
2018-12-05 01:20:39 -05:00
Wyatt Calandro
b1254b3edc
Merge branch 'master' into wcalandro-patch-1
2018-12-04 22:27:59 -07:00
Wyatt Calandro
887633a3a3
Add "--global" to dokku cleanup on dokku update
...
This fixes the error "FAILED: Please specify an app or --global" on completion of dokku-update
2018-12-04 22:22:27 -07:00
Jose Diaz-Gonzalez
e2d7f7ea35
Release 0.13.1
...
# History
## 0.13.1
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.13.1/bootstrap.sh
sudo DOKKU_TAG=v0.13.1 bash bootstrap.sh
```
### Bug Fixes
- #3324 : @josegonzalez Add missing source of config functions
v0.13.1
2018-12-04 16:18:02 -05:00
Jose Diaz-Gonzalez
513bc74c55
Merge pull request #3324 from dokku/josegonzalez-patch-1
...
Add missing source of config functions
2018-12-04 16:14:17 -05:00
Jose Diaz-Gonzalez
5b9eff6114
fix: add missing source of config functions
...
Closes dokku/dokku#3323
2018-12-04 16:13:47 -05:00
Jose Diaz-Gonzalez
49a9d84342
Release 0.13.0
...
# History
## 0.13.0
### Bug Fixes
- #3312 : @josegonzalez fix: keep track of failed containers regardless of docker kill output
- #3299 : @josegonzalez Wrap script_bin in double-quotes
- #3295 : @alexquick Sort config:show by key name
- #3288 : @josegonzalez Wrap script binary in single quotes during executable check
### New Features
- #3302 : @josegonzalez Add ability to check on app lock status via apps:locked command
- #3315 : @aokon Upgrade herokuish to 0.4.5 version
- #3236 : @josegonzalez Retire old containers
- #3307 : @josegonzalez Add support for docker.io package
- #3301 : @josegonzalez Add ability to sync packages to a new version of ubuntu
- #3286 : @josegonzalez Sanitize docker inspect output with ps:inspect
- #3240 : @josegonzalez Refactor Procfile handling to use go-procfile-util
- #3282 : @josegonzalez Use create instead of run for faster and more reliable file copy from docker images
- #3280 : @josegonzalez Better scheduler support
- #3259 : @josegonzalez Check if script is executable when a full path is specified
### Documentation
- #3314 : @royklutman Remove reference to non-existent DigitalOcean hosting plan
- #3313 : @morenoh149 Indicate to user to specify hostname
- #3310 : @josegonzalez Add a note to our issue template begging for money
- #3281 : @josegonzalez Add documentation on custom error pages
v0.13.0
2018-12-02 03:31:40 -05:00
Jose Diaz-Gonzalez
5ca4c769db
Merge pull request #3312 from dokku/josegonzalez-patch-2
...
fix: keep track of failed containers regardless of docker kill output
2018-12-02 02:55:02 -05:00
Jose Diaz-Gonzalez
ab6dd96c50
Merge pull request #3314 from royklutman/do-vultr-small-machine
...
Remove reference to non-existent DigitalOcean hosting plan
2018-12-02 02:49:42 -05:00
Jose Diaz-Gonzalez
b7cc027a04
docs: remove digitalocean instance size reference.
...
[ci skip]
2018-12-02 02:49:17 -05:00
Jose Diaz-Gonzalez
eb804bfbbd
Merge pull request #3299 from dokku/josegonzalez-patch-1
...
fix: wrap script_bin in double-quotes
2018-12-02 02:46:45 -05:00
Jose Diaz-Gonzalez
366a3cee81
Merge pull request #3302 from dokku/locked-command
...
Add ability to check on app lock status via apps:locked command
2018-12-02 02:03:00 -05:00
Jose Diaz-Gonzalez
cb3b5bdc28
feat: add ability to check on app lock status via apps:locked command
...
This allows users to further introspect on the state of the application.
2018-12-01 18:49:38 -05:00
Jose Diaz-Gonzalez
6b35cc3131
Merge pull request #3315 from aokon/herokuish-upgrade-to-0.4.5
...
feat: upgrade herokuish to 0.4.5 version
2018-11-21 07:20:47 -05:00
Adam Okoń
0fbbb10307
feat: upgrade herokuish to 0.4.5 version
...
The new version was released https://github.com/gliderlabs/herokuish/releases/tag/v0.4.5
2018-11-19 17:30:08 +01:00
Jose Diaz-Gonzalez
82bf74d7c9
Merge pull request #3313 from morenoh149/patch-1
...
Indicate to user to specify hostname
2018-11-17 01:10:15 -05:00
Harry Moreno
dd30525c27
Note dokku.me is hostname and note ssh-agent
...
[ci-skip]
2018-11-17 00:40:39 -05:00
Roy Klutman
ae8f614a81
Change DigitalOcean to Vultr as an example
2018-11-16 13:56:44 +01:00
Jose Diaz-Gonzalez
cf834f8ac8
fix: keep track of failed containers regardless of docker kill output
...
`docker kill` sometimes exits non-zero, meaning we don't keep track of logs for failed containers
2018-11-14 17:23:23 -05:00
Jose Diaz-Gonzalez
ea2e9fe348
Merge pull request #3236 from dokku/retire-old-containers
...
Retire old containers
2018-11-14 16:03:17 -05:00
Jose Diaz-Gonzalez
4b8e70075f
Merge pull request #3310 from dokku/josegonzalez-patch-2
...
Add a note to our issue template begging for money
2018-11-05 18:11:21 -05:00
Jose Diaz-Gonzalez
068d83629f
docs: Add a note to our issue template begging for money
...
Working for free sucks.
[ci skip]
2018-11-05 18:05:26 -05:00
Jose Diaz-Gonzalez
54d577a038
Merge pull request #3307 from dokku/josegonzalez-patch-2
...
feat: Add support for docker.io package
2018-11-05 11:23:00 -05:00
Jose Diaz-Gonzalez
2e41cb36de
feat: Add support for docker.io package
...
This is new in Ubuntu Bionic, and should allow users to install without using upstream docker.
Note that we recommend installing from upstream where possible.
Closes #3297
2018-11-05 11:21:48 -05:00
Jose Diaz-Gonzalez
a468b3b17b
Merge pull request #3301 from dokku/copy-packages
...
Add ability to sync packages to a new version of ubuntu
2018-11-05 00:20:58 -05:00
Jose Diaz-Gonzalez
07d64909a9
feat: Add ability to sync dokku packages to a new version of ubuntu
...
This will allow us to quickly roll out support for future versions of the OS.
[ci skip]
2018-11-05 00:19:04 -05:00
Jose Diaz-Gonzalez
769cff23fd
fix: wrap script_bin in double-quotes
...
Refs #3259
2018-11-02 23:38:10 -04:00
Jose Diaz-Gonzalez
cf996b4a87
Merge pull request #3295 from alexquick/fix-config-order
...
[config] sort config:show by key name
2018-10-27 18:33:41 -04:00
Alex Quick
34efbbd570
[config] sort config:show by key name
...
resolves : #3293
2018-10-27 15:48:41 -04:00
Jose Diaz-Gonzalez
f83aba565f
fix: properly chown ps folder
2018-10-21 12:50:39 -04:00
Jose Diaz-Gonzalez
c1b47dd248
fix: use correct path for lockfile
2018-10-21 12:50:39 -04:00
Jose Diaz-Gonzalez
ec47b1bcc7
refactor: set DOKKU_SYSTEM_USER and DOKKU_SYSTEM_GROUP at the top-level
2018-10-21 12:50:39 -04:00
Jose Diaz-Gonzalez
deeaf6dc41
fix: ensure path exists
2018-10-21 12:50:39 -04:00
Jose Diaz-Gonzalez
8a9c77a061
fix: pass lint
2018-10-21 12:50:39 -04:00
Jose Diaz-Gonzalez
d9fca6ac47
fix: correct syntax error
2018-10-21 12:50:39 -04:00
Jose Diaz-Gonzalez
38ed9bff39
feat: add a way to retire old containers scheduled by the docker-local plugin
...
These will be killed on a cron schedule, allowing us to ensure old containers don't run once memory pressure clears up - even across restarts.
Closes #3225
2018-10-21 12:50:39 -04:00
Jose Diaz-Gonzalez
14a1050a26
feat: add ps:retire command
...
This can be used to remove all old containers for a given deployment method.
2018-10-21 12:50:39 -04:00
Jose Diaz-Gonzalez
48842fc2f6
refactor: allow any function to attain a lock
2018-10-21 12:50:39 -04:00