Commit Graph

11068 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
c8982fb2ab fix: revert to building Dokku on Ubunut 20.04 Focal to hotfix glibc issues
An upcoming fix will revert this and also test that the packages install on all versions of Ubuntu.
2024-09-23 04:51:25 -04:00
Jose Diaz-Gonzalez
5e13865c5c Merge pull request #7190 from dokku/7151-global-nginx-properties
Allow setting most nginx properties globally
2024-09-23 04:29:17 -04:00
Jose Diaz-Gonzalez
e70169f591 feat: allow setting most nginx properties globally
Closes #7151
2024-09-23 04:02:44 -04:00
Dokku Bot
c0eeea5c87 Release 0.35.1
# History

## 0.35.1

Install/update via the bootstrap script:

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

### Bug Fixes

- #7188: @josegonzalez Respect GO environment variables when building to ensure CGO is disabled

### Documentation

- #7187: @josegonzalez Remove reference to old web ui

### Dependencies

- #7115: @dependabot[bot] chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 in /plugins/common
- #7160: @dependabot[bot] chore(deps): bump github.com/traefik/traefik/v2 from 2.10.7 to 2.11.9 in /plugins/scheduler-k3s
- #7094: @dependabot[bot] chore(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 in /plugins/common
- #7096: @dependabot[bot] chore(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 in /plugins/config
- #7109: @dependabot[bot] chore(deps): bump watchdog from 4.0.2 to 5.0.2 in /docs/_build
- #7127: @dependabot[bot] chore(deps): bump python from 3.12.5-alpine to 3.12.6-alpine in /docs/_build
- #7117: @dependabot[bot] chore(deps): bump golang from 1.23.0 to 1.23.1 in /tests/apps/go-fail-postdeploy
- #7116: @dependabot[bot] chore(deps): bump golang from 1.23.0 to 1.23.1 in /tests/apps/zombies-dockerfile-tini
- #7112: @dependabot[bot] chore(deps): bump golang from 1.23.0 to 1.23.1 in /tests/apps/zombies-dockerfile-no-tini
- #7108: @dependabot[bot] chore(deps): bump org.eclipse.jetty:jetty-servlet from 11.0.23 to 11.0.24 in /tests/apps/java
- #7113: @dependabot[bot] chore(deps): bump golang from 1.23.0 to 1.23.1 in /tests/apps/go-fail-predeploy
- #7110: @dependabot[bot] chore(deps): bump ruby from 3.3.4 to 3.3.5 in /tests/apps/dockerfile-entrypoint
- #7114: @dependabot[bot] chore(deps): bump golang from 1.23.0 to 1.23.1 in /tests/apps/gogrpc
- #7132: @dependabot[bot] chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/dockerfile-procfile-bad
- #7133: @dependabot[bot] chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/nodejs-express-noappjson
- #7134: @dependabot[bot] chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/gitsubmodules
- #7135: @dependabot[bot] chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/nodejs-express-noprocfile
- #7136: @dependabot[bot] chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/dockerfile-procfile
- #7137: @dependabot[bot] chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/dockerfile-app-json-formations
- #7140: @dependabot[bot] chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/.websocket.disabled
- #7141: @dependabot[bot] chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/nodejs-express
- #7161: @dependabot[bot] chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.67.0 in /tests/apps/gogrpc
- #7153: @dependabot[bot] chore(deps): bump luizm/action-sh-checker from 0.8.0 to 0.9.0
- #7152: @dependabot[bot] chore(deps): bump tj-actions/changed-files from 45.0.0 to 45.0.2
- #7079: @dependabot[bot] chore(deps): bump pyparsing from 3.1.2 to 3.1.4 in /docs/_build
- #7097: @dependabot[bot] chore(deps): bump mkdocs from 1.6.0 to 1.6.1 in /docs/_build
- #7142: @dependabot[bot] chore(deps): bump importlib-metadata from 8.4.0 to 8.5.0 in /docs/_build
- #7186: @dependabot[bot] chore(deps): bump mkdocs-material from 9.5.33 to 9.5.36 in /docs/_build
- #7144: @dependabot[bot] chore(deps): bump zipp from 3.20.0 to 3.20.2 in /docs/_build
v0.35.1
2024-09-23 07:31:52 +00:00
Jose Diaz-Gonzalez
6e36390826 Merge pull request #7188 from dokku/libc-fix
Respect GO environment variables when building to ensure CGO is disabled
2024-09-23 03:30:12 -04:00
Jose Diaz-Gonzalez
675c285dff fix: respect GO* environment variables when building to ensure CGO is disabled
Without this, building Dokku on a newer operating system will result in binaries that do not work on older systems. The environment variables were only being set when building in docker, which has not been used in the release workflow for a while.
2024-09-23 02:54:48 -04:00
Jose Diaz-Gonzalez
e408250b7b Merge pull request #7187 from dokku/josegonzalez-patch-1
Remove reference to old web ui
2024-09-23 02:33:32 -04:00
Jose Diaz-Gonzalez
235ae5b7c5 fix: do not bump to a dotted go version 2024-09-23 06:33:16 +00:00
Jose Diaz-Gonzalez
f326de9c68 docs: remove reference to old web ui
It no longer exists.
2024-09-23 02:30:17 -04:00
Jose Diaz-Gonzalez
fc56101afb chore: bump golang dependencies 2024-09-23 02:18:16 -04:00
Jose Diaz-Gonzalez
2f66faa8aa Merge pull request #7115 from dokku/dependabot/go_modules/plugins/common/golang.org/x/crypto-0.27.0
chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 in /plugins/common
2024-09-23 02:17:53 -04:00
Jose Diaz-Gonzalez
2116736bac Merge pull request #7160 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/traefik/traefik/v2-2.11.9
chore(deps): bump github.com/traefik/traefik/v2 from 2.10.7 to 2.11.9 in /plugins/scheduler-k3s
2024-09-23 02:17:40 -04:00
dependabot[bot]
afb02b37f1 chore(deps): bump golang.org/x/crypto in /plugins/common
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.26.0 to 0.27.0.
- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.27.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-09-23 06:10:21 +00:00
Jose Diaz-Gonzalez
2eb1cffa8f chore: bump golang dependencies 2024-09-23 02:09:22 -04:00
Jose Diaz-Gonzalez
4b18f648ec Merge pull request #7094 from dokku/dependabot/go_modules/plugins/common/github.com/onsi/gomega-1.34.2
chore(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 in /plugins/common
2024-09-23 02:07:43 -04:00
Jose Diaz-Gonzalez
b268f4e453 Merge pull request #7096 from dokku/dependabot/go_modules/plugins/config/github.com/onsi/gomega-1.34.2
chore(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 in /plugins/config
2024-09-23 02:07:33 -04:00
Jose Diaz-Gonzalez
72560736bd Merge pull request #7109 from dokku/dependabot/pip/docs/_build/watchdog-5.0.2
chore(deps): bump watchdog from 4.0.2 to 5.0.2 in /docs/_build
2024-09-23 02:07:18 -04:00
Jose Diaz-Gonzalez
e038584f2b Merge pull request #7127 from dokku/dependabot/docker/docs/_build/python-3.12.6-alpine
chore(deps): bump python from 3.12.5-alpine to 3.12.6-alpine in /docs/_build
2024-09-23 02:07:08 -04:00
Jose Diaz-Gonzalez
90960afe94 Merge pull request #7117 from dokku/dependabot/docker/tests/apps/go-fail-postdeploy/golang-1.23.1
chore(deps): bump golang from 1.23.0 to 1.23.1 in /tests/apps/go-fail-postdeploy
2024-09-23 02:06:57 -04:00
Jose Diaz-Gonzalez
aaf203ded3 Merge pull request #7116 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-tini/golang-1.23.1
chore(deps): bump golang from 1.23.0 to 1.23.1 in /tests/apps/zombies-dockerfile-tini
2024-09-23 02:06:47 -04:00
Jose Diaz-Gonzalez
cf120047af Merge pull request #7112 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-no-tini/golang-1.23.1
chore(deps): bump golang from 1.23.0 to 1.23.1 in /tests/apps/zombies-dockerfile-no-tini
2024-09-23 02:06:40 -04:00
Jose Diaz-Gonzalez
fa3b1bb203 Merge pull request #7108 from dokku/dependabot/maven/tests/apps/java/org.eclipse.jetty-jetty-servlet-11.0.24
chore(deps): bump org.eclipse.jetty:jetty-servlet from 11.0.23 to 11.0.24 in /tests/apps/java
2024-09-23 02:06:32 -04:00
Jose Diaz-Gonzalez
75ddd71585 Merge pull request #7113 from dokku/dependabot/docker/tests/apps/go-fail-predeploy/golang-1.23.1
chore(deps): bump golang from 1.23.0 to 1.23.1 in /tests/apps/go-fail-predeploy
2024-09-23 02:06:22 -04:00
Jose Diaz-Gonzalez
242ff3bcda Merge pull request #7110 from dokku/dependabot/docker/tests/apps/dockerfile-entrypoint/ruby-3.3.5
chore(deps): bump ruby from 3.3.4 to 3.3.5 in /tests/apps/dockerfile-entrypoint
2024-09-23 02:06:14 -04:00
Jose Diaz-Gonzalez
d98ed61bf9 Merge pull request #7114 from dokku/dependabot/docker/tests/apps/gogrpc/golang-1.23.1
chore(deps): bump golang from 1.23.0 to 1.23.1 in /tests/apps/gogrpc
2024-09-23 02:06:05 -04:00
Jose Diaz-Gonzalez
ca3ef737e2 Merge pull request #7132 from dokku/dependabot/npm_and_yarn/tests/apps/dockerfile-procfile-bad/express-4.21.0
chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/dockerfile-procfile-bad
2024-09-23 02:05:57 -04:00
Jose Diaz-Gonzalez
dfc7a9c75b Merge pull request #7133 from dokku/dependabot/npm_and_yarn/tests/apps/nodejs-express-noappjson/express-4.21.0
chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/nodejs-express-noappjson
2024-09-23 02:05:48 -04:00
Jose Diaz-Gonzalez
c11112ac00 Merge pull request #7134 from dokku/dependabot/npm_and_yarn/tests/apps/gitsubmodules/express-4.21.0
chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/gitsubmodules
2024-09-23 02:05:40 -04:00
Jose Diaz-Gonzalez
f88cb8e788 Merge pull request #7135 from dokku/dependabot/npm_and_yarn/tests/apps/nodejs-express-noprocfile/express-4.21.0
chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/nodejs-express-noprocfile
2024-09-23 02:05:32 -04:00
Jose Diaz-Gonzalez
e88564dbf1 Merge pull request #7136 from dokku/dependabot/npm_and_yarn/tests/apps/dockerfile-procfile/express-4.21.0
chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/dockerfile-procfile
2024-09-23 02:05:22 -04:00
Jose Diaz-Gonzalez
1543405443 Merge pull request #7137 from dokku/dependabot/npm_and_yarn/tests/apps/dockerfile-app-json-formations/express-4.21.0
chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/dockerfile-app-json-formations
2024-09-23 02:05:14 -04:00
Jose Diaz-Gonzalez
2700ec010a Merge pull request #7140 from dokku/dependabot/npm_and_yarn/tests/apps/dot-websocket.disabled/express-4.21.0
chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/.websocket.disabled
2024-09-23 02:05:05 -04:00
Jose Diaz-Gonzalez
7ec91cf4f1 Merge pull request #7141 from dokku/dependabot/npm_and_yarn/tests/apps/nodejs-express/express-4.21.0
chore(deps): bump express from 4.19.2 to 4.21.0 in /tests/apps/nodejs-express
2024-09-23 02:04:56 -04:00
Jose Diaz-Gonzalez
469bea5b56 Merge pull request #7161 from dokku/dependabot/go_modules/tests/apps/gogrpc/google.golang.org/grpc-1.67.0
chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.67.0 in /tests/apps/gogrpc
2024-09-23 02:04:49 -04:00
Jose Diaz-Gonzalez
5c823e79e7 Merge pull request #7153 from dokku/dependabot/github_actions/luizm/action-sh-checker-0.9.0
chore(deps): bump luizm/action-sh-checker from 0.8.0 to 0.9.0
2024-09-23 02:04:32 -04:00
dependabot[bot]
aed949724e chore(deps): bump watchdog from 4.0.2 to 5.0.2 in /docs/_build
Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 4.0.2 to 5.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.2...v5.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 06:04:27 +00:00
Jose Diaz-Gonzalez
e24e46eade Merge pull request #7152 from dokku/dependabot/github_actions/tj-actions/changed-files-45.0.2
chore(deps): bump tj-actions/changed-files from 45.0.0 to 45.0.2
2024-09-23 02:04:17 -04:00
Jose Diaz-Gonzalez
8d49ce7cf4 Merge pull request #7079 from dokku/dependabot/pip/docs/_build/pyparsing-3.1.4
chore(deps): bump pyparsing from 3.1.2 to 3.1.4 in /docs/_build
2024-09-23 02:03:57 -04:00
Jose Diaz-Gonzalez
8b71d81d23 Merge pull request #7097 from dokku/dependabot/pip/docs/_build/mkdocs-1.6.1
chore(deps): bump mkdocs from 1.6.0 to 1.6.1 in /docs/_build
2024-09-23 02:03:48 -04:00
Jose Diaz-Gonzalez
7df5f1f4d3 Merge pull request #7142 from dokku/dependabot/pip/docs/_build/importlib-metadata-8.5.0
chore(deps): bump importlib-metadata from 8.4.0 to 8.5.0 in /docs/_build
2024-09-23 02:03:30 -04:00
Jose Diaz-Gonzalez
5dc22b1d42 Merge pull request #7186 from dokku/dependabot/pip/docs/_build/mkdocs-material-9.5.36
chore(deps): bump mkdocs-material from 9.5.33 to 9.5.36 in /docs/_build
2024-09-23 02:03:19 -04:00
Jose Diaz-Gonzalez
989212ee46 Merge pull request #7144 from dokku/dependabot/pip/docs/_build/zipp-3.20.2
chore(deps): bump zipp from 3.20.0 to 3.20.2 in /docs/_build
2024-09-23 02:03:11 -04:00
dependabot[bot]
80eccc1057 chore(deps): bump mkdocs-material from 9.5.33 to 9.5.36 in /docs/_build
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.33 to 9.5.36.
- [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.33...9.5.36)

---
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-09-23 05:09:51 +00:00
dependabot[bot]
f26fb3b5b7 chore(deps): bump express in /tests/apps/nodejs-express
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 05:09:44 +00:00
dependabot[bot]
1da3f83138 chore(deps): bump luizm/action-sh-checker from 0.8.0 to 0.9.0
Bumps [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/luizm/action-sh-checker/releases)
- [Commits](c6edb3de93...17bd25a6ee)

---
updated-dependencies:
- dependency-name: luizm/action-sh-checker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 05:09:41 +00:00
dependabot[bot]
ca47fb50ce chore(deps): bump tj-actions/changed-files from 45.0.0 to 45.0.2
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.0 to 45.0.2.
- [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.0...v45.0.2)

---
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-09-23 05:09:39 +00:00
dependabot[bot]
af51652b87 chore(deps): bump zipp from 3.20.0 to 3.20.2 in /docs/_build
Bumps [zipp](https://github.com/jaraco/zipp) from 3.20.0 to 3.20.2.
- [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.20.0...v3.20.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 05:09:39 +00:00
dependabot[bot]
f925c1bec1 chore(deps): bump importlib-metadata from 8.4.0 to 8.5.0 in /docs/_build
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.4.0 to 8.5.0.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](https://github.com/python/importlib_metadata/compare/v8.4.0...v8.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 05:09:36 +00:00
dependabot[bot]
8cf203f6f3 chore(deps): bump express in /tests/apps/.websocket.disabled
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 05:09:30 +00:00
dependabot[bot]
c1bbbc4334 chore(deps): bump express in /tests/apps/dockerfile-app-json-formations
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 05:09:26 +00:00