github vmware-tanzu/kubeapps v2.3.3

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

Kubeapps v2.3.3 (chart version 7.1.5) is a new patch release that includes several bug fixes and dependency upgrades in 255 different PRs. Two main issues have been solved: 1) now Kubeapps is able to be installed regardless of the Pinniped version used (now it can be seamlessly installed in TKG) and 2) we have addressed a security issue (pretty similar to this one in Helm) reported by Andreas Lindhe, Abdullatif Alshriaf, Mats Isakson and Simon Alling from LKAB. Thanks!!

Apart from that, we are working on revamping the Kubeapps backend, so that we will be able to support multiple package formats (like Helm, Helm using Fluxv2 or Carvel Packages) in the future. As a result, this release also includes related code changes under a feature flag in development but unavailable in the release as it is in early development stages.

We have also improved our docs, especially, with a new step-by-step guide for deploying Kubeapps onTKG and a more detailed guide on how to configure Azure Active Directory for AKS as a Kubeapps OIDC provider.

Highlights

  • (#3098) Pinniped proxy now supports any API Group and both namespaced/non-namespaced resources. It means Kubeapps can be installed even if using old Pinniped versions out-of-the-box.
  • (#2761) Fix a bug preventing rollback applications using the from.
  • (#2787) Allow adding an optional description for app repositories.
  • (#2973) Fix an unhandled null when fetching the namespaces.
  • (#3041) Disable the action buttons (upgrade, rollback and delete) when the application is not ready yet.
  • (#3057) Prevent the repository credentials to be passed to third party URLs when fetching the chart's icons and tarball. Reported by Andreas Lindhe, Abdullatif Alshriaf, Mats Isakson and Simon Alling. Thanks!

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, check out this walkthrough.

Changelog

General changes

  • (#2761) Fix rollback form db2e034 (Antonio Gámez)
  • (#2787) Allow adding an optional description for app repositories #759 0760319 (Greg Fichtenholtz)
  • (#2814) Update dockerfile frontend to 1.2, buildkit support graduated from experimental 4e48763 (Michael Nelson)
  • (#2973) Fix a null pointer in fetchNamespaces b471dcf (Antonio Gámez)
  • (#3041) initial fix for issue 1850, disable upgrade button 1e1064a (Dimitri Laloue)
  • (#3057) Improve credentials handling when fetching repo resources 918f0ff (Antonio Gámez)
  • (#3090) Pre release updates 9994977 (Antonio Gámez)
  • (#3098) made pinniped proxy support any api group dc73eec (Dimitri Laloue)
  • (#3106) Minor rename and makefile edit 36d2d68 (Antonio Gámez)

New Kubeapps-APIs service

  • (#2784) Add initial echo kubeapps-apis service with cobra-generated command. 5f244d9 (Michael Nelson)
  • (#2789) Add grpc/http multiplexed server with stubbed core handler to verify 2ae30b2 (Michael Nelson)
  • (#2805) Load plugins for apis server. b71c381 (Michael Nelson)
  • (#2819) Add dev-only deployment of kubeapps-apis 348fca5 (Michael Nelson)
  • (#2838) Add implementation for kapp-controller GetAvailablePackages. 1f9549b (Michael Nelson)
  • (#2840) Add GetPackageRepositories implementation for carvel and helm-fluxv2 d17d8fd (Michael Nelson)
  • (#2852) Flux v2 GetAvailablePackages() implementation 6559bec (Greg Fichtenholtz)
  • (#2857) Example of unit-testing with dynamic client. b453946 (Michael Nelson)
  • (#2869) add icon url and repo ref to GetAvailablePackages() response 3e4d57c (Greg Fichtenholtz)
  • (#2880) Implement GetConfiguredPlugins 49fa927 (Michael Nelson)
  • (#2885) Add Kubeapps apis docs 0b445d3 (Antonio Gámez)
  • (#2888) Add plugin field to core package and repository. 3d250c8 (Michael Nelson)
  • (#2892) add unit tests for fluxv2 plugin GetAvailablePackages 68deb8d (Greg Fichtenholtz)
  • (#2901) Add kubeappsapis behind nginx ce47fce (Antonio Gámez)
  • (#2904) Demo aggregate core apis. ac20147 (Michael Nelson)
  • (#2905) handle namespace in GetAvailablePackages and GetPackageRepositories(), if applicable 9bcf615 (Greg Fichtenholtz)
  • (#2908) Utilize user credentials to invoke the new kubeapps-api 6340f26 (Antonio Gámez)
  • (#2915) Get package details prototype a6d2a17 (Greg Fichtenholtz)
  • (#2958) Extract ParseClusterConfig fn to /pkg 7388f94 (Antonio Gámez)
  • (#2964) Minor apidocs update a4996b5 (Antonio Gámez)
  • (#2965) [kubeapps-apis] Rename proto messages a26e090 (Antonio Gámez)
  • (#2970) [kubeapps-apis] Add fallback mechanism to use the local kubeconfig file 85f5ace (Antonio Gámez)
  • (#2971) [kubeapps-apis] Apply renaming at the code 9cedd27 (Antonio Gámez)
  • (#2976) Move code from asset syncer to pkg 11c64cf (Greg Fichtenholtz)
  • (#2977) Update port name for kubeapps-apis to be clear it includes both grpc and http. 60c2d5c (Michael Nelson)
  • (#2991) Add dev apis UI with swagger-ui 0da5e41 (Antonio Gámez)
  • (#3001) Add latest CR renames in KappController plugin 2319b58 (Antonio Gámez)
  • (#3018) Fix non-alpha label for port 275d4bd (Michael Nelson)
  • (#3020) [kubeapps-apis] Add initial helm plugin generated files db037d2 (Antonio Gámez)
  • (#3022) [kubeapps-apis] Add direct-helm GetAvailablePackageSummaries 2d404ee (Antonio Gámez)
  • (#3026) Add buf lint in dockerfile 0240c96 (Antonio Gámez)
  • (#3030) Misc todo cleanup in fluxv2 plugin 4547597 (Greg Fichtenholtz)
  • (#3033) Add minor proto changes in AvailablePackageDetail d6f065a (Antonio Gámez)
  • (#3034) [kubeapps-apis] Add direct-helm GetAvailablePackageDetail 76b5a5b (Antonio Gámez)
  • (#3036) Update the postgresql asset manager to be publicly exported. 6ac21d4 (Michael Nelson)
  • (#3038) Add FilterOptions for get available package summaries. f2435ef (Michael Nelson)
  • (#3039) Add GetAvailablePackageVersions messages c99c744 (Michael Nelson)
  • (#3040) Extract assetsvc shared logic to assetsvc/pkg/utils 866d7ab (Antonio Gámez)
  • (#3043) Add typed client to plugin client getter. c9215c0 (Michael Nelson)
  • (#3044) Add caching for fluxv2 plugin (first step toward ##3032) c079ec1 (Greg Fichtenholtz)
  • (#3063) Update to less ambiguous pkg_version consistently in remaining msgs. b764b3b (Michael Nelson)
  • (#3074) Add pagination options for GetAvailablePackageSummariesRequest 014a877 (Michael Nelson)
  • (#3083) Add makeChart test helper for explicit yet DRY tests. d1a4795 (Michael Nelson)
  • (#3091) Add pagination for direct-helm get summaries. 2369f76 (Michael Nelson)
  • (#3099) Add GetAvailablePackageVersions implementation for direct-helm ff6b8b2 (Michael Nelson)

Documentation

  • (#2736) Improve release docs 141610a (Antonio Gámez)
  • (#2746) Run prettier in yaml and md files a90911b (Antonio Gámez)
  • (#2755) Remove old wiki links 6d42a17 (Antonio Gámez)
  • (#2763) Use the credentialissuer in the pinniped docs 56a1154 (Antonio Gámez)
  • (#2771) Fix wrong link in docs 98064d0 (Antonio Gámez)
  • (#2793) Step-by-step documentation draft 9507d10 (Antonio Gámez)
  • (#2811) Create issue-triage-process.md 1d19e44 (Pepe Baena)
  • (#2893) Replace insecure-oidc flag with the manual oidc config 60670fa (Antonio Gámez)
  • (#2900) updated doc with troubleshooting section for console logout issue efcb9c5 (Dimitri Laloue)
  • (#2920) Update OSS documentation and guidelines for contribution 2ee3202 (Pepe Baena)
  • (#2982) Add Azure managed AAD guide afb6c95 (Antonio Gámez)
  • (#2989) Add missing step in AAD guide 5010e69 (Antonio Gámez)
  • (#3075) Oidc docs 09161da (Pepe Baena)

CI

  • (#2742) Disable sync_chart d45bc32 (Antonio Gámez)
  • (#2754) Automatic chart syncing in CI 56d2ec5 (Antonio Gámez)
  • (#2762) Add rollback test cd50012 (Antonio Gámez)
  • (#2772) Update stalebot rules to comply the triage 131d708 (Pepe)
  • (#2783) Add integration dependabot 86f3feb (Antonio Gámez)
  • (#2801) Ci hotfix 0d99201 (Antonio Gámez)
  • (#2802) Check if remote branch already exists to prevents git push failures 5a1f38b (Antonio Gámez)
  • (#2804) Revert temporary hotfix now that local chart matches 7.0.0 db5d5e4 (Michael Nelson)
  • (#2828) Fix dev environment after bitnami/kubeapps chart update. 38942ea (Michael Nelson)
  • (#2837) Fix CI: check existing remote branch condition f0b36fc (Antonio Gámez)
  • (#2858) Improve CI chart syncing 0867e29 (Antonio Gámez)
  • (#2873) Pass additional ssh key to the script. Extracted ssh values to global ci params d77d082 (Antonio Gámez)
  • (#2950) Improve k8s_wait_for_deployment e191f74 (Antonio Gámez)
  • (#2957) Fix Helm template CI check d33aa86 (Antonio Gámez)
  • (#3008) Distribute dependabot checks in time 4d2d766 (Antonio Gámez)
  • (#3058) Remove GKE on master in CI d93dc9f (Antonio Gámez)
  • (#3094) CI - Fix rollback test 3dfe174 (Antonio Gámez)
  • (#3102) Update stale bot frequency 137738d (Pepe Baena)
  • (#3120) Update CI GKE versions to 18 and 19 f9f2469 (Antonio Gámez)

Chart

  • (#2795) bump chart version to 7.0.0 d7060ec (kubeapps-bot)
  • (#2839) Sync chart with bitnami/kubeapps chart (version 7.0.2) 132947b (kubeapps-bot)
  • (#2874) Sync chart with bitnami/kubeapps chart (version 7.0.3) 2077b88 (kubeapps-bot)
  • (#2879) Sync chart with bitnami/kubeapps chart (version 7.0.4) e6dfc82 (kubeapps-bot)
  • (#2925) Sync chart with bitnami/kubeapps chart (version 7.1.0) 6e224a9 (kubeapps-bot)
  • (#2926) Move cm used by kubeops and kubeappsapis to a shared folder f896b65 (Antonio Gámez)
  • (#2983) Sync chart with bitnami/kubeapps chart (version 7.1.1) 952c648 (kubeapps-bot)
  • (#3024) Sync chart with bitnami/kubeapps chart (version 7.1.2) b72a010 (kubeapps-bot)

Dependency upgrades

  • (#2743) Bump chart version 5f196b4 (Antonio Gámez)
  • (#2744) Bump protobufjs from 6.11.0 to 6.11.1 in /dashboard 5b69b25 (dependabot[bot])
  • (#2744) Bump protobufjs from 6.11.0 to 6.11.1 in /dashboard 5b69b25 (dependabot[bot])
  • (#2745) Bump swagger-ui-react from 3.47.1 to 3.48.0 in /dashboard 3af5248 (dependabot[bot])
  • (#2747) Bump protobufjs from 6.11.1 to 6.11.2 in /dashboard fed6439 (dependabot[bot])
  • (#2748) Bump react-intl from 5.17.2 to 5.17.4 in /dashboard 4a2a98c (dependabot[bot])
  • (#2749) Bump stylelint from 13.13.0 to 13.13.1 in /dashboard c94609a (dependabot[bot])
  • (#2751) Bump @formatjs/cli from 4.2.10 to 4.2.11 in /dashboard 0336476 (dependabot[bot])
  • (#2752) Bump react-router-hash-link from 2.4.0 to 2.4.1 in /dashboard cae04b3 (dependabot[bot])
  • (#2757) Bump @types/react from 17.0.4 to 17.0.5 in /dashboard 3edde44 (dependabot[bot])
  • (#2758) Bump @types/node from 15.0.1 to 15.0.2 in /dashboard 6e7a37c (dependabot[bot])
  • (#2759) Bump @types/react-router from 5.1.13 to 5.1.14 in /dashboard e87ee19 (dependabot[bot])
  • (#2765) Bump react-tooltip from 4.2.18 to 4.2.19 in /dashboard 71ec2cb (dependabot[bot])
  • (#2766) Bump ts-jest from 26.5.5 to 26.5.6 in /dashboard 248b58f (dependabot[bot])
  • (#2769) Bump @types/react-router-hash-link from 1.2.1 to 2.0.0 in /dashboard ff29bb8 (dependabot[bot])
  • (#2770) Bump react-markdown from 6.0.1 to 6.0.2 in /dashboard 3a0720b (dependabot[bot])
  • (#2774) Bump lint-staged from 10.5.4 to 11.0.0 in /dashboard a5c52c4 (dependabot[bot])
  • (#2777) Bump url from 2.2.1 to 2.2.2 in /cmd/pinniped-proxy c035c6f (dependabot[bot])
  • (#2779) Bump hosted-git-info from 2.8.8 to 2.8.9 in /integration e294dcb (dependabot[bot])
  • (#2780) Bump @formatjs/cli from 4.2.11 to 4.2.12 in /dashboard d83ed71 (dependabot[bot])
  • (#2781) Bump react-intl from 5.17.4 to 5.17.5 in /dashboard 1b07c52 (dependabot[bot])
  • (#2785) Bump @types/react-dom from 17.0.3 to 17.0.4 in /dashboard dadc6a0 (dependabot[bot])
  • (#2786) Bump ajv from 8.2.0 to 8.3.0 in /dashboard 6baf065 (dependabot[bot])
  • (#2788) Bump google.golang.org/grpc from 1.37.0 to 1.37.1 f73870f (dependabot[bot])
  • (#2790) Bump prettier from 2.2.1 to 2.3.0 in /integration 1425f44 (dependabot[bot])
  • (#2796) Bump serde from 1.0.125 to 1.0.126 in /cmd/pinniped-proxy 7a1338b (dependabot[bot])
  • (#2803) Bump @types/node from 15.0.2 to 15.0.3 in /dashboard 2cf43e7 (dependabot[bot])
  • (#2807) Bump @types/swagger-ui-react from 3.35.0 to 3.35.1 in /dashboard a286b2b (dependabot[bot])
  • (#2808) Bump @types/semver from 7.3.5 to 7.3.6 in /dashboard 2af2f43 (dependabot[bot])
  • (#2809) Bump @types/lodash from 4.14.168 to 4.14.169 in /dashboard 51d8024 (dependabot[bot])
  • (#2810) Bump @types/react-dom from 17.0.4 to 17.0.5 in /dashboard debca30 (dependabot[bot])
  • (#2812) Bump @types/react-jsonschema-form from 1.7.4 to 1.7.5 in /dashboard 616e727 (dependabot[bot])
  • (#2813) Bump ajv from 8.3.0 to 8.4.0 in /dashboard dbf6a43 (dependabot[bot])
  • (#2815) Bump @types/node from 15.0.3 to 15.3.0 in /dashboard 5ec27f7 (dependabot[bot])
  • (#2816) Bump @types/ws from 7.4.2 to 7.4.4 in /dashboard cfe7c64 (dependabot[bot])
  • (#2817) Bump tokio-test from 0.4.1 to 0.4.2 in /cmd/pinniped-proxy 2251ed6 (dependabot[bot])
  • (#2818) Bump kube-runtime from 0.52.0 to 0.53.0 in /cmd/pinniped-proxy 8dfbdb6 (dependabot[bot])
  • (#2820) Bump github.com/lib/pq from 1.10.1 to 1.10.2 8165695 (dependabot[bot])
  • (#2821) Bump github.com/soheilhy/cmux from 0.1.4 to 0.1.5 9ec1388 (dependabot[bot])
  • (#2822) Bump tokio from 1.5.0 to 1.6.0 in /cmd/pinniped-proxy a5ea254 (dependabot[bot])
  • (#2824) Bump react-router-hash-link from 2.4.1 to 2.4.3 in /dashboard 02d3404 (dependabot[bot])
  • (#2825) Bump prettier from 2.2.1 to 2.3.0 in /dashboard 4b0120f (dependabot[bot])
  • (#2829) Bump kube from 0.52.0 to 0.53.0 in /cmd/pinniped-proxy 42dc2ed (dependabot[bot])
  • (#2830) Bump @formatjs/cli from 4.2.12 to 4.2.14 in /dashboard cef2163 (dependabot[bot])
  • (#2833) Bump react-intl from 5.17.5 to 5.17.7 in /dashboard 75d6a88 (dependabot[bot])
  • (#2834) Bump sass from 1.32.12 to 1.32.13 in /dashboard 89349d7 (dependabot[bot])
  • (#2835) Bump @types/react-router-hash-link from 2.0.0 to 2.4.0 in /dashboard 5fe7f90 (dependabot[bot])
  • (#2836) Bump @types/react from 17.0.5 to 17.0.6 in /dashboard e832985 (dependabot[bot])
  • (#2841) Bump @formatjs/cli from 4.2.14 to 4.2.15 in /dashboard 33fe282 (dependabot[bot])
  • (#2842) Bump react-intl from 5.17.7 to 5.18.0 in /dashboard 0ef351a (dependabot[bot])
  • (#2845) Bump swagger-ui-react from 3.48.0 to 3.49.0 in /dashboard a9fd816 (dependabot[bot])
  • (#2846) Bump @types/node from 15.3.0 to 15.3.1 in /dashboard a908a4f (dependabot[bot])
  • (#2853) Bump sass from 1.32.13 to 1.33.0 in /dashboard c16dcb4 (dependabot[bot])
  • (#2854) Bump ajv from 8.4.0 to 8.5.0 in /dashboard 8a1f6ed (dependabot[bot])
  • (#2855) Bump google.golang.org/grpc from 1.37.1 to 1.38.0 7c9fb1d (dependabot[bot])
  • (#2860) Bump react-intl from 5.18.0 to 5.18.1 in /dashboard 183767b (dependabot[bot])
  • (#2861) Bump sass from 1.33.0 to 1.34.0 in /dashboard 64f7510 (dependabot[bot])
  • (#2862) Bump kube-runtime from 0.53.0 to 0.55.0 in /cmd/pinniped-proxy 820e47a (dependabot[bot])
  • (#2863) Bump kube from 0.53.0 to 0.55.0 in /cmd/pinniped-proxy 72cb2cc (dependabot[bot])
  • (#2865) Bump @types/node from 15.3.1 to 15.6.0 in /dashboard 5c9a5d7 (dependabot[bot])
  • (#2866) Bump @formatjs/cli from 4.2.15 to 4.2.16 in /dashboard e0c63c7 (dependabot[bot])
  • (#2870) Bump thiserror from 1.0.24 to 1.0.25 in /cmd/pinniped-proxy 7bdee99 (dependabot[bot])
  • (#2872) Bump @types/lodash from 4.14.169 to 4.14.170 in /dashboard b8990e0 (dependabot[bot])
  • (#2876) Bump @types/node from 15.6.0 to 15.6.1 in /dashboard 54fff96 (dependabot[bot])
  • (#2877) Bump github.com/google/go-cmp from 0.5.5 to 0.5.6 b5a6e38 (dependabot[bot])
  • (#2878) Bump browserslist from 4.16.3 to 4.16.6 in /integration 5676b87 (dependabot[bot])
  • (#2886) Bump @types/react from 17.0.6 to 17.0.8 in /dashboard c4d6cb2 (dependabot[bot])
  • (#2889) Bump hyper from 0.14.7 to 0.14.8 in /cmd/pinniped-proxy d40f5c9 (dependabot[bot])
  • (#2896) Bump typescript from 4.2.4 to 4.3.2 in /dashboard 7445ab9 (dependabot[bot])
  • (#2897) Bump k8s.io/klog/v2 from 2.8.0 to 2.9.0 24f9cba (dependabot[bot])
  • (#2899) Bump dns-packet from 1.3.1 to 1.3.4 in /dashboard 46083ed (dependabot[bot])
  • (#2902) Bump react-tooltip from 4.2.19 to 4.2.20 in /dashboard 5d3ee2b (dependabot[bot])
  • (#2907) Bump ws from 7.4.4 to 7.4.6 in /integration b40dd6b (dependabot[bot])
  • (#2910) Bump react-tooltip from 4.2.20 to 4.2.21 in /dashboard 3c9f7fc (dependabot[bot])
  • (#2911) Bump tokio from 1.6.0 to 1.6.1 in /cmd/pinniped-proxy aba9df7 (dependabot[bot])
  • (#2914) Bump react-transition-group from 4.4.1 to 4.4.2 in /dashboard 962a27a (dependabot[bot])
  • (#2921) Bump react-intl from 5.18.1 to 5.18.3 in /dashboard 3ce8baa (dependabot[bot])
  • (#2922) Bump @types/react-dom from 17.0.5 to 17.0.6 in /dashboard f64bb1f (dependabot[bot])
  • (#2924) Bump github.com/itchyny/gojq from 0.12.3 to 0.12.4 f108f3d (dependabot[bot])
  • (#2927) Bump @types/node from 15.6.1 to 15.9.0 in /dashboard 51f272a (dependabot[bot])
  • (#2928) Bump @types/react from 17.0.8 to 17.0.9 in /dashboard f7e01d9 (dependabot[bot])
  • (#2929) Bump sass from 1.34.0 to 1.34.1 in /dashboard f97711a (dependabot[bot])
  • (#2932) Bump @formatjs/cli from 4.2.16 to 4.2.18 in /dashboard 9765129 (dependabot[bot])
  • (#2935) Bump react-intl from 5.18.3 to 5.19.0 in /dashboard 047bfcf (dependabot[bot])
  • (#2936) Bump swagger-ui-react from 3.49.0 to 3.50.0 in /dashboard 67934ae (dependabot[bot])
  • (#2937) Bump react-intl from 5.18.3 to 5.20.1 in /dashboard 5bf9012 (dependabot[bot])
  • (#2941) Bump prettier from 2.3.0 to 2.3.1 in /integration 09e5ba8 (dependabot[bot])
  • (#2942) Bump @types/node from 15.9.0 to 15.12.1 in /dashboard 9caa5c8 (dependabot[bot])
  • (#2948) Bump @types/react-router from 5.1.14 to 5.1.15 in /dashboard 27a1a56 (dependabot[bot])
  • (#2949) Bump @formatjs/cli from 4.2.18 to 4.2.19 in /dashboard 3a6463e (dependabot[bot])
  • (#2952) Bump prettier from 2.3.0 to 2.3.1 in /dashboard 31d92ff (dependabot[bot])
  • (#2953) Bump react-ace from 9.4.0 to 9.4.1 in /dashboard 3c0f3c9 (dependabot[bot])
  • (#2954) Bump ajv from 8.5.0 to 8.6.0 in /dashboard 8d9ee6b (dependabot[bot])
  • (#2955) Bump @types/node from 15.12.1 to 15.12.2 in /dashboard db3c057 (dependabot[bot])
  • (#2959) Bump trim-newlines from 3.0.0 to 3.0.1 in /dashboard a31d45d (dependabot[bot])
  • (#2960) Bump @types/react-dom from 17.0.6 to 17.0.7 in /dashboard 288783e (dependabot[bot])
  • (#2961) Bump @types/react from 17.0.9 to 17.0.10 in /dashboard 06408d5 (dependabot[bot])
  • (#2966) Bump @types/react from 17.0.10 to 17.0.11 in /dashboard a9b4534 (dependabot[bot])
  • (#2967) Bump @formatjs/cli from 4.2.19 to 4.2.20 in /dashboard 3b8bbaf (dependabot[bot])
  • (#2968) Bump react-intl from 5.20.1 to 5.20.2 in /dashboard 5136cbc (dependabot[bot])
  • (#2972) Bump hyper from 0.14.8 to 0.14.9 in /cmd/pinniped-proxy 5ff78a8 (dependabot[bot])
  • (#2974) Bump anyhow from 1.0.40 to 1.0.41 in /cmd/pinniped-proxy 2249bea (dependabot[bot])
  • (#2978) Bump sass from 1.34.1 to 1.35.0 in /dashboard 5f956ae (dependabot[bot])
  • (#2979) Bump tokio from 1.6.1 to 1.6.2 in /cmd/pinniped-proxy 176182e (dependabot[bot])
  • (#2984) Bump sass from 1.35.0 to 1.35.1 in /dashboard abd2118 (dependabot[bot])
  • (#2986) Bump tokio from 1.6.2 to 1.7.0 in /cmd/pinniped-proxy b57cbc4 (dependabot[bot])
  • (#2987) Bump github.com/spf13/viper from 1.7.1 to 1.8.0 2359e3e (dependabot[bot])
  • (#2998) Bump typescript from 4.3.2 to 4.3.3 in /dashboard f6e81cb (dependabot[bot])
  • (#3002) Bump @types/ws from 7.4.4 to 7.4.5 in /dashboard e960418 (dependabot[bot])
  • (#3005) Bump typescript from 4.3.3 to 4.3.4 in /dashboard d380f04 (dependabot[bot])
  • (#3009) Bump tokio from 1.7.0 to 1.7.1 in /cmd/pinniped-proxy 09db650 (dependabot[bot])
  • (#3010) Bump openssl from 0.10.34 to 0.10.35 in /cmd/pinniped-proxy e251621 (dependabot[bot])
  • (#3011) Bump @types/react-dom from 17.0.7 to 17.0.8 in /dashboard 1fb205d (dependabot[bot])
  • (#3012) Bump @types/jsonwebtoken from 8.5.1 to 8.5.2 in /dashboard 919d8cd (dependabot[bot])
  • (#3015) Bump @types/node from 15.12.2 to 15.12.4 in /dashboard 49d201c (dependabot[bot])
  • (#3021) Bump react-intl from 5.20.2 to 5.20.3 in /dashboard 3e13b9d (dependabot[bot])
  • (#3023) Bump @formatjs/cli from 4.2.20 to 4.2.21 in /dashboard 9b3da8d (dependabot[bot])
  • (#3025) Bump reqwest from 0.11.3 to 0.11.4 in /cmd/pinniped-proxy 6cca8fc (dependabot[bot])
  • (#3027) Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.4.0 to 2.5.0 88b5d34 (dependabot[bot])
  • (#3035) Bump swagger-ui-react from 3.50.0 to 3.51.0 in /dashboard a14c297 (dependabot[bot])
  • (#3042) Bump @clr/ui from 5.1.1 to 5.4.1 in /dashboard 6810f96 (dependabot[bot])
  • (#3046) Bump prettier from 2.3.1 to 2.3.2 in /dashboard a7a7c89 (dependabot[bot])
  • (#3047) Bump google.golang.org/protobuf from 1.26.0 to 1.27.0 414fe80 (dependabot[bot])
  • (#3048) Bump github.com/spf13/viper from 1.8.0 to 1.8.1 6fd78ad (dependabot[bot])
  • (#3049) Bump prettier from 2.3.1 to 2.3.2 in /integration dc241c2 (dependabot[bot])
  • (#3050) Bump wait-on from 5.3.0 to 6.0.0 in /integration 1d1619e (dependabot[bot])
  • (#3051) Bump react-intl from 5.20.3 to 5.20.4 in /dashboard 8a186d5 (dependabot[bot])
  • (#3052) Bump @types/node from 15.12.4 to 15.12.5 in /dashboard f6e261c (dependabot[bot])
  • (#3053) Bump @formatjs/cli from 4.2.21 to 4.2.23 in /dashboard 1dc5410 (dependabot[bot])
  • (#3054) Bump google.golang.org/protobuf from 1.27.0 to 1.27.1 888842c (dependabot[bot])
  • (#3059) Bump google.golang.org/grpc from 1.38.0 to 1.39.0 b9c55a8 (dependabot[bot])
  • (#3064) Bump typescript from 4.3.4 to 4.3.5 in /dashboard 0baf2be (dependabot[bot])
  • (#3065) Bump swagger-ui-react from 3.51.0 to 3.51.1 in /dashboard 537f292 (dependabot[bot])
  • (#3067) bumped kube version bd8c00c (Dimitri Laloue)
  • (#3068) Bump @formatjs/cli from 4.2.23 to 4.2.24 in /dashboard 165803e (dependabot[bot])
  • (#3070) Bump github.com/spf13/cobra from 1.1.3 to 1.2.0 09f03df (dependabot[bot])
  • (#3071) Bump @types/react from 17.0.11 to 17.0.13 in /dashboard 3d3004d (dependabot[bot])
  • (#3072) Bump @types/node from 15.12.5 to 15.14.0 in /dashboard 55bbc98 (dependabot[bot])
  • (#3073) Bump @types/jsonwebtoken from 8.5.2 to 8.5.3 in /dashboard bbdb778 (dependabot[bot])
  • (#3077) Bump @formatjs/cli from 4.2.24 to 4.2.25 in /dashboard 9c67363 (dependabot[bot])
  • (#3078) Bump ajv from 8.6.0 to 8.6.1 in /dashboard ef0c7bc (dependabot[bot])
  • (#3079) Bump @types/ws from 7.4.5 to 7.4.6 in /dashboard 84b3588 (dependabot[bot])
  • (#3080) Bump github.com/spf13/cobra from 1.2.0 to 1.2.1 873f434 (dependabot[bot])
  • (#3081) Bump structopt from 0.3.21 to 0.3.22 in /cmd/pinniped-proxy 0801813 (dependabot[bot])
  • (#3082) Bump thiserror from 1.0.25 to 1.0.26 in /cmd/pinniped-proxy b43621a (dependabot[bot])
  • (#3089) Bump @types/node from 15.14.0 to 16.0.0 in /dashboard d23957e (dependabot[bot])
  • (#3092) Bump tokio from 1.7.1 to 1.8.0 in /cmd/pinniped-proxy 0f7ffe6 (dependabot[bot])
  • (#3093) Bump @types/swagger-ui-react from 3.35.1 to 3.35.2 in /dashboard bf6dc7b (dependabot[bot])
  • (#3096) Bump @types/enzyme from 3.10.8 to 3.10.9 in /dashboard d5b2f02 (dependabot[bot])
  • (#3097) Bump @types/lodash from 4.14.170 to 4.14.171 in /dashboard 4f362ad (dependabot[bot])
  • (#3104) Bump @types/js-yaml from 4.0.1 to 4.0.2 in /dashboard f1531f8 (dependabot[bot])
  • (#3105) Bump @types/json-schema from 7.0.7 to 7.0.8 in /dashboard a023443 (dependabot[bot])
  • (#3107) Bump @types/react-router from 5.1.15 to 5.1.16 in /dashboard 8cfdb50 (dependabot[bot])
  • (#3108) Bump tokio from 1.8.0 to 1.8.1 in /cmd/pinniped-proxy 9f18be8 (dependabot[bot])
  • (#3109) Bump hyper from 0.14.9 to 0.14.10 in /cmd/pinniped-proxy 61f7c80 (dependabot[bot])
  • (#3110) Bump @types/moxios from 0.4.11 to 0.4.12 in /dashboard 261606d (dependabot[bot])
  • (#3112) Bump @types/node from 16.0.0 to 16.0.1 in /dashboard 1fb63b1 (dependabot[bot])
  • (#3113) Bump @types/react-copy-to-clipboard from 5.0.0 to 5.0.1 in /dashboard 00151b2 (dependabot[bot])
  • (#3114) Bump @types/react-tabs from 2.3.2 to 2.3.3 in /dashboard 22aac42 (dependabot[bot])
  • (#3115) Bump @types/react-dom from 17.0.8 to 17.0.9 in /dashboard d956991 (dependabot[bot])
  • (#3116) Bump @types/qs from 6.9.6 to 6.9.7 in /dashboard 55394ff (dependabot[bot])

Don't miss a new kubeapps release

NewReleases is sending notifications on new releases.