Skip to content

Releases: BuoyantIO/faces-demo

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.

v1.0.0

07 Mar 00:04
32df45c
Compare
Choose a tag to compare

Changelog

  • ebcc296 GitHub Actions!
  • 3178837 Merge pull request #6 from BuoyantIO/flynn/rework
  • 03464a7 Merge pull request #7 from BuoyantIO/flynn/actions
  • 32df45c Merge pull request #8 from BuoyantIO/flynn/chart-version
  • e727574 [Makefile] Drop 'make yaml' and related stuff
  • 4f215de [Makefile] Switch 'make images' to rely on goreleaser
  • 4af1ff8 [build] Dockerfiles for the GUI and the workload
  • e07c97e [build] Enable Pi builds
  • 0c266d1 [build] Include external workload images.
  • dc66741 [build] Initial goreleaser support
  • b5e0da3 [build] Strip the leading v from the version when pushing the chart
  • 0daaba0 [chart] Initial Faces chart
  • 17b0e47 [chart] Support 'make chart'
  • 43a39b3 [demo] Drop unused Grafana stuff
  • 2fad696 [demo] Update scripts to use Helm charts and install-edge, and update copyrights.
  • c331f0b [workload] Add Raspberry Pi support
  • d3ca6f8 [workload] Port to Go.

v1.0.0-alpha.1

04 Mar 20:27
Compare
Choose a tag to compare

Changelog

  • 884c27f Actually allow the default imagePullPolicy to have a useful effect
  • 6bf6c8f Allow overriding the GUI Service type with Helm
  • 7621a3d Don't call the compiled binary "generic". Call it "workload".
  • d602a69 Drop old BASE default
  • 0586223 Enable Pi builds
  • d5cc045 Fix archive names
  • 2111b75 Include HTML in GUI image
  • f36377d Include external workload images.
  • a6865e2 Make sure the correct build lands with the correct image.
  • 74b2be2 Move to Go.
  • a40f63f Print version and build details on startup
  • 330b048 Tell goreleaser to copy in src/html
  • ae74855 Update BASE
  • 4d58f63 [WIP] Port to goreleaser. Include Dockerfile and Helm chart for generic build.
  • cb1641d create-cluster.sh referenced /bin/env, not /usr/bin/env