Commit Graph

12427 Commits

Author SHA1 Message Date
Jose Diaz-Gonzalez
74ea2f7c2e fix: set correct labels for tests/apps/dockerfile-release pip updates 2025-10-12 23:53:14 -04:00
Dokku Bot
c7cbebece5 Release 0.36.8
# History

## 0.36.8

Install/update via the bootstrap script:

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

### Bug Fixes

- #8031: @josegonzalez Respect the k3s master node version when adding a new worker to the k3s cluster
- #7990: @josegonzalez Correct parsing of the --container-id flag for the enter command

### Documentation

- #8013: @othercorey Change command to add SSH key with sudo
- #7998: @bakatz Remove incorrect documentation about --envfile flag for config:export

### Dependencies

- #8028: @dependabot[bot] chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.43.0 in /plugins/common
- #8015: @dependabot[bot] chore(deps): bump github.com/cert-manager/cert-manager from 1.18.2 to 1.19.0 in /plugins/scheduler-k3s
- #8029: @dependabot[bot] chore(deps): bump github.com/gofrs/flock from 0.12.1 to 0.13.0 in /plugins/ps
- #8011: @dependabot[bot] chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.1 to 3.9.0 in /tests/apps/java
- #8012: @dependabot[bot] chore(deps): bump click from 8.1.8 to 8.3.0 in /docs/_build
- #8014: @dependabot[bot] chore(deps): bump google.golang.org/grpc from 1.75.1 to 1.76.0 in /tests/apps/gogrpc
- #8018: @dependabot[bot] chore(deps): bump github/codeql-action from 3 to 4
- #8019: @dependabot[bot] chore(deps): bump golang from 1.25.1 to 1.25.2 in /tests/apps/zombies-dockerfile-no-tini
- #8020: @dependabot[bot] chore(deps): bump golang from 1.25.1 to 1.25.2 in /tests/apps/go-fail-predeploy
- #8021: @dependabot[bot] chore(deps): bump python from 3.13.7-bookworm to 3.14.0-bookworm in /tests/apps/dockerfile-release
- #8022: @dependabot[bot] chore(deps): bump golang from 1.25.1 to 1.25.2 in /tests/apps/gogrpc
- #8024: @dependabot[bot] chore(deps): bump golang from 1.25.1 to 1.25.2 in /tests/apps/zombies-dockerfile-tini
- #8023: @dependabot[bot] chore(deps): bump golang from 1.25.1 to 1.25.2 in /tests/apps/go-fail-postdeploy
- #8025: @dependabot[bot] chore(deps): bump python from 3.13.7-alpine to 3.14.0-alpine in /docs/_build
- #8026: @dependabot[bot] chore(deps): bump github.com/fluxcd/pkg/kustomize from 1.22.0 to 1.23.0 in /plugins/scheduler-k3s
- #8027: @dependabot[bot] chore(deps): bump ruby from 3.4.6 to 3.4.7 in /tests/apps/dockerfile-entrypoint
- #8030: @dependabot[bot] chore(deps): bump rack from 2.2.19 to 2.2.20 in /tests/apps/ruby
- #8016: @dependabot[bot] chore(deps): bump rack from 2.2.18 to 2.2.19 in /tests/apps/ruby
- #8009: @dependabot[bot] chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 in /tests/apps/gogrpc
- #7994: @dependabot[bot] chore(deps): bump timberio/vector from 0.49.0-debian to 0.50.0-debian in /plugins/logs
- #8006: @dependabot[bot] chore(deps): bump mkdocs-material from 9.6.20 to 9.6.21 in /docs/_build
- #8003: @dependabot[bot] chore(deps): bump traefik from 3.5.2 to 3.5.3 in /plugins/traefik-vhosts
- #7996: @dependabot[bot] chore(deps): bump pyyaml from 6.0.2 to 6.0.3 in /docs/_build
- #8000: @dependabot[bot] chore(deps): bump markupsafe from 3.0.2 to 3.0.3 in /docs/_build
- #8001: @dependabot[bot] chore(deps): bump beautifulsoup4 from 4.13.5 to 4.14.2 in /docs/_build
- #8002: @dependabot[bot] chore(deps): bump github.com/go-openapi/jsonpointer from 0.22.0 to 0.22.1 in /plugins/scheduler-k3s
- #7995: @dependabot[bot] chore(deps): bump rack from 2.2.17 to 2.2.18 in /tests/apps/ruby
- #7992: @dependabot[bot] chore(deps): bump hadolint/hadolint-action from 3.2.0 to 3.3.0
- #7993: @dependabot[bot] chore(deps): bump pyparsing from 3.2.4 to 3.2.5 in /docs/_build
- #7987: @dependabot[bot] chore(deps): bump ruby from 3.4.5 to 3.4.6 in /tests/apps/dockerfile-entrypoint
- #7983: @dependabot[bot] chore(deps): bump k8s.io/kubernetes from 1.34.0 to 1.34.1 in /plugins/scheduler-k3s
- #7984: @dependabot[bot] chore(deps): bump mkdocs-material from 9.6.19 to 9.6.20 in /docs/_build
- #7985: @dependabot[bot] chore(deps): bump pyparsing from 3.2.3 to 3.2.4 in /docs/_build

