Commit Graph

11802 Commits

Author SHA1 Message Date
Dokku Bot
5d822fd8a9 Release 0.35.18
# History

## 0.35.18

Install/update via the bootstrap script:

```shell
wget -NP . https://dokku.com/install/v0.35.18/bootstrap.sh
sudo DOKKU_TAG=v0.35.18 bash bootstrap.sh
```

### Bug Fixes

- #7669: @josegonzalez fix: update CID count in ps tests

### Dependencies

- #7668: @dependabot[bot] chore(deps): bump timberio/vector from 0.43.1-debian to 0.46.1-debian in /plugins/logs
- #7670: @dependabot[bot] chore(deps): bump beautifulsoup4 from 4.13.3 to 4.13.4 in /docs/_build
- #7630: @dependabot[bot] chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/gitsubmodules
- #7666: @dependabot[bot] chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 in /plugins/common
- #7618: @dependabot[bot] chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/.websocket.disabled
- #7620: @dependabot[bot] chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/dockerfile-procfile-bad
- #7622: @dependabot[bot] chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/dockerfile-procfile
- #7629: @dependabot[bot] chore(deps): bump express from 5.0.1 to 5.1.0 in /tests/apps/checks-root
- #7623: @dependabot[bot] chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/dockerfile-noexpose
- #7627: @dependabot[bot] chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/nodejs-express-noprocfile
- #7631: @dependabot[bot] chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/dockerfile-app-json-formations
- #7667: @dependabot[bot] chore(deps): bump ruby from 3.4.2 to 3.4.3 in /tests/apps/dockerfile-entrypoint

### Other

- #7661: @josegonzalez chore: bump dokku-event-listener from 0.17.0 to 0.17.2
- #7660: @josegonzalez chore: bump plugn from 0.15.3 to 0.16.0
- #7659: @josegonzalez chore: bump gliderlabs-sigil from 0.11.0 to 0.11.4
- #7656: @josegonzalez chore: bump netrc from 0.10.0 to 0.10.2
- #7655: @josegonzalez chore: bump lambda-builder from 0.8.0 to 0.9.1
- #7663: @josegonzalez chore: bump herokuish from 0.10.2 to 0.10.3
- #7662: @josegonzalez chore: bump dokku-update from 0.9.4 to 0.9.6
- #7658: @josegonzalez chore: bump sshcommand from 0.19.0 to 0.20.0
- #7657: @josegonzalez chore: bump procfile-util from 0.19.0 to 0.20.3
- #7654: @josegonzalez chore: bump docker-image-builder from 0.8.0 to 0.8.1
- #7653: @josegonzalez chore: bump docker-container-healthchecker from 0.11.0 to 0.11.5
v0.35.18
2025-04-16 21:08:15 +00:00
Jose Diaz-Gonzalez
9e7a34e950 Merge pull request #7668 from dokku/dependabot/docker/plugins/logs/timberio/vector-0.46.1-debian
chore(deps): bump timberio/vector from 0.43.1-debian to 0.46.1-debian in /plugins/logs
2025-04-16 11:45:15 -04:00
Jose Diaz-Gonzalez
bb17d06f22 Merge pull request #7670 from dokku/dependabot/pip/docs/_build/beautifulsoup4-4.13.4
chore(deps): bump beautifulsoup4 from 4.13.3 to 4.13.4 in /docs/_build
2025-04-16 11:43:45 -04:00
Jose Diaz-Gonzalez
41c86ac8b6 Merge pull request #7669 from dokku/josegonzalez-patch-1
fix: update CID count in ps tests
2025-04-16 11:43:28 -04:00
dependabot[bot]
9aba7a35be chore(deps): bump beautifulsoup4 from 4.13.3 to 4.13.4 in /docs/_build
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.3 to 4.13.4.

---
updated-dependencies:
- dependency-name: beautifulsoup4
  dependency-version: 4.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 13:27:44 +00:00
