traefik

The Cloud Native Application Proxy

MIT License

Stars
47.9K
Committers
820

Bot releases are hidden (Show)

traefik -

Published by traefiker about 7 years ago

All Commits

Bug fixes:

  • [cluster,kv] Be certain to clear our marshalled representation before reloading it (#2165 by gozer)
  • [consulcatalog] Consul catalog failed to remove service (#2157 by Juliens)
  • [consulcatalog] Flaky tests and refresh problem in consul catalog (#2148 by Juliens)
  • [ecs] Handle empty ECS Clusters properly (#2170 by jeffreykoetsier)
  • [middleware] Fix SSE subscriptions when retries are enabled (#2145 by marco-jantke)
  • [websocket] Forward upgrade error from backend (#2187 by Juliens)
  • bug command. (#2178 by ldez)
  • Fix deprecated IdleTimeout config (#2143 by marco-jantke)

Documentation:

  • [docker] Updating Docker output and curl for sticky sessions (#2150 by jtyr)
  • [middleware] Improve compression documentation (#2184 by errm)
  • Prepare release v1.4.0-rc4 (#2201 by nmengin)
  • Fix grammar mistake in the kv-config docs (#2197 by chr4)
  • Update gRPC example (#2191 by jsenon)

Misc:

  • [websocket] Add tests for urlencoded part in url (#2199 by Juliens)
traefik -

Published by traefiker about 7 years ago

All Commits

Enhancements:

  • [acme] Display Traefik logs in integration tests (#2114 by ldez)
  • [authentication] Manage Headers for the Authentication forwarding. (#2132 by ldez)
  • Fail fast in IT and fix some flaky tests (#2126 by ldez)

Bug fixes:

  • [consul] Fix Consul Catalog refresh (#2089 by Juliens)
  • [healthcheck] Fix healthcheck port (#2131 by fredix)
  • [logs,middleware] Enable loss less rotation of log files (#2062 by marco-jantke)
  • [rancher] Add stack name to backend name generation to fix rancher metadata backend (#2107 by SantoDE)
  • [rancher] Rancher host IP address (#2101 by matq007)
  • Fixes entry points configuration. (#2120 by ldez)

Documentation:

traefik - v1.4.0-rc2

Published by traefiker about 7 years ago

All Commits

Enhancements:

  • [authentication,consul] Add Basic auth for consul catalog (#2027 by mmatur)
  • [authentication,ecs] Add basic auth for ecs (#2026 by mmatur)
  • [logs] Send traefik logs to stdout instead stderr (#2054 by marco-jantke)
  • [websocket] Add test for SSL TERMINATION in Websocket IT (#2063 by Juliens)

Bug fixes:

  • [consul] Fix consul catalog refresh problems (#2089 by Juliens)
  • [logs,middleware] Access log default values (#2061 by ldez)
  • [metrics] prometheus, HTTP method and utf8 (#2081 by ldez)
  • [rancher] fix rancher api environment get (#2053 by SantoDE)
  • [websocket] RawPath and Transfer TLSConfig in websocket (#2088 by Juliens)
  • Fix error in prepareServer (#2076 by emilevauge)

Documentation:

traefik -

Published by traefiker about 7 years ago

All Commits

Bug fixes:

  • [middleware] Compress and websocket (#2079 by ldez)
traefik - v1.4.0-rc1

Published by traefiker about 7 years ago

All Commits

Enhancements:

  • [acme] Make the ACME developments testing easier (#1769 by nmengin)
  • [acme] contrib: Dump keys/certs from acme.json to files (#1484 by brianredbeard)
  • [api] Add HTTP HEAD handling to /ping endpoint (#1768 by martinbaillie)
  • [authentication,marathon] Add marathon label to configure basic auth (#1799 by nikore)
  • [authentication,middleware] Add forward authentication option (#1972 by drampelt)
  • [consul,sticky-session] Enable loadbalancer.sticky for Consul Catalog (#1917 by nbonneval)
  • [consul] Enhanced flexibility in Consul Catalog configuration (#1565 by aantono)
  • [consul] Exposed by default feature in Consul Catalog (#2006 by mmatur)
  • [consul] Speeding up consul catalog health change detection (#1694 by vholovko)
  • [docker,k8s] IP Whitelists for Frontend (with Docker- & Kubernetes-Provider Support) (#1332 by MaZderMind)
  • [ecs,sticky-session] Enable loadbalancer.sticky for ECS (#1925 by mmatur)
  • [ecs] Add support for several ECS backends (#1913 by mmatur)
  • [healthcheck] Add healthcheck command (#1982 by emilevauge)
  • [healthcheck] Allow overriding the port used for healthchecks (#1567 by bakins)
  • [k8s,rules] kubernetes ingress rewrite-target implementation (#1723 by mlaccetti)
  • [k8s] Added ability to override frontend priority for k8s ingress router (#1874 by DiverOfDark)
  • [kv] Adds definitions to backend kv template for health checking (#1644 by zachomedia)
  • [logs,dynamodb,ecs,marathon] Link some providers logs to Traefik (#1746 by ldez)
  • [logs,marathon] remove confusing go-marathon log message (#1810 by marco-jantke)
  • [logs] enable logging to stdout for access logs (#1683 by marco-jantke)
  • [logs] Logs & errors review (#1673 by ldez)
  • [logs] log X-Forwarded-For as ClientHost if present (#1946 by mildis)
  • [logs] Switch access logging to logrus (#1647 by rjshep)
  • [logs] add RetryAttempts to AccessLog in JSON format (#1793 by marco-jantke)
  • [logs] Restore: First stage of access logging middleware. (#1571 by ldez)
  • [logs] Add log file close and reopen on receipt of SIGUSR1 (#1761 by rjshep)
  • [logs] Add JSON as access logging format (#1669 by rjshep)
  • [marathon] Add support for readiness checks. (#1883 by timoreimann)
  • [marathon] Exported getSubDomain function from Marathon provider (#1693 by aantono)
  • [marathon] Improve Marathon integration tests. (#1406 by timoreimann)
  • [marathon] Use single API call to fetch Marathon resources. (#1815 by timoreimann)
  • [marathon] Move marathon mock (#1732 by ldez)
  • [marathon] Support multi-port service routing for containers running on Marathon (#1742 by aantono)
  • [marathon] Use test builder. (#1871 by timoreimann)
  • [metrics] DataDog and StatsD Metrics Support (#1701 by aantono)
  • [metrics] Add status code to request duration metric (#1755 by marco-jantke)
  • [metrics] Add metrics for backend_retries_total (#1504 by marco-jantke)
  • [metrics] Extract metrics to own package and refactor implementations (#1968 by marco-jantke)
  • [metrics] Added RetryMetrics to DataDog and StatsD providers (#1884 by aantono)
  • [middleware] Return 503 on empty backend (#1748 by marco-jantke)
  • [middleware] Add configurable timeouts and curate default timeout settings (#1873 by marco-jantke)
  • [middleware] Custom Error Pages (#1675 by bparli)
  • [middleware] Retry only on real network errors (#1549 by marco-jantke)
  • [middleware] Fix command bug content. (#2002 by ldez)
  • [middleware] Create Header Middleware (#1236 by dtomcej)
  • [oxy] Support X-Forwarded-Port. (#1960 by ldez)
  • [provider,tls] Added a check to ensure clientTLS configuration contains either a cert or a key (#1932 by aantono)
  • [provider] Factorize labels (#1843 by ldez)
  • [provider] Replace go routine by Safe.Go (#1879 by ldez)
  • [provider] Deflake integration tests (#1599 by ldez)
  • [rancher] Refactor into dual Rancher API/Metadata providers (#1563 by martinbaillie)
  • [rules] Simplify stripPrefix and stripPrefixRegex tests (#1699 by ldez)
  • [rules] Add support for Query String filtering (#1934 by driverpt)
  • [rules] Enhance rules tests. (#1679 by ldez)
  • [sticky-session] make the cookie name unique to the backend being served (#1716 by richardjq)
  • [tls] Handle RootCAs certificate (#1789 by Juliens)
  • [tls] enable TLS client forwarding (#1446 by drewwells)
  • [webui] Minor Health UI fixes (#1651 by mihaitodor)
  • [webui] Proxy in dev mode (#1544 by maxwo)
  • extract lb configuration steps into method (#1841 by marco-jantke)
  • Allow file provider to load service config from files in a directory. (#1672 by rjshep)
  • Add whitelist configuration option for entrypoints (#1702 by christopherobin)
  • Enhance integration tests (#1842 by ldez)
  • Add helloworld tests with gRPC (#1845 by Juliens)
  • Add the sprig functions in the template engine (#1891 by thomasbach76)
  • Refactor globalConfiguration / WebProvider (#1938 by Juliens)
  • Code cleaning. (#1956 by ldez)
  • Add proxy protocol (#2004 by emilevauge)
  • Bump gorilla/mux version. (#1954 by ldez)

Bug fixes:

  • [docker] Error handling for docker swarm mode (#1533 by tanyadegurechaff)
  • [healthcheck] Bind healthcheck to backend by entryPointName (#1868 by chrigl)
  • [k8s] Use default frontend priority of zero. (#1906 by timoreimann)
  • [marathon] Assign filtered tasks to apps contained in slice. (#1881 by timoreimann)
  • [marathon] Fix fallback to other nodes for Marathon (#1740 by marco-jantke)
  • [middleware] compress: preserve status code (#1948 by ldez)
  • [sticky-session] Setting the Cookie Path explicitly to root (#1950 by marcopaga)

Documentation:

traefik - v1.3.7

Published by traefiker about 7 years ago

All Commits

Bug fixes:

  • [oxy] Only forward X-Forwarded-Port. (#2007 by ldez)
traefik -

Published by emilevauge about 7 years ago

All Commits

Bug fixes:

  • [oxy,websocket] Websocket parameters and protocol. (#1970 by ldez)
traefik -

Published by emilevauge about 7 years ago

All Commits

Bug fixes:

  • [websocket] Oxy with fixes on websocket + integration tests (#1905 by Juliens)
traefik -

Published by emilevauge about 7 years ago

All Commits

Bug fixes:

  • [middleware] Double compression. (#1863 by ldez)
  • [middleware] Fix replace path rule (#1859 by dedalusj)
  • [websocket] New oxy with gorilla for websocket with integration tests (#1896 by Juliens)
traefik -

Published by emilevauge over 7 years ago

All Commits

Bug fixes:

traefik -

Published by emilevauge over 7 years ago

All Commits

Bug fixes:

  • [acme] Add provided certificate checking before LE certificate generation with OnHostRule option (#1772 by nmengin)
  • [k8s] Fix race on closing event channel. (#1798 by timoreimann)
  • [marathon] Upgrade go-marathon to dd6cbd4. (#1800 by timoreimann)
  • [oxy,websocket] Problem with keepalive when switching protocol failed (#1782 by ldez)
  • [oxy] Fix proxying of unannounced trailers (#1805 by ldez)
traefik - v1.3.1

Published by emilevauge over 7 years ago

All Commits

Enhancements:

  • [logs,eureka,marathon] Minor logs changes (#1749 by ldez)

Bug fixes:

  • [k8s] Use correct type when watching for k8s secrets (#1700 by kekoav)
  • [middleware] fix: Double compression. (#1714 by ldez)
  • [webui] Don't fail when backend or frontend are empty. (#1757 by ldez)

Documentation:

  • [k8s] Fix capitalization of PathPrefixStrip in kubernetes doc (#1695 by Miouge1)
traefik - v1.3.0

Published by emilevauge over 7 years ago

All Commits

Enhancements:

Bug fixes:

Documentation:

Misc:

traefik -

Published by emilevauge over 7 years ago

All Commits

Enhancements:

Bug fixes:

Documentation:

Misc:

traefik - v1.3.0-rc2

Published by emilevauge over 7 years ago

All Commits

Bug fixes:

Documentation:

  • doc: Traefik cluster in beta. (#1610 by ldez)

Misc:

traefik - v1.3.0-rc1

Published by emilevauge over 7 years ago

All Commits

Enhancements:

Bug fixes:

Documentation:

Misc:

traefik - v1.2.3

Published by emilevauge over 7 years ago

Full Changelog

Merged pull requests:

traefik - v1.2.2

Published by emilevauge over 7 years ago

Full Changelog

Merged pull requests:

traefik - v1.2.1

Published by emilevauge over 7 years ago

Full Changelog

Merged pull requests:

traefik - v1.2.0

Published by emilevauge over 7 years ago

Full Changelog

Merged pull requests:

Package Rankings
Top 0.33% on Proxy.golang.org
Badges
Extracted from project README
Build Status SemaphoreCI Docs Go Report Card License Join the community support forum at https://community.traefik.io/ Twitter Join the chat at https://community.traefik.io/
Related Projects