Skip to content

Releases: BuoyantIO/faces-demo

v1.2.4-rc.1

02 May 14:21
Compare
Choose a tag to compare

Changelog

  • acf788e [gui] Only show the user in grey if it's "unknown".

v1.2.3-rc.1

02 May 13:10
Compare
Choose a tag to compare

Changelog

  • 0e9b2f9 [chart] Support setting the auth header name via the chart
  • 31b755e [demo] Switch to the Emissary 4.x chart in setup-cluster.sh.
  • 7550dea [demo] We don't use kubectx any more.

v1.2.3

02 May 13:41
bf810aa
Compare
Choose a tag to compare

Changelog

  • 6a6eadb Assets. Lots of assets.
  • bf810aa Merge pull request #16 from BuoyantIO/flynn/1.2.3
  • 0e9b2f9 [chart] Support setting the auth header name via the chart
  • 31b755e [demo] Switch to the Emissary 4.x chart in setup-cluster.sh.
  • 7550dea [demo] We don't use kubectx any more.

v1.2.2-rc.1

02 May 12:11
Compare
Choose a tag to compare

Changelog

  • 1324f43 Fix the chart so that setting the error fraction for individual backend elements works.
  • 7b328d8 Support setting USER_HEADER_NAME to tell Faces which header to get a username from

v1.2.2

02 May 13:00
f2b4104
Compare
Choose a tag to compare

Changelog

  • 1324f43 Fix the chart so that setting the error fraction for individual backend elements works.
  • f2b4104 Merge pull request #15 from BuoyantIO/flynn/1.2.1
  • 7b328d8 Support setting USER_HEADER_NAME to tell Faces which header to get a username from

v1.2.1

18 Apr 20:50
79f416b
Compare
Choose a tag to compare

Changelog

  • f74c872 Merge pull request #13 from BuoyantIO/flynn/use-1.2.0
  • 79f416b Merge pull request #14 from BuoyantIO/flynn/dev/load
  • 0a0b537 Support a simple load generation service
  • 952e0e5 Switch to Faces 1.2.0 and don't use a LoadBalancer for the faces Service (that's Emissary's job)

v1.2.0-alpha.1

27 Mar 15:38
Compare
Choose a tag to compare

Changelog

  • 33f9545 Apply suggestions from code review
  • c6327d6 Clean up README and chart description
  • 47ee8d3 Clean up chart to allow color and smiley to not unnecessarily duplicate setting defaults
  • da4b263 Merge pull request #11 from mikemorris/colorblind-tol
  • fe7e8e3 Minor GUI tweaks
  • 2858e5f Rationalize color handling: funnel through Color.lookup, and default to blue
  • 38d42ac Rationalize smiley handling, too, funnelling through Smileys.Lookup
  • a886945 Switch "smiling" to "grinning" because that's the actual name of the smiley.
  • 5a9d388 Update logo-128.png with new color
  • da5bb42 update colorscheme to colorblind-friendly Tol palette

v1.2.0

27 Mar 17:44
df865ab
Compare
Choose a tag to compare

Changelog

  • 33f9545 Apply suggestions from code review
  • c6327d6 Clean up README and chart description
  • 47ee8d3 Clean up chart to allow color and smiley to not unnecessarily duplicate setting defaults
  • da4b263 Merge pull request #11 from mikemorris/colorblind-tol
  • df865ab Merge pull request #12 from BuoyantIO/flynn/colors
  • fe7e8e3 Minor GUI tweaks
  • 2858e5f Rationalize color handling: funnel through Color.lookup, and default to blue
  • 38d42ac Rationalize smiley handling, too, funnelling through Smileys.Lookup
  • a886945 Switch "smiling" to "grinning" because that's the actual name of the smiley.
  • 5a9d388 Update logo-128.png with new color
  • da5bb42 update colorscheme to colorblind-friendly Tol palette

v1.1.1

21 Mar 00:47
af3afc0
Compare
Choose a tag to compare

Changelog

  • be7eb01 Final tweak to handling of color & smiley timeouts
  • af3afc0 Merge pull request #10 from BuoyantIO/flynn/timeout-fix

v1.1.0

20 Mar 22:46
aa2a8c5
Compare
Choose a tag to compare

Changelog

  • 7f19c3e Default color to blue instead of green. Allow setting the color & smiley in the Helm chart.
  • aa2a8c5 Merge pull request #9 from BuoyantIO/flynn/chart-improvements
  • 0f97ecf Support having the Helm chart install smiley2 (defaults to HeartEyes) and color2 (defaults to orange).
  • e9798e5 Switch default imagePullPolicy to IfNotPresent.