Commit Graph

12348 Commits

Author SHA1 Message Date
Dokku Bot
0a79f05ada Release 0.36.7
# History

## 0.36.7

Install/update via the bootstrap script:

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

### Bug Fixes

- #7981: @josegonzalez Only install software-properties-common on Ubuntu and older Debian installations
- #7979: @josegonzalez Skip invalid apps when listing applications
- #7977: @kminek Remove server_tokens directive from main nginx config if present (com…
- #7974: @josegonzalez Ensure lsb_release is available on debian systems

### New Features

- #7978: @josegonzalez Add ability to list global cron tasks
- #7975: @josegonzalez Create SecurityContext for k3s scheduler from docker-options

### Dependencies

- #7972: @dependabot[bot] chore(deps): bump k8s.io/kubectl from 0.34.0 to 0.34.1 in /plugins/scheduler-k3s
- #7973: @dependabot[bot] chore(deps): bump helm.sh/helm/v3 from 3.18.6 to 3.19.0 in /plugins/scheduler-k3s
- #7971: @dependabot[bot] chore(deps): bump k8s.io/client-go from 0.34.0 to 0.34.1 in /plugins/scheduler-k3s
- #7970: @dependabot[bot] chore(deps): bump k8s.io/api from 0.34.0 to 0.34.1 in /plugins/scheduler-k3s
- #7966: @dependabot[bot] chore(deps): bump github.com/fluxcd/pkg/kustomize from 1.19.0 to 1.22.0 in /plugins/scheduler-k3s
- #7963: @dependabot[bot] chore(deps): bump google.golang.org/grpc from 1.75.0 to 1.75.1 in /tests/apps/gogrpc
- #7964: @dependabot[bot] chore(deps): bump traefik from 3.5.1 to 3.5.2 in /plugins/traefik-vhosts
- #7965: @dependabot[bot] chore(deps): bump k8s.io/apimachinery from 0.34.0 to 0.34.1 in /plugins/scheduler-k3s
- #7961: @dependabot[bot] chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.42.0 in /plugins/common
- #7960: @dependabot[bot] chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 in /tests/apps/gogrpc

### Other

