Skip to content

Releases: druidfi/stonehenge

5.0.0 Traefik v3

30 Apr 07:06
Compare
Choose a tag to compare
  • 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 to compose.yam)

Full Changelog: 4.1.0...5.0.0

4.1.0 Replace MailHog with Mailpit

16 Aug 07:42
1bb1b4f
Compare
Choose a tag to compare
  • 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

06 Sep 10:46
Compare
Choose a tag to compare
  • 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

13 May 19:00
9b5d853
Compare
Choose a tag to compare
  • 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

12 Jan 12:05
d9192b9
Compare
Choose a tag to compare
  • Support installing in Linux ARM 64 host
  • Fallback using Docker Compose V1 for now

3.0.0 No resolver!

28 May 05:24
Compare
Choose a tag to compare
  • docker.sh changed to docker.so domain
  • dnsmasq container removed
  • resolver creation & handling removed

2.0.2 Support for traefik.me

10 May 13:00
Compare
Choose a tag to compare
  • 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

19 Sep 08:39
Compare
Choose a tag to compare
  • Traefik 2.2.11
  • Portainer CE 2.0.0

2.0.0 with Traefik 2

24 Jun 06:42
Compare
Choose a tag to compare
  • 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!

23 Sep 07:18
5108b82
Compare
Choose a tag to compare
Pre-release

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