kubeapps
kubeapps copied to clipboard
A web-based UI for deploying and managing applications in Kubernetes clusters
### Description of the change As reported at #5295, the axios interceptor handling the logout does not work anymore (bc all the requests are handled by the grpc client). This...
**Describe the bug** The removal of `kubeops` brought an unintended side effect: we are no longer able to redirect users back to the login page in the event of an...
Signed-off-by: Michael Nelson ### Description of the change For discussion related to #4564 . This PR aims to ensure that the context for an available package can always be resolved,...
**Describe the bug** After some time consistently working, the hashing-related tests in the pinniped-proxy component started failing. For the sake of the CI health, we landed https://github.com/vmware-tanzu/kubeapps/pull/4900 and ignored the...
### Description of the change I've noticed the pinniped-proxy deps were out of sync in some PRs, therefore I'm just running `cargo update` once every dep has been updated. Besides,...
After the discussion held in https://github.com/kubeapps/kubeapps/pull/4154#issuecomment-1020460749, we agree that we should migrate to Helm 3.8.X, but their current interface to consume the OCI registry client is not enough for us....
### Description of the change This PR updates some UI dependencies (mainly devDependencies and Clarity + swagger UI) and runs `yarn upgrade`. ### Benefits Up-to-date deps. ### Possible drawbacks N/A...
### Description of the change This PR upgrades several deps used in CI ### Benefits Up-to-date dependencies. ### Possible drawbacks N/A ### Applicable issues - related https://github.com/vmware-tanzu/kubeapps/issues/5293 ### Additional information...
### Description of the change The latest golangci-lint version warned us about a deprecation in go: the `io/ioutils' modules have been moved to `io` and `os` packages. This PR is...
Signed-off-by: Rafa Castelblanque ### Description of the change This PR adds the ability to set a service token to be used by Kubeapps on additional clusters. There was the original...