Commit Graph

12277 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
6952ecd3b3 fix: ignore the VHOST file 2025-09-08 02:09:31 -04:00
Jose Diaz-Gonzalez
63892ed74a fix: ignore the VHOST file 2025-09-08 02:08:33 -04:00
Jose Diaz-Gonzalez
03c25dae55 fix: ensure the code is copied over to the new app on clone or rebase
Closes #7706
2025-09-08 00:19:55 -04:00
Jose Diaz-Gonzalez
1d75e9dbbe Merge pull request #7941 from dokku/7817-https-port-dockerfile
Do not generate an https url when there is no SSL certificate
2025-09-07 23:09:01 -04:00
Jose Diaz-Gonzalez
345ad6e0d0 fix: correct lint issue 2025-09-07 22:15:29 -04:00
Jose Diaz-Gonzalez
bf7e5a7312 tests: add a test for apps that detect https:443:443 port mappings without an ssl cert 2025-09-07 22:06:24 -04:00
Jose Diaz-Gonzalez
7345bda611 fix: properly generate urls for port 443 for non-https schemes 2025-09-07 22:05:47 -04:00
Jose Diaz-Gonzalez
ca32172e1d fix: do not generate https urls when there is no certificate available 2025-09-07 22:04:57 -04:00
Jose Diaz-Gonzalez
aa5c365e93 fix: prefer the scheme specified in the port map 2025-09-07 22:04:20 -04:00
Jose Diaz-Gonzalez
52e4e90819 refactor: change SCHEME argument to DEFAULT_SCHEME to make it more apparent that it is a fallback 2025-09-07 22:03:46 -04:00
Jose Diaz-Gonzalez
f1be90b74b fix: use https scheme for any tcp/443 EXPOSE directive 2025-09-07 22:01:17 -04:00
Jose Diaz-Gonzalez
6e7936a074 Merge pull request #7939 from dokku/7863-run-in-pack
Add test for ensuring run commands work with pack-based builds
2025-09-07 21:07:20 -04:00
Jose Diaz-Gonzalez
8eb0f04eaf Merge pull request #7940 from dokku/7826-silence-warnings
Silence openresty extract warnings during the deploy process
2025-09-07 20:37:16 -04:00
Jose Diaz-Gonzalez
d0fd6ac0a1 fix: silence openresty extract warnings during the deploy process
Closes #7826
2025-09-07 20:35:06 -04:00
Jose Diaz-Gonzalez
90b29ff6e2 tests: add test for ensuring run commands work with pack-based builds
Closes #7863
2025-09-07 20:13:12 -04:00
Dokku Bot
9363f3d865 Release 0.36.5
# History

## 0.36.5

Install/update via the bootstrap script:

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

### New Features

- #7937: @josegonzalez Add support for Debian Trixie
v0.36.5
2025-09-07 20:32:06 +00:00
Jose Diaz-Gonzalez
a2c2be8f5e Merge pull request #7937 from dokku/7877-trixie-support
Add support for Debian Trixie
2025-09-07 16:30:44 -04:00
Jose Diaz-Gonzalez
b6680e0495 feat: add support for Debian Trixie
Closes #7877
2025-09-07 16:29:31 -04:00
Dokku Bot
11f694e182 Release 0.36.4
# History

## 0.36.4

Install/update via the bootstrap script:

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

### Bug Fixes

- #7914: @josegonzalez Fix nginx configuration building in k3s scheduler

### Dependencies