- #7968: @josegonzalez chore: bump herokuish version from 0.11.0 to 0.11.3
- #7962: @dependabot[bot] chore(deps): bump django from 5.1.10 to 5.1.12 in /tests/apps/dockerfile-release
v0.36.7
2025-09-15 01:15:50 +00:00
Jose Diaz-Gonzalez
eb18a565ae Merge pull request #7981 from dokku/7980-software-properties-common
fix: only install software-properties-common on Ubuntu and older Debian installations
2025-09-14 20:46:41 -04:00
Jose Diaz-Gonzalez
3e52ea9ec6 fix: only install software-properties-common on Ubuntu and older Debian installations
Closes #7980
2025-09-14 20:43:44 -04:00
Jose Diaz-Gonzalez
438c395970 Merge pull request #7979 from dokku/7959-invalid-apps 2025-09-14 06:34:52 -04:00
Jose Diaz-Gonzalez
5f6258989e Merge pull request #7978 from dokku/7732-cron-list-global 2025-09-14 06:34:30 -04:00
Jose Diaz-Gonzalez
1c6927b25e fix: directly write deployed property
The previous method ended up validating the app name when checking if the app was deployed or not, which isn't necessary as that should only be performed at the command-level.
2025-09-14 05:08:23 -04:00
Jose Diaz-Gonzalez
7e748a1cf3 fix: do not list folders in Dokku root that start with an upper-case character
These were never valid app names, so we can avoid listing them altogether as they aren't Dokku apps.
2025-09-14 05:04:27 -04:00
Jose Diaz-Gonzalez
7adeee7086 feat: add ability to list global cron tasks
Closes #7732
2025-09-14 04:38:19 -04:00
Jose Diaz-Gonzalez
8b9b658951 Merge pull request #7977 from kminek/7976-duplicated-server-tokens
Remove server_tokens directive from main nginx config if present (com…
2025-09-14 04:11:54 -04:00
Jose Diaz-Gonzalez
408417fe2e Merge pull request #7975 from dokku/7664-k3s-security-context
Create SecurityContext for k3s scheduler from docker-options
2025-09-14 03:10:52 -04:00
Jose Diaz-Gonzalez
ef798780c6 tests: add test for security context conversions 2025-09-14 02:19:25 -04:00
Grzesiek W
9cfa4acf57 Remove server_tokens directive from main nginx config if present (commented or uncommented) 2025-09-13 20:16:30 +02:00
Jose Diaz-Gonzalez
bcfff18db9 fix: correctly split flags 2025-09-12 19:19:17 -04:00
Jose Diaz-Gonzalez
a1b6d05568 fix: correct template 2025-09-12 19:19:04 -04:00
Jose Diaz-Gonzalez
f90a4061c0 feat: create SecurityContext for k3s scheduler from docker-options
Closes #7664
2025-09-12 18:09:33 -04:00
Jose Diaz-Gonzalez
fa0c9663cf Merge pull request #7974 from dokku/josegonzalez-patch-1
fix: ensure lsb_release is available on debian systems
2025-09-12 17:08:10 -04:00
Jose Diaz-Gonzalez
0fd4f24f1e fix: ensure lsb_release is available on debian systems 2025-09-12 16:19:45 -04:00
Jose Diaz-Gonzalez
4637b95a1b Merge pull request #7972 from dokku/dependabot/go_modules/plugins/scheduler-k3s/k8s.io/kubectl-0.34.1
chore(deps): bump k8s.io/kubectl from 0.34.0 to 0.34.1 in /plugins/scheduler-k3s
2025-09-12 14:53:46 -04:00
Jose Diaz-Gonzalez
6b12524db0 Merge pull request #7973 from dokku/dependabot/go_modules/plugins/scheduler-k3s/helm.sh/helm/v3-3.19.0
chore(deps): bump helm.sh/helm/v3 from 3.18.6 to 3.19.0 in /plugins/scheduler-k3s
2025-09-12 14:53:38 -04:00
dependabot[bot]
1252651f38 chore(deps): bump helm.sh/helm/v3 in /plugins/scheduler-k3s
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.18.6 to 3.19.0.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.18.6...v3.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-12 13:12:33 +00:00
dependabot[bot]
bd0ee3c073 chore(deps): bump k8s.io/kubectl in /plugins/scheduler-k3s
Bumps [k8s.io/kubectl](https://github.com/kubernetes/kubectl) from 0.34.0 to 0.34.1.
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.34.0...v0.34.1)

---
updated-dependencies:
- dependency-name: k8s.io/kubectl
  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-12 13:12:24 +00:00
Jose Diaz-Gonzalez
db9c8efc2e Merge pull request #7971 from dokku/dependabot/go_modules/plugins/scheduler-k3s/k8s.io/client-go-0.34.1
chore(deps): bump k8s.io/client-go from 0.34.0 to 0.34.1 in /plugins/scheduler-k3s
2025-09-11 17:11:53 -04:00
Jose Diaz-Gonzalez
4a60663af8 Merge pull request #7970 from dokku/dependabot/go_modules/plugins/scheduler-k3s/k8s.io/api-0.34.1
chore(deps): bump k8s.io/api from 0.34.0 to 0.34.1 in /plugins/scheduler-k3s
2025-09-11 17:11:44 -04:00
dependabot[bot]
7d1dd9fa80 chore(deps): bump k8s.io/client-go in /plugins/scheduler-k3s
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.34.0 to 0.34.1.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.34.0...v0.34.1)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  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-11 13:13:16 +00:00
dependabot[bot]
0713f7a217 chore(deps): bump k8s.io/api in /plugins/scheduler-k3s
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.34.0 to 0.34.1.
- [Commits](https://github.com/kubernetes/api/compare/v0.34.0...v0.34.1)

---
updated-dependencies:
- dependency-name: k8s.io/api
  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-11 13:13:09 +00:00
Jose Diaz-Gonzalez
966fd809f2 Merge pull request #7966 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/fluxcd/pkg/kustomize-1.22.0
chore(deps): bump github.com/fluxcd/pkg/kustomize from 1.19.0 to 1.22.0 in /plugins/scheduler-k3s
2025-09-11 01:29:42 -04:00
Jose Diaz-Gonzalez
a1749d26e0 chore: bump go version to 1.25.1 and run go mod tidy 2025-09-10 22:46:09 -04:00
dependabot[bot]
bbd919a730 chore(deps): bump github.com/fluxcd/pkg/kustomize
Bumps [github.com/fluxcd/pkg/kustomize](https://github.com/fluxcd/pkg) from 1.19.0 to 1.22.0.
- [Commits](https://github.com/fluxcd/pkg/compare/apis/meta/v1.19.0...kustomize/v1.22.0)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/pkg/kustomize
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-10 22:46:09 -04:00
Jose Diaz-Gonzalez
ba89420142 Merge pull request #7968 from dokku/update-herokuish
chore: bump herokuish version from 0.11.0 to 0.11.3
2025-09-10 22:45:51 -04:00
Jose Diaz-Gonzalez
837be622bc chore: bump herokuish version from 0.11.0 to 0.11.3 2025-09-10 22:03:04 -04:00
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