Releases: BuoyantIO/faces-demo
Releases · BuoyantIO/faces-demo
v1.2.1
v1.2.0-alpha.1
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
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
v1.1.0
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
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
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