Skip to content

Releases: pheelee/traefik-admin

v0.5.2

08 Jul 07:31

Choose a tag to compare

v0.5.2

The code has undergone a major refactoring and contains unittests now.

New Features

  • Backend healthcheck
  • Name can be changed
  • Allow dash in name

Deprecated Stuff

Internals

  • Assets are embedded in binary with etag support for static assets
  • Added unittests
  • Code refactor

v0.5

26 Mar 12:06

Choose a tag to compare

v0.5

This release introduces new authentication features and a UI overhaul

New Features

  • Forward Auth
  • Toast Notifications
  • restrict api calls to ajax
  • ui overhaul

Deprecated Stuff

Internals

v0.4

01 Dec 07:31

Choose a tag to compare

v0.4

This release introduces new security features and an alternate cert resolver

New Features

  • HSTS headers (enabled by default)
  • IP restriction with support for multi tier architectures (allow only specified IPs)
  • use other cert resolver than http challenge

Deprecated Stuff

Internals

  • Modal error response fixed

v0.3

24 Nov 14:10

Choose a tag to compare

v0.3

This release introduces a tabbed modal which allows to configure additional request headers and basic authentication.

New Features

  • Request headers
  • basic authentication

Deprecated Stuff

Internals

  • CSS and JS files are suffixed with their content hash to ensure cache is refreshed

v0.2

12 Nov 07:46

Choose a tag to compare

v0.2

This release introduces the opt out for SSL and http to https redirect

New Features

  • SSL (enabled by default)
  • http to https redirect (enabled by default)

Deprecated Stuff

Internals

  • Global Middlewares (like https redirect) stored as sys_middlewares.yaml and hidden for the web interface

v0.1

11 Nov 11:12

Choose a tag to compare

initial commit