Releases: helm/monocular
Monocular 0.7.1
- bug fixes: in memory allCharts map was not updated on chart refresh #452
Monocular 0.7.0
This feature release adds an API endpoint to trigger a refresh for a chart.
Monocular 0.6.2
This patch release updates the chart to update the annotations for the latest NGINX Ingress Controller.
Monocular 0.6.1
- adds a --mongo-url CLI option to pass in a database URL
Monocular 0.6.0
- 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
- Adds an option to specify a full tiller host (#397)
Monocular 0.5.3
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
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
Fixes a bug containing an incorrect redirect uri in the GitHub OAuth flow
Monocular 0.5.0 takes off!
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)