Randy Fay
Randy Fay
## The Issue In testing Let's Encrypt/Casual Hosting in * https://github.com/ddev/ddev/pull/6317 I noted that even when the IP address of the machine was a local (non-localhost) address, it was still...
fix: Update to Traefik v3, make Let's Encrypt work with Traefik, fixes #6183, for #5940, fixes #4632
## The Issue * #6183 * #4632 * #5940 (on the way to deprecation of nginx-proxy router) ## How This PR Solves The Issue * Update to v3 of traefik...
## The Issue * #6355 When installing custom-built mysql clients in ddev-webserver we only added `mysql` and `mysqldump`, but people also use `mysqladmin` ## How This PR Solves The Issue...
On WSL2 with Docker Desktop `ddev debug test` shows incorrect > Docker provider: docker-desktop > ERROR: Using Docker Desktop on Linux is not supported.
`ddev service` has been mostly replaced with add-on commands. Deprecate and remove it.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Currently `ddev share` requires the...
## The Issue I happened to notice that we kept having to provide `ARG TARGETPLATFORM` to some Dockerfile recipes ## How This PR Solves The Issue Automatically provide TARGETARCH, TARGETOS,...
### Description Diagnosing DDEV automated test failures, I note that unrequested synchronized file shares were created. Lots of them. ### Reproduce I assume this is reproducible, but I have logged...
## The Issue In https://buildkite.com/ddev/macos-rancher-desktop/builds/957#01918e49-185d-4044-bcf0-8db01bb419df/10062-10136 I see that there is still some erroneous logic in tests when the primary URL may have a port. > failed to get hit url...
`ddev start` with mysql:8.0 shows this output in `ddev logs -s db`: `2024-08-27T17:20:08.116145Z 17 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future...