Jose Diaz-Gonzalez
68ceaa82e3
docs: remove copyright date range
2024-12-14 14:26:31 -05:00
Jose Diaz-Gonzalez
2e7e02b681
docs: remove copyright date range
...
It isn't necessary.
Closes #7413
2024-12-14 14:26:07 -05:00
Jose Diaz-Gonzalez
0febba6169
Merge pull request #7412 from dokku/7367-drop-cgroups
...
Remove cgroups dependencies
2024-12-14 12:41:39 -05:00
Jose Diaz-Gonzalez
1aaaa84816
fix: remove cgroups dependencies
...
These were added for lxc-docker - which is no longer supported - and are missing in Debian 13.
Closes #7367
2024-12-14 12:09:03 -05:00
Jose Diaz-Gonzalez
3e862a0b60
Merge pull request #7411 from dokku/dependabot/go_modules/tests/apps/gogrpc/google.golang.org/grpc-1.69.0
...
chore(deps): bump google.golang.org/grpc from 1.68.1 to 1.69.0 in /tests/apps/gogrpc
2024-12-14 12:03:18 -05:00
dependabot[bot]
a957a6e543
chore(deps): bump google.golang.org/grpc in /tests/apps/gogrpc
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.68.1 to 1.69.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.68.1...v1.69.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-13 13:07:57 +00:00
Dokku Bot
240573d5ff
Release 0.35.13
...
# History
## 0.35.13
Install/update via the bootstrap script:
```shell
wget -NP . https://dokku.com/install/v0.35.13/bootstrap.sh
sudo DOKKU_TAG=v0.35.13 bash bootstrap.sh
```
### Bug Fixes
- #7410 : @josegonzalez Only raise nil responses for k8s list calls as errors
- #7403 : @Tashows Properly resolve imagePullSecrets from app and deploymentID if relevant property does not exist
- #7404 : @josegonzalez Correctly handle scale to zero with the Keda http addon
- #7400 : @Tashows Check if tty is actually used and support proper output when it's not
### Documentation
- #7395 : @josegonzalez Add documentation for all file formats dokku uses
- #7399 : @nonZero Add -w 0 to base64 call in config:set docs for safe usage in ssh commands
### Tests
- #7380 : @josegonzalez Run unit tests outside of docker by default
### Dependencies
- #7409 : @dependabot[bot] chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /plugins/docker-options
- #7405 : @dependabot[bot] chore(deps): bump timberio/vector from 0.42.0-debian to 0.43.1-debian in /plugins/logs
- #7407 : @dependabot[bot] chore(deps): bump traefik from 3.2.1 to 3.2.2 in /plugins/traefik-vhosts
- #7402 : @dependabot[bot] chore(deps): bump github.com/onsi/gomega from 1.36.0 to 1.36.1 in /plugins/common
- #7390 : @dependabot[bot] chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0 in /plugins/common
- #7397 : @dependabot[bot] chore(deps): bump tj-actions/changed-files from 45.0.4 to 45.0.5
- #7398 : @dependabot[bot] chore(deps): bump mkdocs-material from 9.5.47 to 9.5.48 in /docs/_build
- #7394 : @dependabot[bot] chore(deps): bump django from 5.0.9 to 5.0.10 in /tests/apps/dockerfile-release
- #7385 : @dependabot[bot] chore(deps): bump golang from 1.23.3 to 1.23.4 in /tests/apps/go-fail-predeploy
- #7386 : @dependabot[bot] chore(deps): bump golang from 1.23.3 to 1.23.4 in /tests/apps/zombies-dockerfile-tini
- #7387 : @dependabot[bot] chore(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1 in /tests/apps/gogrpc
- #7388 : @dependabot[bot] chore(deps): bump python from 3.13.0-alpine to 3.13.1-alpine in /docs/_build
- #7389 : @dependabot[bot] chore(deps): bump six from 1.16.0 to 1.17.0 in /docs/_build
- #7392 : @dependabot[bot] chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 in /plugins/scheduler-docker-local
- #7393 : @dependabot[bot] chore(deps): bump python from 3.13.0-bookworm to 3.13.1-bookworm in /tests/apps/dockerfile-release
- #7384 : @dependabot[bot] chore(deps): bump golang from 1.23.3 to 1.23.4 in /tests/apps/gogrpc
- #7383 : @dependabot[bot] chore(deps): bump golang from 1.23.3 to 1.23.4 in /tests/apps/zombies-dockerfile-no-tini
- #7382 : @dependabot[bot] chore(deps): bump golang from 1.23.3 to 1.23.4 in /tests/apps/go-fail-postdeploy
v0.35.13
2024-12-12 06:32:55 +00:00
Jose Diaz-Gonzalez
c18695ea3b
Merge pull request #7410 from dokku/fix-not-found
2024-12-12 01:06:28 -05:00
Jose Diaz-Gonzalez
ebbc29b357
Merge pull request #7409 from dokku/dependabot/go_modules/plugins/docker-options/golang.org/x/crypto-0.31.0
...
chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 in /plugins/docker-options
2024-12-11 22:57:23 -05:00
Jose Diaz-Gonzalez
233e588c3b
fix: only raise nil responses for k8s list calls as errors
...
Empty items should just be treated as such.
2024-12-11 22:56:53 -05:00
Jose Diaz-Gonzalez
83ad01c37b
chore: update go modules
2024-12-11 21:56:36 -05:00
Jose Diaz-Gonzalez
3f25b7e247
Merge pull request #7405 from dokku/dependabot/docker/plugins/logs/timberio/vector-0.43.1-debian
...
chore(deps): bump timberio/vector from 0.42.0-debian to 0.43.1-debian in /plugins/logs
2024-12-11 21:41:00 -05:00
dependabot[bot]
ca3f5a5ebf
chore(deps): bump golang.org/x/crypto in /plugins/docker-options
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.30.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-12 00:45:02 +00:00
Jose Diaz-Gonzalez
5fcbd5bbde
Merge pull request #7403 from Tashows/fix-ims-k3s-run
...
Properly resolve imagePullSecrets from app and deploymentID if relevant property does not exist
2024-12-11 11:39:26 -05:00
Jose Diaz-Gonzalez
6d537f5d29
Merge pull request #7407 from dokku/dependabot/docker/plugins/traefik-vhosts/traefik-3.2.2
...
chore(deps): bump traefik from 3.2.1 to 3.2.2 in /plugins/traefik-vhosts
2024-12-11 09:25:54 -05:00
Jose Diaz-Gonzalez
ed0ba7072f
refactor: check to see if a deployment-specific image pull secret exists before utilizing it.
2024-12-11 09:23:44 -05:00
dependabot[bot]
e5047bb27f
chore(deps): bump traefik from 3.2.1 to 3.2.2 in /plugins/traefik-vhosts
...
Bumps traefik from 3.2.1 to 3.2.2.
---
updated-dependencies:
- dependency-name: traefik
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-11 14:05:34 +00:00
Jose Diaz-Gonzalez
f0df778b81
Merge pull request #7402 from dokku/dependabot/go_modules/plugins/common/github.com/onsi/gomega-1.36.1
...
chore(deps): bump github.com/onsi/gomega from 1.36.0 to 1.36.1 in /plugins/common
2024-12-11 09:03:49 -05:00
dependabot[bot]
1cc50efb9d
chore(deps): bump timberio/vector in /plugins/logs
...
Bumps timberio/vector from 0.42.0-debian to 0.43.1-debian.
---
updated-dependencies:
- dependency-name: timberio/vector
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-11 13:57:09 +00:00
Jose Diaz-Gonzalez
8bbbd12d3d
Merge pull request #7404 from dokku/k3s-http-scale-to-zero
...
Correctly handle scale to zero with the Keda http addon
2024-12-11 08:51:02 -05:00
Jose Diaz-Gonzalez
6374bcef3f
Merge pull request #7400 from Tashows/verify-tty-exec
...
Check if tty is actually used and support proper output when it's not
2024-12-10 21:48:54 -05:00
Jose Diaz-Gonzalez
eff339a165
fix: correctly handle scale to zero with the Keda http addon
...
There is a bug in the Keda project that caused Keda to incorrectly handle empty trigger lists. If self-managing the ScaledObject when using an HTTPScaledObject, an external-push trigger must be created.
This change additionally updates the chart to fix any potential bugs in usage of keda.
2024-12-10 21:47:55 -05:00
Jose Diaz-Gonzalez
2de443b4fb
chore: update go modules
2024-12-10 09:41:01 -05:00
dependabot[bot]
31abb99698
chore(deps): bump github.com/onsi/gomega in /plugins/common
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.36.0 to 1.36.1.
- [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.0...v1.36.1 )
---
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-10 09:39:49 -05:00
Jose Diaz-Gonzalez
443757125d
Merge pull request #7395 from dokku/7315-appendix
...
Add documentation for all file formats dokku uses
2024-12-10 09:38:07 -05:00
Jose Diaz-Gonzalez
f355a4e384
Merge pull request #7399 from nonZero/patch-1
...
docs: add -w 0 to base64 for safe usage in ssh commands
2024-12-10 09:37:57 -05:00
Tasos Maschalidis
1739d5ec16
Check if tty is actually used and support proper output when it's not
2024-12-10 14:31:36 +02:00
Tasos Maschalidis
aa51c37774
Properly resolve imagePullSecrets from app and deploymentID if relevant property does not exist
2024-12-10 14:29:38 +02:00
Udi Oron
dc57774f63
docs: add -w 0 to base64 for safe usage in ssh commands
2024-12-10 13:29:18 +02:00
Jose Diaz-Gonzalez
b25822189e
Merge pull request #7390 from dokku/dependabot/go_modules/plugins/common/golang.org/x/crypto-0.30.0
...
chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0 in /plugins/common
2024-12-09 10:31:42 -05:00
Jose Diaz-Gonzalez
28c1f63871
chore: update go modules
2024-12-09 09:32:49 -05:00
dependabot[bot]
ba11994396
chore(deps): bump golang.org/x/crypto in /plugins/common
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.29.0 to 0.30.0.
- [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.30.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 >
2024-12-09 09:32:23 -05:00
Jose Diaz-Gonzalez
fe41d5c799
Merge pull request #7397 from dokku/dependabot/github_actions/tj-actions/changed-files-45.0.5
...
chore(deps): bump tj-actions/changed-files from 45.0.4 to 45.0.5
2024-12-09 09:31:55 -05:00
Jose Diaz-Gonzalez
9d5ee0b9ac
Merge pull request #7398 from dokku/dependabot/pip/docs/_build/mkdocs-material-9.5.48
...
chore(deps): bump mkdocs-material from 9.5.47 to 9.5.48 in /docs/_build
2024-12-09 09:31:47 -05:00
dependabot[bot]
8cf519cf16
chore(deps): bump mkdocs-material from 9.5.47 to 9.5.48 in /docs/_build
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.5.47 to 9.5.48.
- [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.5.47...9.5.48 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-09 13:38:03 +00:00
dependabot[bot]
67147237e4
chore(deps): bump tj-actions/changed-files from 45.0.4 to 45.0.5
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 45.0.4 to 45.0.5.
- [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.4...v45.0.5 )
---
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 >
2024-12-09 13:32:03 +00:00
Jose Diaz-Gonzalez
710384ef89
Merge pull request #7394 from dokku/dependabot/pip/tests/apps/dockerfile-release/django-5.0.10
...
chore(deps): bump django from 5.0.9 to 5.0.10 in /tests/apps/dockerfile-release
2024-12-07 14:47:49 -05:00
Jose Diaz-Gonzalez
8f3f6c49f1
docs: add documentation for all file formats dokku uses
...
Some files - those maintained by external organizations - have a very light treatment and solely point to the upstream documentation to reduce any issues creating examples/documentation for them that may differ in the future.
Closes #7315
2024-12-07 14:46:58 -05:00
dependabot[bot]
1d250748ca
chore(deps): bump django in /tests/apps/dockerfile-release
...
Bumps [django](https://github.com/django/django ) from 5.0.9 to 5.0.10.
- [Commits](https://github.com/django/django/compare/5.0.9...5.0.10 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-06 19:02:25 +00:00
Jose Diaz-Gonzalez
cd5527e07e
Merge pull request #7385 from dokku/dependabot/docker/tests/apps/go-fail-predeploy/golang-1.23.4
...
chore(deps): bump golang from 1.23.3 to 1.23.4 in /tests/apps/go-fail-predeploy
2024-12-05 18:53:38 -05:00
Jose Diaz-Gonzalez
3f131bb40d
Merge pull request #7386 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-tini/golang-1.23.4
...
chore(deps): bump golang from 1.23.3 to 1.23.4 in /tests/apps/zombies-dockerfile-tini
2024-12-05 18:53:33 -05:00
Jose Diaz-Gonzalez
2491163e92
Merge pull request #7387 from dokku/dependabot/go_modules/tests/apps/gogrpc/google.golang.org/grpc-1.68.1
...
chore(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1 in /tests/apps/gogrpc
2024-12-05 18:53:27 -05:00
Jose Diaz-Gonzalez
3005c3e722
Merge pull request #7388 from dokku/dependabot/docker/docs/_build/python-3.13.1-alpine
...
chore(deps): bump python from 3.13.0-alpine to 3.13.1-alpine in /docs/_build
2024-12-05 18:53:21 -05:00
Jose Diaz-Gonzalez
4bf71f6a66
Merge pull request #7389 from dokku/dependabot/pip/docs/_build/six-1.17.0
...
chore(deps): bump six from 1.16.0 to 1.17.0 in /docs/_build
2024-12-05 18:53:15 -05:00
Jose Diaz-Gonzalez
40f9687fd1
Merge pull request #7392 from dokku/dependabot/go_modules/plugins/scheduler-docker-local/golang.org/x/sync-0.10.0
...
chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 in /plugins/scheduler-docker-local
2024-12-05 18:53:09 -05:00
Jose Diaz-Gonzalez
1f22d30eb2
Merge pull request #7393 from dokku/dependabot/docker/tests/apps/dockerfile-release/python-3.13.1-bookworm
...
chore(deps): bump python from 3.13.0-bookworm to 3.13.1-bookworm in /tests/apps/dockerfile-release
2024-12-05 18:52:47 -05:00
Jose Diaz-Gonzalez
2f7b01aa6f
Merge pull request #7384 from dokku/dependabot/docker/tests/apps/gogrpc/golang-1.23.4
...
chore(deps): bump golang from 1.23.3 to 1.23.4 in /tests/apps/gogrpc
2024-12-05 18:52:22 -05:00
Jose Diaz-Gonzalez
f5823abaa0
Merge pull request #7383 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-no-tini/golang-1.23.4
...
chore(deps): bump golang from 1.23.3 to 1.23.4 in /tests/apps/zombies-dockerfile-no-tini
2024-12-05 18:52:08 -05:00
Jose Diaz-Gonzalez
4ce2da89cb
Merge pull request #7382 from dokku/dependabot/docker/tests/apps/go-fail-postdeploy/golang-1.23.4
...
chore(deps): bump golang from 1.23.3 to 1.23.4 in /tests/apps/go-fail-postdeploy
2024-12-05 18:47:58 -05:00
dependabot[bot]
e00fbbeedb
chore(deps): bump python in /tests/apps/dockerfile-release
...
Bumps python from 3.13.0-bookworm to 3.13.1-bookworm.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-05 13:59:07 +00:00