Jose Diaz-Gonzalez
0b817f0313 fix: update CID count in ps tests
Docker updated the output of inspect so now it's there 6 times, not 7.
2025-04-15 22:35:35 -04:00
Jose Diaz-Gonzalez
eb20fff0ac Merge pull request #7630 from dokku/dependabot/npm_and_yarn/tests/apps/gitsubmodules/express-5.1.0
chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/gitsubmodules
2025-04-15 20:49:51 -04:00
Jose Diaz-Gonzalez
7975c05395 Merge pull request #7666 from dokku/dependabot/go_modules/plugins/common/golang.org/x/crypto-0.37.0
chore(deps): bump golang.org/x/crypto from 0.36.0 to 0.37.0 in /plugins/common
2025-04-15 20:47:35 -04:00
Jose Diaz-Gonzalez
1b65295161 Merge pull request #7618 from dokku/dependabot/npm_and_yarn/tests/apps/dot-websocket.disabled/express-5.1.0
chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/.websocket.disabled
2025-04-15 20:31:50 -04:00
Jose Diaz-Gonzalez
9525db0f35 Merge pull request #7620 from dokku/dependabot/npm_and_yarn/tests/apps/dockerfile-procfile-bad/express-5.1.0
chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/dockerfile-procfile-bad
2025-04-15 20:31:42 -04:00
Jose Diaz-Gonzalez
d40e28e340 Merge pull request #7622 from dokku/dependabot/npm_and_yarn/tests/apps/dockerfile-procfile/express-5.1.0
chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/dockerfile-procfile
2025-04-15 20:31:19 -04:00
Jose Diaz-Gonzalez
c288001abf Merge pull request #7629 from dokku/dependabot/npm_and_yarn/tests/apps/checks-root/express-5.1.0
chore(deps): bump express from 5.0.1 to 5.1.0 in /tests/apps/checks-root
2025-04-15 20:30:50 -04:00
Jose Diaz-Gonzalez
03b0239538 Merge pull request #7623 from dokku/dependabot/npm_and_yarn/tests/apps/dockerfile-noexpose/express-5.1.0
chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/dockerfile-noexpose
2025-04-15 19:26:38 -04:00
Jose Diaz-Gonzalez
dfff84a92c Merge pull request #7627 from dokku/dependabot/npm_and_yarn/tests/apps/nodejs-express-noprocfile/express-5.1.0
chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/nodejs-express-noprocfile
2025-04-15 19:26:04 -04:00
Jose Diaz-Gonzalez
fa4ea016b9 Merge pull request #7631 from dokku/dependabot/npm_and_yarn/tests/apps/dockerfile-app-json-formations/express-5.1.0
chore(deps): bump express from 4.21.2 to 5.1.0 in /tests/apps/dockerfile-app-json-formations
2025-04-15 19:25:13 -04:00
Jose Diaz-Gonzalez
cb5bba1c14 chore: bump go modules 2025-04-15 19:24:53 -04:00
dependabot[bot]
bb0dd6e358 chore(deps): bump golang.org/x/crypto in /plugins/common
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.37.0.
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.37.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-15 19:23:41 -04:00
Jose Diaz-Gonzalez
1234c49d13 Merge pull request #7667 from dokku/dependabot/docker/tests/apps/dockerfile-entrypoint/ruby-3.4.3
chore(deps): bump ruby from 3.4.2 to 3.4.3 in /tests/apps/dockerfile-entrypoint
2025-04-15 19:22:59 -04:00
Jose Diaz-Gonzalez
d3e6057d92 Merge pull request #7661 from dokku/josegonzalez-patch-6-2
chore: bump dokku-event-listener from 0.17.0 to 0.17.2
2025-04-15 19:22:38 -04:00
Jose Diaz-Gonzalez
66922986a2 Merge pull request #7660 from dokku/josegonzalez-patch-6-1
chore: bump plugn from 0.15.3 to 0.16.0
2025-04-15 16:46:45 -04:00
Jose Diaz-Gonzalez
04d8a37e55 Merge pull request #7659 from dokku/josegonzalez-patch-6
chore: bump gliderlabs-sigil from 0.11.0 to 0.11.4
2025-04-15 16:46:38 -04:00
Jose Diaz-Gonzalez
21796aea67 Merge pull request #7656 from dokku/josegonzalez-patch-3
chore: bump netrc from 0.10.0 to 0.10.2
2025-04-15 16:46:29 -04:00
Jose Diaz-Gonzalez
c327239c1a Merge pull request #7655 from dokku/josegonzalez-patch-2-1
chore: bump lambda-builder from 0.8.0 to 0.9.1
2025-04-15 16:46:23 -04:00
Jose Diaz-Gonzalez
13f8b029aa Merge pull request #7663 from dokku/josegonzalez-patch-8
chore: bump herokuish from 0.10.2 to 0.10.3
2025-04-15 16:33:04 -04:00
Jose Diaz-Gonzalez
45f52b7a54 Merge pull request #7662 from dokku/josegonzalez-patch-7
chore: bump dokku-update from 0.9.4 to 0.9.6
2025-04-15 16:32:56 -04:00
Jose Diaz-Gonzalez
57ea516f86 Merge pull request #7658 from dokku/josegonzalez-patch-5
chore: bump sshcommand from 0.19.0 to 0.20.0
2025-04-15 16:32:24 -04:00
Jose Diaz-Gonzalez
f89e73dc19 Merge pull request #7657 from dokku/josegonzalez-patch-4
chore: bump procfile-util from 0.19.0 to 0.20.3
2025-04-15 16:32:14 -04:00
Jose Diaz-Gonzalez
d58292fc73 Merge pull request #7654 from dokku/josegonzalez-patch-2
chore: bump docker-image-builder from 0.8.0 to 0.8.1
2025-04-15 16:31:44 -04:00
Jose Diaz-Gonzalez
8cd5b372cf Merge pull request #7653 from dokku/josegonzalez-patch-1
chore: bump docker-container-healthchecker from 0.11.0 to 0.11.5
2025-04-15 16:31:34 -04:00
dependabot[bot]
f02fd40538 chore(deps): bump timberio/vector in /plugins/logs
Bumps timberio/vector from 0.43.1-debian to 0.46.1-debian.

