Jose Diaz-Gonzalez
c7700e8cc2
fix: correct path for azure-vm releases
...
[ci skip]
2021-06-06 20:34:42 -04:00
Dokku Bot
248577d4f4
Release 0.24.10
...
# History
## 0.24.10
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.24.10/bootstrap.sh
sudo DOKKU_TAG=v0.24.10 bash bootstrap.sh
```
### Bug Fixes
- #4638 : @josegonzalez Schedule a retire as early as possible
### Documentation
- #4635 : @hiepxanh Add buildkit cache example to Dockerfile docs
- #4632 : @scflode Fix typo in docs for GitHub Actions
### Other
- #4637 : @dependabot[bot] chore(deps): bump django from 3.1.8 to 3.1.9 in /tests/apps/dockerfile-release
v0.24.10
2021-06-07 00:25:18 +00:00
Jose Diaz-Gonzalez
46746babd5
Merge pull request #4635 from hiepxanh/patch-1
...
Add buildkit cache example to Dockerfile docs
2021-06-06 17:50:23 -04:00
Jose Diaz-Gonzalez
0759c055d3
chore: reword buildkit cache docs
2021-06-06 17:49:40 -04:00
Jose Diaz-Gonzalez
06eb9e5b02
Merge pull request #4638 from dokku/4576-always-schedule-retire
...
Schedule a retire as early as possible
2021-06-06 17:45:43 -04:00
Jose Diaz-Gonzalez
bf7d6f40ce
refactor: schedule a retire as early as possible
...
Rather than wait for all containers to come up successfully, immediately schedule a retirement of the old container. We'll still perform a disown'd removal after a successful deploy, but we _also_ schedule a retirement when:
- the new container is run successfully, before we update the container id file
- the new container fails and we run the kill_new command (the schedule is there to ensure removal if the container removal commands fail)
Closes #4576
2021-06-06 17:04:49 -04:00
Jose Diaz-Gonzalez
49c18e94e8
Merge pull request #4637 from dokku/dependabot/pip/tests/apps/dockerfile-release/django-3.1.9
...
chore(deps): bump django from 3.1.8 to 3.1.9 in /tests/apps/dockerfile-release
2021-06-06 16:16:37 -04:00
Jose Diaz-Gonzalez
efa34d4bcf
Merge pull request #4632 from scflode/patch-1
...
Fix typo in docs for GitHub Actions
2021-06-05 18:30:31 -04:00
dependabot[bot]
8f2c1ea389
chore(deps): bump django in /tests/apps/dockerfile-release
...
Bumps [django](https://github.com/django/django ) from 3.1.8 to 3.1.9.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.1.8...3.1.9 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-06-04 23:59:02 +00:00
hiepxanh
c1df31b106
docs: dockerfiles buildkit add cache directory ex
2021-06-04 15:21:35 +07:00
hiepxanh
b3d0dfb704
docs: dockerfiles buildkit add cache directory ex
...
Add example how to cache directory on dockerfile
2021-06-04 15:14:04 +07:00
Flo Schuessel
28a132ba33
Fix typo in docs
...
The PR fixes a small typo in the docs
2021-06-02 11:25:33 +02:00
Dokku Bot
29d2113f64
Release 0.24.9
...
# History
## 0.24.9
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.24.9/bootstrap.sh
sudo DOKKU_TAG=v0.24.9 bash bootstrap.sh
```
### Bug Fixes
- #4617 : @josegonzalez Actually use the null buildpack for the sample python app
- #4616 : @josegonzalez Update azure-vm file paths to handled azure renames
### New Features
- #4629 : @josegonzalez Upgrade dokku docker image to latest bionic release
### Documentation
- #4622 : @allanitis Update nginx logging configuration example to better support AWS Cloudwatch
### Other
- #4627 : @Tarow Respect custom stack when using cloud native builder
- #4619 : @dependabot[bot] chore(deps): bump flask from 2.0.0 to 2.0.1 in /tests/apps/python-flask
- #4628 : @dependabot[bot] chore(deps): bump monolog/monolog from 1.26.0 to 1.26.1 in /tests/apps/php
- #4618 : @dependabot[bot] chore(deps): bump jetty-servlet from 11.0.2 to 11.0.3 in /tests/apps/java
v0.24.9
2021-05-31 23:52:25 +00:00
Jose Diaz-Gonzalez
6d505fc75a
Merge pull request #4629 from dokku/4625-upgrade-base
...
Upgrade dokku docker image to latest bionic release
2021-05-31 16:52:44 -04:00
Jose Diaz-Gonzalez
8d016faf90
Merge pull request #4617 from dokku/actual-null
...
Actually use the null buildpack for the sample python app
2021-05-31 16:36:52 -04:00
Jose Diaz-Gonzalez
f099681e3d
feat: upgrade dokku docker image to latest bionic release
...
Refs #4625
2021-05-31 16:05:35 -04:00
Jose Diaz-Gonzalez
634c8b48d1
fix: ensure the python app has a requirements.txt file
...
Without this, detection will fail on the heroku/python buildpack.
2021-05-31 16:02:09 -04:00
Jose Diaz-Gonzalez
244651dcba
fix: actually use the null buildpack for the sample python app
2021-05-31 16:00:28 -04:00
Jose Diaz-Gonzalez
edb5d067b8
Merge pull request #4627 from Tarow/custom-cnb-stack
...
Respect custom stack when using cloud native builder
2021-05-31 15:53:51 -04:00
Jose Diaz-Gonzalez
3687c1800e
Merge pull request #4619 from dokku/dependabot/pip/tests/apps/python-flask/flask-2.0.1
...
chore(deps): bump flask from 2.0.0 to 2.0.1 in /tests/apps/python-flask
2021-05-31 15:53:09 -04:00
Jose Diaz-Gonzalez
33d6133f49
Merge pull request #4628 from dokku/dependabot/composer/tests/apps/php/monolog/monolog-1.26.1
...
chore(deps): bump monolog/monolog from 1.26.0 to 1.26.1 in /tests/apps/php
2021-05-31 15:52:59 -04:00
dependabot[bot]
8ac63b9f65
chore(deps): bump monolog/monolog in /tests/apps/php
...
Bumps [monolog/monolog](https://github.com/Seldaek/monolog ) from 1.26.0 to 1.26.1.
- [Release notes](https://github.com/Seldaek/monolog/releases )
- [Changelog](https://github.com/Seldaek/monolog/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Seldaek/monolog/compare/1.26.0...1.26.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-31 07:50:59 +00:00
Jose Diaz-Gonzalez
8bbeb90f6f
docs: use correct variable name
2021-05-30 15:32:54 -04:00
Jose Diaz-Gonzalez
c969a1a742
fix: use correct variable
2021-05-30 15:31:19 -04:00
Jose Diaz-Gonzalez
3d745b7c12
chore: use one fewer variable
2021-05-30 15:30:02 -04:00
Niklas Tasler
e38905765b
respect custom stack when using cloud native builder
2021-05-30 17:54:39 +02:00
Jose Diaz-Gonzalez
765bc82028
Merge pull request #4622 from allanitis/patch-1
...
Fix typo in nginx logging configuration example
2021-05-27 02:20:03 -04:00
Matt Allan
c5d329db70
Fix typo: Remove extra space in nginx logging config example
2021-05-27 16:11:00 +10:00
Jose Diaz-Gonzalez
6e0dec7aa2
Merge pull request #4618 from dokku/dependabot/maven/tests/apps/java/org.eclipse.jetty-jetty-servlet-11.0.3
...
chore(deps): bump jetty-servlet from 11.0.2 to 11.0.3 in /tests/apps/java
2021-05-24 23:49:04 -04:00
dependabot[bot]
f6bc8c7f5b
chore(deps): bump flask from 2.0.0 to 2.0.1 in /tests/apps/python-flask
...
Bumps [flask](https://github.com/pallets/flask ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.0.0...2.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-24 07:47:00 +00:00
dependabot[bot]
5214a3518c
chore(deps): bump jetty-servlet in /tests/apps/java
...
Bumps [jetty-servlet](https://github.com/eclipse/jetty.project ) from 11.0.2 to 11.0.3.
- [Release notes](https://github.com/eclipse/jetty.project/releases )
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-11.0.2...jetty-11.0.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-24 07:46:35 +00:00
Jose Diaz-Gonzalez
8b836a4743
Merge pull request #4616 from dokku/josegonzalez-patch-1
...
Update azure-vm file paths to handled azure renames
2021-05-23 19:51:57 -04:00
Jose Diaz-Gonzalez
de3167c146
Update azure-vm file paths to handled azure renames
2021-05-23 19:51:42 -04:00
Dokku Bot
c6404f813d
Release 0.24.8
...
# History
## 0.24.8
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.24.8/bootstrap.sh
sudo DOKKU_TAG=v0.24.8 bash bootstrap.sh
```
### Bug Fixes
- #4615 : @josegonzalez Remove empty plugin directories during upgrade
- #4613 : @josegonzalez Correct failing repo test
- #4612 : @josegonzalez fix: always retire deployment task containers
### Documentation
- #4607 : @serixscorpio Update link to dokku on Azure deployment page
- #4583 : @josegonzalez Set correct redirect for installation
### Other
- #4610 : @dependabot[bot] chore(deps): bump jinja2 from 2.11.3 to 3.0.1 in /tests/apps/python-flask
- #4614 : @dependabot[bot] chore(deps): bump flask from 2.0.0 to 2.0.1 in /tests/apps/multi
- #4611 : @dependabot[bot] chore(deps): bump thin from 1.8.0 to 1.8.1 in /tests/apps/ruby
- #4609 : @dependabot[bot] chore(deps): bump socket.io from 4.0.2 to 4.1.2 in /tests/apps/.websocket.disabled
- #4608 : @dependabot[bot] chore(deps): bump werkzeug from 1.0.1 to 2.0.1 in /tests/apps/python-flask
- #4600 : @dependabot[bot] chore(deps): bump flask from 1.1.2 to 2.0.0 in /tests/apps/multi
- #4598 : @dependabot[bot] chore(deps): bump flask from 1.1.2 to 2.0.0 in /tests/apps/python-flask
- #4592 : @dependabot[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 191 to 192 in /tests/apps/php
- #4581 : @dependabot-preview[bot] Upgrade to GitHub-native Dependabot
v0.24.8
2021-05-23 23:34:19 +00:00
Jose Diaz-Gonzalez
8d0977f015
Merge pull request #4615 from dokku/4593-remove-empty-plugins
...
Remove empty plugin directories during upgrade
2021-05-23 18:26:52 -04:00
Jose Diaz-Gonzalez
f9deab94f9
fix: remove empty plugin directories during upgrade
...
Closes #4593
2021-05-23 17:37:08 -04:00
Jose Diaz-Gonzalez
a54b49362d
Merge pull request #4610 from dokku/dependabot/pip/tests/apps/python-flask/jinja2-3.0.1
...
chore(deps): bump jinja2 from 2.11.3 to 3.0.1 in /tests/apps/python-flask
2021-05-22 22:40:48 -04:00
dependabot[bot]
360c10d90e
chore(deps): bump jinja2 in /tests/apps/python-flask
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 2.11.3 to 3.0.1.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/2.11.3...3.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-23 02:40:40 +00:00
Jose Diaz-Gonzalez
9201860aa8
Merge pull request #4614 from dokku/dependabot/pip/tests/apps/multi/flask-2.0.1
...
chore(deps): bump flask from 2.0.0 to 2.0.1 in /tests/apps/multi
2021-05-22 22:40:32 -04:00
dependabot[bot]
3a5942b75d
chore(deps): bump flask from 2.0.0 to 2.0.1 in /tests/apps/multi
...
Bumps [flask](https://github.com/pallets/flask ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.0.0...2.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-23 02:40:27 +00:00
Jose Diaz-Gonzalez
5bf4c41c1d
Merge pull request #4611 from dokku/dependabot/bundler/tests/apps/ruby/thin-1.8.1
...
chore(deps): bump thin from 1.8.0 to 1.8.1 in /tests/apps/ruby
2021-05-22 22:40:18 -04:00
Jose Diaz-Gonzalez
0f1682a9b7
Merge pull request #4609 from dokku/dependabot/npm_and_yarn/tests/apps/dot-websocket.disabled/socket.io-4.1.2
...
chore(deps): bump socket.io from 4.0.2 to 4.1.2 in /tests/apps/.websocket.disabled
2021-05-22 22:39:59 -04:00
Jose Diaz-Gonzalez
1222ff9c92
Merge pull request #4608 from dokku/dependabot/pip/tests/apps/python-flask/werkzeug-2.0.1
...
chore(deps): bump werkzeug from 1.0.1 to 2.0.1 in /tests/apps/python-flask
2021-05-22 22:39:43 -04:00
dependabot[bot]
410c3dd103
chore(deps): bump socket.io in /tests/apps/.websocket.disabled
...
Bumps [socket.io](https://github.com/socketio/socket.io ) from 4.0.2 to 4.1.2.
- [Release notes](https://github.com/socketio/socket.io/releases )
- [Changelog](https://github.com/socketio/socket.io/blob/master/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io/compare/4.0.2...4.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-22 23:58:04 +00:00
dependabot[bot]
3028dc4182
chore(deps): bump thin from 1.8.0 to 1.8.1 in /tests/apps/ruby
...
Bumps [thin](https://github.com/macournoyer/thin ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/macournoyer/thin/releases )
- [Changelog](https://github.com/macournoyer/thin/blob/master/CHANGELOG )
- [Commits](https://github.com/macournoyer/thin/compare/v1.8.0...v1.8.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-22 23:57:52 +00:00
dependabot[bot]
69e449788d
chore(deps): bump werkzeug in /tests/apps/python-flask
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 1.0.1 to 2.0.1.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/1.0.1...2.0.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-22 23:57:30 +00:00
Jose Diaz-Gonzalez
c3d23103e2
Merge pull request #4600 from dokku/dependabot/pip/tests/apps/multi/flask-2.0.0
...
chore(deps): bump flask from 1.1.2 to 2.0.0 in /tests/apps/multi
2021-05-22 19:57:06 -04:00
Jose Diaz-Gonzalez
e5d626574c
Merge pull request #4598 from dokku/dependabot/pip/tests/apps/python-flask/flask-2.0.0
...
chore(deps): bump flask from 1.1.2 to 2.0.0 in /tests/apps/python-flask
2021-05-22 19:56:56 -04:00
Jose Diaz-Gonzalez
cce61f52ad
Merge pull request #4592 from dokku/dependabot/composer/tests/apps/php/heroku/heroku-buildpack-php-192
...
chore(deps-dev): bump heroku/heroku-buildpack-php from 191 to 192 in /tests/apps/php
2021-05-22 19:56:46 -04:00
Jose Diaz-Gonzalez
bfe21844ea
Merge pull request #4613 from dokku/fix-repo-test
...
Correct failing repo test
2021-05-22 19:56:26 -04:00