- #7935: @dependabot[bot] chore(deps): update markdown requirement from <3.9,>=3.2.1 to >=3.2.1,<3.10 in /docs/_build
- #7936: @dependabot[bot] chore(deps): bump github.com/go-openapi/jsonpointer from 0.21.2 to 0.22.0 in /plugins/scheduler-k3s
- #7931: @dependabot[bot] chore(deps): bump github.com/traefik/traefik/v2 from 2.11.28 to 2.11.29 in /plugins/scheduler-k3s
- #7932: @dependabot[bot] chore(deps): bump actions/setup-python from 5 to 6
- #7933: @dependabot[bot] chore(deps): bump actions/setup-node from 4 to 5
- #7934: @dependabot[bot] chore(deps): bump hadolint/hadolint-action from 3.1.0 to 3.2.0
- #7920: @dependabot[bot] chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 in /plugins/common
- #7887: @dependabot[bot] chore(deps): bump github.com/onsi/gomega from 1.38.0 to 1.38.2 in /plugins/common
- #7847: @dependabot[bot] chore(deps): bump timberio/vector from 0.48.0-debian to 0.49.0-debian in /plugins/logs
- #7890: @dependabot[bot] chore(deps): bump k8s.io/kubernetes from 1.33.2 to 1.34.0 in /plugins/scheduler-k3s
- #7881: @dependabot[bot] chore(deps): bump byjg/easy-haproxy from 4.5.0 to 4.6.0 in /plugins/haproxy-vhosts
- #7880: @dependabot[bot] chore(deps): bump beautifulsoup4 from 4.13.4 to 4.13.5 in /docs/_build
- #7888: @dependabot[bot] chore(deps): bump soupsieve from 2.7 to 2.8 in /docs/_build
- #7902: @dependabot[bot] chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.9 in /plugins/common
- #7891: @dependabot[bot] chore(deps): bump k8s.io/kubectl from 0.33.3 to 0.34.0 in /plugins/scheduler-k3s
- #7895: @dependabot[bot] chore(deps): bump traefik from 3.5.0 to 3.5.1 in /plugins/traefik-vhosts
v0.36.4
2025-09-05 20:04:26 +00:00
Jose Diaz-Gonzalez
b6d2a7764b Merge pull request #7935 from dokku/dependabot/pip/docs/_build/markdown-gte-3.2.1-and-lt-3.10
chore(deps): update markdown requirement from <3.9,>=3.2.1 to >=3.2.1,<3.10 in /docs/_build
2025-09-05 15:00:26 -04:00
Jose Diaz-Gonzalez
975f3411eb Merge pull request #7936 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/go-openapi/jsonpointer-0.22.0
chore(deps): bump github.com/go-openapi/jsonpointer from 0.21.2 to 0.22.0 in /plugins/scheduler-k3s
2025-09-05 15:00:19 -04:00
dependabot[bot]
d881a897a6 chore(deps): bump github.com/go-openapi/jsonpointer
Bumps [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) from 0.21.2 to 0.22.0.
- [Commits](https://github.com/go-openapi/jsonpointer/compare/v0.21.2...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/jsonpointer
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-05 13:09:42 +00:00
dependabot[bot]
a3570b3ca2 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.9.0)

---
updated-dependencies:
- dependency-name: markdown
  dependency-version: '3.9'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-05 13:05:56 +00:00
Jose Diaz-Gonzalez
43e70d6bdb Merge pull request #7931 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/traefik/traefik/v2-2.11.29
chore(deps): bump github.com/traefik/traefik/v2 from 2.11.28 to 2.11.29 in /plugins/scheduler-k3s
2025-09-04 14:56:28 -04:00
Jose Diaz-Gonzalez
e7718a11b6 Merge pull request #7932 from dokku/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6
2025-09-04 14:56:18 -04:00
Jose Diaz-Gonzalez
485bb7a699 Merge pull request #7933 from dokku/dependabot/github_actions/actions/setup-node-5
chore(deps): bump actions/setup-node from 4 to 5
2025-09-04 14:56:07 -04:00
Jose Diaz-Gonzalez
69fde612b5 Merge pull request #7934 from dokku/dependabot/github_actions/hadolint/hadolint-action-3.2.0
chore(deps): bump hadolint/hadolint-action from 3.1.0 to 3.2.0
2025-09-04 14:56:00 -04:00
dependabot[bot]
bfc486743d chore(deps): bump hadolint/hadolint-action from 3.1.0 to 3.2.0
Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/hadolint/hadolint-action/releases)
- [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc)
- [Commits](54c9adbab1...3fc49fb50d)

