Jose Diaz-Gonzalez
98a20e36cd
feat: build the dokku-update package
...
Releases can be made by running `contrib/release-dokku-update`
2018-02-19 13:55:27 -05:00
Jose Diaz-Gonzalez
6c76038bfc
feat: add dokku-update binary
...
This binary will be packaged separately from dokku and can be used to keep the system up to date.
2018-02-18 15:12:25 -05:00
Jose Diaz-Gonzalez
54079714c8
feat: allow rebuilding and restarting all applications via parallel
2018-02-17 23:15:15 -05:00
Jose Diaz-Gonzalez
77c63b8d98
fix: do not rebuild an app that has never been deployed
2018-02-17 23:15:15 -05:00
Jose Diaz-Gonzalez
8eb4246040
docs: add notes on patching operating systems for security
...
Refs #1089
2018-02-17 23:15:15 -05:00
Jose Diaz-Gonzalez
eddd518718
Merge pull request #3065 from dokku/3033-env-sourcing
...
feat: check if dokkurc files are readable before attempting to source
2018-02-17 23:07:40 -05:00
Jose Diaz-Gonzalez
38e039ab08
Merge pull request #3066 from dokku/3054-validate-app-names
...
fix: Validate that all application names are valid domain names
2018-02-17 19:19:05 -05:00
Jose Diaz-Gonzalez
16b8f2682b
fix: Validate that all application names are valid domain names
...
Invalid application names will need to be manually cleaned up by the user, and as such this is a bc-break.
Closes #3054
2018-02-17 17:26:06 -05:00
Jose Diaz-Gonzalez
5eddb260f4
Merge pull request #3069 from dokku/josegonzalez-patch-1
...
Remove potentially bad nginx template examples
2018-02-17 15:57:35 -05:00
Jose Diaz-Gonzalez
cd32180f1a
docs: remove potentially bad template examples
...
These examples do not include _all_ of the contents of the original template. Rather than having to keep them up to date and confuse users when we don't, lets just remove them. The section above contains a link to the current `nginx.conf.sigil` and should be referenced by our users instead.
Closes #3068
[ci skip]
2018-02-17 15:57:14 -05:00
Jose Diaz-Gonzalez
00a3ca856f
feat: check if dokkurc files are readable before attempting to source
...
If the files are unreadable, exit immediately so developers take notice.
Closes #3033
2018-02-13 03:11:37 -05:00
Jose Diaz-Gonzalez
a80bd92f40
Merge pull request #3059 from lwm/host-header-notes
...
Add note for runtime host configuration for checks.
2018-02-13 02:43:32 -05:00
Jose Diaz-Gonzalez
d8878fdfe2
docs: remove reference to django application and make it a warning
...
This further clarifies the responsibility of the developer around managing checks in relation to their framework.
2018-02-13 02:38:57 -05:00
Jose Diaz-Gonzalez
124072df95
Merge pull request #3041 from jcrben/unattended-install
...
Point to unattended install instructions
2018-02-13 01:46:25 -05:00
Jose Diaz-Gonzalez
dbdefd972d
Merge pull request #3038 from shrmnk/feature/ps-stopall
...
Feature: dokku ps:stopall
2018-02-13 01:44:05 -05:00
Jose Diaz-Gonzalez
26c533fde3
Merge pull request #3052 from alexquick/fix-invalid-config
...
Remove bad config keys on load from app/global envfiles
2018-02-13 01:43:04 -05:00
Jose Diaz-Gonzalez
faf284809b
Merge pull request #3053 from mimischi/new-plugin
...
Add plugin to manage Dockerfile location to documentation
2018-02-13 01:42:38 -05:00
Jose Diaz-Gonzalez
a9927c24e2
Merge pull request #3062 from shannara/refactor-run-help-command
...
Change help run command be more explicit
2018-02-13 01:36:04 -05:00
Jose Diaz-Gonzalez
ff14323fdc
fix: clarify docs on run subcommand
...
[ci skip]
2018-02-13 01:35:43 -05:00
Jose Diaz-Gonzalez
e7f8aeff8a
docs: clarify help output for run subcommand
...
[ci skip]
2018-02-13 01:35:08 -05:00
Stanislas Leduc
6a9583b176
Change help run command be more explicit
2018-02-12 21:07:30 +01:00
Luke Murphy
2475b9e7ea
Add note for runtime host configuration for checks.
...
Please see https://github.com/dokku/dokku/issues/2159 for motivation.
[ci skip]
2018-02-10 11:59:19 +01:00
Jose Diaz-Gonzalez
fe1275d4e7
Merge pull request #3034 from znz/fix-typo
...
Fix a typo [ci skip]
2018-02-08 12:00:31 -07:00
Jose Diaz-Gonzalez
236f388aec
Merge pull request #3061 from tomdyson/patch-1
...
Fix plugin-triggers docs typo
2018-02-08 12:00:03 -07:00
Tom Dyson
ee864e4ff8
plugin-triggers docs typo
2018-02-08 18:58:38 +00:00
Jose Diaz-Gonzalez
2c0a7a687e
Merge pull request #3056 from raine/patch-1
...
Fix typo in help output
2018-01-31 17:25:08 -05:00
Raine Virta
a932a421ce
Fix typo
2018-02-01 00:21:55 +02:00
Jose Diaz-Gonzalez
6efac356f3
Merge pull request #3055 from dokku/mh/chore/update-herokuish
...
update to herokuish v0.3.34
2018-01-31 10:15:03 -05:00
Michael Hobbs
ef027c0e5f
update to herokuish v0.3.34
2018-01-30 17:58:49 -07:00
Michael Gecht
bc8f2be582
Add dokku-dockerfile plugin to documentation
...
[ci skip]
2018-01-30 11:01:32 +01:00
Alex Quick
afeb521f07
feature: remove bad config vars from envfiles when loaded
...
resolves : #3036
2018-01-28 17:19:28 -05:00
Jose Diaz-Gonzalez
22a0ffd98d
Merge pull request #3045 from jcrben/debian-postrm-dokku-purge
...
rm nginx configs on debian purge
2018-01-24 12:43:32 -05:00
Ben Creasy
800fd928ca
rm nginx configs on debian purge
2018-01-23 23:21:30 -08:00
Jose Diaz-Gonzalez
e5d473f494
Merge pull request #3044 from takuti/fix-link
...
Docs: Fix links to port-management
2018-01-22 17:49:07 -05:00
Takuya Kitazawa
ed275d479b
Docs: Fix links to port-management
2018-01-23 07:46:19 +09:00
Jose Diaz-Gonzalez
b5c1646b50
docs: these folks are no longer really involved.
2018-01-22 10:08:45 -05:00
Jose Diaz-Gonzalez
c09e102692
Merge pull request #3042 from dokku/port-management-docs
...
docs: Improve documentation around port handling.
2018-01-21 17:49:53 -05:00
Jose Diaz-Gonzalez
463c5b8120
docs: Improve documentation around port handling.
...
While there are a number of enhancements we could do to make port handling more seamless, this is a first step towards documenting the various oddities around port management for Docker vs Buildpack deploys.
Refs #2903
Closes #2970
[ci skip]
2018-01-21 17:46:44 -05:00
Ben Creasy
d79a4d1b5c
docs: point to unattended install instructions
...
[ci skip]
2018-01-21 13:09:57 -08:00
Sherman K
57d4c93d2d
Disable shellcheck SC1090
2018-01-19 08:36:55 +08:00
Sherman K
30922fc818
Implement improvements from #3039
2018-01-19 08:23:50 +08:00
Sherman K
59ca40f368
Replace docs using manual stopping of all apps with ps:stopall cmd
2018-01-19 00:37:26 +08:00
Sherman K
25bd4c8785
Update relevant docs with ps:stopall
2018-01-19 00:34:39 +08:00
Sherman K
41dd72dd3e
Add ps:stopall command to stop all apps
2018-01-19 00:23:31 +08:00
Kazuhiro NISHIYAMA
59abb1c161
Fix a typo [ci skip]
2018-01-16 21:47:19 +09:00
Jose Diaz-Gonzalez
5ee42f876e
Release 0.11.3
...
# History
## 0.11.3
### Bug Fixes
- #3031 : @josegonzalez fix: ensure we respect DOKKU_DEPLOY_BRANCH when rebuilding applications
### New Features
- #3028 : @josegonzalez Ensure parallel runs properly for non-restorable apps and moreutils parallel
- #3030 : @josegonzalez feat: allow changing the system user the properties plugin uses
- #3024 : @jcrben Use high-availability pool keyserver during tests
- #3017 : @josegonzalez feat: add pre-start trigger for notifying on application start
### Documentation
- #3020 : @gliwka Point to docs in the right version
- #3016 : @josegonzalez Update nginx template example to use http2 when available
v0.11.3
2018-01-12 18:12:27 -05:00
Jose Diaz-Gonzalez
af158d945a
Merge pull request #3031 from dokku/3021-custom-branch-ps-rebuild
...
fix: ensure we respect DOKKU_DEPLOY_BRANCH when rebuilding applications
2018-01-12 16:26:35 -05:00
Jose Diaz-Gonzalez
28c409509c
fix: declare DOKKU_DEPLOY_BRANCH
2018-01-12 13:42:41 -05:00
Jose Diaz-Gonzalez
19806636ad
fix: ensure we respect DOKKU_DEPLOY_BRANCH when rebuilding applications
...
Closes #3021
2018-01-12 13:38:36 -05:00
Jose Diaz-Gonzalez
b90bb0cd38
Merge pull request #3028 from dokku/josegonzalez-patch-1
...
Ensure parallel runs properly for non-restorable apps and moreutils parallel
2018-01-12 06:07:58 -05:00