github vmware-tanzu/kubeapps v2.10.0

one month ago

Kubeapps v2.10.0 (chart version 15.0.2) is a minor release that mainly upgrades several dependencies since the last release and fixes some minor bugs. Since we bumped up some UI dependencies, some minor style changes are expected.
Besides, the AppRepositoryController now supports activeDeadlineSeconds (thanks @rophy) and installation notes links now opens in a new tab (thanks @vash-knives)

Bug fixes include:

  • Several CI-related improvements.
  • Usual security updates and dependency upgrades.

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.

What's Changed

Main changes in this release

  • 6891 - Add _blank attribute to links on LinkRenderer to open urls on … by @vash-knives in #6903
  • Support activeDeadlineSeconds for apprepository-controller by @rophy in #6967
  • Messages for requesting and responding to metadata requests. by @absoludity in #6941
  • Add implementation for the core API service. by @absoludity in #6948
  • Update proto to include artifact type and digest for helm metadata by @absoludity in #7088
  • Adds implementation of Helm OCI refererrs endpoint. by @absoludity in #7131
  • Run auto-formatter tool by @antgamdia in #7381
  • Metadatas: Add dashboard action/reducer and helper to dashboard API client by @absoludity in #7147

Website and documentation changes

CI changes

Dependency upgrades

Manual updates

Chart

  • Sync chart with bitnami/kubeapps chart (version 14.0.1) by @github-actions in #6949
  • Sync chart with bitnami/kubeapps chart (version 14.0.2) by @github-actions in #6961
  • Sync chart with bitnami/kubeapps chart (version 14.1.1) by @github-actions in #7065
  • Sync chart with bitnami/kubeapps chart (version 14.1.2) by @github-actions in #7122
  • Sync chart with bitnami/kubeapps chart (version 14.1.3) by @github-actions in #7261
  • Sync chart with bitnami/kubeapps chart (version 14.3.1) by @github-actions in #7384
  • Sync chart with bitnami/kubeapps chart (version 14.3.2) by @github-actions in #7391
  • Sync chart with bitnami/kubeapps chart (version 14.3.3) by @github-actions in #7431
  • Sync chart with bitnami/kubeapps chart (version 14.4.0) by @github-actions in #7484
  • Sync chart with bitnami/kubeapps chart (version 14.5.0) by @github-actions in #7508
  • Sync chart with bitnami/kubeapps chart (version 14.5.1) by @github-actions in #7513
  • Sync chart with bitnami/kubeapps chart (version 14.5.2) by @github-actions in #7517
  • Sync chart with bitnami/kubeapps chart (version 14.6.0) by @github-actions in #7532
  • Sync chart with bitnami/kubeapps chart (version 14.7.0) by @github-actions in #7558
  • Sync chart with bitnami/kubeapps chart (version 14.7.1) by @github-actions in #7561
  • Sync chart with bitnami/kubeapps chart (version 14.7.2) by @github-actions in #7579
  • Sync chart with bitnami/kubeapps chart (version 15.0.0) by @github-actions in #7663

Automatic updates

New Contributors

Full Changelog: v2.9.0...v2.10.0

Don't miss a new kubeapps release

NewReleases is sending notifications on new releases.