Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

v0.9.0-0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 11:06
· 89 commits to main since this release

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