Dokku Bot
56f9dfddad
Release 0.35.14
...
# History
## 0.35.14
Install/update via the bootstrap script:
```shell
wget -NP . https://dokku.com/install/v0.35.14/bootstrap.sh
sudo DOKKU_TAG=v0.35.14 bash bootstrap.sh
```
### Bug Fixes
- #7441 : @turicas Fix Vagrantfile NFS config
- #7417 : @josegonzalez Write contents to stdout before writing to a file
- #7416 : @josegonzalez Add missing DOKKU_LIB_HOST_ROOT to ensure plugins work in devcontainer setup
- #7412 : @josegonzalez Remove cgroups dependencies
### New Features
- #7439 : @josegonzalez Allow specifying a custom app label alias when shipping logs via vector
- #7419 : @josegonzalez Add the ability to set a MAILFROM value for local cron emails
### Refactors
- #7415 : @josegonzalez Use the golang version of CopyFromImage when copying files in bash
### Documentation
- #7437 : @turicas Fix doc generation
- #7414 : @josegonzalez Remove copyright date range
### Dependencies
- #7453 : @dependabot[bot] chore(deps): bump pymdown-extensions from 10.13 to 10.14 in /docs/_build
- #7451 : @dependabot[bot] chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 in /plugins/common
- #7449 : @dependabot[bot] chore(deps): bump pygments from 2.19.0 to 2.19.1 in /docs/_build
- #7450 : @dependabot[bot] chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 in /tests/apps/gogrpc
- #7452 : @dependabot[bot] chore(deps): bump traefik from 3.2.3 to 3.3.0 in /plugins/traefik-vhosts
- #7446 : @dependabot[bot] chore(deps): bump github.com/otiai10/copy from 1.14.0 to 1.14.1 in /plugins/common
- #7445 : @dependabot[bot] chore(deps): bump pygments from 2.18.0 to 2.19.0 in /docs/_build
- #7444 : @dependabot[bot] chore(deps): bump tj-actions/changed-files from 45.0.5 to 45.0.6
- #7436 : @dependabot[bot] chore(deps): bump pyparsing from 3.2.0 to 3.2.1 in /docs/_build
- #7433 : @dependabot[bot] chore(deps): bump k8s.io/kubernetes from 1.29.1 to 1.29.7 in /plugins/scheduler-k3s
- #7429 : @dependabot[bot] chore(deps): bump github.com/onsi/gomega from 1.36.1 to 1.36.2 in /plugins/common
- #7427 : @dependabot[bot] chore(deps): bump click from 8.1.7 to 8.1.8 in /docs/_build
- #7425 : @dependabot[bot] chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /tests/apps/python-flask
- #7426 : @dependabot[bot] chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 in /tests/apps/gogrpc
- #7428 : @dependabot[bot] chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs/_build
- #7430 : @dependabot[bot] chore(deps): bump pymdown-extensions from 10.12 to 10.13 in /docs/_build
- #7432 : @dependabot[bot] chore(deps): bump ruby from 3.3.6 to 3.4.1 in /tests/apps/dockerfile-entrypoint
- #7424 : @dependabot[bot] chore(deps): bump google.golang.org/grpc from 1.69.0 to 1.69.2 in /tests/apps/gogrpc
- #7420 : @dependabot[bot] chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0 in /tests/apps/gogrpc
- #7421 : @dependabot[bot] chore(deps): bump traefik from 3.2.2 to 3.2.3 in /plugins/traefik-vhosts
- #7418 : @dependabot[bot] chore(deps): bump mkdocs-material from 9.5.48 to 9.5.49 in /docs/_build
- #7411 : @dependabot[bot] chore(deps): bump google.golang.org/grpc from 1.68.1 to 1.69.0 in /tests/apps/gogrpc
### Other
- #7434 : @turicas Add missing checks:set to checks help
- #7422 : @Tashows Fix detached tty for k3s
v0.35.14
2025-01-08 21:20:56 +00:00
Jose Diaz-Gonzalez
8a8be6660e
Merge pull request #7453 from dokku/dependabot/pip/docs/_build/pymdown-extensions-10.14
...
chore(deps): bump pymdown-extensions from 10.13 to 10.14 in /docs/_build
2025-01-08 16:19:31 -05:00
dependabot[bot]
2236a29aef
chore(deps): bump pymdown-extensions from 10.13 to 10.14 in /docs/_build
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.13 to 10.14.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.13...10.14 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-08 13:55:29 +00:00
Jose Diaz-Gonzalez
018745b405
Merge pull request #7451 from dokku/dependabot/go_modules/plugins/common/golang.org/x/crypto-0.32.0
...
chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 in /plugins/common
2025-01-07 16:44:04 -05:00
Jose Diaz-Gonzalez
f25aba392b
Merge pull request #7449 from dokku/dependabot/pip/docs/_build/pygments-2.19.1
...
chore(deps): bump pygments from 2.19.0 to 2.19.1 in /docs/_build
2025-01-07 15:51:38 -05:00
Jose Diaz-Gonzalez
4958752d6f
Merge pull request #7450 from dokku/dependabot/go_modules/tests/apps/gogrpc/google.golang.org/protobuf-1.36.2
...
chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 in /tests/apps/gogrpc
2025-01-07 15:51:16 -05:00
Jose Diaz-Gonzalez
ec1ba0096f
chore: bump go modules
2025-01-07 15:50:55 -05:00
dependabot[bot]
132d28b22a
chore(deps): bump golang.org/x/crypto in /plugins/common
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.31.0 to 0.32.0.
- [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.32.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-07 15:38:24 -05:00
Jose Diaz-Gonzalez
436f46a088
Merge pull request #7452 from dokku/dependabot/docker/plugins/traefik-vhosts/traefik-3.3.0
...
chore(deps): bump traefik from 3.2.3 to 3.3.0 in /plugins/traefik-vhosts
2025-01-07 15:38:02 -05:00
dependabot[bot]
a16b62762d
chore(deps): bump traefik from 3.2.3 to 3.3.0 in /plugins/traefik-vhosts
...
Bumps traefik from 3.2.3 to 3.3.0.
---
updated-dependencies:
- dependency-name: traefik
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-07 13:56:06 +00:00
dependabot[bot]
d2a88178cc
chore(deps): bump google.golang.org/protobuf in /tests/apps/gogrpc
...
Bumps google.golang.org/protobuf from 1.36.1 to 1.36.2.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-07 13:28:38 +00:00
dependabot[bot]
7cc2773a10
chore(deps): bump pygments from 2.19.0 to 2.19.1 in /docs/_build
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.19.0 to 2.19.1.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.19.0...2.19.1 )
---
updated-dependencies:
- dependency-name: pygments
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-07 13:23:08 +00:00
Jose Diaz-Gonzalez
f637fd145d
Merge pull request #7446 from dokku/dependabot/go_modules/plugins/common/github.com/otiai10/copy-1.14.1
...
chore(deps): bump github.com/otiai10/copy from 1.14.0 to 1.14.1 in /plugins/common
2025-01-07 00:59:30 -05:00
Jose Diaz-Gonzalez
689d2c74d3
chore: bump go modules
2025-01-06 23:55:19 -05:00
Jose Diaz-Gonzalez
54c333e64d
Merge pull request #7439 from dokku/7354-log-app-label-alias
...
Allow specifying a custom app label alias when shipping logs via vector
2025-01-06 23:47:19 -05:00
Jose Diaz-Gonzalez
a771b888b0
Merge pull request #7445 from dokku/dependabot/pip/docs/_build/pygments-2.19.0
...
chore(deps): bump pygments from 2.18.0 to 2.19.0 in /docs/_build
2025-01-06 23:46:48 -05:00
Jose Diaz-Gonzalez
30379e879e
Merge pull request #7444 from dokku/dependabot/github_actions/tj-actions/changed-files-45.0.6
...
chore(deps): bump tj-actions/changed-files from 45.0.5 to 45.0.6
2025-01-06 23:46:05 -05:00
Jose Diaz-Gonzalez
dc7de12994
Merge pull request #7441 from turicas/fix/vagrantfile
...
Fix Vagrantfile NFS config
2025-01-06 23:45:56 -05:00
dependabot[bot]
0ea4ccd793
chore(deps): bump github.com/otiai10/copy in /plugins/common
...
Bumps [github.com/otiai10/copy](https://github.com/otiai10/copy ) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/otiai10/copy/releases )
- [Commits](https://github.com/otiai10/copy/compare/v1.14.0...v1.14.1 )
---
updated-dependencies:
- dependency-name: github.com/otiai10/copy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-06 13:37:11 +00:00
dependabot[bot]
dd8ddb6116
chore(deps): bump pygments from 2.18.0 to 2.19.0 in /docs/_build
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.18.0 to 2.19.0.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.18.0...2.19.0 )
---
updated-dependencies:
- dependency-name: pygments
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-06 13:27:40 +00:00
dependabot[bot]
de889f3342
chore(deps): bump tj-actions/changed-files from 45.0.5 to 45.0.6
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 45.0.5 to 45.0.6.
- [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/v45.0.5...v45.0.6 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-06 13:11:50 +00:00
Álvaro Justen (@turicas)
5cfaf7cdea
Install nginx on VM
2025-01-05 13:54:33 -03:00
Álvaro Justen (@turicas)
444c110278
Force NFS version 4 and disable UDP
2025-01-05 13:54:14 -03:00
Jose Diaz-Gonzalez
bc6f75fedd
tests: update test output
2025-01-04 21:48:55 -05:00
Jose Diaz-Gonzalez
c59656f610
tests: update test output
2025-01-04 11:38:01 -05:00
Jose Diaz-Gonzalez
869f9a0346
feat: allow specifying a custom app label alias when shipping logs via vector
...
Closes #7354
2025-01-03 23:38:20 -05:00
Jose Diaz-Gonzalez
60eab73c17
Merge pull request #7436 from dokku/dependabot/pip/docs/_build/pyparsing-3.2.1
...
chore(deps): bump pyparsing from 3.2.0 to 3.2.1 in /docs/_build
2025-01-03 19:44:00 -05:00
Jose Diaz-Gonzalez
104d738cb9
Merge pull request #7437 from turicas/patch-1
...
Fix write-mkdocs
2025-01-03 19:43:42 -05:00
Álvaro Justen
230c6a017f
Fix write-mkdocs
2025-01-01 12:45:03 -03:00
dependabot[bot]
4d96dca30f
chore(deps): bump pyparsing from 3.2.0 to 3.2.1 in /docs/_build
...
Bumps [pyparsing](https://github.com/pyparsing/pyparsing ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/pyparsing/pyparsing/releases )
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES )
- [Commits](https://github.com/pyparsing/pyparsing/compare/3.2.0...3.2.1 )
---
updated-dependencies:
- dependency-name: pyparsing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-01 13:21:33 +00:00
Jose Diaz-Gonzalez
8fa83c3d9e
Merge pull request #7434 from turicas/patch-1
...
Add missing checks:set to checks help
2024-12-31 03:52:09 -05:00
Álvaro Justen
46dd32aa01
Add missing checks:set to checks help
2024-12-30 03:43:37 -03:00
Jose Diaz-Gonzalez
e5c531edeb
Merge pull request #7433 from dokku/dependabot/go_modules/plugins/scheduler-k3s/k8s.io/kubernetes-1.29.7
...
chore(deps): bump k8s.io/kubernetes from 1.29.1 to 1.29.7 in /plugins/scheduler-k3s
2024-12-28 05:00:13 -05:00
Jose Diaz-Gonzalez
c57b0d3fdb
Merge pull request #7429 from dokku/dependabot/go_modules/plugins/common/github.com/onsi/gomega-1.36.2
...
chore(deps): bump github.com/onsi/gomega from 1.36.1 to 1.36.2 in /plugins/common
2024-12-28 05:00:02 -05:00
Jose Diaz-Gonzalez
0399650bc9
chore: update go modules
2024-12-28 03:54:07 -05:00
dependabot[bot]
4697c902fd
chore(deps): bump github.com/onsi/gomega in /plugins/common
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.36.1 to 1.36.2.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.36.1...v1.36.2 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-28 03:48:24 -05:00
dependabot[bot]
d717f5db4f
chore(deps): bump k8s.io/kubernetes in /plugins/scheduler-k3s
...
Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes ) from 1.29.1 to 1.29.7.
- [Release notes](https://github.com/kubernetes/kubernetes/releases )
- [Commits](https://github.com/kubernetes/kubernetes/compare/v1.29.1...v1.29.7 )
---
updated-dependencies:
- dependency-name: k8s.io/kubernetes
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-28 08:46:04 +00:00
Jose Diaz-Gonzalez
0f8c27c703
Merge pull request #7427 from dokku/dependabot/pip/docs/_build/click-8.1.8
...
chore(deps): bump click from 8.1.7 to 8.1.8 in /docs/_build
2024-12-28 03:45:07 -05:00
Jose Diaz-Gonzalez
bac5057a37
Merge pull request #7425 from dokku/dependabot/pip/tests/apps/python-flask/jinja2-3.1.5
...
chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /tests/apps/python-flask
2024-12-28 03:44:57 -05:00
Jose Diaz-Gonzalez
701b284c21
Merge pull request #7426 from dokku/dependabot/go_modules/tests/apps/gogrpc/google.golang.org/protobuf-1.36.1
...
chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 in /tests/apps/gogrpc
2024-12-28 03:44:50 -05:00
Jose Diaz-Gonzalez
b7a5df624a
Merge pull request #7428 from dokku/dependabot/pip/docs/_build/jinja2-3.1.5
...
chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs/_build
2024-12-28 03:44:41 -05:00
Jose Diaz-Gonzalez
1b8870dc68
Merge pull request #7430 from dokku/dependabot/pip/docs/_build/pymdown-extensions-10.13
...
chore(deps): bump pymdown-extensions from 10.12 to 10.13 in /docs/_build
2024-12-28 03:44:31 -05:00
Jose Diaz-Gonzalez
024c84928d
Merge pull request #7432 from dokku/dependabot/docker/tests/apps/dockerfile-entrypoint/ruby-3.4.1
...
chore(deps): bump ruby from 3.3.6 to 3.4.1 in /tests/apps/dockerfile-entrypoint
2024-12-28 03:44:21 -05:00
dependabot[bot]
2c5f83bdc3
chore(deps): bump ruby in /tests/apps/dockerfile-entrypoint
...
Bumps ruby from 3.3.6 to 3.4.1.
---
updated-dependencies:
- dependency-name: ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-27 13:21:19 +00:00
dependabot[bot]
1e60dd17b4
chore(deps): bump pymdown-extensions from 10.12 to 10.13 in /docs/_build
...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions ) from 10.12 to 10.13.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases )
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.12...10.13 )
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-24 13:16:49 +00:00
dependabot[bot]
7b3b35fcc5
chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs/_build
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.4 to 3.1.5.
- [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/3.1.4...3.1.5 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-23 13:24:59 +00:00
dependabot[bot]
62a72b6ab8
chore(deps): bump click from 8.1.7 to 8.1.8 in /docs/_build
...
Bumps [click](https://github.com/pallets/click ) from 8.1.7 to 8.1.8.
- [Release notes](https://github.com/pallets/click/releases )
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/click/compare/8.1.7...8.1.8 )
---
updated-dependencies:
- dependency-name: click
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-23 13:24:55 +00:00
dependabot[bot]
aff94d2e5e
chore(deps): bump google.golang.org/protobuf in /tests/apps/gogrpc
...
Bumps google.golang.org/protobuf from 1.36.0 to 1.36.1.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-23 13:24:52 +00:00
dependabot[bot]
6432e55c7e
chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /tests/apps/python-flask
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.4 to 3.1.5.
- [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/3.1.4...3.1.5 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-23 13:02:48 +00:00
Jose Diaz-Gonzalez
7c79c659ea
Merge pull request #7424 from dokku/dependabot/go_modules/tests/apps/gogrpc/google.golang.org/grpc-1.69.2
...
chore(deps): bump google.golang.org/grpc from 1.69.0 to 1.69.2 in /tests/apps/gogrpc
2024-12-19 11:05:59 -05:00