From f8e729586751dea68af25be74d96587b070b9daf Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Thu, 14 Mar 2019 10:33:20 -0700 Subject: [PATCH] docs(faq): list changes since Helm 2 Signed-off-by: Matthew Fisher --- docs/faq.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 788237764..4d37e8a24 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -6,6 +6,15 @@ This page provides help with the most common questions about Helm. information, [file an issue](https://github.com/helm/helm/issues) or send us a pull request. +## Changes since Helm 2 + +Here's an exhaustive list of all the major changes introduced in Helm 3. + +### Go import path changes + +In Helm 3, Helm switched the Go import path over from `k8s.io/helm` to `helm.sh/helm`. If you intend +to upgrade to the Helm 3 Go client libraries, make sure to change your import paths. + ## Installing