Commit Graph

5478 Commits (v3.2.4)
 

Author SHA1 Message Date
Matthew Fisher 29765f4afe
Merge pull request #6490 from bacongobbler/port-create-enhancements
6 years ago
Taylor Thomas f8ab189515
Merge pull request #6582 from jonasrutishauser/fix/hooks_output
6 years ago
Jonas Rutishauser 9ea75a9f59
Use same output format for hooks as for manifest
6 years ago
Martin Hickey 2d5faff6a1
Create file locking directory if it does not exist (#6555)
6 years ago
Taylor Thomas 07c950fc41
Merge pull request #6571 from cgetzen/cg/dev-v3/kube_create_goroutine
6 years ago
Karuppiah Natarajan bb9426c4e2
fix(pkg/lint): fix lint silently ignoring non existing packaged charts
6 years ago
Charlie Getzen d2cafdc063 modify resources to match helm3
6 years ago
Charlie Getzen ce4ca05d0a use WaitGroup instead of channels and counters
6 years ago
Taylor Thomas 3799d0024c fix(cmd): Fix all the outputs
6 years ago
Matt Farina 410ec5319f
Merge pull request #6579 from cagataygurturk/fix-makefile
6 years ago
Cagatay Gurturk 5fa57aa905 Add v3 to missing line
6 years ago
Cagatay Gurturk 7066ac2f58 Fixed Makefile with the new package name
6 years ago
Matthew Fisher b02080dc2c
fix(downloader): bypass index cache when repository URL defined
6 years ago
Matthew Fisher 223c859867
fix(create): convert tabs to spaces on help output
6 years ago
Matthew Fisher 9510713d21
fix(chartutil): port over enhancements to `helm create` from Helm 2
6 years ago
Matt Farina ea0f59d69f
Merge pull request #6576 from mattfarina/fix-go-modules
6 years ago
Matt Farina 0c551a02c0
Merge pull request #6574 from mattfarina/cruft-cleanup
6 years ago
Matt Farina cc51efda47
Fixing the ability to build v3
6 years ago
Matt Farina a1a8825cdc
Removing some duplicate go module stuff not needed
6 years ago
Matt Farina 6f0235f659
Merge pull request #5498 from mattfarina/go-mod
6 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
6 years ago
Matt Farina 967f4fed42
Update dependencies
6 years ago
Charlie Getzen 25bbd88639 Add check on empty list
6 years ago
Charlie Getzen 4c39d2b63f batch perform function by resource kind (Deployment, Pod, etc)
6 years ago
Charlie Getzen f7a05ba018 Use a goroutine when interacting with kube api
6 years ago
Matt Farina f18c078618
Reducing the circleci footprint
6 years ago
Taylor Thomas e247d30503
Merge pull request #6563 from VilledeMontreal/fix/historyOutputFlag
6 years ago
Matt Farina e3137d106a
Migrating dependency management to go modules
6 years ago
Marc Khouzam cb86db7ff5 fix(cmd) have history use global output flag
6 years ago
Matthew Fisher 5c592dcca6
Merge pull request #6541 from BhaveshSethi/feature/add-version-to-helm-list
6 years ago
Taylor Thomas 319045d351
Merge pull request #6547 from SimonAlling/processDependencyConditions
6 years ago
Taylor Thomas 3cc0240d8d
Merge pull request #6549 from perher/no-wait-paused-v3
6 years ago
Matthew Fisher c1fc24c84e
Merge pull request #6386 from VilledeMontreal/fix/testrunnocluster
6 years ago
Karuppiah Natarajan 337f52c566
fix(pkg/action): fix conditional dependencies not working with reuse values
6 years ago
Simon Alling 43bb10cd24 ref(pkg/chartutil): Dry up file and path names (#6554)
6 years ago
Taylor Thomas 11d5a269a7
Merge pull request #6542 from thomastaylor312/fix/atomic_delete
6 years ago
Taylor Thomas 6ccb2897d9 PR fixes
6 years ago
Per Hermansson f5e977b8ed Skip waiting for paused deployments
6 years ago
Simon Alling a40debd42b ref(pkg/chartutil): Simplify processDependencyConditions
6 years ago
Taylor Thomas 36f3a4b326 fix(action): Protects against current resource conflicts
6 years ago
Matthew Fisher 37f7cc0851
Merge pull request #4917 from derkoe/dev-v3-fix-requirement-condition
6 years ago
Bhavesh Sethi 0c43fc9175 go formatted - (gofmt)
6 years ago
Bhavesh Sethi 951a5d1b9c update test files to account for added field
6 years ago
Bhavesh Sethi 40962b1be7 add appVersion field to output
6 years ago
Taylor Thomas 0ca3840714
Merge pull request #6444 from mumoshu/fix-no-hooks-flag
6 years ago
Martin Hickey 26dacf84aa
feat(cmd): Port child NOTES.txt rendering to Helm 3 (#6512)
6 years ago
Martin Hickey db15a6f898
Create charts directory for scaffold chart (#6516)
6 years ago
Yusuke Kuoka 5c18e1b89f fix(helm3): `helm template` output should include hooks by default
6 years ago
Taylor Thomas 3fa4465eec
Merge pull request #6502 from VilledeMontreal/feat-v3/compRenamedBin
6 years ago
Marc Khouzam c225b60307 Avoid string concatenation
6 years ago