kubeapps
kubeapps copied to clipboard
A web-based UI for deploying and managing applications in Kubernetes clusters
### Description of the change This PR updates the code generated by `buf ` using the latest build. ### Benefits Up-to-date generated code. ### Possible drawbacks N/A ### Applicable issues...
**Summary** We have been holding off the upgrade process as it would have required more delays in releasing (due to the license reporting process we must follow). **Background and rationale**...
**Describe the bug** While testing #4918 , I noticed an oddity that is causing requests for `GetAvailablePackageSummaries` to be delayed significantly (up to 16s sometimes:  While watching the logs...
### Description of the change Trivial PR trying to fix the error appearing with E2E test 04 for Carvel. It seems that #5273 didn't work, so adding now a check...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.2. Release notes Sourced from typescript's releases. TypeScript 4.8 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.182 to 4.14.184. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Kubeops cannot return a list of namespaces in additional clusters where user has access only to own namespaces. Kubeapps configuration: - oidc provider(keycloak) - separate oidc client for each cluster(audience...
Fix: https://github.com/vmware-tanzu/kubeapps/issues/5033 ### Description of the change `clientsetForConfig` uses incorrect cluster config variable https://github.com/vmware-tanzu/kubeapps/blob/11c87926d6cd798af72875d01437d15ae8d85b9a/pkg/kube/kube_handler.go#L333-L336 ### Benefits Correct behavior for getting a list of namespaces for additional clusters ### Possible drawbacks...
**Summary** Remove old dead code related mainly to `kubeops` and pre-plugins architecture. Migrate code under `/pkg` that is directly related to `helm` plugin only. **Description** After removing `kubeops` (#5253) there...
**Summary** In some Cobra commands, if no specific config file is provided, a fixed file name is looked up in the home folder. This is something inherited from old code...