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.7.1

30 May 20:22
Compare
Choose a tag to compare
  • bug fixes: in memory allCharts map was not updated on chart refresh #452

Monocular 0.7.0

14 May 15:04
Compare
Choose a tag to compare

This feature release adds an API endpoint to trigger a refresh for a chart.

Monocular 0.6.2

01 May 11:22
4e285ae
Compare
Choose a tag to compare

This patch release updates the chart to update the annotations for the latest NGINX Ingress Controller.

Monocular 0.6.1

28 Nov 15:09
e3f08cb
Compare
Choose a tag to compare
  • adds a --mongo-url CLI option to pass in a database URL

Monocular 0.6.0

24 Nov 19:02
Compare
Choose a tag to compare
  • The MongoDB "host" setting has been renamed to, the more appropriate, "url"
  • Monocular now sends a User-Agent when requesting chart data from repositories

Monocular 0.5.4

23 Nov 10:10
30ccc4c
Compare
Choose a tag to compare
  • Adds an option to specify a full tiller host (#397)

Monocular 0.5.3

30 Oct 13:14
0686901
Compare
Choose a tag to compare

Fixes a bug where repository indexes comprising of relative chart package URLs were not working in Monocular.

Also updates the slack channel link in the UI to #helm-users.

Monocular 0.5.2

23 Oct 15:55
Compare
Choose a tag to compare

Fixes several bugs related to GitHub OAuth:

  • Redirect to home page after OAuth flow
  • Reduce scope to "user:email"
  • Correctly fetch the user email and name to avoid a panic

Monocular 0.5.1

20 Oct 12:51
Compare
Choose a tag to compare

Fixes a bug containing an incorrect redirect uri in the GitHub OAuth flow

Monocular 0.5.0 takes off!

17 Oct 11:11
Compare
Choose a tag to compare

This release adds support for authentication using GitHub OAuth. In this release, we also move from a Redis backend to MongoDB as we start to move more objects from in-memory to the database. You can now also provide a custom namespace for your Tiller deployment.

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 MongoDB database, the chart has been updated to include MongoDB.

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

Changelog

  • fix dev images (#374) a90260f (Adnan Abdulhussein)
  • Enable alternative tillerNamespace to be specified when deploying (#373) 9307358 (Karim Boumedhel)
  • provide a configurable namespace where to locate tiller (#359) f984ede (Karim Boumedhel)
  • add guide for configuring auth (#372) 59785be (Adnan Abdulhussein)
  • update chart for auth configuration (#371) cd8ff9c (Adnan Abdulhussein)
  • Migrated from glide to dep (#354) (#369) 96812e7 (Marc Sluiter)
  • Moving repos to datastore (#366) 1278de0 (Adnan Abdulhussein)
  • Update Angular Material and CLI (#362) 6bf0b5a (Adnan Abdulhussein)
  • Fix #360 (ui) chart index list not flex b4143da (kemcake)
  • Adds JWT Auth mechanmism using GitHub Oauth (#361) b46f308 (Adnan Abdulhussein)
  • Switches to negroni and gorilla/mux for routing (#358) f7c4045 (Adnan Abdulhussein)
  • Fixed links to UI / API READMEs (#356) f51643e (Marc Sluiter)
  • UI project cleaning (#314) a0e7c3c (Rémi Santos)
  • Fix service name in logs (#347) deec982 (Omar)
  • Update CORS logging messages (#349) 09f555a (Omar)
  • improve developer docs (#345) f5d9feb (Adnan Abdulhussein)
  • Update Configuring chart repositories section (#342) 1f0a217 (Locus99)