---
updated-dependencies:
- dependency-name: hadolint/hadolint-action
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 14:36:11 +00:00
dependabot[bot]
a9334bca8a chore(deps): bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 13:59:54 +00:00
dependabot[bot]
9704d3ef09 chore(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 13:59:48 +00:00
dependabot[bot]
781721026e chore(deps): bump github.com/traefik/traefik/v2
Bumps [github.com/traefik/traefik/v2](https://github.com/traefik/traefik) from 2.11.28 to 2.11.29.
- [Release notes](https://github.com/traefik/traefik/releases)
- [Changelog](https://github.com/traefik/traefik/blob/v2.11.29/CHANGELOG.md)
- [Commits](https://github.com/traefik/traefik/compare/v2.11.28...v2.11.29)

---
updated-dependencies:
- dependency-name: github.com/traefik/traefik/v2
  dependency-version: 2.11.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 09:51:52 +00:00
Jose Diaz-Gonzalez
0d560af740 Merge pull request #7920 from dokku/dependabot/go_modules/plugins/common/github.com/spf13/pflag-1.0.10
chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 in /plugins/common
2025-09-04 02:11:28 -04:00
Jose Diaz-Gonzalez
11a3babcee chore: bump go modules and run go mod tidy 2025-09-04 00:03:11 -04:00
Jose Diaz-Gonzalez
dba9793968 Merge pull request #7914 from dokku/k3s-cleanup-ingress-nginx
Fix nginx configuration building in k3s scheduler
2025-09-04 00:02:09 -04:00
dependabot[bot]
2f6c0ed1e6 chore(deps): bump github.com/spf13/pflag in /plugins/common
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10)

---
updated-dependencies:
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-04 02:04:13 +00:00
Jose Diaz-Gonzalez
68529c087a Merge pull request #7887 from dokku/dependabot/go_modules/plugins/common/github.com/onsi/gomega-1.38.2
chore(deps): bump github.com/onsi/gomega from 1.38.0 to 1.38.2 in /plugins/common
2025-09-03 20:42:04 -04:00
Jose Diaz-Gonzalez
ae99f491fa fix: drop x-forwarded- properties from k3s scheduler
These shadow existing values managed by k3s itself, causing issues where the same header is injected with multiple values, which some frameworks do not support as they use the header directly without parsing to construct urls.
2025-09-03 20:38:01 -04:00
Jose Diaz-Gonzalez
9182b272f4 fix: split up proxy-buffers into annotation properties
The values derive from the same nginx source, so they also need a modifier in order to fit into the ingress-nginx scheme.
2025-09-03 20:36:33 -04:00
Jose Diaz-Gonzalez
865063300f feat: allow Critical annotations to be injected into ingresses
Dokku needs this in order to construct certain rules that aren't supported by ingress-nginx annotations.
2025-09-03 20:35:44 -04:00
Jose Diaz-Gonzalez
1e879cf4f7 Merge pull request #7847 from dokku/dependabot/docker/plugins/logs/timberio/vector-0.49.0-debian
chore(deps): bump timberio/vector from 0.48.0-debian to 0.49.0-debian in /plugins/logs
2025-09-03 16:05:43 -04:00
Jose Diaz-Gonzalez
64e457e6db chore: bump go modules and run go mod tidy 2025-09-03 16:00:52 -04:00
dependabot[bot]
0e39bc502b chore(deps): bump github.com/onsi/gomega in /plugins/common
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.38.0 to 1.38.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.38.0...v1.38.2)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.38.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-03 16:00:14 -04:00
Jose Diaz-Gonzalez
d22f45885a Merge pull request #7890 from dokku/dependabot/go_modules/plugins/scheduler-k3s/k8s.io/kubernetes-1.34.0
chore(deps): bump k8s.io/kubernetes from 1.33.2 to 1.34.0 in /plugins/scheduler-k3s
2025-09-03 15:59:14 -04:00
Jose Diaz-Gonzalez
dfc19cc069 Merge pull request #7881 from dokku/dependabot/docker/plugins/haproxy-vhosts/byjg/easy-haproxy-4.6.0
chore(deps): bump byjg/easy-haproxy from 4.5.0 to 4.6.0 in /plugins/haproxy-vhosts
2025-09-03 01:38:31 -04:00
Jose Diaz-Gonzalez
7cd283364d Merge pull request #7880 from dokku/dependabot/pip/docs/_build/beautifulsoup4-4.13.5
chore(deps): bump beautifulsoup4 from 4.13.4 to 4.13.5 in /docs/_build
2025-09-03 01:38:13 -04:00
Jose Diaz-Gonzalez
54edcdb587 Merge pull request #7888 from dokku/dependabot/pip/docs/_build/soupsieve-2.8
chore(deps): bump soupsieve from 2.7 to 2.8 in /docs/_build
2025-09-03 01:37:56 -04:00
Jose Diaz-Gonzalez
c6b5bc07c5 Merge pull request #7902 from dokku/dependabot/go_modules/plugins/common/github.com/spf13/pflag-1.0.9
chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.9 in /plugins/common
2025-09-03 01:37:40 -04:00
dependabot[bot]
53f4ec3e9d chore(deps): bump k8s.io/kubernetes in /plugins/scheduler-k3s
Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) from 1.33.2 to 1.34.0.
- [Release notes](https://github.com/kubernetes/kubernetes/releases)
- [Commits](https://github.com/kubernetes/kubernetes/compare/v1.33.2...v1.34.0)

---
updated-dependencies:
- dependency-name: k8s.io/kubernetes
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-03 04:46:23 +00:00
Jose Diaz-Gonzalez
bc8f20837e Merge pull request #7891 from dokku/dependabot/go_modules/plugins/scheduler-k3s/k8s.io/kubectl-0.34.0
chore(deps): bump k8s.io/kubectl from 0.33.3 to 0.34.0 in /plugins/scheduler-k3s
2025-09-03 00:37:42 -04:00
Jose Diaz-Gonzalez
61c6e276b6 chore: bump go modules and run go mod tidy 2025-09-03 00:24:09 -04:00