This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
Releases: epinio/ui-backend
Releases · epinio/ui-backend
v1.5.1-0.0.1
Changelog
- 5c637a6 fix for missing env var (#16)
- 4cd8f6e bump epinio dashboard (#15)
- 21f305d Fix release-next workflow (#14)
- 6718143 Added multi-arch support to releases (#13)
- d53616f fix github input events (#12)
- b48bdb4 string input type for GH action
- 6364866 adding yarn
- 37fd465 adding yarn
- 8cf0527 Build latest dashboard with
release next
action (#11) - b2ed7cc removed -it (tty)
- bd844b1 Added arm64 and armv7 build [release-next] (#10)
- fefd958 Create release-next.yml
- 70b8ff9 Update README
v1.2.0-0.0.1
v1.2.0
v1.0.0-0.0.4
Changelog
- 57c64c5 Bump ui bundle
v1.0.0-0.0.3
Changelog
- 0c6445b Bump ui bundle
v1.0.0-0.0.2
Changelog
- d0e3532 Provide the string straight up rather than load the favicon file every time (src/jetstream/plugins/epinio/static/favicon.png) - Avoids path issues to favicon (dev different than deployed) - Avoids updating docker image & goreleaser to bundle favicon - Quicker!
v0.9.0-0.0.3
Changelog
- e5b355e Ensure proxy uses correct scheme
v0.9.0-0.0.2
Changelog
- 878bf4b Remove origin instead of set it to empty string
v0.9.0-0.0.1
Changelog
- f28c1f5 Bump epinio ui bundle
- b2f064b Clear origin header when proxying WS requests - CORS is handled client -- proxy side (if configured) - Doesn't need to be checked proxy --- server side
- bb198d2 Provide a ui-theme from env vars - epinio/ui#125
- d68046d Ensure required methods are used for CORS
- b96f35f Add LogoutHook, use it to remove the CNSI token on log out - epinio/ui#101 - When a user logs in to epinio the ui-backend automatically registers and connects them to the sole epinio instance - Now when the user logs out the ui-backend automatically disconnects them from the epinio instance
- 174750c Merge pull request #5 from epinio/app-exec
- c9f9820 Fix issue where settings were not updating on fresh loads of the UI - causes vendor name to be default 'rancher'
- 69c6468 Fix unit tests (unrelated to PR, sneaking in here)
- 8a4d1e3 Use go's reverse proxy instead of custom implementation
- 131b7b4 Remove debug code
- 828c35a Use correct way to access config for epinio instance urls & ssl validation
- 0b7e760 Bump go deps and package version