| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| open_source_license.txt.zip | 2023-10-31 | 7.3 MB | |
| README.md | 2023-09-21 | 46.0 kB | |
| v2.9.0 source code.tar.gz | 2023-09-21 | 23.1 MB | |
| v2.9.0 source code.zip | 2023-09-21 | 23.8 MB | |
| Totals: 4 Items | 54.2 MB | 0 | |
Kubeapps v2.9.0 (chart version 14.0.1) is a minor release that fixes some bugs and introduces working support for listing a catalog of apps when your charts are stored in an OCI registry (without having to list them manually). Specifically, this release supports registries on dockerhub, such as Bitnami's "oci://registry-1.dockerhub.io/bitnamicharts". This feature is behind a flag ociCatalog.enabled=true until we support more registries.
Bug fixes include:
* Ensure token auth can be configured while oauthLoginURI is defined. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6557
* Use finalizers to spin up AppRepo clean-up jobs by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6647
* Allow oci:// protocol to be specified for OCI AppRepositories by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6645
Most of the work required for listing a catalog of an OCI registry namespace was related to re-writing the code that syncs charts from an OCI registry, so that it does not hit limits imposed by the registry when syncing a large catalog, such as the Bitnami Application Catalog. With these changes and the ociCatalog.enabled: true flag set, you can now add oci://registry-1.dockerhub.io/bitnamicharts as an app repository in Kubeapps. We are not yet enabling the ociCatalog by default and will be adding support for other registries in the future so that Kubeapps can display a catalog from any registry (without requiring users to manually list the apps).
Installation
To install this release, ensure you add the Bitnami charts repository to your local Helm cache:
:::bash
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
Install the Kubeapps Helm chart:
:::bash
kubectl create namespace kubeapps
helm install kubeapps --namespace kubeapps bitnami/kubeapps
To get started with Kubeapps, check out this walkthrough.
What's Changed
Main changes in this release
- Sync chart with bitnami/kubeapps chart (version 12.4.5) by @github-actions in https://github.com/vmware-tanzu/kubeapps/pull/6410
- Stop importing the k8s.io/kubernetes module. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6411
- Sync chart with bitnami/kubeapps chart (version 12.4.6) by @github-actions in https://github.com/vmware-tanzu/kubeapps/pull/6421
- Update to go 1.20 as other deps depend on new interfaces. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6420
- Remove old OSL license files. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6428
- Switch OperatorNew to react-router hooks and remove OperatorNew container by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6457
- Ensure craco build has enough heap space. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6459
- Switch 2 more operator components to use hooks and remove containers. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6458
- Covert OperatorView, OperatorInstance and OperatorInstanceForm. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6465
- Sync chart with bitnami/kubeapps chart (version 12.4.7) by @github-actions in https://github.com/vmware-tanzu/kubeapps/pull/6460
- Reverting a bad dep upgrade. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6479
- Convert the LoginForm to react-router. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6478
- Prequel to upgrading to react-router 6 by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6453
- Changed baseUrl to use relative path to support URL subpath by @jcatana in https://github.com/vmware-tanzu/kubeapps/pull/6525
- Sync chart with bitnami/kubeapps chart (version 12.4.8) by @github-actions in https://github.com/vmware-tanzu/kubeapps/pull/6523
- Update copyright year by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6531
- Update go deps by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6533
- Remove custom ErrorBoundary container and component. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6542
- Sync chart with bitnami/kubeapps chart (version 12.4.8) by @github-actions in https://github.com/vmware-tanzu/kubeapps/pull/6538
- Removes ApplicationStatusContainer and AccessURLTableContainer by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6544
- Remove old js components: Checkbox, Input, Tooltip by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6539
- Ensure token auth can be configured while oauthLoginURI is defined. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6557
- Actual react-router-dom upgrade by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6504
- Update yarn deps by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6532
- Remove old js components: moving some logic to typescript by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6550
- Ensure only single request for installed apps. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6568
- Rust updates for k8s. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6579
- Remove old js components: Spinner, Alert by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6554
- Small changes from review on [#6504] by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6571
- Remaining version upgrades by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6569
- Sync chart with bitnami/kubeapps chart (version 12.4.9) by @github-actions in https://github.com/vmware-tanzu/kubeapps/pull/6592
- Add DockerHub implementation for send_tags by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6580
- Improve kubeapps-apis dockerfile and docs by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6589
- Sort packages by version instead of relying on
ChartVersions[0]by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6588 - Avoid endless spinner when no readme is provided by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6590
- Build and push the dev oci-catalog image. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6594
- Fix script to fetch the latest published container in dockerhub by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6597
- Remove old js components: Card, Table by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6560
- Update proto copyright dates so generated matches existing dates. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6617
- Remove card subcomponents by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6604
- Add initial values and container to the kubeapps-apis service. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6595
- Adds generated go client for oci-catalog that we'll use from syncer. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6618
- Refactor repo validation so as to not require http-only validators. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6620
- Use OCI catalog service when available for OCI validation by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6635
- Allow
oci://protocol to be specified for OCI AppRepositories by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6645 - Sync chart with bitnami/kubeapps chart (version 12.4.10) by @github-actions in https://github.com/vmware-tanzu/kubeapps/pull/6658
- Prequel changes to adding security context to the AppRepo cleanup jobs by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6646
- Sync chart with bitnami/kubeapps chart (version 12.4.11) by @github-actions in https://github.com/vmware-tanzu/kubeapps/pull/6665
- Use finalizers to spin up AppRepo clean-up jobs by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6647
- Consistent log/error capitalization by @antgamdia in https://github.com/vmware-tanzu/kubeapps/pull/6673
- Refactor some names to avoid confusion between OCI repositories and Helm repositories. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6680
- Update the OCIApiClient to be aware of (and use) oci-catalog service by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6684
- Use the OCI Catalog when syncing charts. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6692
- Sync chart with bitnami/kubeapps chart (version 12.4.12) by @github-actions in https://github.com/vmware-tanzu/kubeapps/pull/6707
- Pass OCI Catalog URL through to syncer. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6720
- Removing httpclient.Client interface. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6746
- Part two removing test interface httpclient.Client by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6756
- Sync chart with bitnami/kubeapps chart (version 13.1.0) by @github-actions in https://github.com/vmware-tanzu/kubeapps/pull/6733
- Update TagList and helm check to use oras client. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6760
- Sync chart with bitnami/kubeapps chart (version 13.1.1) by @github-actions in https://github.com/vmware-tanzu/kubeapps/pull/6778
- Less obnoxious OCI pulling on sync by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6804
- Sync each app when fetched rather than waiting. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6825
- Update go.mod's go version (already did Dockerfiles and CI). by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6849
- Pre-release dependency update. by @absoludity in https://github.com/vmware-tanzu/kubeapps/pull/6851
Dependency upgrades
- Bump stylelint-scss from 4.6.0 to 5.0.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6397
- Bump @babel/parser from 7.22.5 to 7.22.6 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6405
- Bump ts-proto from 1.150.1 to 1.151.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6406
- Bump thiserror from 1.0.40 to 1.0.41 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6408
- Bump remark-breaks from 3.0.2 to 3.0.3 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6396
- Bump jsonwebtoken from 9.0.0 to 9.0.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6412
- Bump ts-proto from 1.151.0 to 1.151.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6414
- Bump golang.org/x/net from 0.11.0 to 0.12.0 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6416
- Bump clap from 4.3.10 to 4.3.11 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6417
- Bump oras.land/oras-go/v2 from 2.2.0 to 2.2.1 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6415
- Bump serde_json from 1.0.99 to 1.0.100 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6409
- Bump prettier from 2.8.8 to 3.0.0 in /integration by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6419
- Bump @babel/parser from 7.22.6 to 7.22.7 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6429
- Bump postcss from 8.4.24 to 8.4.25 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6430
- Bump serde from 1.0.166 to 1.0.167 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6431
- Bump thiserror from 1.0.41 to 1.0.43 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6432
- Bump github.com/fluxcd/pkg/version from 0.2.1 to 0.2.2 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6377
- Bump stylelint from 14.16.1 to 15.10.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6433
- Bump google.golang.org/grpc from 1.56.1 to 1.56.2 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6440
- Bump github.com/docker/cli from 24.0.2+incompatible to 24.0.4+incompatible by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6439
- Bump serde from 1.0.167 to 1.0.168 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6441
- Bump stylelint-config-standard-scss from 6.1.0 to 10.0.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6445
- Bump k8s.io/kubectl from 0.26.1 to 0.26.6 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6446
- Bump monaco-editor-webpack-plugin from 7.0.1 to 7.1.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6448
- Bump @types/jest from 29.5.2 to 29.5.3 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6450
- Bump ts-proto from 1.151.1 to 1.152.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6443
- Bump semver from 5.7.1 to 5.7.2 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6442
- Bump k8s.io/apiserver from 0.26.3 to 0.26.6 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6451
- Bump serde_json from 1.0.100 to 1.0.102 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6454
- Bump @playwright/test from 1.35.1 to 1.36.0 in /integration by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6455
- Bump ts-proto from 1.152.1 to 1.153.2 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6456
- Bump postcss from 8.4.25 to 8.4.26 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6461
- Bump @bufbuild/buf from 1.23.1 to 1.24.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6462
- Bump ts-proto from 1.153.2 to 1.153.3 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6463
- Bump @bufbuild/protoc-gen-es from 1.2.1 to 1.3.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6466
- Bump ts-proto from 1.153.3 to 1.155.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6467
- Bump swagger-ui-react from 4.19.1 to 5.1.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6469
- Bump clap from 4.3.11 to 4.3.12 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6470
- Bump kube-runtime from 0.83.0 to 0.84.0 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6471
- Bump anyhow from 1.0.71 to 1.0.72 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6474
- Bump @playwright/test from 1.36.0 to 1.36.1 in /integration by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6477
- Bump kube from 0.83.0 to 0.84.0 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6476
- Bump serde_json from 1.0.102 to 1.0.103 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6473
- Bump kube-derive from 0.83.0 to 0.84.0 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6472
- Bump serde from 1.0.168 to 1.0.171 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6475
- Bump word-wrap from 1.2.3 to 1.2.4 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6485
- Bump @bufbuild/buf from 1.24.0 to 1.25.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6489
- Bump serde from 1.0.171 to 1.0.173 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6493
- Bump clap from 4.3.12 to 4.3.17 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6494
- Bump sass from 1.63.6 to 1.64.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6492
- Bump stylelint from 15.10.1 to 15.10.2 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6491
- Bump @clr/ui from 15.6.0 to 15.7.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6496
- Bump ts-proto from 1.155.1 to 1.156.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6497
- Bump k8s.io/apimachinery from 0.26.6 to 0.26.7 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6498
- Bump k8s.io/client-go from 0.26.6 to 0.26.7 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6499
- Bump k8s.io/api from 0.26.6 to 0.26.7 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6500
- Bump k8s.io/apiserver from 0.26.6 to 0.26.7 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6502
- Bump serde from 1.0.173 to 1.0.174 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6505
- Bump thiserror from 1.0.43 to 1.0.44 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6506
- Bump k8s.io/kubectl from 0.26.6 to 0.26.7 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6501
- Bump github.com/adhocore/gronx from 1.6.3 to 1.6.4 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6507
- Bump postcss from 8.4.26 to 8.4.27 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6510
- Bump sass from 1.64.0 to 1.64.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6511
- Bump clap from 4.3.17 to 4.3.19 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6512
- Bump serde from 1.0.174 to 1.0.175 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6514
- Bump swagger-ui-react from 4.19.1 to 5.2.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6515
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.16.0 to 2.16.1 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6516
- Bump github.com/docker/cli from 24.0.4+incompatible to 24.0.5+incompatible by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6517
- Bump ts-proto from 1.156.0 to 1.156.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6509
- Bump react-tooltip from 5.7.4 to 5.18.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6488
- Bump @bufbuild/connect-web from 0.11.0 to 0.12.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6518
- Bump @bufbuild/protoc-gen-connect-es from 0.11.0 to 0.12.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6519
- Bump @types/lodash from 4.14.195 to 4.14.196 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6521
- Bump @bufbuild/connect from 0.11.0 to 0.12.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6520
- Bump @playwright/test from 1.36.1 to 1.36.2 in /integration by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6524
- Bump typescript from 4.9.5 to 5.1.6 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6363
- Bump @bufbuild/protobuf from 1.2.1 to 1.3.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6468
- Bump react-tooltip from 5.18.1 to 5.19.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6526
- Bump github.com/bufbuild/connect-go from 1.9.0 to 1.10.0 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6528
- Bump serde from 1.0.175 to 1.0.176 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6529
- Bump serde_json from 1.0.103 to 1.0.104 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6530
- Bump k8s.io/cli-runtime from 0.26.6 to 0.26.7 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6503
- Bump google.golang.org/grpc from 1.56.2 to 1.57.0 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6527
- Bump serde from 1.0.176 to 1.0.177 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6534
- Bump github.com/containerd/containerd from 1.7.2 to 1.7.3 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6535
- Bump eslint-config-prettier from 8.8.0 to 8.9.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6537
- Bump github.com/adhocore/gronx from 1.6.4 to 1.6.5 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6536
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.16.1 to 2.16.2 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6540
- Bump ts-proto from 1.156.1 to 1.156.2 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6541
- Bump serde from 1.0.177 to 1.0.179 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6543
- Bump sass from 1.64.1 to 1.64.2 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6546
- Bump serde from 1.0.179 to 1.0.180 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6547
- Bump @clr/ui from 15.7.0 to 15.8.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6551
- Bump swagger-ui-react from 5.2.0 to 5.3.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6552
- Bump golang.org/x/net from 0.12.0 to 0.13.0 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6553
- Bump @bufbuild/buf from 1.25.0 to 1.25.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6555
- Bump swagger-ui-react from 5.3.0 to 5.3.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6556
- Bump prettier from 3.0.0 to 3.0.1 in /integration by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6559
- Bump prettier from 3.0.0 to 3.0.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6561
- Bump eslint-config-prettier from 8.9.0 to 8.10.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6562
- Bump serde from 1.0.180 to 1.0.181 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6567
- Bump golang.org/x/net from 0.13.0 to 0.14.0 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6572
- Bump openssl from 0.10.55 to 0.10.56 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6573
- Bump serde from 1.0.181 to 1.0.182 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6578
- Bump eslint-config-prettier from 8.10.0 to 9.0.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6570
- Bump rstest from 0.17.0 to 0.18.1 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6581
- Bump @babel/parser from 7.22.7 to 7.22.10 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6583
- Bump clap from 4.3.19 to 4.3.21 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6585
- Bump clap from 4.3.19 to 4.3.21 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6586
- Bump @clr/ui from 15.8.0 to 15.9.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6591
- Bump stylelint-scss from 5.0.1 to 5.1.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6593
- Bump eslint-import-resolver-typescript from 3.5.5 to 3.6.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6599
- Bump sass from 1.64.2 to 1.65.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6600
- Bump @types/lodash from 4.14.196 to 4.14.197 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6601
- Bump @bufbuild/buf from 1.25.1 to 1.26.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6598
- Bump tokio from 1.29.1 to 1.30.0 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6602
- Bump tokio from 1.29.1 to 1.30.0 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6603
- Bump react-error-boundary from 4.0.10 to 4.0.11 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6607
- Bump react-router-dom from 6.14.2 to 6.15.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6606
- Bump @playwright/test from 1.36.2 to 1.37.0 in /integration by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6609
- Bump ts-proto from 1.156.2 to 1.156.3 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6610
- Bump tokio from 1.30.0 to 1.31.0 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6612
- Bump log from 0.4.19 to 0.4.20 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6613
- Bump log from 0.4.19 to 0.4.20 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6614
- Bump rstest from 0.18.1 to 0.18.2 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6616
- Bump tokio from 1.30.0 to 1.31.0 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6615
- Bump swagger-ui-react from 5.3.1 to 5.3.2 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6619
- Bump postcss from 8.4.27 to 8.4.28 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6622
- Bump react-tooltip from 5.20.0 to 5.21.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6623
- Bump ts-proto from 1.156.3 to 1.156.5 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6624
- Bump serde_json from 1.0.104 to 1.0.105 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6631
- Bump anyhow from 1.0.72 to 1.0.74 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6632
- Bump thiserror from 1.0.44 to 1.0.46 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6633
- Bump apache/skywalking-eyes from 0.4.0 to 0.5.0 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6637
- Bump github.com/vmware-tanzu/carvel-vendir from 0.34.3 to 0.34.4 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6638
- Bump serde_json from 1.0.104 to 1.0.105 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6634
- Bump prettier from 3.0.1 to 3.0.2 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6621
- Bump prettier from 3.0.1 to 3.0.2 in /integration by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6636
- Bump @testing-library/jest-dom from 5.17.0 to 6.0.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6611
- Bump ts-proto from 1.156.5 to 1.156.6 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6639
- Bump postcss-scss from 4.0.6 to 4.0.7 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6640
- Bump anyhow from 1.0.74 to 1.0.75 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6642
- Bump github.com/vmware-tanzu/carvel-kapp-controller from 0.46.1 to 0.46.2 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6641
- Bump tokio from 1.31.0 to 1.32.0 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6643
- Bump tokio from 1.31.0 to 1.32.0 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6644
- Bump @playwright/test from 1.37.0 to 1.37.1 in /integration by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6657
- Bump clap from 4.3.21 to 4.3.22 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6656
- Bump thiserror from 1.0.46 to 1.0.47 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6655
- Bump clap from 4.3.21 to 4.3.22 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6654
- Bump @bufbuild/protoc-gen-connect-es from 0.12.0 to 0.13.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6651
- Bump sass from 1.65.1 to 1.66.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6649
- Bump swagger-ui-react from 5.3.2 to 5.4.2 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6648
- Bump @testing-library/jest-dom from 6.0.0 to 6.0.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6660
- Bump ts-proto from 1.156.6 to 1.156.7 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6659
- Bump stylelint from 15.10.2 to 15.10.3 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6661
- Bump sass from 1.66.0 to 1.66.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6664
- Bump clap from 4.3.22 to 4.3.23 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6662
- Bump clap from 4.3.22 to 4.3.23 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6663
- Bump protobufjs from 7.2.4 to 7.2.5 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6666
- Bump github.com/jinzhu/copier from 0.3.5 to 0.4.0 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6667
- Bump serde from 1.0.183 to 1.0.185 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6668
- Bump reqwest from 0.11.18 to 0.11.19 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6669
- Bump serde from 1.0.183 to 1.0.185 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6670
- Bump reqwest from 0.11.18 to 0.11.19 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6671
- Bump rustls-webpki from 0.101.3 to 0.101.4 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6674
- Bump @types/jest from 29.5.3 to 29.5.4 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6675
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.16.2 to 2.17.0 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6679
- Bump @testing-library/jest-dom from 6.0.1 to 6.1.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6683
- Bump reqwest from 0.11.19 to 0.11.20 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6685
- Bump serde from 1.0.185 to 1.0.186 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6686
- Bump clap from 4.3.23 to 4.3.24 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6687
- Bump tokio-test from 0.4.2 to 0.4.3 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6688
- Bump serde from 1.0.185 to 1.0.186 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6689
- Bump clap from 4.3.23 to 4.3.24 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6691
- Bump @testing-library/jest-dom from 6.1.1 to 6.1.2 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6693
- Bump @babel/parser from 7.22.10 to 7.22.11 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6695
- Bump reqwest from 0.11.19 to 0.11.20 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6690
- Bump typescript from 5.1.6 to 5.2.2 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6694
- Bump github.com/vmware-tanzu/carvel-kapp-controller from 0.46.2 to 0.47.0 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6697
- Bump github.com/containerd/containerd from 1.7.3 to 1.7.4 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6698
- Bump clap from 4.3.24 to 4.4.0 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6702
- Bump clap from 4.3.24 to 4.4.0 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6704
- Bump trycmd from 0.14.16 to 0.14.17 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6703
- Bump github.com/containerd/containerd from 1.7.4 to 1.7.5 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6709
- Bump serde from 1.0.186 to 1.0.188 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6711
- Bump base64 from 0.21.2 to 0.21.3 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6712
- Bump serde from 1.0.186 to 1.0.188 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6713
- Bump openssl from 0.10.56 to 0.10.57 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6714
- Bump axios from 1.4.0 to 1.5.0 in /integration by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6715
- Bump axios from 1.4.0 to 1.5.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6708
- Bump @babel/parser from 7.22.11 to 7.22.13 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6716
- Bump yaml from 2.3.1 to 2.3.2 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6717
- Bump clap from 4.4.0 to 4.4.1 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6722
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.17.0 to 2.17.1 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6719
- Bump url from 2.4.0 to 2.4.1 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6721
- Bump url from 2.4.0 to 2.4.1 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6723
- Bump clap from 4.4.0 to 4.4.1 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6724
- Bump prettier from 3.0.2 to 3.0.3 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6729
- Bump postcss from 8.4.28 to 8.4.29 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6730
- Bump chrono from 0.4.26 to 0.4.27 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6731
- Bump prettier from 3.0.2 to 3.0.3 in /integration by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6732
- Bump @types/qs from 6.9.7 to 6.9.8 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6735
- Bump @bufbuild/protoc-gen-es from 1.3.0 to 1.3.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6737
- Bump chrono from 0.4.27 to 0.4.28 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6741
- Bump jsonwebtoken from 9.0.1 to 9.0.2 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6736
- Bump @babel/parser from 7.22.13 to 7.22.14 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6738
- Bump @bufbuild/protobuf from 1.3.0 to 1.3.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6739
- Bump clap from 4.4.1 to 4.4.2 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6744
- Bump clap from 4.4.1 to 4.4.2 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6745
- Bump stylelint-config-standard-scss from 10.0.0 to 11.0.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6748
- Bump ts-proto from 1.156.7 to 1.157.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6749
- Bump temp-env from 0.3.4 to 0.3.5 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6755
- Bump thiserror from 1.0.47 to 1.0.48 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6754
- Bump @babel/parser from 7.22.14 to 7.22.15 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6758
- Bump swagger-ui-react from 5.4.2 to 5.5.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6759
- Bump prost from 0.11.9 to 0.12.0 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6750
- Bump oras.land/oras-go/v2 from 2.2.1 to 2.3.0 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6740
- Bump mock-socket from 9.2.1 to 9.3.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6762
- Bump @types/lodash from 4.14.197 to 4.14.198 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6765
- Bump github.com/docker/cli from 24.0.5+incompatible to 24.0.6+incompatible by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6766
- Bump golang.org/x/net from 0.14.0 to 0.15.0 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6767
- Bump chrono from 0.4.28 to 0.4.29 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6768
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6761
- Bump @tanstack/react-table from 8.9.3 to 8.9.7 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6763
- Bump @testing-library/jest-dom from 6.1.2 to 6.1.3 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6769
- Bump @babel/parser from 7.22.15 to 7.22.16 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6771
- Bump google.golang.org/grpc from 1.57.0 to 1.58.0 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6772
- Bump react-tooltip from 5.21.1 to 5.21.3 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6770
- Bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6773
- Bump @formatjs/cli from 6.1.3 to 6.1.4 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6774
- Bump react-intl from 6.4.4 to 6.4.5 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6775
- Bump chrono from 0.4.29 to 0.4.30 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6777
- Bump @tanstack/react-table from 8.9.7 to 8.9.8 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6782
- Bump postcss-scss from 4.0.7 to 4.0.8 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6783
- Bump react-intl from 6.4.5 to 6.4.6 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6784
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.17.1 to 2.18.0 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6785
- Bump serde_json from 1.0.105 to 1.0.106 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6786
- Bump @formatjs/cli from 6.1.4 to 6.1.5 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6781
- Bump base64 from 0.21.3 to 0.21.4 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6787
- Bump serde_json from 1.0.105 to 1.0.106 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6788
- Bump kube-derive from 0.85.0 to 0.86.0 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6789
- Bump monaco-editor from 0.41.0 to 0.43.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6795
- Bump axios-mock-adapter from 1.21.5 to 1.22.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6794
- Bump mock-socket from 9.3.0 to 9.3.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6793
- Bump docker/metadata-action from 4 to 5 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6796
- Bump docker/setup-qemu-action from 2 to 3 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6797
- Bump docker/login-action from 2 to 3 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6799
- Bump docker/build-push-action from 4 to 5 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6798
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6800
- Bump github.com/containerd/containerd from 1.7.5 to 1.7.6 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6801
- Bump clap from 4.4.2 to 4.4.3 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6803
- Bump @tanstack/react-table from 8.9.8 to 8.9.9 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6806
- Bump react-router-dom from 6.15.0 to 6.16.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6807
- Bump clap from 4.4.2 to 4.4.3 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6805
- Bump sass from 1.66.1 to 1.67.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6814
- Bump serde_json from 1.0.106 to 1.0.107 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6815
- Bump serde_json from 1.0.106 to 1.0.107 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6816
- Bump @playwright/test from 1.37.1 to 1.38.0 in /integration by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6817
- Bump @tanstack/react-table from 8.9.9 to 8.9.10 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6818
- Bump react-tooltip from 5.21.3 to 5.21.4 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6822
- Bump @testing-library/user-event from 14.4.3 to 14.5.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6819
- Bump stylelint-scss from 5.1.0 to 5.2.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6821
- Bump google.golang.org/grpc from 1.58.0 to 1.58.1 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6823
- Bump github.com/opencontainers/image-spec from 1.1.0-rc4 to 1.1.0-rc5 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6824
- Bump swagger-ui-react from 5.5.0 to 5.7.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6828
- Bump stylelint-scss from 5.2.0 to 5.2.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6829
- Bump @tanstack/react-table from 8.9.10 to 8.10.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6831
- Bump @testing-library/user-event from 14.5.0 to 14.5.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6833
- Bump @types/jest from 29.5.4 to 29.5.5 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6834
- Bump chrono from 0.4.30 to 0.4.31 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6835
- Bump prost from 0.12.0 to 0.12.1 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6836
- Bump @types/jsonwebtoken from 9.0.2 to 9.0.3 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6832
- Bump ts-proto from 1.157.0 to 1.157.1 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6839
- Bump @formatjs/cli from 6.1.5 to 6.2.0 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6840
- Bump swagger-ui-react from 5.7.1 to 5.7.2 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6841
- Bump react-intl from 6.4.6 to 6.4.7 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6842
- Bump postcss from 8.4.29 to 8.4.30 in /dashboard by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6843
- Bump oras.land/oras-go from 1.2.3 to 1.2.4 by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6844
- Bump clap from 4.4.3 to 4.4.4 in /cmd/oci-catalog by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6847
- Bump clap from 4.4.3 to 4.4.4 in /cmd/pinniped-proxy by @dependabot in https://github.com/vmware-tanzu/kubeapps/pull/6848
New Contributors
- @jcatana made their first contribution in https://github.com/vmware-tanzu/kubeapps/pull/6525
Full Changelog: https://github.com/vmware-tanzu/kubeapps/compare/v2.8.0...v2.9.0