Commit Graph

12318 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
8beb2cdcbf Merge pull request #7963 from dokku/dependabot/go_modules/tests/apps/gogrpc/google.golang.org/grpc-1.75.1
chore(deps): bump google.golang.org/grpc from 1.75.0 to 1.75.1 in /tests/apps/gogrpc
2025-09-10 13:23:17 -04:00
Jose Diaz-Gonzalez
75dabd9347 Merge pull request #7964 from dokku/dependabot/docker/plugins/traefik-vhosts/traefik-3.5.2
chore(deps): bump traefik from 3.5.1 to 3.5.2 in /plugins/traefik-vhosts
2025-09-10 13:23:09 -04:00
Jose Diaz-Gonzalez
51aaa9fcac Merge pull request #7965 from dokku/dependabot/go_modules/plugins/scheduler-k3s/k8s.io/apimachinery-0.34.1
chore(deps): bump k8s.io/apimachinery from 0.34.0 to 0.34.1 in /plugins/scheduler-k3s
2025-09-10 13:22:58 -04:00
dependabot[bot]
ae85dff049 chore(deps): bump k8s.io/apimachinery in /plugins/scheduler-k3s
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.34.0 to 0.34.1.
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.34.0...v0.34.1)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.34.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 13:10:54 +00:00
dependabot[bot]
de0f25fdea chore(deps): bump traefik from 3.5.1 to 3.5.2 in /plugins/traefik-vhosts
Bumps traefik from 3.5.1 to 3.5.2.

