Jose Diaz-Gonzalez
9f33459266
fix: set BIN_DIR
2025-11-09 20:21:09 -05:00
Jose Diaz-Gonzalez
ee467e6793
fix: inject labels after the image is built by railpack
...
Railpack doesn't support the --label flag.
2025-11-09 20:21:09 -05:00
Jose Diaz-Gonzalez
cba345025c
feat: add a Railpack builder to Dokku
...
Closes #7615
2025-11-09 20:21:09 -05:00
Jose Diaz-Gonzalez
837c3db042
Merge pull request #8085 from dokku/6846-config-import
...
Implement config:import command
2025-11-09 20:19:47 -05:00
Dokku Bot
8d4fc1f883
Release 0.36.11
...
# History
## 0.36.11
Install/update via the bootstrap script:
```shell
wget -NP . https://dokku.com/install/v0.36.11/bootstrap.sh
sudo DOKKU_TAG=v0.36.11 bash bootstrap.sh
```
### Bug Fixes
- #8084 : @josegonzalez Use the correct case for AS in Dockerfile
- #8083 : @josegonzalez Use correct variable for tasks
- #8081 : @josegonzalez Error out if the appname or app.json is missing when retrieving cron entries
### Refactors
- #8082 : @josegonzalez Standardize naming in cron code
### Dependencies
- #8073 : @dependabot[bot] chore(deps): bump timberio/vector from 0.50.0-debian to 0.51.0-debian in /plugins/logs
- #8080 : @dependabot[bot] chore(deps): bump github.com/containerd/containerd from 1.7.28 to 1.7.29 in /plugins/scheduler-k3s
- #8079 : @dependabot[bot] chore(deps): bump golang from 1.25.3 to 1.25.4 in /tests/apps/zombies-dockerfile-tini
- #8075 : @dependabot[bot] chore(deps): bump golang from 1.25.3 to 1.25.4 in /tests/apps/go-fail-postdeploy
- #8078 : @dependabot[bot] chore(deps): bump golang from 1.25.3 to 1.25.4 in /tests/apps/go-fail-predeploy
- #8077 : @dependabot[bot] chore(deps): bump golang from 1.25.3 to 1.25.4 in /tests/apps/zombies-dockerfile-no-tini
- #8076 : @dependabot[bot] chore(deps): bump golang from 1.25.3 to 1.25.4 in /tests/apps/gogrpc
- #8072 : @dependabot[bot] chore(deps): update markdown requirement from <3.10,>=3.2.1 to >=3.2.1,<3.11 in /docs/_build
- #8074 : @dependabot[bot] chore(deps): bump django from 5.2.7 to 5.2.8 in /tests/apps/dockerfile-release
- #8071 : @dependabot[bot] chore(deps): bump mkdocs-material from 9.6.22 to 9.6.23 in /docs/_build
- #8068 : @dependabot[bot] chore(deps): bump traefik from 3.5.3 to 3.5.4 in /plugins/traefik-vhosts
- #8069 : @dependabot[bot] chore(deps): bump github.com/kedacore/keda/v2 from 2.18.0 to 2.18.1 in /plugins/scheduler-k3s
- #8066 : @dependabot[bot] chore(deps): bump github.com/traefik/traefik/v2 from 2.11.29 to 2.11.30 in /plugins/scheduler-k3s
v0.36.11
2025-11-08 06:24:58 +00:00
Jose Diaz-Gonzalez
97f2dc81c7
fix: simplify tests
2025-11-08 01:22:31 -05:00
Jose Diaz-Gonzalez
770d150c7c
fix: correct lint issue
2025-11-08 01:17:50 -05:00
Jose Diaz-Gonzalez
e134c314ea
feat: implement config:import command
...
Closes #6846
2025-11-08 01:02:19 -05:00
Jose Diaz-Gonzalez
48fd2b3862
Merge pull request #8084 from dokku/fix-dockerfile-casing
...
Use the correct case for AS in Dockerfile
2025-11-08 00:16:51 -05:00
Jose Diaz-Gonzalez
b4dd50731a
fix: use the correct case for AS in Dockerfile
2025-11-08 00:16:01 -05:00
Jose Diaz-Gonzalez
24d8083fad
Merge pull request #8083 from dokku/fix-cron-variable
...
fix: use correct variable for tasks
2025-11-08 00:11:32 -05:00
Jose Diaz-Gonzalez
593a4c8170
fix: use correct variable for tasks
2025-11-08 00:09:07 -05:00
Jose Diaz-Gonzalez
12dbbda68c
Merge pull request #8082 from dokku/rename-cron-code
...
Standardize naming in cron code
2025-11-07 23:59:18 -05:00
Jose Diaz-Gonzalez
e967ba86b5
Merge pull request #8081 from dokku/guard-app-json-name
...
Error out if the appname or app.json is missing when retrieving cron entries
2025-11-07 23:59:08 -05:00
Jose Diaz-Gonzalez
791f53ab47
refactor: rename command to task in cron code
2025-11-07 22:41:00 -05:00
Jose Diaz-Gonzalez
82cab643a8
chore: standardize on cron task vs any other naming
2025-11-07 22:36:00 -05:00
Jose Diaz-Gonzalez
b598af67b9
refactor: rename CronCommand to DokkuRunCommand
...
This better reflects what it does.
2025-11-07 22:32:44 -05:00
Jose Diaz-Gonzalez
3915d25d84
refactor: rename cron entry to cron task
...
This naming better suits what it is we are fetching.
2025-11-07 22:30:54 -05:00
Jose Diaz-Gonzalez
c52e947df1
fix: error out if the appname or app.json is missing when retrieving cron entries
2025-11-07 22:17:13 -05:00
Jose Diaz-Gonzalez
5614a4c702
Merge pull request #8073 from dokku/dependabot/docker/plugins/logs/timberio/vector-0.51.0-debian
...
chore(deps): bump timberio/vector from 0.50.0-debian to 0.51.0-debian in /plugins/logs
2025-11-07 21:57:09 -05:00
Jose Diaz-Gonzalez
a2f37699a2
Merge pull request #8080 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/containerd/containerd-1.7.29
...
chore(deps): bump github.com/containerd/containerd from 1.7.28 to 1.7.29 in /plugins/scheduler-k3s
2025-11-07 16:00:57 -05:00
Jose Diaz-Gonzalez
87a33ae739
Merge pull request #8079 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-tini/golang-1.25.4
...
chore(deps): bump golang from 1.25.3 to 1.25.4 in /tests/apps/zombies-dockerfile-tini
2025-11-07 16:00:50 -05:00
Jose Diaz-Gonzalez
72cb743a61
Merge pull request #8075 from dokku/dependabot/docker/tests/apps/go-fail-postdeploy/golang-1.25.4
...
chore(deps): bump golang from 1.25.3 to 1.25.4 in /tests/apps/go-fail-postdeploy
2025-11-07 16:00:36 -05:00
Jose Diaz-Gonzalez
4d812b343b
Merge pull request #8078 from dokku/dependabot/docker/tests/apps/go-fail-predeploy/golang-1.25.4
...
chore(deps): bump golang from 1.25.3 to 1.25.4 in /tests/apps/go-fail-predeploy
2025-11-07 16:00:28 -05:00
Jose Diaz-Gonzalez
7f6fc4081c
Merge pull request #8077 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-no-tini/golang-1.25.4
...
chore(deps): bump golang from 1.25.3 to 1.25.4 in /tests/apps/zombies-dockerfile-no-tini
2025-11-07 16:00:22 -05:00
Jose Diaz-Gonzalez
baaf6b2296
Merge pull request #8076 from dokku/dependabot/docker/tests/apps/gogrpc/golang-1.25.4
...
chore(deps): bump golang from 1.25.3 to 1.25.4 in /tests/apps/gogrpc
2025-11-07 16:00:15 -05:00
dependabot[bot]
f88c427a41
chore(deps): bump github.com/containerd/containerd
...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd ) from 1.7.28 to 1.7.29.
- [Release notes](https://github.com/containerd/containerd/releases )
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md )
- [Commits](https://github.com/containerd/containerd/compare/v1.7.28...v1.7.29 )
---
updated-dependencies:
- dependency-name: github.com/containerd/containerd
dependency-version: 1.7.29
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-06 15:25:56 +00:00
dependabot[bot]
34985adb43
chore(deps): bump golang in /tests/apps/zombies-dockerfile-tini
...
Bumps golang from 1.25.3 to 1.25.4.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.25.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-06 13:05:20 +00:00
dependabot[bot]
6757759b15
chore(deps): bump golang in /tests/apps/go-fail-predeploy
...
Bumps golang from 1.25.3 to 1.25.4.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.25.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-06 13:05:19 +00:00
dependabot[bot]
d3687cf7f4
chore(deps): bump golang in /tests/apps/zombies-dockerfile-no-tini
...
Bumps golang from 1.25.3 to 1.25.4.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.25.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-06 13:05:17 +00:00
dependabot[bot]
47bf471698
chore(deps): bump golang from 1.25.3 to 1.25.4 in /tests/apps/gogrpc
...
Bumps golang from 1.25.3 to 1.25.4.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.25.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-06 13:05:17 +00:00
dependabot[bot]
78f1794373
chore(deps): bump golang in /tests/apps/go-fail-postdeploy
...
Bumps golang from 1.25.3 to 1.25.4.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.25.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-06 13:05:16 +00:00
Jose Diaz-Gonzalez
4f5fa3294c
Merge pull request #8072 from dokku/dependabot/pip/docs/_build/markdown-gte-3.2.1-and-lt-3.11
...
chore(deps): update markdown requirement from <3.10,>=3.2.1 to >=3.2.1,<3.11 in /docs/_build
2025-11-05 17:49:39 -05:00
Jose Diaz-Gonzalez
c571049714
Merge pull request #8074 from dokku/dependabot/pip/tests/apps/dockerfile-release/django-5.2.8
...
chore(deps): bump django from 5.2.7 to 5.2.8 in /tests/apps/dockerfile-release
2025-11-05 17:39:28 -05:00
dependabot[bot]
8202bd37d4
chore(deps): bump django in /tests/apps/dockerfile-release
...
Bumps [django](https://github.com/django/django ) from 5.2.7 to 5.2.8.
- [Commits](https://github.com/django/django/compare/5.2.7...5.2.8 )
---
updated-dependencies:
- dependency-name: django
dependency-version: 5.2.8
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-05 20:21:30 +00:00
dependabot[bot]
f4b946e32d
chore(deps): bump timberio/vector in /plugins/logs
...
Bumps timberio/vector from 0.50.0-debian to 0.51.0-debian.
---
updated-dependencies:
- dependency-name: timberio/vector
dependency-version: 0.51.0-debian
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-05 13:10:51 +00:00
dependabot[bot]
ff1acd09f5
chore(deps): update markdown requirement in /docs/_build
...
Updates the requirements on [markdown](https://github.com/Python-Markdown/markdown ) to permit the latest version.
- [Release notes](https://github.com/Python-Markdown/markdown/releases )
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md )
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.2.1...3.10.0 )
---
updated-dependencies:
- dependency-name: markdown
dependency-version: '3.10'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-04 13:06:53 +00:00
Jose Diaz-Gonzalez
b95cc79a42
Merge pull request #8071 from dokku/dependabot/pip/docs/_build/mkdocs-material-9.6.23
...
chore(deps): bump mkdocs-material from 9.6.22 to 9.6.23 in /docs/_build
2025-11-03 13:44:47 -05:00
dependabot[bot]
7e68b65103
chore(deps): bump mkdocs-material from 9.6.22 to 9.6.23 in /docs/_build
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.6.22 to 9.6.23.
- [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.6.22...9.6.23 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-version: 9.6.23
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-03 13:13:06 +00:00
Jose Diaz-Gonzalez
55c8a58686
Merge pull request #8068 from dokku/dependabot/docker/plugins/traefik-vhosts/traefik-3.5.4
...
chore(deps): bump traefik from 3.5.3 to 3.5.4 in /plugins/traefik-vhosts
2025-10-30 21:44:44 -04:00
Jose Diaz-Gonzalez
43a5be6ece
Merge pull request #8069 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/kedacore/keda/v2-2.18.1
...
chore(deps): bump github.com/kedacore/keda/v2 from 2.18.0 to 2.18.1 in /plugins/scheduler-k3s
2025-10-30 21:44:34 -04:00
dependabot[bot]
88b1b18494
chore(deps): bump github.com/kedacore/keda/v2 in /plugins/scheduler-k3s
...
Bumps [github.com/kedacore/keda/v2](https://github.com/kedacore/keda ) from 2.18.0 to 2.18.1.
- [Release notes](https://github.com/kedacore/keda/releases )
- [Changelog](https://github.com/kedacore/keda/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kedacore/keda/compare/v2.18.0...v2.18.1 )
---
updated-dependencies:
- dependency-name: github.com/kedacore/keda/v2
dependency-version: 2.18.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-30 13:31:23 +00:00
dependabot[bot]
0ea265f832
chore(deps): bump traefik from 3.5.3 to 3.5.4 in /plugins/traefik-vhosts
...
Bumps traefik from 3.5.3 to 3.5.4.
---
updated-dependencies:
- dependency-name: traefik
dependency-version: 3.5.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-29 13:11:49 +00:00
Jose Diaz-Gonzalez
229fe1d167
Merge pull request #8066 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/traefik/traefik/v2-2.11.30
...
chore(deps): bump github.com/traefik/traefik/v2 from 2.11.29 to 2.11.30 in /plugins/scheduler-k3s
2025-10-28 16:39:38 -04:00
dependabot[bot]
e88df23fdb
chore(deps): bump github.com/traefik/traefik/v2
...
Bumps [github.com/traefik/traefik/v2](https://github.com/traefik/traefik ) from 2.11.29 to 2.11.30.
- [Release notes](https://github.com/traefik/traefik/releases )
- [Changelog](https://github.com/traefik/traefik/blob/v2.11.30/CHANGELOG.md )
- [Commits](https://github.com/traefik/traefik/compare/v2.11.29...v2.11.30 )
---
updated-dependencies:
- dependency-name: github.com/traefik/traefik/v2
dependency-version: 2.11.30
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-28 13:13:09 +00:00
Dokku Bot
f897dc0034
Release 0.36.10
...
# History
## 0.36.10
Install/update via the bootstrap script:
```shell
wget -NP . https://dokku.com/install/v0.36.10/bootstrap.sh
sudo DOKKU_TAG=v0.36.10 bash bootstrap.sh
```
### Bug Fixes
- #8063 : @othercorey Use -t instead of deprecated --time in stop commands
- #8058 : @josegonzalez Ensure the pre-receive hook and URLS files are correct when cloning or renaming apps
- #8059 : @josegonzalez Expand variables for release tasks
- #8060 : @josegonzalez Use updated http2 directive for setting http2 support
### Documentation
- #8051 : @othercorey Fix "its" in Caddy SSL configuration documentation
### Dependencies
- #8065 : @dependabot[bot] chore(deps): bump actions/upload-artifact from 4 to 5
- #8064 : @dependabot[bot] chore(deps): bump actions/download-artifact from 5 to 6
- #8057 : @dependabot[bot] chore(deps): bump node from 24-alpine to 25-alpine in /tests/apps/dockerfile-procfile-bad
- #8056 : @dependabot[bot] chore(deps): bump node from 24-alpine to 25-alpine in /tests/apps/dockerfile-app-json-formations
- #8055 : @dependabot[bot] chore(deps): bump node from 24-alpine to 25-alpine in /tests/apps/dockerfile-procfile
- #8054 : @dependabot[bot] chore(deps): bump node from 24-alpine to 25-alpine in /tests/apps/dockerfile
- #8053 : @dependabot[bot] chore(deps): bump node from 24-alpine to 25-alpine in /tests/apps/dockerfile-noexpose
v0.36.10
2025-10-27 18:28:20 +00:00
Jose Diaz-Gonzalez
e16979fcdb
Merge pull request #8065 from dokku/dependabot/github_actions/actions/upload-artifact-5
...
chore(deps): bump actions/upload-artifact from 4 to 5
2025-10-27 14:26:40 -04:00
Jose Diaz-Gonzalez
447e716da2
Merge pull request #8063 from othercorey/stop-timeout
...
Use -t instead of deprecated --time in stop commands
2025-10-27 14:26:30 -04:00
Jose Diaz-Gonzalez
ac77e7ad5c
Merge pull request #8064 from dokku/dependabot/github_actions/actions/download-artifact-6
...
chore(deps): bump actions/download-artifact from 5 to 6
2025-10-27 14:06:52 -04:00
dependabot[bot]
823115b125
chore(deps): bump actions/upload-artifact from 4 to 5
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-27 14:27:06 +00:00