Skip to content

Releases: sablierapp/sablier

v1.1.0-beta.3

11 Nov 18:55
Compare
Choose a tag to compare
v1.1.0-beta.3 Pre-release
Pre-release

1.1.0-beta.3 (2022-11-11)

Features

  • docker: add default config file (9594e03)

v1.1.0-beta.2

11 Nov 15:45
Compare
Choose a tag to compare
v1.1.0-beta.2 Pre-release
Pre-release

1.1.0-beta.2 (2022-11-11)

Bug Fixes

  • inject release version inside docker image (818d03f)

v1.1.0-beta.1

11 Nov 14:57
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

1.1.0-beta.1 (2022-11-11)

Features

  • add kubernetes event listener (e11cd85)
  • config: add --configFile argument to specify custom config file (e358271), closes #91

v1.0.0

10 Nov 16:41
Compare
Choose a tag to compare

1.0.0 (2022-11-10)

Bug Fixes

  • bump import to v2 (a374322)
  • change module to traefik-ondemand-service (ac377db)
  • config: fix loading config precedence (9d943d4)
  • config: fix typo NewLoggingLevel to NewLoggingConfig (1f7f2f8)
  • correctly use default errorPage template instead of loadingPage template on GetErrorPage (#17) (beb13ab)
  • docker: run container as root by default (23f7626)
  • docs: use markdown instead of HTML (b0a2758)
  • go mod tidy (75a478d)
  • http: use gin without default configuration (0045bcb)
  • pages: display service name and error on error page (052bcc7)
  • render: allow to load default themes when specifying custom themes (e72a307)
  • render: set refresh frequency to seconds (6cebeef)
  • render: set refresh frequency to seconds (3196b1a)
  • return as soon as one service is unavailable (e671c3f)
  • scale down correctly update the service specification (6873271)
  • sessions: add MarshalJSON for SessionState (efc4131)
  • set all lowercase style for blocking strategy keys (2f15b40)
  • set gin to release mode (7fbc0df)
  • storage: add O_TRUNC flag to Writer (29b81f9)
  • swarm: add an extra wait of 5 seconds to consider a service up (410a5e1)
  • swarm: avoid API hammering on scaling request (#26) (4eb086f)
  • swarm: remove 503 error workaround (333efd2)
  • swarm: remove suffix match on name (79d1f86), closes #85
  • test: fix traefik docker swarm test (6cf6947)
  • themes: remove extra "}" (e32425c)
  • tinykv: remove expired values from UnmarshalJSON (411c2b2)
  • tinykv: remove sliding feature (b220bc4)
  • traefik: add "v2" to the import path (8e81b70)
  • traefik: fix kubermetes e2e tests (7e66cee)
  • traefik: go mod tidy and vendoring (9ff352e)
  • traefik: move next to the correct strcture (8a94354)
  • traefik: parse JSON response from sablier (70d93a0)
  • traefik: remove line breaks from loading page (25e9e52)
  • traefik: unescaped quote (430b159)
  • upgrade tinykv to avoid "fatal error: concurrent map iteration and map write" during periodic syncs (1a14070)
  • use text/plain content-type instead of application/json (e357030)

Features

Read more

v1.0.0-beta.13

10 Nov 16:40
Compare
Choose a tag to compare
v1.0.0-beta.13 Pre-release
Pre-release

1.0.0-beta.13 (2022-11-10)

Features

  • add kubernetes event listener (e11cd85)

v1.0.0-beta.12

10 Nov 16:36
Compare
Choose a tag to compare
v1.0.0-beta.12 Pre-release
Pre-release

1.0.0-beta.12 (2022-11-10)

Features

  • config: add --configFile argument to specify custom config file (e358271), closes #91

v1.0.0-beta.10

08 Nov 21:02
Compare
Choose a tag to compare
v1.0.0-beta.10 Pre-release
Pre-release

1.0.0-beta.10 (2022-11-08)

Bug Fixes

  • swarm: remove suffix match on name (79d1f86), closes #85

v1.0.0-beta.9

07 Nov 22:17
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

1.0.0-beta.9 (2022-11-07)

Features

  • add swarm event listener (a62f098)

v1.0.0-beta.8

06 Nov 04:29
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

1.0.0-beta.8 (2022-11-06)

Features

  • docker: listens for container stopped event (1ca1934)
  • tinykv: add Delete method (eb83d39)

v1.0.0-beta.7

04 Nov 00:59
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

1.0.0-beta.7 (2022-11-04)

Features

  • add DesiredReplicas inside State struct (8096a4e)