Kubeapps 0.7.0 - Authenticated chart repo support and Kubeless v0.6.0
This feature release updates Kubeless to v0.6.0 (see changelog) and also adds support for authenticating against private chart repositories!
This means you can now use Kubeapps with chart repositories that are secured behind basic auth or token-based authentication, such as JFrog Artifactory or ChartMuseum. Simply set the Authorization
header you need when adding your chart repository in Kubeapps.
Other bug fixes:
- When exposing the dashboard over HTTPS, the WebSockets are now opened over the
wss
secure scheme - chart-repo: strips repository URLs of trailing spaces for correct parsing
- Fixes an error message that incorrectly indicated that RBAC was required
Changelog
- bump manifests for v0.7.0 release 6bffbdf (Adnan Abdulhussein)
- manifest fixes for Kubeless v0.6.0 (#267) 68d7767 (Adnan Abdulhussein)
- add rule to manage secrets in the kubeapps namespace (#268) 28a50ac (Sameer Naik)
- Updated apiBase to use WSS if connection is established with HTTPS (#266) 05a4f32 (edsealing)
- feature: support for specifying optional authorization token for HTTP requests (#247) 626bb52 (Sameer Naik)
- Update kubecfg (#262) e3a1b88 (Andres)
- Update Kubeless 0.6.0 (#259) fee0c12 (Andres)
- manifests: fix image references to v0.6.0 tags (#260) e792403 (Adnan Abdulhussein)
- Update to Kubeless 0.5.0 (#245) 463a82a (Andres)
- chart-repo: strip leading and trailing spaces for the repo URL (#242) 7c19b20 (Sameer Naik)
- design proposal: authentication and authorization (#218) 631b15f (Adnan Abdulhussein)
- Fix error message, as RBAC enabled cluster is recommended, but not required (#232) 6469ff1 (Ara Pulido)