Commit Graph

212 Commits (main)

Author SHA1 Message Date
Nathan Baulch ef85fa7f2d
Grammar fixes
2 months ago
Matt Farina c81bd8912e
Revert "Improve helm dependency update performance"
2 months ago
Matt Farina d644da6205
bump version to v3.16.0
2 months ago
MichaelMorris 9e5f465499 Merge branch 'helm:main' into fixDepUpPerformance
3 months ago
Matt Farina 79cad1a133
Merge pull request #12934 from AndiDog/error-message-chart-version
5 months ago
Robert Sirchia 30a5598f2b Update walk.go
6 months ago
Matt Farina 886e626636 bump version to v3.15.0
6 months ago
Matt Farina 7b70fdf2a2
Merge pull request #12701 from mattfarina/bump-version-3.14
6 months ago
Jeff van Dam dc761caf00
Merge branch 'helm:main' into fixDepUpPerformance
6 months ago
Andreas Sommer ac75eae98c Add error details when a dependent chart's version cannot be found in a repo
7 months ago
Robert Sirchia d58d7b3762 Fixing all the linting errors
8 months ago
Matt Farina f4c37e7db5
bump version to
10 months ago
Ismail Alidzhikov 5586760133 Make the `ignore` pkg public again
11 months ago
Matt Farina c372b15022
bump version to v3.13.0
1 year ago
Jeff van Dam 183f01b32c Made urls key more specific
1 year ago
Eng Zer Jun 2ceebffc77
test: replace `ensure.TempDir` with `t.TempDir`
1 year ago
Matt Farina 1800554452
bump version to v3.12.0
2 years ago
JvD_Ericsson 1ce7939838 Improve helm dependency update performance
2 years ago
Matt Farina 8c4c635e9e
Merge pull request #11832 from my-git9/chore-httpstatus
2 years ago
Matt Farina 4e7e939f19
Updating the Go version in go.mod
2 years ago
Matt Farina 50c22ed7f9
Bump the Go version
2 years ago
Andrew Block 08593c8dd6
Added support for insecure OCI registries
2 years ago
xin.li 8a310c5a98 chore:Use http constants as http.request parameters
2 years ago
Matt Farina 6facbada26
bump version to v3.11.0
2 years ago
Matt Farina cd809f9b19
bump version to v3.10.0
2 years ago
yxxhero 39b0a82365 bump Go 1.18
2 years ago
Matt Farina 1db28a2311
bump version to v3.9.0
3 years ago
Matt Farina 2e6b5e1374
Updating symlink log message
3 years ago
Martin Hickey c477d697ec
Merge pull request #10458 from SimonAlling/remove-AssertGoldenBytes
3 years ago
Matthew Fisher 2878cc8079
replace +build with go:build
3 years ago
Josh Dolitsky 65d8e72504
Merge pull request #10628 from sabre1041/oci-dependencies-tag
3 years ago
Eng Zer Jun 2e3e22a003
test: use `T.TempDir` to create temporary test directory
3 years ago
Andrew Block 01ff5bb00d
Avoid querying for OCI tags can explicit version provided in chart dependencies
3 years ago
Matt Farina 0c8320b685
bump version to v3.8.0
3 years ago
David Peraza 7cab1a09e3 Move all the remainder module out of experimental.
3 years ago
David Peraza 9f869c6b21 Removing all the checks for oci experimental flag
3 years ago
Thomas Runyon 353d74e967 refactor internal/experimental/registry to pkg/registry
3 years ago
Scott Rigby 808a2d1908
Change underscore (_) back to plus (+) for Helm
3 years ago
Scott Rigby bd754a054c
Bring exact version check logic from IndexFile.Get into registry tag check
3 years ago
Andrew Block 9c3b000889
Fixed bad commit
3 years ago
Andrew Block 828941b273
Readded resolver OCI logic
3 years ago
Andrew Block 291c17fcc5
Enabled auth and support http registries for OCI
3 years ago
Scott Rigby 4c8a3faaa2
Fix import
3 years ago
Scott Rigby b6bf3905f3
Implement reusable GetTagMatchingVersionOrConstraint
3 years ago
Andrew Block 4f62d3dc1b
Started work on 'helm pull'
3 years ago
Andrew Block df98e18eb7
Working oci code without providing versions
3 years ago
Andrew Block 0fae7f5008
Updated tag resolver logic
3 years ago
Andrew Block 834a11db56
Added registryClient to resolver
3 years ago
Scott Rigby e3f2fb4235
Add OCI tag verions to the Dependency object before Resolve. TODO: fix HTTP HTTPS error for local registries
3 years ago
Andrew Block 9a7c362dd1
Initial tag listing support
3 years ago