### Other

- #8008: @dependabot[bot] chore(deps): bump django from 5.1.12 to 5.1.13 in /tests/apps/dockerfile-release
v0.36.8
2025-10-13 03:09:48 +00:00
Jose Diaz-Gonzalez
19eb94d62a Merge pull request #8031 from dokku/pin-k3s-version
Respect the k3s master node version when adding a new worker to the k3s cluster
2025-10-12 21:49:56 -04:00
Jose Diaz-Gonzalez
7797bf4f1b Merge pull request #8028 from dokku/dependabot/go_modules/plugins/common/golang.org/x/crypto-0.43.0
chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.43.0 in /plugins/common
2025-10-12 20:30:15 -04:00
Jose Diaz-Gonzalez
1ffc5a4875 Merge pull request #8015 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/cert-manager/cert-manager-1.19.0
chore(deps): bump github.com/cert-manager/cert-manager from 1.18.2 to 1.19.0 in /plugins/scheduler-k3s
2025-10-12 20:30:08 -04:00
Jose Diaz-Gonzalez
2699f51f76 fix: respect the k3s master node version when adding a new worker to the k3s cluster
Previously, it was possible to have a kubernetes version mismatch on new worker nodes if a newer version of kubernetes was released prior to upgrading the master nodes to that version. This can sometimes cause cluster instability.

