Commit Graph

10852 Commits

Author SHA1 Message Date
Dokku Bot
ec088b2481 Release 0.34.8
# History

## 0.34.8

Install/update via the bootstrap script:

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

### Documentation

- #7046: @bakatz Fixes incorrect documentation link for null builder
- #6983: @polettix Clarify paths used by Dokku when looking for specific files
- #7012: @DavidTheProgrammer Fix grammar under HSTS Header section in ssl documentation
- #7019: @josegonzalez Clarify to users that the migration guides should be followed for upgrades

### Tests

- #7039: @josegonzalez Correct case of pip in builder-pack test output

### Dependencies

- #7057: @josegonzalez Update golang dependencies
- #7048: @dependabot[bot] chore(deps): bump soupsieve from 2.5 to 2.6 in /docs/_build
- #7041: @dependabot[bot] chore(deps): bump zipp from 3.19.2 to 3.20.0 in /docs/_build
- #7044: @dependabot[bot] chore(deps): bump gunicorn from 22.0.0 to 23.0.0 in /tests/apps/multi
- #7042: @dependabot[bot] chore(deps): bump watchdog from 4.0.1 to 4.0.2 in /docs/_build
- #7043: @dependabot[bot] chore(deps): bump gunicorn from 22.0.0 to 23.0.0 in /tests/apps/python-flask
- #7045: @dependabot[bot] chore(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0 in /plugins/common
- #7050: @dependabot[bot] chore(deps): bump golang from 1.22.6 to 1.23.0 in /tests/apps/zombies-dockerfile-tini
- #7049: @dependabot[bot] chore(deps): bump golang from 1.22.6 to 1.23.0 in /tests/apps/zombies-dockerfile-no-tini
- #7051: @dependabot[bot] chore(deps): bump golang from 1.22.6 to 1.23.0 in /tests/apps/go-fail-predeploy
- #7052: @dependabot[bot] chore(deps): bump golang from 1.22.6 to 1.23.0 in /tests/apps/gogrpc
- #7053: @dependabot[bot] chore(deps): bump golang from 1.22.6 to 1.23.0 in /tests/apps/go-fail-postdeploy
- #7022: @dependabot[bot] chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible in /plugins/scheduler-k3s
- #7016: @dependabot[bot] chore(deps): bump github.com/onsi/gomega from 1.34.0 to 1.34.1 in /plugins/config
- #7036: @dependabot[bot] chore(deps): bump django from 5.0.7 to 5.0.8 in /tests/apps/dockerfile-release
- #7025: @dependabot[bot] chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 in /plugins/common
- #7034: @dependabot[bot] chore(deps): bump golang from 1.22.5 to 1.22.6 in /tests/apps/gogrpc
- #7033: @dependabot[bot] chore(deps): bump golang from 1.22.5 to 1.22.6 in /tests/apps/go-fail-postdeploy
- #7030: @dependabot[bot] chore(deps): bump golang from 1.22.5 to 1.22.6 in /tests/apps/go-fail-predeploy
- #7015: @dependabot[bot] chore(deps): bump github.com/onsi/gomega from 1.34.0 to 1.34.1 in /plugins/common
- #7011: @dependabot[bot] chore(deps): bump pymdown-extensions from 10.8.1 to 10.9 in /docs/_build
- #7037: @dependabot[bot] chore(deps): bump python from 3.12.4-alpine to 3.12.5-alpine in /docs/_build
- #7023: @dependabot[bot] chore(deps): bump mkdocs-material from 9.5.30 to 9.5.31 in /docs/_build
- #7032: @dependabot[bot] chore(deps): bump pyyaml from 6.0.1 to 6.0.2 in /docs/_build
- #7031: @dependabot[bot] chore(deps): bump golang from 1.22.5 to 1.22.6 in /tests/apps/zombies-dockerfile-tini
- #7021: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 44.5.6 to 44.5.7
- #7029: @dependabot[bot] chore(deps): bump golang from 1.22.5 to 1.22.6 in /tests/apps/zombies-dockerfile-no-tini
- #6999: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 44.5.5 to 44.5.6
- #7002: @dependabot[bot] chore(deps): bump github.com/gofrs/flock from 0.12.0 to 0.12.1 in /plugins/ps
- #7004: @dependabot[bot] chore(deps): bump mkdocs-material from 9.5.28 to 9.5.30 in /docs/_build
- #7006: @dependabot[bot] chore(deps): bump importlib-metadata from 8.0.0 to 8.2.0 in /docs/_build
- #7007: @dependabot[bot] chore(deps): bump github.com/onsi/gomega from 1.33.1 to 1.34.0 in /plugins/common
- #7008: @dependabot[bot] chore(deps): bump github.com/onsi/gomega from 1.33.1 to 1.34.0 in /plugins/config
- #6996: @dependabot[bot] chore(deps): bump setuptools from 68.0.0 to 70.0.0 in /tests/apps/dockerfile-release
v0.34.8
2024-08-19 05:34:18 +00:00
Jose Diaz-Gonzalez
4f1fe5422e Merge pull request #7057 from dokku/update-dependencies
Update golang dependencies
2024-08-19 01:08:16 -04:00
Jose Diaz-Gonzalez
a93d2389cc fix: update oras-go to avoid issues with docker using an older version of oras 2024-08-19 00:25:16 -04:00
Jose Diaz-Gonzalez
d6939b3374 chore: update go version to latest 1.21 patch 2024-08-19 00:15:03 -04:00
Jose Diaz-Gonzalez
a2717d1111 chore: update golang dependencies 2024-08-18 23:57:24 -04:00
Jose Diaz-Gonzalez
d2143c79b2 Merge pull request #7048 from dokku/dependabot/pip/docs/_build/soupsieve-2.6
chore(deps): bump soupsieve from 2.5 to 2.6 in /docs/_build
2024-08-18 23:47:08 -04:00
Jose Diaz-Gonzalez
d3997fb035 Merge pull request #7041 from dokku/dependabot/pip/docs/_build/zipp-3.20.0
chore(deps): bump zipp from 3.19.2 to 3.20.0 in /docs/_build
2024-08-18 23:46:57 -04:00
dependabot[bot]
e4c731b48b chore(deps): bump soupsieve from 2.5 to 2.6 in /docs/_build
Bumps [soupsieve](https://github.com/facelessuser/soupsieve) from 2.5 to 2.6.
- [Release notes](https://github.com/facelessuser/soupsieve/releases)
- [Commits](https://github.com/facelessuser/soupsieve/compare/2.5...2.6)

---
updated-dependencies:
- dependency-name: soupsieve
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 03:46:55 +00:00
Jose Diaz-Gonzalez
a8637cffd9 Merge pull request #7044 from dokku/dependabot/pip/tests/apps/multi/gunicorn-23.0.0
chore(deps): bump gunicorn from 22.0.0 to 23.0.0 in /tests/apps/multi
2024-08-18 23:46:47 -04:00
dependabot[bot]
4a32a517de chore(deps): bump zipp from 3.19.2 to 3.20.0 in /docs/_build
Bumps [zipp](https://github.com/jaraco/zipp) from 3.19.2 to 3.20.0.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](https://github.com/jaraco/zipp/compare/v3.19.2...v3.20.0)

---
updated-dependencies:
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 03:46:38 +00:00
Jose Diaz-Gonzalez
8ad9343805 Merge pull request #7042 from dokku/dependabot/pip/docs/_build/watchdog-4.0.2
chore(deps): bump watchdog from 4.0.1 to 4.0.2 in /docs/_build
2024-08-18 23:46:10 -04:00
Jose Diaz-Gonzalez
ee553bea11 Merge pull request #7043 from dokku/dependabot/pip/tests/apps/python-flask/gunicorn-23.0.0
chore(deps): bump gunicorn from 22.0.0 to 23.0.0 in /tests/apps/python-flask
2024-08-18 23:46:04 -04:00
Jose Diaz-Gonzalez
127c80caf5 Merge pull request #7045 from dokku/dependabot/go_modules/plugins/common/golang.org/x/crypto-0.26.0
chore(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0 in /plugins/common
2024-08-18 23:45:57 -04:00
Jose Diaz-Gonzalez
73cc13d786 Merge pull request #7050 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-tini/golang-1.23.0
chore(deps): bump golang from 1.22.6 to 1.23.0 in /tests/apps/zombies-dockerfile-tini
2024-08-18 23:45:43 -04:00
Jose Diaz-Gonzalez
f950d2f7b4 Merge pull request #7049 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-no-tini/golang-1.23.0
chore(deps): bump golang from 1.22.6 to 1.23.0 in /tests/apps/zombies-dockerfile-no-tini
2024-08-18 23:45:36 -04:00
Jose Diaz-Gonzalez
574ff6acea Merge pull request #7051 from dokku/dependabot/docker/tests/apps/go-fail-predeploy/golang-1.23.0
chore(deps): bump golang from 1.22.6 to 1.23.0 in /tests/apps/go-fail-predeploy
2024-08-18 23:45:28 -04:00
Jose Diaz-Gonzalez
6271ae1c81 Merge pull request #7052 from dokku/dependabot/docker/tests/apps/gogrpc/golang-1.23.0
chore(deps): bump golang from 1.22.6 to 1.23.0 in /tests/apps/gogrpc
2024-08-18 23:45:11 -04:00
Jose Diaz-Gonzalez
4d00399f21 Merge pull request #7053 from dokku/dependabot/docker/tests/apps/go-fail-postdeploy/golang-1.23.0
chore(deps): bump golang from 1.22.6 to 1.23.0 in /tests/apps/go-fail-postdeploy
2024-08-18 23:45:03 -04:00
dependabot[bot]
0191634d61 chore(deps): bump golang in /tests/apps/go-fail-postdeploy
Bumps golang from 1.22.6 to 1.23.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 13:55:31 +00:00
dependabot[bot]
f09131f5ca chore(deps): bump golang from 1.22.6 to 1.23.0 in /tests/apps/gogrpc
Bumps golang from 1.22.6 to 1.23.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 13:45:34 +00:00
dependabot[bot]
c79ed94aba chore(deps): bump golang in /tests/apps/go-fail-predeploy
Bumps golang from 1.22.6 to 1.23.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 13:42:12 +00:00
dependabot[bot]
f3556e8c99 chore(deps): bump golang in /tests/apps/zombies-dockerfile-tini
Bumps golang from 1.22.6 to 1.23.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 13:39:37 +00:00
dependabot[bot]
8965be2fbf chore(deps): bump golang in /tests/apps/zombies-dockerfile-no-tini
Bumps golang from 1.22.6 to 1.23.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 13:25:24 +00:00
Jose Diaz-Gonzalez
182a82773d Merge pull request #7046 from bakatz/patch-3
Fixes incorrect documentation link for null builder
2024-08-13 07:11:21 -04:00
Ben Katz
1c73dee318 Update null.md 2024-08-13 14:41:56 +07:00
Ben Katz
e32b697912 Update null.md 2024-08-13 14:40:41 +07:00
dependabot[bot]
afd024c4c6 chore(deps): bump golang.org/x/crypto in /plugins/common
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.25.0 to 0.26.0.
- [Commits](https://github.com/golang/crypto/compare/v0.25.0...v0.26.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-08-12 13:55:59 +00:00
dependabot[bot]
d9770441ff chore(deps): bump gunicorn from 22.0.0 to 23.0.0 in /tests/apps/multi
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 13:53:08 +00:00
dependabot[bot]
330aab9846 chore(deps): bump gunicorn in /tests/apps/python-flask
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 13:46:29 +00:00
dependabot[bot]
5f490e417e chore(deps): bump watchdog from 4.0.1 to 4.0.2 in /docs/_build
Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/gorakhargosh/watchdog/releases)
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst)
- [Commits](https://github.com/gorakhargosh/watchdog/compare/v4.0.1...v4.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 13:19:26 +00:00
Jose Diaz-Gonzalez
599fd346bf Merge pull request #6983 from polettix/6982-procfile-path-docs
Clarify paths used by Dokku when looking for specific files
2024-08-11 03:53:14 -04:00
Jose Diaz-Gonzalez
bbd5c039b5 docs: unify path setting docs for all custom files 2024-08-11 03:52:48 -04:00
Jose Diaz-Gonzalez
4897d17671 Merge pull request #7022 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/docker/docker-25.0.6incompatible
chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible in /plugins/scheduler-k3s
2024-08-11 03:34:23 -04:00
Jose Diaz-Gonzalez
d68d2380e1 fix: update oras-go to avoid issues with docker using an older version of oras 2024-08-11 02:37:53 -04:00
dependabot[bot]
b64eca4153 chore(deps): bump github.com/docker/docker in /plugins/scheduler-k3s
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.9+incompatible to 25.0.6+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.9...v25.0.6)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-11 06:24:58 +00:00
Jose Diaz-Gonzalez
80035673ac Merge pull request #7039 from dokku/josegonzalez-patch-2
fix: correct case of pip in builder-pack test output
2024-08-11 02:24:07 -04:00
Jose Diaz-Gonzalez
d6b264b65e chore: update dependencies 2024-08-11 02:23:16 -04:00
Jose Diaz-Gonzalez
773a3191f5 Merge pull request #7016 from dokku/dependabot/go_modules/plugins/config/github.com/onsi/gomega-1.34.1
chore(deps): bump github.com/onsi/gomega from 1.34.0 to 1.34.1 in /plugins/config
2024-08-11 02:22:42 -04:00
Jose Diaz-Gonzalez
1d72aa5c14 Merge pull request #7036 from dokku/dependabot/pip/tests/apps/dockerfile-release/django-5.0.8
chore(deps): bump django from 5.0.7 to 5.0.8 in /tests/apps/dockerfile-release
2024-08-11 02:22:11 -04:00
Jose Diaz-Gonzalez
e2b561b2d5 fix: correct case of pip in builder-pack test output
The upstream buildpack recently changed this so we need to update in order to conform to the new standard.
2024-08-11 02:20:18 -04:00
dependabot[bot]
2e7053e65c chore(deps): bump github.com/onsi/gomega in /plugins/config
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.0 to 1.34.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.34.0...v1.34.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-08-11 06:19:57 +00:00
Jose Diaz-Gonzalez
a45fab6c18 Merge pull request #7025 from dokku/dependabot/go_modules/plugins/common/golang.org/x/sync-0.8.0
chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 in /plugins/common
2024-08-11 02:19:18 -04:00
Jose Diaz-Gonzalez
8d1c625d4b fix: set correct go version 2024-08-11 01:14:13 -04:00
Jose Diaz-Gonzalez
dfcb84c873 chore: update dependencies 2024-08-11 01:12:34 -04:00
Jose Diaz-Gonzalez
21f7fc13f4 Merge pull request #7034 from dokku/dependabot/docker/tests/apps/gogrpc/golang-1.22.6
chore(deps): bump golang from 1.22.5 to 1.22.6 in /tests/apps/gogrpc
2024-08-11 01:11:59 -04:00
Jose Diaz-Gonzalez
3736159357 Merge pull request #7033 from dokku/dependabot/docker/tests/apps/go-fail-postdeploy/golang-1.22.6
chore(deps): bump golang from 1.22.5 to 1.22.6 in /tests/apps/go-fail-postdeploy
2024-08-11 01:11:54 -04:00
Jose Diaz-Gonzalez
30400b2af3 Merge pull request #7030 from dokku/dependabot/docker/tests/apps/go-fail-predeploy/golang-1.22.6
chore(deps): bump golang from 1.22.5 to 1.22.6 in /tests/apps/go-fail-predeploy
2024-08-11 01:11:35 -04:00
dependabot[bot]
0a1bc55d9b chore(deps): bump golang.org/x/sync in /plugins/common
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-11 05:07:28 +00:00
Jose Diaz-Gonzalez
481df1acd5 Merge pull request #7015 from dokku/dependabot/go_modules/plugins/common/github.com/onsi/gomega-1.34.1
chore(deps): bump github.com/onsi/gomega from 1.34.0 to 1.34.1 in /plugins/common
2024-08-11 01:06:46 -04:00
Jose Diaz-Gonzalez
91946a7adb Merge pull request #7011 from dokku/dependabot/pip/docs/_build/pymdown-extensions-10.9
chore(deps): bump pymdown-extensions from 10.8.1 to 10.9 in /docs/_build
2024-08-11 01:06:25 -04:00