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

Monocular 0.3.0 arrives!

Compare
Choose a tag to compare
@prydonius prydonius released this 20 Jul 15:03
· 181 commits to master since this release

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)