Dokku Bot
bf4d5fce02
Release 0.31.2
...
# History
## 0.31.2
Install/update via the bootstrap script:
```shell
wget -NP . https://dokku.com/install/v0.31.2/bootstrap.sh
sudo DOKKU_TAG=v0.31.2 bash bootstrap.sh
```
### Bug Fixes
- #6154 : @josegonzalez Ensure app clones have domains setup
- #6164 : @josegonzalez Use correct path for openresty letsencrypt data
- #6165 : @josegonzalez Ensure we cleanup extracted files prior to next deployment
- #6166 : @josegonzalez Remove unused source from openresty trigger
- #6163 : @josegonzalez Add missing triggers for openresty-vhosts plugin
- #6151 : @josegonzalez Do not pass an empty argument to scheduler-run when triggering cron tasks manually
- #6150 : @josegonzalez Correct issue where temp file cleanup fails deploy
### Documentation
- #6167 : @josegonzalez Correct svg path on homepage
- #6153 : @imankulov Fix superscript typos in plugin documentation
### Tests
- #6152 : @josegonzalez Use buildjet for building arm images
- #6149 : @josegonzalez Fix issue where CI cannot install docker-compose-plugin
### Dependencies
- #6161 : @josegonzalez Upgrade sigil to 0.10.1
- #6162 : @josegonzalez Upgrade herokuish to 0.7.1
- #6160 : @josegonzalez Upgrade sshcommand to 0.17.1
- #6159 : @josegonzalez Upgrade procfile-util to 0.16.0
- #6158 : @josegonzalez Upgrade netrc to 0.7.1
- #6157 : @josegonzalez Upgrade lambda-builder to 0.5.0
- #6147 : @dependabot[bot] chore(deps): bump tj-actions/changed-files from 37.6.1 to 38.1.0
- #6145 : @dependabot[bot] chore(deps): bump mkdocs-material from 9.2.2 to 9.2.3 in /docs/_build
- #6139 : @dependabot[bot] chore(deps): bump flask from 2.3.2 to 2.3.3 in /tests/apps/multi
- #6140 : @dependabot[bot] chore(deps): bump flask from 2.3.2 to 2.3.3 in /tests/apps/python-flask
- #6141 : @dependabot[bot] chore(deps): bump mkdocs-material from 9.1.21 to 9.2.2 in /docs/_build
### Other
- #6148 : @josegonzalez Add missing relabel command to docker-image-labeler for CNB builder
v0.31.2
2023-08-28 04:08:55 +00:00
Jose Diaz-Gonzalez
a805afb8ef
Merge pull request #6154 from dokku/6146-ensure-domains-on-clone
...
Ensure app clones have domains setup
2023-08-27 23:41:49 -04:00
Jose Diaz-Gonzalez
71214be1bd
fix: ensure app clones have domains setup
...
Closes #6146
2023-08-27 23:00:18 -04:00
Jose Diaz-Gonzalez
fb5b605c4a
Merge pull request #6164 from dokku/openresty-correct-data-dir
...
Use correct path for openresty letsencrypt data
2023-08-27 21:29:12 -04:00
Jose Diaz-Gonzalez
d06ad01b57
Merge pull request #6165 from dokku/extract-cleanup
...
Ensure we cleanup extracted files prior to next deployment
2023-08-27 21:07:48 -04:00
Jose Diaz-Gonzalez
fecb9e0472
fix: ensure we cleanup extracted files prior to next deployment
2023-08-27 20:00:45 -04:00
Jose Diaz-Gonzalez
196fadc6d3
fix: use correct path for openresty letsencrypt data
...
Paths are plugin-specific, and the previous path used the plugin alias, not the actual plugin name.
2023-08-27 20:00:37 -04:00
Jose Diaz-Gonzalez
7bd202a178
Merge pull request #6167 from dokku/josegonzalez-patch-2
...
Correct svg path on homepage
2023-08-27 20:00:20 -04:00
Jose Diaz-Gonzalez
56733592da
Merge pull request #6166 from dokku/josegonzalez-patch-1
...
Remove unused source from openresty trigger
2023-08-27 20:00:04 -04:00
Jose Diaz-Gonzalez
b0fcd28bba
fix: correct svg path on homepage
2023-08-27 19:26:50 -04:00
Jose Diaz-Gonzalez
49297f6554
fix: remove unused source
2023-08-27 19:23:07 -04:00
Jose Diaz-Gonzalez
d8de0bcabb
Merge pull request #6163 from dokku/fix-clone-delete
...
Add missing triggers for openresty-vhosts plugin
2023-08-27 17:56:49 -04:00
Jose Diaz-Gonzalez
17c32e2dac
fix: add missing triggers for openresty-vhosts plugin
2023-08-27 17:43:38 -04:00
Jose Diaz-Gonzalez
41d58758b2
Merge pull request #6161 from dokku/upgrade-sigil
...
Upgrade sigil to 0.10.1
2023-08-27 17:30:37 -04:00
Jose Diaz-Gonzalez
9299a1a961
chore: upgrade sigil dependency
2023-08-27 17:30:16 -04:00
Jose Diaz-Gonzalez
9216e0b066
Merge pull request #6162 from dokku/upgrade-herokuish
...
Upgrade herokuish to 0.7.1
2023-08-27 17:29:05 -04:00
Jose Diaz-Gonzalez
b67d79e09a
feat: upgrade herokuish to 0.7.1
2023-08-27 15:58:12 -04:00
Jose Diaz-Gonzalez
ed7041ce66
Merge pull request #6160 from dokku/upgrade-sshcommand
...
Upgrade sshcommand dependency
2023-08-27 15:45:59 -04:00
Jose Diaz-Gonzalez
7b0d92082a
chore: upgrade sshcommand dependency
2023-08-27 15:45:35 -04:00
Jose Diaz-Gonzalez
fd4466cfed
Merge pull request #6159 from dokku/upgrade-procfile-util
...
Upgrade procfile-util dependency
2023-08-27 15:44:40 -04:00
Jose Diaz-Gonzalez
1376d78cd6
chore: upgrade procfile-util dependency
2023-08-27 15:44:12 -04:00
Jose Diaz-Gonzalez
78450b0b14
Merge pull request #6158 from dokku/upgrade-netrc
...
Upgrade netrc dependency
2023-08-27 15:42:31 -04:00
Jose Diaz-Gonzalez
13ea79bb1f
chore: upgrade netrc dependency
2023-08-27 15:42:04 -04:00
Jose Diaz-Gonzalez
2a9509ec63
Merge pull request #6157 from dokku/upgrade-lambda-builder
...
Upgrade lambda-builder dependency
2023-08-27 15:41:24 -04:00
Jose Diaz-Gonzalez
20466838b5
chore: upgrade lambda-builder dependency
2023-08-27 15:01:17 -04:00
Jose Diaz-Gonzalez
a6b885f778
Merge pull request #6153 from imankulov/patch-1
...
Fix superscript typos in plugin documentation
2023-08-27 11:27:25 -04:00
Jose Diaz-Gonzalez
9eb1fb19fd
Merge pull request #6152 from dokku/buildjet-test
...
Use buildjet for building arm images
2023-08-27 11:19:18 -04:00
Roman Imankulov
a02e2d337e
Update plugins.md
...
Fix superscript typos
2023-08-27 14:01:55 +01:00
Jose Diaz-Gonzalez
e37c94fa4d
fix: respect input
2023-08-27 00:09:49 -04:00
Jose Diaz-Gonzalez
f6b0f58108
fix: add missing newline
2023-08-26 23:35:06 -04:00
Jose Diaz-Gonzalez
35e9203d13
fix: respect the specified architecture
2023-08-26 23:32:36 -04:00
Jose Diaz-Gonzalez
99dd9da2bb
refactor: only use qemu when building for arm
2023-08-26 23:06:08 -04:00
Jose Diaz-Gonzalez
80dfa4a979
fix: move properties around and specify shell
2023-08-26 22:50:17 -04:00
Jose Diaz-Gonzalez
0772fb4faa
fix: checkout the code first
2023-08-26 22:36:07 -04:00
Jose Diaz-Gonzalez
454cf7207a
fix: correct lint issue
2023-08-26 22:26:32 -04:00
Jose Diaz-Gonzalez
74fe0257f1
feat: use buildjet's runners for arm image building
2023-08-26 22:22:23 -04:00
Jose Diaz-Gonzalez
7a857ad628
refactor: split out image building job matrix into separate jobs
...
This will allow using a different runner for each.
2023-08-26 22:22:08 -04:00
Jose Diaz-Gonzalez
d867a4d77e
Merge pull request #6151 from dokku/josegonzalez-patch-1
...
Do not pass an empty argument to scheduler-run when triggering cron tasks manually
2023-08-26 17:06:20 -04:00
Jose Diaz-Gonzalez
5d362d8038
Merge pull request #6150 from dokku/fix-tmp-file-cleanup
...
Correct issue where temp file cleanup fails deploy
2023-08-26 17:06:08 -04:00
Jose Diaz-Gonzalez
9a201cbe7d
Merge pull request #6148 from dokku/6138-fix-relabel
...
Add missing relabel command to docker-image-labeler for CNB builder
2023-08-26 15:21:14 -04:00
Jose Diaz-Gonzalez
b8b40ac672
fix: do not pass an empty argument to scheduler-run when triggering cron tasks manually
2023-08-26 15:19:12 -04:00
Jose Diaz-Gonzalez
fbe823b7d7
fix: correct issue where temp file cleanup fails deploy
2023-08-26 14:39:13 -04:00
Jose Diaz-Gonzalez
c2db3ddaba
fix: add missing relabel command to docker-image-labeler for CNB builder
...
Closes #6138
2023-08-26 14:33:51 -04:00
Jose Diaz-Gonzalez
b5f508f27a
Merge pull request #6149 from dokku/josegonzalez-patch-1
...
Fix issue where CI cannot install docker-compose-plugin
2023-08-26 14:33:26 -04:00
Jose Diaz-Gonzalez
17e88da2dc
fix: install docker-compose-plugin in ci
...
This used to be installed as moby-compose in Github Runners but they switched to the docker apt repo and don't install the plugin from the apt repository as it is outdated so we have to do it ourselves.
2023-08-26 14:33:07 -04:00
Jose Diaz-Gonzalez
2963a36f25
Merge pull request #6147 from dokku/dependabot/github_actions/tj-actions/changed-files-38.1.0
...
chore(deps): bump tj-actions/changed-files from 37.6.1 to 38.1.0
2023-08-26 12:46:06 -04:00
Jose Diaz-Gonzalez
47329df099
Merge pull request #6145 from dokku/dependabot/pip/docs/_build/mkdocs-material-9.2.3
...
chore(deps): bump mkdocs-material from 9.2.2 to 9.2.3 in /docs/_build
2023-08-26 12:45:53 -04:00
dependabot[bot]
3e0c0d8e43
chore(deps): bump tj-actions/changed-files from 37.6.1 to 38.1.0
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 37.6.1 to 38.1.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v37.6.1...v38.1.0 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-24 13:43:42 +00:00
dependabot[bot]
31af4a993a
chore(deps): bump mkdocs-material from 9.2.2 to 9.2.3 in /docs/_build
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.2.2 to 9.2.3.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.2.2...9.2.3 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-23 13:20:02 +00:00
Jose Diaz-Gonzalez
703d703ac3
Merge pull request #6139 from dokku/dependabot/pip/tests/apps/multi/flask-2.3.3
...
chore(deps): bump flask from 2.3.2 to 2.3.3 in /tests/apps/multi
2023-08-22 20:52:05 -04:00