---
updated-dependencies:
- dependency-name: timberio/vector
  dependency-version: 0.46.1-debian
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-15 14:08:17 +00:00
dependabot[bot]
0aa7f0297f chore(deps): bump ruby in /tests/apps/dockerfile-entrypoint
Bumps ruby from 3.4.2 to 3.4.3.

---
updated-dependencies:
- dependency-name: ruby
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-15 13:56:29 +00:00
Jose Diaz-Gonzalez
f23e269bd8 chore: bump herokuish from 0.10.2 to 0.10.3 2025-04-15 04:32:42 -04:00
Jose Diaz-Gonzalez
98968e0eaf chore: bump dokku-update from 0.9.4 to 0.9.6 2025-04-15 04:32:04 -04:00
Jose Diaz-Gonzalez
7b172f6bbd chore: bump dokku-event-listener from 0.17.0 to 0.17.2 2025-04-15 04:31:21 -04:00
Jose Diaz-Gonzalez
12b340d7c5 chore: bump plugn from 0.15.3 to 0.16.0 2025-04-15 04:30:50 -04:00
Jose Diaz-Gonzalez
5b166271d3 chore: bump gliderlabs-sigil from 0.11.0 to 0.11.4 2025-04-15 04:29:04 -04:00
Jose Diaz-Gonzalez
1e6075037f chore: bump sshcommand from 0.19.0 to 0.20.0 2025-04-15 04:28:27 -04:00
Jose Diaz-Gonzalez
e057d7d5b0 chore: bump procfile-util from 0.19.0 to 0.20.3 2025-04-15 04:27:43 -04:00
Jose Diaz-Gonzalez
84a8de4574 chore: bump netrc from 0.10.0 to 0.10.2 2025-04-15 04:27:01 -04:00
Jose Diaz-Gonzalez
739caf0b8c chore: bump lambda-builder from 0.8.0 to 0.9.1 2025-04-15 04:25:54 -04:00
Jose Diaz-Gonzalez
c917bbdcae chore: bump docker-container healthchecker from 0.8.0 to 0.8.1 2025-04-15 04:24:46 -04:00
Jose Diaz-Gonzalez
5c1e61ccbb chore: bump docker-container healthchecker from 0.11.0 to 0.11.5 2025-04-15 04:23:42 -04:00
Dokku Bot
d2e138864a Release 0.35.17
# History

