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

Releases: helm/monocular

Monocular 0.4.0 launches!

17 Aug 13:33
Compare
Choose a tag to compare

This feature release adds the ability to manage the Chart Repositories being tracked by Monocular. It adds the /v1/repos endpoint for creating and deleting repositories, as well as a new 'Repositories' page in the UI to manage these.

Additionally to this, 0.4.0 also enables the ability to specify a namespace to install a chart into!

Installation and Upgrading

Make sure you have added the Monocular repository, then install or upgrade the chart as usual.
Note that this version requires a Redis database, the chart has been updated to include Redis.

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

Changelog

  • Update chart to include redis service (#340) 97cffec (Adnan Abdulhussein)
  • ui: add support for specifying namespace when creating deployment (#336) 9d30eb7 (Adnan Abdulhussein)
  • show monocular version in ui (#337) 9c9544a (Adnan Abdulhussein)
  • ui: improve repositories view (#338) 622821b (Rémi Santos)
  • manage repositories from API and UI (#335) 13f7c27 (Adnan Abdulhussein)
  • Move repo store from in memory to redis (#333) ab03fb7 (Adnan Abdulhussein)

Monocular 0.3.2

31 Jul 17:32
Compare
Choose a tag to compare

This release fixes a few UI issues on mobile, and upgrades the bitnami/nginx image to the latest version that supports OpenShift.

Changelog

  • update nginx internal port to 8080 (#331) 470ff94 (Adnan Abdulhussein)
  • update bitnami/nginx image (#330) 495b4ff (Adnan Abdulhussein)
  • Fix chart-details page overflowing (#328) 2188677 (Rémi Santos)
  • Add support for Traefik as ingress controller (#329) 94618a9 (Miouge1)
  • ui: fixes + small device enhancement (#319) 7c5b3cd (Rémi Santos)
  • Fix #323 - Chart version meta regex (#324) 08e26cd (Rémi Santos)

Monocular 0.3.1

21 Jul 15:25
Compare
Choose a tag to compare

This release fixes a few issues in the previous feature release:

  • the appVersion is now correctly the prominent version for charts
  • fixes a bug on the chart details page sometimes resulting in a JS crash

Changelog

  • update appVersion based on currentVersion in details 9869d5e (Adnan Abdulhussein)
  • use appVersion in title bar 6aef4b4 (Adnan Abdulhussein)
  • ui: make app version most prominent 06d7891 (Adnan Abdulhussein)

Monocular 0.3.0 arrives!

20 Jul 15:03
Compare
Choose a tag to compare

With the first feature release since launch, 0.3.0 brings a design refresh and a great set of UI features to Monocular:

  • The chart's appVersion (if given) is now shown in place of the chart version in the list views. This now puts a focus on the version of the application rather than the package, and so is much more relevant
  • Maintainer links for stable and incubator repositories now point to GitHub profiles rather than email addresses. This move comes as a result of the kubernetes/charts repository switching to using GitHub IDs for maintainers rather than full names
  • Support for deprecated field in repository index, deprecated charts are ignored and not processed by Monocular
  • The chart version list when viewing a chart is now limited to the latest 5 versions

Installation and Upgrading

The Monocular repository has moved to the kubernetes-helm GitHub organisation. As a result, the Helm repository URL has changed. Please update your clients:

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

What's Next?

  • 0.4.0 will be the next major release

See the Roadmap for more information.

Changelog

  • Design rehaul (#308) 078e531 (Rémi Santos)
  • ui: hide deprecated charts (#313) 2ab28c6 (Adnan Abdulhussein)
  • ui: limit shown chart versions to latest 5 (#312) 2a0148d (Adnan Abdulhussein)
  • Revert "[ui] Update dependencies (#303)" (#311) d74f065 (Adnan Abdulhussein)
  • [ui] Update dependencies (#303) 4a42192 (Rémi Santos)
  • Repo rename helm/monocular -> kubernetes-helm/monocular (#305) 7c07db7 (Adnan Abdulhussein)
  • Move all ingress annotations to values (#297) f473a8f (Adnan Abdulhussein)
  • ci: attempting to fix failures aa948df (Adnan Abdulhussein)
  • docs: Improve deployment documentation (#304) 4fb6f1c (Adnan Abdulhussein)
  • fix CORS for deployments (#302) 8364dab (Adnan Abdulhussein)
  • travis-ci: revert to older VM image (#301) 573ad36 (Adnan Abdulhussein)
  • Support appVersion field (#293) ce1de3f (Adnan Abdulhussein)
  • Link to GitHub profiles for GitHub sourced repos (#295) 07622d4 (Adnan Abdulhussein)
  • fix default URLs for stable/incubator repos (#296) 607c40a (Adnan Abdulhussein)
  • README: Add Roadmap link (#294) ddb4290 (Adnan Abdulhussein)
  • Update travis to always run repo-sync (#287) 333c66c (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)

Monocular 0.2.1 lands!

23 Jun 10:44
Compare
Choose a tag to compare

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)