kubeapps icon indicating copy to clipboard operation
kubeapps copied to clipboard

A web-based UI for deploying and managing applications in Kubernetes clusters

Results 338 kubeapps issues
Sort by recently updated
recently updated
newest added

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

cla-not-required

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

kind/enhancement
dependencies

**Describe the bug** While testing #4918 , I noticed an oddity that is causing requests for `GetAvailablePackageSummaries` to be delayed significantly (up to 16s sometimes: ![GetAvailablePackageSummaries-long](https://user-images.githubusercontent.com/497518/173587565-ba98e4ad-dbc5-40b2-be99-8db3b6c13ea5.png) While watching the logs...

kind/bug
component/pinniped-proxy
component/apis-server
next-iteration

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

cla-not-required

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

dependencies
javascript
cla-not-required

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/lodash&package-manager=npm_and_yarn&previous-version=4.14.182&new-version=4.14.184)](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...

dependencies
javascript
cla-not-required

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

kind/bug
component/kubeops
component/apis-server

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

cla-rejected

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

kind/enhancement
component/apis-server

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

good first issue
component/project
kind/enhancement