Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Monocular 0.2.1 lands!

Compare
Choose a tag to compare
@prydonius prydonius released this 23 Jun 10:44
· 202 commits to master since this release

This update includes some bug fixes and adds the ability serve the Monocular frontend and API on separate domains by adding backend hostname and CORS configuration.

This is also a major milestone because it is the first GitHub release of Monocular and we now have automation in place to automatically build and publish the Docker images and the chart. The documentation has been updated for instructions on how to install the chart from the repository.

Installation and Upgrading

You can install or upgrade Monocular using Helm. Ensure you have added the Monocular chart repository.

$ helm repo add monocular https://helm.github.io/monocular
$ helm install monocular/monocular

What's next?

  • 0.3.0 will be the next major release

See the Roadmap for more information.

Changelog

  • Update travis to always run repo-sync 4aa6051 (Adnan Abdulhussein)
  • Update chart and documentation (#286) a836999 (Adnan Abdulhussein)
  • remove docker-based builds for UI (#285) 7c7c3b7 (Adnan Abdulhussein)
  • ci: repo sync cleanup (#284) 00af35e (Adnan Abdulhussein)
  • chart: bump to 0.4.2 0fc3fb8 (Travis CI)
  • enable push to chart repo (#283) 70f0e3d (Adnan Abdulhussein)
  • automate chart updates (#282) 516e223 (Adnan Abdulhussein)
  • clean chart cache dir on error processing (#281) 5cf88bd (Adnan Abdulhussein)
  • fix chart default api host (#279) 3f5bf20 (Adnan Abdulhussein)
  • Fixes parsing of service URL (#275) 2e0af23 (Adnan Abdulhussein)
  • build docker images (#273) ebbe797 (Adnan Abdulhussein)
  • improved README (#270) 5f54928 (Adnan Abdulhussein)
  • allow monocular home dir to be configurable (#268) 3c08906 (Adnan Abdulhussein)
  • Enable configuring CORS to remove same-domain requirement (#266) 7018415 (Adnan Abdulhussein)
  • Improve tiller communication to support RBAC (#267) 8d3b2ab (Adnan Abdulhussein)