## 0.35.17

Install/update via the bootstrap script:

```shell
wget -NP . https://dokku.com/install/v0.35.17/bootstrap.sh
sudo DOKKU_TAG=v0.35.17 bash bootstrap.sh
```

### Bug Fixes

- #7606: @josegonzalez fix: bump dokku version in main.bicep when bumping azure versions
- #7650: @josegonzalez fix: set the correct default ingress class for k3s clusters
- #7649: @josegonzalez fix: decrease default in-use keda resources
- #7587: @turicas Correctly name paketo chown option
- #7584: @josegonzalez Install all builder binaries in Dokku docker image
- #7580: @josegonzalez Do not set network flag when building dockerfile images
- #7575: @josegonzalez Restore the git head ref when running repo:gc
- #7574: @josegonzalez fix: do not write VHOST file if the DOKKU_ROOT directory does not exist

### New Features

- #7648: @josegonzalez feat: add ability to ship k3s container logs via vector
- #7581: @josegonzalez Allow --volume flags to be passed to pack at buildtime
- #7583: @josegonzalez Send Host header when running container checks in docker-local
- #7572: @josegonzalez Add support for setting shm-size for kubernetes deployments

### Documentation

- #7652: @josegonzalez docs: use a cid-file in the plugin example
- #7647: @closeobserve Fix some golang docblock comments
- #7586: @turicas Remove `--` from `--git-url` in plugin installation docs

### Dependencies

- #7603: @dependabot[bot] chore(deps): bump org.eclipse.jetty:jetty-servlet from 11.0.24 to 11.0.25 in /tests/apps/java
- #7641: @dependabot[bot] chore(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 in /plugins/scheduler-docker-local
- #7639: @dependabot[bot] chore(deps): bump github.com/onsi/gomega from 1.36.2 to 1.37.0 in /plugins/common
- #7646: @dependabot[bot] chore(deps): bump phusion/baseimage from noble-1.0.0 to noble-1.0.2
- #7610: @dependabot[bot] chore(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 in /tests/apps/gogrpc
- #7619: @dependabot[bot] chore(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 in /tests/apps/gogrpc
- #7624: @dependabot[bot] chore(deps): bump traefik from 3.3.4 to 3.3.5 in /plugins/traefik-vhosts
- #7632: @dependabot[bot] chore(deps): bump golang from 1.24.1 to 1.24.2 in /tests/apps/go-fail-postdeploy
- #7633: @dependabot[bot] chore(deps): bump golang from 1.24.1 to 1.24.2 in /tests/apps/zombies-dockerfile-tini
- #7634: @dependabot[bot] chore(deps): bump golang from 1.24.1 to 1.24.2 in /tests/apps/go-fail-predeploy
- #7643: @dependabot[bot] chore(deps): bump python from 3.13.2-bookworm to 3.13.3-bookworm in /tests/apps/dockerfile-release
- #7635: @dependabot[bot] chore(deps): bump golang from 1.24.1 to 1.24.2 in /tests/apps/gogrpc
- #7636: @dependabot[bot] chore(deps): bump golang from 1.24.1 to 1.24.2 in /tests/apps/zombies-dockerfile-no-tini
- #7613: @dependabot[bot] chore(deps): bump pyparsing from 3.2.1 to 3.2.3 in /docs/_build
- #7625: @dependabot[bot] chore(deps): bump mkdocs-material from 9.6.8 to 9.6.11 in /docs/_build
- #7644: @dependabot[bot] chore(deps): bump python from 3.13.2-alpine to 3.13.3-alpine in /docs/_build
- #7651: @dependabot[bot] chore(deps): update markdown requirement from <3.8,>=3.2.1 to >=3.2.1,<3.9 in /docs/_build
- #7595: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 45.0.7 to 45.0.8
- #7593: @dependabot[bot] chore(deps): bump mkdocs-material from 9.6.7 to 9.6.8 in /docs/_build
- #7589: @dependabot[bot] chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in /tests/apps/gogrpc
- #7588: @dependabot[bot] chore(deps): bump rack from 2.2.12 to 2.2.13 in /tests/apps/ruby
- #7570: @dependabot[bot] chore(deps): bump mvdan.cc/sh/v3 from 3.10.0 to 3.11.0 in /plugins/cron
- #7569: @dependabot[bot] chore(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0 in /plugins/common
- #7568: @dependabot[bot] chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs/_build