---
updated-dependencies:
- dependency-name: traefik
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 13:10:30 +00:00
dependabot[bot]
ceaaadc105 chore(deps): bump google.golang.org/grpc in /tests/apps/gogrpc
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.75.0 to 1.75.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.75.0...v1.75.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.75.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 13:02:22 +00:00
Jose Diaz-Gonzalez
bd7266c85c Merge pull request #7962 from dokku/dependabot/pip/tests/apps/dockerfile-release/django-5.1.12
chore(deps): bump django from 5.1.10 to 5.1.12 in /tests/apps/dockerfile-release
2025-09-09 21:27:52 -04:00
Jose Diaz-Gonzalez
c539fabebc Merge pull request #7961 from dokku/dependabot/go_modules/plugins/common/golang.org/x/crypto-0.42.0
chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.42.0 in /plugins/common
2025-09-09 20:54:15 -04:00
dependabot[bot]
20be1a458d chore(deps): bump django in /tests/apps/dockerfile-release
Bumps [django](https://github.com/django/django) from 5.1.10 to 5.1.12.
- [Commits](https://github.com/django/django/compare/5.1.10...5.1.12)

---
updated-dependencies:
- dependency-name: django
  dependency-version: 5.1.12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-09 22:39:25 +00:00
Jose Diaz-Gonzalez
3ab5aff4c3 chore: bump go modules and run go mod tidy 2025-09-09 16:32:21 -04:00
Jose Diaz-Gonzalez
8fdc33b11a Merge pull request #7960 from dokku/dependabot/go_modules/tests/apps/gogrpc/google.golang.org/protobuf-1.36.9
chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 in /tests/apps/gogrpc
2025-09-09 16:31:46 -04:00
dependabot[bot]
b440d6ea79 chore(deps): bump golang.org/x/crypto in /plugins/common
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.41.0 to 0.42.0.
- [Commits](https://github.com/golang/crypto/compare/v0.41.0...v0.42.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-09 13:07:23 +00:00
dependabot[bot]
191aae5ff5 chore(deps): bump google.golang.org/protobuf in /tests/apps/gogrpc
Bumps google.golang.org/protobuf from 1.36.8 to 1.36.9.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-09 13:02:04 +00:00
Dokku Bot
0cecd6061a Release 0.36.6
# History

## 0.36.6

Install/update via the bootstrap script:

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

### Bug Fixes

- #7955: @josegonzalez Ensure that the nixpacks bin is installed in /usr/bin/nixpacks in Docker image
- #7953: @josegonzalez Set correct label for nixpacks builder
- #7942: @josegonzalez Ensure the code is copied over to the new app on clone or rebase
- #7941: @josegonzalez Do not generate an https url when there is no SSL certificate
- #7940: @josegonzalez Silence openresty extract warnings during the deploy process

### Tests

- #7954: @josegonzalez Respect DOKKU_DOMAIN when deploying in tests
- #7943: @josegonzalez Remove unused test app
- #7939: @josegonzalez Add test for ensuring run commands work with pack-based builds

### Dependencies

- #7958: @dependabot[bot] chore(deps): bump helm.sh/helm/v3 from 3.18.5 to 3.18.6 in /plugins/scheduler-k3s
- #7952: @dependabot[bot] chore(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 in /plugins/common
- #7951: @dependabot[bot] chore(deps): bump golang from 1.25.0 to 1.25.1 in /tests/apps/gogrpc
- #7950: @dependabot[bot] chore(deps): bump golang from 1.25.0 to 1.25.1 in /tests/apps/go-fail-postdeploy
- #7949: @dependabot[bot] chore(deps): bump golang from 1.25.0 to 1.25.1 in /tests/apps/zombies-dockerfile-no-tini
- #7947: @dependabot[bot] chore(deps): bump golang from 1.25.0 to 1.25.1 in /tests/apps/zombies-dockerfile-tini
- #7945: @dependabot[bot] chore(deps): bump golang from 1.25.0 to 1.25.1 in /tests/apps/go-fail-predeploy
- #7946: @dependabot[bot] chore(deps): bump mkdocs-material from 9.6.18 to 9.6.19 in /docs/_build
v0.36.6
2025-09-08 21:28:23 +00:00
Jose Diaz-Gonzalez
f9fda93ba9 Merge pull request #7955 from dokku/nixpacks-bin
Ensure that the nixpacks bin is installed in /usr/bin/nixpacks in Docker image
2025-09-08 15:46:11 -04:00
Jose Diaz-Gonzalez
e0464c6525 Merge pull request #7958 from dokku/dependabot/go_modules/plugins/scheduler-k3s/helm.sh/helm/v3-3.18.6
chore(deps): bump helm.sh/helm/v3 from 3.18.5 to 3.18.6 in /plugins/scheduler-k3s
2025-09-08 14:31:02 -04:00
Jose Diaz-Gonzalez
0fc7768960 Merge pull request #7952 from dokku/dependabot/go_modules/plugins/common/golang.org/x/sync-0.17.0
chore(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 in /plugins/common
2025-09-08 14:30:00 -04:00
Jose Diaz-Gonzalez
79ea869aa8 Merge pull request #7954 from dokku/test-remote
Respect DOKKU_DOMAIN when deploying in tests
2025-09-08 14:29:52 -04:00
Jose Diaz-Gonzalez
5631d1eeaf fix: bind BIN_DIR to /usr/bin 2025-09-08 14:29:47 -04:00
dependabot[bot]
f155eae135 chore(deps): bump helm.sh/helm/v3 in /plugins/scheduler-k3s
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.18.5 to 3.18.6.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.18.5...v3.18.6)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-version: 3.18.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 13:17:36 +00:00
Jose Diaz-Gonzalez
704e9fffd1 Merge pull request #7951 from dokku/dependabot/docker/tests/apps/gogrpc/golang-1.25.1
chore(deps): bump golang from 1.25.0 to 1.25.1 in /tests/apps/gogrpc
2025-09-08 04:32:10 -04:00
Jose Diaz-Gonzalez
849eca85ec Merge pull request #7950 from dokku/dependabot/docker/tests/apps/go-fail-postdeploy/golang-1.25.1
chore(deps): bump golang from 1.25.0 to 1.25.1 in /tests/apps/go-fail-postdeploy
2025-09-08 04:32:02 -04:00
Jose Diaz-Gonzalez
b4b4be9282 Merge pull request #7949 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-no-tini/golang-1.25.1
chore(deps): bump golang from 1.25.0 to 1.25.1 in /tests/apps/zombies-dockerfile-no-tini
2025-09-08 04:31:53 -04:00
Jose Diaz-Gonzalez
8a15b9f560 Merge pull request #7947 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-tini/golang-1.25.1
chore(deps): bump golang from 1.25.0 to 1.25.1 in /tests/apps/zombies-dockerfile-tini
2025-09-08 04:31:37 -04:00
Jose Diaz-Gonzalez
54d01b8851 Merge pull request #7945 from dokku/dependabot/docker/tests/apps/go-fail-predeploy/golang-1.25.1
chore(deps): bump golang from 1.25.0 to 1.25.1 in /tests/apps/go-fail-predeploy
2025-09-08 04:31:29 -04:00
Jose Diaz-Gonzalez
e46df8beea Merge pull request #7946 from dokku/dependabot/pip/docs/_build/mkdocs-material-9.6.19
chore(deps): bump mkdocs-material from 9.6.18 to 9.6.19 in /docs/_build
2025-09-08 04:30:18 -04:00
Jose Diaz-Gonzalez
65dbe32e69 chore: bump go modules and run go mod tidy 2025-09-08 04:29:51 -04:00
Jose Diaz-Gonzalez
5efa641d55 fix: ensure that the nixpacks bin is installed in /usr/bin/nixpacks in Docker image 2025-09-08 04:25:33 -04:00
Jose Diaz-Gonzalez
ff4af54920 tests: respect DOKKU_DOMAIN when deploying in tests 2025-09-08 04:24:35 -04:00
Jose Diaz-Gonzalez
4fd1f658a5 Merge pull request #7953 from dokku/nixpacks-label
Set correct label for nixpacks builder
2025-09-08 04:21:37 -04:00
Jose Diaz-Gonzalez
fa4e711d46 fix: set correct label for nixpacks builder 2025-09-08 04:20:50 -04:00
dependabot[bot]
b6c793d637 chore(deps): bump golang.org/x/sync in /plugins/common
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/sync/compare/v0.16.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 08:16:55 +00:00
dependabot[bot]
ad8ece9ad3 chore(deps): bump golang from 1.25.0 to 1.25.1 in /tests/apps/gogrpc
Bumps golang from 1.25.0 to 1.25.1.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 08:16:14 +00:00
dependabot[bot]
8fa67ea607 chore(deps): bump golang in /tests/apps/go-fail-postdeploy
Bumps golang from 1.25.0 to 1.25.1.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 08:15:40 +00:00
dependabot[bot]
97080a397a chore(deps): bump golang in /tests/apps/zombies-dockerfile-no-tini
Bumps golang from 1.25.0 to 1.25.1.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 08:15:27 +00:00
dependabot[bot]
4852cb501e chore(deps): bump golang in /tests/apps/zombies-dockerfile-tini
Bumps golang from 1.25.0 to 1.25.1.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 08:14:08 +00:00
dependabot[bot]
b39c1ea6b2 chore(deps): bump mkdocs-material from 9.6.18 to 9.6.19 in /docs/_build
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.6.18 to 9.6.19.
- [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.18...9.6.19)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-version: 9.6.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 08:13:52 +00:00
dependabot[bot]
d656c4ce62 chore(deps): bump golang in /tests/apps/go-fail-predeploy
Bumps golang from 1.25.0 to 1.25.1.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 08:13:28 +00:00
Jose Diaz-Gonzalez
b03062a880 Merge pull request #7943 from dokku/drop-disabled-test
Remove unused test app
2025-09-08 03:59:56 -04:00
Jose Diaz-Gonzalez
215104f096 tests: remove unused test app
This was disabled 12 years ago...
2025-09-08 03:59:37 -04:00
Jose Diaz-Gonzalez
85d4a058b8 Merge pull request #7942 from dokku/7706-redeploy-on-clone-and-rename 2025-09-08 03:33:26 -04:00
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