Releases: druidfi/stonehenge
Releases · druidfi/stonehenge
5.0.0 Traefik v3
- Traefik v3.0.0
- Mailpit v1.17.1
- Global http to https redirect
- Updated catchall handling
- Updated examples (e.g. Laravel 11, Symfony 7)
- Docker Compose spec changes (
docker-compose.yml
tocompose.yam
)
Full Changelog: 4.1.0...5.0.0
4.1.0 Replace MailHog with Mailpit
- Good 'ol MailHog is now replaced with Mailpit: https://github.com/axllent/mailpit which works similar way but is a bit modern and actively maintained
- Traefik 2.10.4 update
4.0.0 All-in-one image
- Traefik, Mailhog and handling SSH keys all in the same image
- Added new scripts for routing custom domains to localhost (e.g. localhost:3000)
3.1.0 Remove Portainer
- Remove Portainer from Stonehenge
Docker Desktop has out-of-the-box functionality for most use cases which we have for Portainer.
- Now Docker Desktop is also available for Linux
- Latest Docker Desktop includes extensions where you can also install Portainer
- Docker Desktop Dashboard includes already lots of features like logs, inspection of containers, images, volumes etc.
3.0.1 ARM support for Linux
- Support installing in Linux ARM 64 host
- Fallback using Docker Compose V1 for now
3.0.0 No resolver!
- docker.sh changed to docker.so domain
- dnsmasq container removed
- resolver creation & handling removed
2.0.2 Support for traefik.me
- Support for *.traefik.me domains with the help of https://traefik.me/
- Updated examples
- Some restructuring of the make files
2.0.1 Portainer CE 2
- Traefik 2.2.11
- Portainer CE 2.0.0
2.0.0 with Traefik 2
- All the v1 features ported to v2 and working with Traefik 2
- Easy switch commands between v1 and v2
- Support for multiple SSH keys (rsa and ed25519)
1.1.0-rc1 HTTPS out-of-the-box!
New features:
mkcert
installation by default and now using HTTPS out of the box!- pre and post actions for up (when to do dns/resolver modifications)
- fixed version for
Traefik 1
(now that 2 is released) - removed need for external bash scripts
- custom service-not-found page
- new
Laravel
example