### Other

- #7601: @dependabot[bot] chore(deps): bump github.com/expr-lang/expr from 1.15.8 to 1.17.0 in /plugins/scheduler-k3s
- #7602: @dependabot[bot] chore(deps): bump github.com/containerd/containerd from 1.7.20 to 1.7.27 in /plugins/scheduler-k3s
- #7637: @dependabot[bot] chore(deps): bump django from 5.0.13 to 5.0.14 in /tests/apps/dockerfile-release
- #7607: @dependabot[bot] chore(deps): bump gunicorn from 22.0.0 to 23.0.0 in /tests/apps/dockerfile-release
- #7596: @josegonzalez Drop compromisde tj-actions/changed-files from Ci
- #7582: @josegonzalez Add ability to disable vhosts for all apps
- #7576: @josegonzalez fix: properly handle NoAppsExist in network:rebuild-all and buildpacks:set
- #7571: @dependabot[bot] chore(deps): bump django from 5.0.11 to 5.0.13 in /tests/apps/dockerfile-release
v0.35.17
2025-04-14 18:48:11 +00:00
Jose Diaz-Gonzalez
791d037220 Merge pull request #7603 from dokku/dependabot/maven/tests/apps/java/org.eclipse.jetty-jetty-servlet-11.0.25
chore(deps): bump org.eclipse.jetty:jetty-servlet from 11.0.24 to 11.0.25 in /tests/apps/java
2025-04-14 14:42:15 -04:00
Jose Diaz-Gonzalez
cab578f7ef Merge pull request #7601 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/expr-lang/expr-1.17.0
chore(deps): bump github.com/expr-lang/expr from 1.15.8 to 1.17.0 in /plugins/scheduler-k3s
2025-04-14 14:11:46 -04:00
Jose Diaz-Gonzalez
59ab1bac26 Merge pull request #7602 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/containerd/containerd-1.7.27
chore(deps): bump github.com/containerd/containerd from 1.7.20 to 1.7.27 in /plugins/scheduler-k3s
2025-04-14 14:11:34 -04:00
Jose Diaz-Gonzalez
cfdcb037f6 Merge pull request #7606 from dokku/fix-azure-bump
fix: bump dokku version in main.bicep when bumping azure versions
2025-04-14 14:10:58 -04:00
Jose Diaz-Gonzalez
7466e7452f Merge pull request #7652 from dokku/cid-file
docs: use a cid-file in the plugin example
2025-04-14 14:10:41 -04:00
Jose Diaz-Gonzalez
701b0cdb86 docs: use a cid-file in the plugin example 2025-04-14 14:10:22 -04:00
Jose Diaz-Gonzalez
4743814033 Merge pull request #7641 from dokku/dependabot/go_modules/plugins/scheduler-docker-local/golang.org/x/sync-0.13.0
chore(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 in /plugins/scheduler-docker-local
2025-04-14 14:09:31 -04:00