This change fetches the lowest node version associated with a master node and then uses that to install k3s on the worker node.
2025-10-12 20:28:11 -04:00
Jose Diaz-Gonzalez
f8c846471f Merge pull request #8029 from dokku/dependabot/go_modules/plugins/ps/github.com/gofrs/flock-0.13.0
chore(deps): bump github.com/gofrs/flock from 0.12.1 to 0.13.0 in /plugins/ps
2025-10-12 17:52:09 -04:00
Jose Diaz-Gonzalez
17b9b83d86 chore: bump go modules and run go mod tidy 2025-10-12 17:48:02 -04:00
dependabot[bot]
dab661abe1 chore(deps): bump golang.org/x/crypto in /plugins/common
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.42.0 to 0.43.0.
- [Commits](https://github.com/golang/crypto/compare/v0.42.0...v0.43.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-12 17:47:40 -04:00
dependabot[bot]
e80755aad0 chore(deps): bump github.com/cert-manager/cert-manager
Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.18.2 to 1.19.0.
- [Release notes](https://github.com/cert-manager/cert-manager/releases)
- [Changelog](https://github.com/cert-manager/cert-manager/blob/master/RELEASE.md)
- [Commits](https://github.com/cert-manager/cert-manager/compare/v1.18.2...v1.19.0)

---
updated-dependencies:
- dependency-name: github.com/cert-manager/cert-manager
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-12 21:44:37 +00:00
Jose Diaz-Gonzalez
c69e51f433 Merge pull request #8011 from dokku/dependabot/maven/tests/apps/java/org.apache.maven.plugins-maven-dependency-plugin-3.9.0
chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.1 to 3.9.0 in /tests/apps/java
2025-10-12 17:43:16 -04:00
Jose Diaz-Gonzalez
a3d4b45754 Merge pull request #8012 from dokku/dependabot/pip/docs/_build/click-8.3.0
chore(deps): bump click from 8.1.8 to 8.3.0 in /docs/_build
2025-10-12 17:43:11 -04:00
Jose Diaz-Gonzalez
f4f708b9ab Merge pull request #8013 from othercorey/patch-1
Change command to add SSH key with sudo
2025-10-12 17:43:05 -04:00
Jose Diaz-Gonzalez
baa066d8ad Merge pull request #8014 from dokku/dependabot/go_modules/tests/apps/gogrpc/google.golang.org/grpc-1.76.0
chore(deps): bump google.golang.org/grpc from 1.75.1 to 1.76.0 in /tests/apps/gogrpc
2025-10-12 17:42:46 -04:00
Jose Diaz-Gonzalez
8467fee7d9 Merge pull request #8018 from dokku/dependabot/github_actions/github/codeql-action-4
chore(deps): bump github/codeql-action from 3 to 4
2025-10-12 17:42:30 -04:00
Jose Diaz-Gonzalez
b3659f8629 Merge pull request #8019 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-no-tini/golang-1.25.2
chore(deps): bump golang from 1.25.1 to 1.25.2 in /tests/apps/zombies-dockerfile-no-tini
2025-10-12 17:42:22 -04:00
Jose Diaz-Gonzalez
42e7f35c3a Merge pull request #8020 from dokku/dependabot/docker/tests/apps/go-fail-predeploy/golang-1.25.2
chore(deps): bump golang from 1.25.1 to 1.25.2 in /tests/apps/go-fail-predeploy
2025-10-12 17:42:16 -04:00
Jose Diaz-Gonzalez
3cbf46212e Merge pull request #8021 from dokku/dependabot/docker/tests/apps/dockerfile-release/python-3.14.0-bookworm
chore(deps): bump python from 3.13.7-bookworm to 3.14.0-bookworm in /tests/apps/dockerfile-release
2025-10-12 17:42:10 -04:00
Jose Diaz-Gonzalez
2e5e07cd51 Merge pull request #8022 from dokku/dependabot/docker/tests/apps/gogrpc/golang-1.25.2
chore(deps): bump golang from 1.25.1 to 1.25.2 in /tests/apps/gogrpc
2025-10-12 17:42:04 -04:00
Jose Diaz-Gonzalez
d6afc2313c Merge pull request #8024 from dokku/dependabot/docker/tests/apps/zombies-dockerfile-tini/golang-1.25.2
chore(deps): bump golang from 1.25.1 to 1.25.2 in /tests/apps/zombies-dockerfile-tini
2025-10-12 17:41:58 -04:00
Jose Diaz-Gonzalez
ce384fb0c4 Merge pull request #8023 from dokku/dependabot/docker/tests/apps/go-fail-postdeploy/golang-1.25.2
chore(deps): bump golang from 1.25.1 to 1.25.2 in /tests/apps/go-fail-postdeploy
2025-10-12 17:41:45 -04:00
Jose Diaz-Gonzalez
b6dae3e64d Merge pull request #8025 from dokku/dependabot/docker/docs/_build/python-3.14.0-alpine
chore(deps): bump python from 3.13.7-alpine to 3.14.0-alpine in /docs/_build
2025-10-12 17:41:35 -04:00
Jose Diaz-Gonzalez
477cc89485 Merge pull request #8026 from dokku/dependabot/go_modules/plugins/scheduler-k3s/github.com/fluxcd/pkg/kustomize-1.23.0
chore(deps): bump github.com/fluxcd/pkg/kustomize from 1.22.0 to 1.23.0 in /plugins/scheduler-k3s
2025-10-12 17:41:29 -04:00
Jose Diaz-Gonzalez
25069e909a Merge pull request #8027 from dokku/dependabot/docker/tests/apps/dockerfile-entrypoint/ruby-3.4.7
chore(deps): bump ruby from 3.4.6 to 3.4.7 in /tests/apps/dockerfile-entrypoint
2025-10-12 17:41:23 -04:00
Jose Diaz-Gonzalez
9ebeaf32a5 Merge pull request #8030 from dokku/dependabot/bundler/tests/apps/ruby/rack-2.2.20
chore(deps): bump rack from 2.2.19 to 2.2.20 in /tests/apps/ruby
2025-10-12 17:21:46 -04:00
dependabot[bot]
9839f5c7dd chore(deps): bump rack from 2.2.19 to 2.2.20 in /tests/apps/ruby
Bumps [rack](https://github.com/rack/rack) from 2.2.19 to 2.2.20.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v2.2.19...v2.2.20)

---
updated-dependencies:
- dependency-name: rack
  dependency-version: 2.2.20
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-10 19:10:02 +00:00
dependabot[bot]
e8bc402f76 chore(deps): bump github.com/gofrs/flock in /plugins/ps
Bumps [github.com/gofrs/flock](https://github.com/gofrs/flock) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/gofrs/flock/releases)
- [Commits](https://github.com/gofrs/flock/compare/v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/gofrs/flock
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-10 13:06:24 +00:00
dependabot[bot]
462a913c01 chore(deps): bump ruby in /tests/apps/dockerfile-entrypoint
Bumps ruby from 3.4.6 to 3.4.7.

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-09 13:06:31 +00:00
dependabot[bot]
5acb9eebde chore(deps): bump github.com/fluxcd/pkg/kustomize
Bumps [github.com/fluxcd/pkg/kustomize](https://github.com/fluxcd/pkg) from 1.22.0 to 1.23.0.
- [Commits](https://github.com/fluxcd/pkg/compare/apis/meta/v1.22.0...kustomize/v1.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-08 13:11:39 +00:00
dependabot[bot]
b84bae6422 chore(deps): bump python in /docs/_build
Bumps python from 3.13.7-alpine to 3.14.0-alpine.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.14.0-alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-08 13:05:24 +00:00
dependabot[bot]
369e675d89 chore(deps): bump golang in /tests/apps/zombies-dockerfile-tini
Bumps golang from 1.25.1 to 1.25.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-08 13:05:22 +00:00
dependabot[bot]
74e1014c78 chore(deps): bump golang in /tests/apps/go-fail-postdeploy
Bumps golang from 1.25.1 to 1.25.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-08 13:05:22 +00:00
dependabot[bot]
55429ce474 chore(deps): bump golang from 1.25.1 to 1.25.2 in /tests/apps/gogrpc
Bumps golang from 1.25.1 to 1.25.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-08 13:05:21 +00:00
dependabot[bot]
b4450e6994 chore(deps): bump python in /tests/apps/dockerfile-release
Bumps python from 3.13.7-bookworm to 3.14.0-bookworm.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.14.0-bookworm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-08 13:05:19 +00:00
dependabot[bot]
6d99130f67 chore(deps): bump golang in /tests/apps/go-fail-predeploy
Bumps golang from 1.25.1 to 1.25.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-08 13:05:17 +00:00
dependabot[bot]
a6bb96b119 chore(deps): bump golang in /tests/apps/zombies-dockerfile-no-tini
Bumps golang from 1.25.1 to 1.25.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-08 13:05:14 +00:00
dependabot[bot]
34a58a638c chore(deps): bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-08 13:04:04 +00:00
Jose Diaz-Gonzalez
0092c28e74 Merge pull request #8016 from dokku/dependabot/bundler/tests/apps/ruby/rack-2.2.19
chore(deps): bump rack from 2.2.18 to 2.2.19 in /tests/apps/ruby
2025-10-07 19:37:25 -04:00
dependabot[bot]
51f3a3c1e3 chore(deps): bump rack from 2.2.18 to 2.2.19 in /tests/apps/ruby
Bumps [rack](https://github.com/rack/rack) from 2.2.18 to 2.2.19.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v2.2.18...v2.2.19)

---
updated-dependencies:
- dependency-name: rack
  dependency-version: 2.2.19
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-07 20:02:58 +00:00
dependabot[bot]
5d8a61628f 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.1 to 1.76.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.75.1...v1.76.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-07 13:02:14 +00:00
othercorey
4fd889ffa5 Change command to add SSH key with sudo 2025-10-07 03:10:13 -05:00
dependabot[bot]
c987311921 chore(deps): bump click from 8.1.8 to 8.3.0 in /docs/_build
Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.3.0.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/8.1.8...8.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-06 13:32:02 +00:00
dependabot[bot]
40afedd485 chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin
Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.8.1...maven-dependency-plugin-3.9.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-03 13:01:52 +00:00
Jose Diaz-Gonzalez
b9c6fcdaa7 Merge pull request #8009 from dokku/dependabot/go_modules/tests/apps/gogrpc/google.golang.org/protobuf-1.36.10
chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 in /tests/apps/gogrpc
2025-10-02 14:42:11 -04:00
Jose Diaz-Gonzalez
058d09977c Merge pull request #8008 from dokku/dependabot/pip/tests/apps/dockerfile-release/django-5.1.13
chore(deps): bump django from 5.1.12 to 5.1.13 in /tests/apps/dockerfile-release
2025-10-02 14:40:58 -04:00
dependabot[bot]
5f43e85d33 chore(deps): bump google.golang.org/protobuf in /tests/apps/gogrpc
Bumps google.golang.org/protobuf from 1.36.9 to 1.36.10.

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-02 13:01:59 +00:00
dependabot[bot]
78ccf6c857 chore(deps): bump django in /tests/apps/dockerfile-release
Bumps [django](https://github.com/django/django) from 5.1.12 to 5.1.13.
- [Commits](https://github.com/django/django/compare/5.1.12...5.1.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 22:38:37 +00:00
Jose Diaz-Gonzalez
daac4c5554 Merge pull request #7994 from dokku/dependabot/docker/plugins/logs/timberio/vector-0.50.0-debian
chore(deps): bump timberio/vector from 0.49.0-debian to 0.50.0-debian in /plugins/logs
2025-10-01 15:25:33 -04:00
Jose Diaz-Gonzalez
a7d59c2cce Merge pull request #8006 from dokku/dependabot/pip/docs/_build/mkdocs-material-9.6.21
chore(deps): bump mkdocs-material from 9.6.20 to 9.6.21 in /docs/_build
2025-10-01 15:22:20 -04:00
dependabot[bot]
9acfcd93fe chore(deps): bump mkdocs-material from 9.6.20 to 9.6.21 in /docs/_build
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.6.20 to 9.6.21.
- [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.20...9.6.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 13:09:33 +00:00