-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Comparing changes
Open a pull request
base repository: helm/helm
base: v3.8.1
head repository: helm/helm
compare: v3.8.2
- 15 commits
- 24 files changed
- 7 contributors
Commits on Apr 8, 2022
-
Signed-off-by: Matthias Fehr <[email protected]> (cherry picked from commit aa33f4f)
Configuration menu - View commit details
-
Copy full SHA for 6c5adf1 - Browse repository at this point
Copy the full SHA 6c5adf1View commit details -
Add transport option and tests
Signed-off-by: Matthias Fehr <[email protected]> (cherry picked from commit 45367ca)
Configuration menu - View commit details
-
Copy full SHA for ab4dc78 - Browse repository at this point
Copy the full SHA ab4dc78View commit details -
Signed-off-by: Matthias Fehr <[email protected]> (cherry picked from commit 2acda0c)
Configuration menu - View commit details
-
Copy full SHA for 65b6e6d - Browse repository at this point
Copy the full SHA 65b6e6dView commit details -
Pass http getter as pointer in tests
Signed-off-by: Matthias Fehr <[email protected]> (cherry picked from commit 7d22040)
Configuration menu - View commit details
-
Copy full SHA for b216f76 - Browse repository at this point
Copy the full SHA b216f76View commit details -
Dont modify provided transport
Signed-off-by: Matthias Fehr <[email protected]> (cherry picked from commit cab1fc8)
Configuration menu - View commit details
-
Copy full SHA for f4276f4 - Browse repository at this point
Copy the full SHA f4276f4View commit details -
Updating vcs to latest version
vcs had a release due to a CVE. This updates to the latest version that mitigates the CVE. Note, the Makefile was updated so that `make build` would build without cgo just like gox does in the CI pipeline. They should both build without cgo so we can catch issues before merging to master where a canary build would pick up the problem. Signed-off-by: Matt Farina <[email protected]> (cherry picked from commit 3490f1e)
Configuration menu - View commit details
-
Copy full SHA for c0a645a - Browse repository at this point
Copy the full SHA c0a645aView commit details -
Bumping Kubernetes package versions
Signed-off-by: Matt Farina <[email protected]> (cherry picked from commit a87ab07)
Configuration menu - View commit details
-
Copy full SHA for 9d3ce9b - Browse repository at this point
Copy the full SHA 9d3ce9bView commit details
Commits on Apr 12, 2022
-
Fix value precedence when importing values from child. Closes #9940 Signed-off-by: Aram Zegerius <[email protected]> (cherry picked from commit c4952c9)
Configuration menu - View commit details
-
Copy full SHA for 5d017e1 - Browse repository at this point
Copy the full SHA 5d017e1View commit details -
Add tests for multi-level dependencies.
Closes #9940 Signed-off-by: Aram Zegerius <[email protected]> Signed-off-by: Ankita Bhopatkar <[email protected]> (cherry picked from commit 4b49f35)
Configuration menu - View commit details
-
Copy full SHA for d263aaa - Browse repository at this point
Copy the full SHA d263aaaView commit details -
fix tarFromLocalDir saving file dependencies in dest path
Signed-off-by: Matthew Fisher <[email protected]> (cherry picked from commit adfb52e)
Configuration menu - View commit details
-
Copy full SHA for bd77989 - Browse repository at this point
Copy the full SHA bd77989View commit details -
Make validation errors easier to fix
Problem: the warnings don't give enough details about which values are problematic, only the name of the leaf key. This is all the more annoying when you have a chart depending on other charts. ``` mainchart | +- subchart1 +- subchart2 +- subchart3 ``` Here are some warnings I get before the change: ``` coalesce.go:199: warning: destination for credentials is a table. Ignoring non-table value coalesce.go:160: warning: skipped value for resources: Not a table. coalesce.go:160: warning: skipped value for googleSheetsServiceAccount: Not a table. coalesce.go:199: warning: destination for googleSheetsServiceAccount is a table. Ignoring non-table value coalesce.go:199: warning: destination for resources is a table. Ignoring non-table value [] coalesce.go:199: warning: destination for credentials is a table. Ignoring non-table value coalesce.go:199: warning: destination for credentials is a table. Ignoring non-table value coalesce.go:160: warning: skipped value for resources: Not a table. coalesce.go:160: warning: skipped value for googleSheetsServiceAccount: Not a table. ``` with fix: ``` coalesce.go:162: warning: skipped value for subchart1.resources: Not a table. coalesce.go:162: warning: skipped value for subchart2.googleSheetsServiceAccount: Not a table. coalesce.go:211: warning: destination for subchart3.aws.credentials is a table. Ignoring non-table value () coalesce.go:211: warning: destination for mainchart.subchart3.aws.credentials is a table. Ignoring non-table value () coalesce.go:211: warning: destination for mainchart.subchart2.googleSheetsServiceAccount is a table. Ignoring non-table value () coalesce.go:211: warning: destination for mainchart.subchart1.resources is a table. Ignoring non-table value ([]) coalesce.go:162: warning: skipped value for subchart1.resources: Not a table. coalesce.go:162: warning: skipped value for subchart2.googleSheetsServiceAccount: Not a table. coalesce.go:211: warning: destination for subchart3.aws.credentials is a table. Ignoring non-table value () ``` Signed-off-by: Damien Nozay <[email protected]> add tests Signed-off-by: Damien Nozay <[email protected]> (cherry picked from commit 65ec3d6)
Configuration menu - View commit details
-
Copy full SHA for 7df8251 - Browse repository at this point
Copy the full SHA 7df8251View commit details -
Signed-off-by: Aram Zegerius <[email protected]> Signed-off-by: Ankita Bhopatkar <[email protected]> (cherry picked from commit 3fd4a11)
Configuration menu - View commit details
-
Copy full SHA for 7526b0e - Browse repository at this point
Copy the full SHA 7526b0eView commit details -
Signed-off-by: Aram Zegerius <[email protected]> Signed-off-by: Ankita Bhopatkar <[email protected]> (cherry picked from commit 752aa6d)
Configuration menu - View commit details
-
Copy full SHA for cf45b1a - Browse repository at this point
Copy the full SHA cf45b1aView commit details -
Fixing downloader plugin error handling
Signed-off-by: Zoran Krleza <[email protected]> (cherry picked from commit 06c39c8)
Configuration menu - View commit details
-
Copy full SHA for 7c3f651 - Browse repository at this point
Copy the full SHA 7c3f651View commit details
Commits on Apr 13, 2022
-
Bump oras.land/oras-go from 1.1.0 to 1.1.1
Bumps [oras.land/oras-go](https://github.com/oras-project/oras-go) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/oras-project/oras-go/releases) - [Commits](oras-project/oras-go@v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: oras.land/oras-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 6eee0de)
Configuration menu - View commit details
-
Copy full SHA for 6e3701e - Browse repository at this point
Copy the full SHA 6e3701eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.8.1...v3.8.2