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
Jose Diaz-Gonzalez
0532cae666
fix: correct failing repo test
...
The previous version grepped for the number 0, which is now output in the repo cache line count. We should check for the exact value instead.
2021-05-22 19:28:06 -04:00
Jose Diaz-Gonzalez
a6b36ae62f
Merge pull request #4612 from dokku/retire-task-containers
...
fix: always retire deployment task containers
2021-05-22 18:35:15 -04:00
Jose Diaz-Gonzalez
8766820974
fix: always retire deployment task containers
...
Without this, the normal cleanup routine would not remove the containers, and removal would require a manual call to 'dokku cleanup'.
2021-05-22 15:37:21 -04:00
Jose Diaz-Gonzalez
85b09e11cf
Merge pull request #4607 from serixscorpio/patch-1
...
Update link to dokku on Azure deployment page [ci skip]
2021-05-16 23:13:06 -04:00
Eric Ti-Yu Chiang
5d1d466edb
Update link to dokku on Azure deployment page
...
The old link is broken.
2021-05-16 23:06:27 -04:00
dependabot[bot]
a9930fb167
chore(deps): bump flask from 1.1.2 to 2.0.0 in /tests/apps/multi
...
Bumps [flask](https://github.com/pallets/flask ) from 1.1.2 to 2.0.0.
- [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/1.1.2...2.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-12 06:19:02 +00:00
dependabot[bot]
b628b68aef
chore(deps): bump flask from 1.1.2 to 2.0.0 in /tests/apps/python-flask
...
Bumps [flask](https://github.com/pallets/flask ) from 1.1.2 to 2.0.0.
- [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/1.1.2...2.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-12 06:18:54 +00:00
dependabot[bot]
a1e7f19580
chore(deps-dev): bump heroku/heroku-buildpack-php in /tests/apps/php
...
Bumps [heroku/heroku-buildpack-php](https://github.com/heroku/heroku-buildpack-php ) from 191 to 192.
- [Release notes](https://github.com/heroku/heroku-buildpack-php/releases )
- [Changelog](https://github.com/heroku/heroku-buildpack-php/blob/main/CHANGELOG.md )
- [Commits](https://github.com/heroku/heroku-buildpack-php/compare/v191...v192 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-07 08:08:37 +00:00
Jose Diaz-Gonzalez
f4b4752e20
Merge pull request #4583 from dokku/josegonzalez-patch-1
...
Set correct redirect for installation
2021-05-01 18:00:36 -04:00
Jose Diaz-Gonzalez
b3d547db30
fix: set correct redirect for installation
...
[ci skip]
2021-05-01 17:59:39 -04:00
Jose Diaz-Gonzalez
23a54f58b0
Merge pull request #4581 from dokku/dependabot/add-v2-config-file
...
Upgrade to GitHub-native Dependabot
2021-04-28 12:49:38 -04:00
Jose Diaz-Gonzalez
e16ec3ab9d
chore: fix formatting
2021-04-28 12:48:22 -04:00
dependabot-preview[bot]
9e8f6a36f5
Upgrade to GitHub-native Dependabot
2021-04-28 16:46:14 +00:00
Dokku Bot
496ea86840
Release 0.24.7
...
# History
## 0.24.7
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.24.7/bootstrap.sh
sudo DOKKU_TAG=v0.24.7 bash bootstrap.sh
```
### Bug Fixes
- #4574 : @Cellane Fix alternate-tags content & escaping
### Other
- #4575 : @Cellane Exclude additional ShellCheck tests
v0.24.7
2021-04-22 05:58:42 +00:00
Jose Diaz-Gonzalez
b3854eb2c3
Merge pull request #4575 from Cellane/patch-2
...
Exclude additional ShellCheck tests
2021-04-22 01:57:29 -04:00
Milan Vit
2be6c8b86d
Add explanation for exclusion
2021-04-22 14:25:23 +09:00
Milan Vit
3db6dbfcb3
Exclude additional ShellCheck tests
2021-04-22 14:22:12 +09:00
Jose Diaz-Gonzalez
dfd55d0eb0
Merge pull request #4574 from Cellane/patch-1
...
Fix alternate-tags content & escaping
2021-04-22 01:05:36 -04:00
Milan Vit
ca6ac610a2
Fix alternate-tags content & escaping
2021-04-22 13:23:33 +09:00
Dokku Bot
b943edcd24
Release 0.24.6
...
# History
## 0.24.6
Install/update via the bootstrap script:
```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.24.6/bootstrap.sh
sudo DOKKU_TAG=v0.24.6 bash bootstrap.sh
```
### Bug Fixes
- #4493 : @Cellane Ensure alternate-tags is properly injected for git:from-image deploys
- #4563 : @Akirtovskis Tough netrc file when setting git:auth entries
- #4566 : @jasiek Normalize Dockerfile line terminators to handle issues in port extraction
- #4567 : @josegonzalez Ensure plugin:update updates all plugins when no plugin is specified
- #4568 : @josegonzalez Do not insert log max-size when log-driver is set at daemon-level
- #4554 : @josegonzalez Ensure deployment task containers get associated to internal networks
### New Features
- #4557 : @josegonzalez Add bash-completion to debian package recommends
- #4484 : @lunswor Bumps vector image version to 0.12.x
### Other
- #4569 : @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 190 to 191 in /tests/apps/php
v0.24.6
2021-04-17 01:53:29 +00:00
Jose Diaz-Gonzalez
03ff6e9824
add verbose debugging to formula releasing
2021-04-16 14:45:54 -04:00
Jose Diaz-Gonzalez
7847c8b99c
Merge pull request #4493 from Cellane/add-failing-test-for-image-labeling
...
Ensure alternate-tags is properly injected for git:from-image deploys
2021-04-16 14:37:55 -04:00
Jose Diaz-Gonzalez
8660d58eb0
fix: inject alternate label when building from an image
...
This label is otherwise missing, causing tooling that might want to know about it's pre-existing labels - specifically, docker-image-labeler - to fail to run as expected.
2021-04-16 12:28:56 -04:00
Jose Diaz-Gonzalez
9de027167d
tests: make test a bit clearer
2021-04-16 12:28:56 -04:00
Milan Vit
65095fa4f7
💚 Alter tests further
2021-04-16 12:28:56 -04:00
Milan Vit
f07f489ef6
💚 Break test by fixing it
2021-04-16 12:28:56 -04:00
Milan Vit
15f4e94b4f
✅ Add (hopefully) failing test for image labeling
2021-04-16 12:28:56 -04:00
Jose Diaz-Gonzalez
6d66590fd4
Merge pull request #4563 from Akirtovskis/add-and-remove-netrc-for-git-auth
...
Tough netrc file when setting git:auth entries
2021-04-16 12:28:20 -04:00
Jose Diaz-Gonzalez
cc1e9562b0
Merge pull request #4566 from jasiek/master
...
Normalize Dockerfile line terminators to handle issues in port extraction
2021-04-16 12:27:45 -04:00
Jose Diaz-Gonzalez
ecad66bf22
Merge pull request #4567 from dokku/4553-plugin-update
...
Ensure plugin:update updates all plugins when no plugin is specified
2021-04-16 12:26:43 -04:00
Jose Diaz-Gonzalez
d8ae1bd06c
Merge pull request #4568 from dokku/4519-respect-daemon-log-settings
...
Do not insert log max-size when log-driver is set at daemon-level
2021-04-16 12:26:34 -04:00
Jose Diaz-Gonzalez
1679024926
Merge pull request #4569 from dokku/dependabot/composer/tests/apps/php/heroku/heroku-buildpack-php-191
...
chore(deps-dev): bump heroku/heroku-buildpack-php from 190 to 191 in /tests/apps/php
2021-04-16 12:26:22 -04:00