github docksal/docksal v1.14.0

latest releases: v1.19.0, v1.18.2, v1.18.1...
3 years ago

1.14.0 (2020-07-15)

New software versions

New features

Changes and improvements

  • Added DOCKSAL_DNS_DISABLED global config switch to allow disabling the build-in docksal-dns service (#1376)
    • Use this as a transition to the new docksal.site base domain for projects
    • Helps address the DNS port binding issue on macOS (listen udp 0.0.0.0:53: bind: address already in use)
  • Added proxy variables to fin run-cli (#1252)
  • Passing the database argument when running fin db cli (#1263)
  • Changed uuid generation method (#1287)
  • Added a check that the VM IP matches what we expect
  • Fixed issue "error while removing network: network id has active endpoints" (#1293)
  • Fixed environment variables for fin exec running scripts (#1289)
  • Fixed issue with starting cli from vhost-proxy and missing ssh agent socket (#1291)
  • Fixed logic with SSH_AUTH_SOCKET (#1308)
  • Allow overriding DOCKSAL_DNS_DOMAIN with Docker Desktop 2.2.0.0+
    • If users want to stick with the .docksal TLD on Docker Desktop for Windows, they can do so by manually pinning DOCKSAL_DNS_DOMAIN (fin config set --global DOCKSAL_DNS_DOMAIN=docksal) and then use fin hosts add project.docksal to manage DNS records using the OS hosts file.
  • Added logging settings for system containers (#1354)

Documentation

  • Added a section for locally-trusted HTTPS certs using mkcert (#1370)
  • Explained SSH agent proxy functionality (#1253)
  • Added a section for xhprof (#1270)
  • Updated NFS mounts and configuration (#1261)
  • Added troubleshooting docs for NFS issues on macOS Catalina (#1371)
  • PostreSQL support in stacks (#564)
  • Configuration information for Nginx
  • Lots minor fixes in docs
  • ElasticSearch persistent settings
  • Docker container logging
  • Adding a custom certificate for a project (#1359)
  • Accessing environment variables in cron jobs (#1365)
  • Updated DNS settings docs (#1376)

Don't miss a new docksal release

NewReleases is sending notifications on new releases.