Jose Diaz-Gonzalez
431dc6c1a0
Release 0.19.2
...
# History
## 0.19.2
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.19.2/bootstrap.sh
sudo DOKKU_TAG=v0.19.2 bash bootstrap.sh
```
### Bug Fixes
- #3718 : @josegonzalez Detect correct python binary to use
v0.19.2
2019-10-18 12:30:02 -04:00
Jose Diaz-Gonzalez
8bb559c965
Merge pull request #3718 from dokku/3714-python-support
...
Detect correct python binary to use
2019-10-18 12:29:28 -04:00
Jose Diaz-Gonzalez
50863a9b76
fix: detect correct python binary to use
...
Ideally python usage goes away - the dokku-installer should become a mandatory cli command, and the plugin is rewritten in golang - but for now, we need to use the correct binary when running dokku.
Closes #3714
2019-10-17 14:24:47 -04:00
Jose Diaz-Gonzalez
a1860bae14
Release 0.19.1
...
# History
## 0.19.1
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.19.1/bootstrap.sh
sudo DOKKU_TAG=v0.19.1 bash bootstrap.sh
```
### Bug Fixes
- #3713 : @josegonzalez Require nginx 1.13+ in order to enable tls1.3
v0.19.1
2019-10-14 20:12:50 -04:00
Jose Diaz-Gonzalez
fa8267ca09
Merge pull request #3713 from dokku/3711-tls13-support
...
Require nginx 1.13+ in order to enable tls1.3
2019-10-14 20:11:56 -04:00
Jose Diaz-Gonzalez
9dae004651
fix: require nginx 1.13+ in order to enable tls1.3
...
Closes #3711
2019-10-14 11:47:43 -04:00
Jose Diaz-Gonzalez
f9e163c63a
fix: correct minor issue in history.md
2019-10-14 11:40:41 -04:00
Jose Diaz-Gonzalez
e561f87b17
fix: correct tag release
2019-10-14 11:40:27 -04:00
Jose Diaz-Gonzalez
78621481a6
Release 0.19.0
...
# History
## 0.19.0
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.19.0/bootstrap.sh
sudo DOKKU_TAG=v0.19.0 bash bootstrap.sh
```
### Bug Fixes
- #3688 : @josegonzalez Correct shfmt issues
- #3684 : @josegonzalez Do not push betafish releases to docker hub
- #3681 : @josegonzalez Proper openresty support
### New Features
- #3687 : @josegonzalez Add scheduler-post-run trigger
- #3702 : @josegonzalez Cleanup build and destroy logging output
- #3693 : @josegonzalez Remove ssh-keys user-auth trigger in favor of direct check in dokku binary
- #3691 : @josegonzalez Silence trigger logging
- #3685 : @josegonzalez Allow passing labels to one-off dokku containers
- #3680 : @josegonzalez Follow updated intermediate recommendations from the Mozilla SSL Config Generator
- #3677 : @josegonzalez Improve package build process
- #3679 : @josegonzalez Allow keeping the git directory during builds
- #3577 : @josegonzalez Use new-style docker management commands
- #3678 : @josegonzalez Add container-type to run and deploy containers
- #3671 : @josegonzalez Allow overriding checks doc url
- #3662 : @leshik Improve nginx ciphers compatibility
- #3668 : @josegonzalez Release latest docker image on release
- #3659 : @fzerorubigd Add support for grpc/grpcs port forwarding
### Documentation
- #3701 : @limenet Docs / Getting Started: use HTTPS instead of SSH for clone
- #3699 : @robhudson Add `dokku cleanup` to help output
- #3669 : @josegonzalez Fix reference to CHECKS file location
### Tests
- #3670 : @josegonzalez Upgrade all python test deps
### Other
- #3690 : @
v0.19.0
2019-10-14 05:50:49 -04:00
Jose Diaz-Gonzalez
92de37b23a
Merge pull request #3687 from dokku/scheduler-post-run
...
Add scheduler-post-run trigger
2019-10-14 05:49:36 -04:00
Jose Diaz-Gonzalez
360c587086
feat: add scheduler-post-run trigger
...
After a `dokku run` container is created and started, this plugin trigger will allow developers to run auxiliary commands in response to that container.
2019-10-14 04:55:07 -04:00
Jose Diaz-Gonzalez
844b86840a
Merge branch 'upcoming' of github.com:dokku/dokku into upcoming
2019-10-07 18:55:29 -05:00
Jose Diaz-Gonzalez
94f5c04bf3
Release 0.18.5
...
# History
## 0.18.5
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.18.5/bootstrap.sh
sudo DOKKU_TAG=v0.18.5 bash bootstrap.sh
```
### Bug Fixes
- #3704 : @josegonzalez Fail nginx:build-config if the image does not exist
v0.18.5
2019-10-07 13:20:51 -04:00
Jose Diaz-Gonzalez
e76f8da482
Merge pull request #3704 from dokku/fail-nginx-build-config
...
Fail nginx:build-config if the image does not exist
2019-10-07 13:20:03 -04:00
Jose Diaz-Gonzalez
4d1beedd05
fix: do not create nginx.conf if the image for the app does not exist
2019-10-07 12:18:54 -04:00
Jose Diaz-Gonzalez
b3bc109abe
Release 0.18.4
...
# History
## 0.18.4
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.18.4/bootstrap.sh
sudo DOKKU_TAG=v0.18.4 bash bootstrap.sh
```
### Other
- #3703 : @scjody Update DOKKU_SCALE from Procfile during ps:scale
v0.18.4
2019-10-04 16:31:57 -04:00
Jose Diaz-Gonzalez
0b1775746d
Merge pull request #3703 from plotly/update-scale-file-from-procfile
...
Update DOKKU_SCALE from Procfile during ps:scale
2019-10-04 16:22:29 -04:00
Jody McIntyre
592b10122d
Add test of DOKKU_SCALE update
2019-10-04 14:36:54 -04:00
Jody McIntyre
f1dd722971
Update DOKKU_SCALE from Procfile during ps:scale
...
This is needed so that we report on processes added to an app's
Procfile.
2019-10-04 08:35:58 -04:00
Jose Diaz-Gonzalez
24c47e17f8
Merge pull request #3702 from dokku/better-output
...
Cleanup build and destroy logging output
2019-10-03 11:57:50 -04:00
Jose Diaz-Gonzalez
8c6e4c6483
Merge pull request #3701 from limenet/patch-1
...
Docs / Getting Started: use HTTPS instead of SSH for clone
2019-10-02 13:05:28 -04:00
Linus Metzler
34b5234e2f
Use HTTPS instead of SSH for clone
...
If the user has not yet added their public key to GitHub, using SSH for clone results in an error message due to permission denied.
2019-10-02 11:03:41 +02:00
Jose Diaz-Gonzalez
b05a2b6da2
Merge pull request #3699 from robhudson/add-cleanup-help
...
Add `dokku cleanup` to help output
2019-09-28 20:59:33 -04:00
Rob Hudson
9ed22eafea
Add dokku cleanup to help output
...
Fixes #3698
2019-09-27 12:50:16 -07:00
Jose Diaz-Gonzalez
498bdd0491
chore: cleanup build and destroy logging output
2019-09-20 12:31:19 -04:00
Jose Diaz-Gonzalez
92ac9cc729
Merge pull request #3693 from dokku/faster-calls
...
Remove ssh-keys user-auth trigger in favor of direct check in dokku binary
2019-09-20 12:28:51 -04:00
Jose Diaz-Gonzalez
9c68cd53fc
refactor: remove ssh-keys user-auth trigger in favor of direct check in dokku binary
2019-09-20 01:25:42 -04:00
Jose Diaz-Gonzalez
3b3fc5d5c1
Merge pull request #3690 from dokku/3689-python-3
...
Add support for python3
2019-09-20 00:34:57 -04:00
Jose Diaz-Gonzalez
b4e95fe0d5
feat: add support for python3
...
- Use jq where possible
- Drop unused function (no usage across entire codebase nor in any github repository
Closes #3689
2019-09-19 23:33:43 -04:00
Jose Diaz-Gonzalez
7bd4d32cb3
Merge pull request #3691 from dokku/silence-trigger-logging
...
Silence trigger logging
2019-09-17 23:50:00 -04:00
Jose Diaz-Gonzalez
903d7ce614
chore: silence trigger logging
...
Logging that a trigger is about to be performed is a bit... extra. If folks want to know that a trigger is running, they can check the event logs.
2019-09-17 23:47:30 -04:00
Jose Diaz-Gonzalez
12f3c12070
Merge pull request #3688 from dokku/shfmt
...
Correct shfmt issues
2019-09-17 04:07:59 -04:00
Jose Diaz-Gonzalez
cb281e17e6
fix: correct shfmt issues
2019-09-17 02:22:41 -04:00
Jose Diaz-Gonzalez
06b565f3e5
Merge pull request #3685 from dokku/docker-run-labels
...
Allow passing labels to one-off dokku containers
2019-09-17 00:27:07 -04:00
Jose Diaz-Gonzalez
798725bb54
feat: allow passing labels to one-off dokku containers
...
This feature is allows users to add extra label metadata to one-off containers. As this can interfere with Dokku internals if they shadow labels used by plugins, care should be taken to avoid the `com.dokku` or `org.label-schema` namespace.
Also proper name run containers so they don't get random names from docker...
2019-09-16 23:10:14 -04:00
Jose Diaz-Gonzalez
a3ef91f2ae
Merge pull request #3684 from dokku/no-betafish-push
...
Do not push betafish releases to docker hub
2019-09-16 21:48:57 -04:00
Jose Diaz-Gonzalez
cd28fe69a5
fix: do not push betafish releases to docker hub
2019-09-16 21:48:31 -04:00
Jose Diaz-Gonzalez
f1ead08549
Merge pull request #3681 from dokku/3675-openresty-support
...
Proper openresty support
2019-09-16 03:55:20 -04:00
Jose Diaz-Gonzalez
6e3fddb544
feat: add proper openresty support
...
This change allows supporting the openresty package as installed on Ubuntu 18.04 from the official openresty package repository, while also returning general nginx support.
Closes #3675
2019-09-16 03:05:35 -04:00
Jose Diaz-Gonzalez
dd2bbc7722
fix: allow test dhparam.pem to be copied into docker image
2019-09-16 03:04:42 -04:00
Jose Diaz-Gonzalez
a9ce738f68
feat: add openresty and runit support to packaging
...
Our docker image uses runit instead of init/systemd, hence the added sv support on Ubuntu operating systems.
2019-09-16 03:03:20 -04:00
Jose Diaz-Gonzalez
0e219b05e9
fest: handle both openresty and nginx in docker image builds
2019-09-16 03:02:01 -04:00
Jose Diaz-Gonzalez
ea9cf024d5
feat: always upgrade packages before further installation
2019-09-16 03:01:46 -04:00
Jose Diaz-Gonzalez
0d1952592e
chore: standardize arguments to apt
2019-09-16 03:01:34 -04:00
Jose Diaz-Gonzalez
43e7ee06fb
feat: rework layer to slightly speed up builds
2019-09-16 03:00:34 -04:00
Jose Diaz-Gonzalez
692bfa7cde
feat: speed up docker image build by copying tmp dhparam file into place
2019-09-16 03:00:11 -04:00
Jose Diaz-Gonzalez
dbcfb7ee9f
Merge pull request #3680 from dokku/updated-ssl-config
...
Follow updated intermediate recommendations from the Mozilla SSL Config Generator
2019-09-15 23:14:05 -04:00
Jose Diaz-Gonzalez
5f80cd3c20
feat: follow updated intermediate recommendations from the Mozilla SSL Config Generator
2019-09-15 22:24:37 -04:00
Jose Diaz-Gonzalez
eecee94e70
Merge pull request #3677 from dokku/package-improvements
...
Improve package build process
2019-09-15 21:10:28 -04:00
Jose Diaz-Gonzalez
f55dc640ec
Merge pull request #3679 from dokku/keep-git-dir
...
Allow keeping the git directory during builds
2019-09-15 20:29:47 -04:00