github vmware-tanzu/kubeapps v2.0.1

latest releases: v2.10.0, v2.9.0, v2.8.0...
3 years ago

First patch release of the 2.x release series!

Note: If you are upgrading from a previous version, there is a major upgrade in the chart version (5.0.0) do to a major update of the PosgreSQL dependency. Check the upgrade guide to address issues when upgrading.

This release includes several bug fixes and minor features:

  • App Repositories can now be updated through a webhook. Check out the guide here.
  • The last namespace used is now stored in the browser to resume previous work.
  • App Repositories sync job will use global pullSecrets if configured.
  • The login page can be skipped when using OIDC at installation time.

Many other issues have been addressed as well. Check the changelog for the full list of changes included. Users are encouraged to update to get the best experience.

Installation

To install this release, ensure you add the Bitnami charts repository to your local Helm cache:

helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update

Install the Kubeapps Helm chart:

kubectl create namespace kubeapps
helm install kubeapps --namespace kubeapps bitnami/kubeapps

To get started with Kubeapps, checkout this walkthrough.

Changelog

  • Revert "Bump CRD from v1beta1 to v1 (k8s 1.16+) (#2164)" (#2168) 928887b (Antonio Gámez)
  • Store the last namespace used in the browser storage (#2165) 83166b9 (Andres Martinez Gotor)
  • DRY up config in tests. (#2162) 4d32f93 (Michael Nelson)
  • Handling 403 status codes with "anonymous" (#2163) 9a7b52c (Antonio Gámez)
  • Add apprepositories-webhook ClusterRole in kupeapps chart (#2151) b8524e8 (Antonio Gámez)
  • Bump CRD from v1beta1 to v1 (k8s 1.16+) (#2164) be572e8 (Antonio Gámez)
  • Refactor default namespace resolution (#2161) c295043 (Andres Martinez Gotor)
  • 2144 pull secrets in jobs fix (#2156) 59553bd (Antonio Gámez)
  • Minor improvements in offline installation docs (#2160) 384d65e (Antonio Gámez)
  • Filter out forbidden and terminating namespaces (#2158) 9d7070b (Andres Martinez Gotor)
  • Restore input style (#2159) 472e1ac (Andres Martinez Gotor)
  • Convert SVG images to PNG (#2155) b88e457 (Andres Martinez Gotor)
  • Rename apprepositories-webhook to apprepositories-refresh (#2153) 8e4e2e5 (Antonio Gámez)
  • Allow to bypass the oauth loading page (#2149) a4d79be (Andres Martinez Gotor)
  • Design document for adding OCI registries (#2127) bcb0139 (Andres Martinez Gotor)
  • Webhook documentation (#2150) 6837847 (Antonio Gámez)
  • Add a /refresh endpoint for forcing an update in an AppRepository (#2138) 3c5fdf4 (Antonio Gámez)
  • Add security.md (#2146) 38cc3ea (Michael Nelson)
  • Add design proposal for sso without oidc api server. (#2145) d0f03f0 (Michael Nelson)
  • Change ordering in some arguments to "cluster, namespace, other args" (#2147) 953e410 (Antonio Gámez)
  • Update node version in docs (#2148) 1ddce97 (Antonio Gámez)
  • Show upgrade form even after failure (#2130) 664b919 (Andres Martinez Gotor)
  • Add missing usage of appVersion in a docs link (#2135) 0909220 (Antonio Gámez)
  • Fix wrong link generation when the ingress URL contains a regex (#1120) (#2131) 75fed4b (Antonio Gámez)
  • Update app manifest to match with actual favicons (#2141) 0183fc9 (Antonio Gámez)
  • Broken links docs fix (#2134) 1c3d387 (Antonio Gámez)
  • Minor fixes in devel docs (#2137) bd85fbb (Antonio Gámez)
  • Add search (crtl+F) in ACE editors (#2140) 7de5c64 (Antonio Gámez)
  • Restore v prefix in app configmap (#2129) 532ddf8 (Andres Martinez Gotor)
  • List operator resources in all namespaces (#2133) 4234dfa (Andres Martinez Gotor)
  • Consistent semver usage of @clr/ui dependency (#2132) f0d8b77 (Antonio Gámez)
  • Fix typo in AccessURLTable (#2128) 7259335 (Antonio Gámez)
  • Avoid double v prefix in the AppList (#2123) 8f27769 (Andres Martinez Gotor)
  • Fix resource table when working with lists (#2122) e5a1bea (Andres Martinez Gotor)
  • Change - to -- for auth-proxy additionalFlags (#2126) 41cc376 (Andreas Lindhé)
  • Use go mod and remove vendors (#2116) 3b66223 (Lei Qian)
  • Adapt links in docs (#2117) 4a1724b (Andres Martinez Gotor)
  • Release Kubeapps 2.0.0 1d8892e (Andres Martinez Gotor)

Don't miss a new kubeapps release

NewReleases is sending notifications on new releases.