Commit Graph

1537 Commits (v3.0.0-rc.2)

Author SHA1 Message Date
Matthew Fisher ed90425ebb
Merge pull request #6632 from mumoshu/add-plugin-envvars
6 years ago
Matthew Fisher 36e30472d7
Merge pull request #6639 from jlegrone/set-default-hook-delete-policy
6 years ago
Matthew Fisher 0f26eeb8fd
Merge pull request #6519 from SimonAlling/dev-v3
6 years ago
Taylor Thomas 38d4f33a0f
Merge pull request #6641 from VilledeMontreal/feat/refactorOutput
6 years ago
Martin Hickey 1cc2ad0061
Port #5298 to Helm v3 (#6613)
6 years ago
Matthew Fisher 9e9f317cbf
Merge pull request #6608 from bacongobbler/refactor-switch-statement
6 years ago
Martin Hickey dd1a440026
Add support to scaffold chart for ingress prior to k8s 1.14 (#6651)
6 years ago
John Howard 7a22cb88d9 Drop dependency on k8s.io/kubernetes (#6609)
6 years ago
Yusuke Kuoka 69adc5a218 v3: Propagate --kube-context, --kubeconfig and --namespace values to plugins
6 years ago
Simon Alling 2a462aef2d fix(pkg/chartutil): add tests according to feedback
6 years ago
Martin Hickey f12be4c4b6
Port #4078 to Helm v3 (#6619)
6 years ago
Marc Khouzam 483904656b ref(cmd): Use string method to list formats
6 years ago
Marc Khouzam 7fd384c8fb ref(cmd): Use method to list formats
6 years ago
Taylor Thomas 0ba959af0d feat(lint): Ports v2 functionality for linting pre-release charts
6 years ago
Jacob LeGrone 2d983f27e7
feat(hooks): never delete CustomResourceDefinitions
6 years ago
Jacob LeGrone 34d685f8bf
feat(hooks): set default deletion policy to before-hook-creation
6 years ago
Matthew Fisher 0227ade173
Merge pull request #6363 from jlegrone/refactor-test-command
6 years ago
Aaron Mell 8b8ffcdb21 Moved config and configOnce to struct
6 years ago
Jacob LeGrone 0645b92c1b
Print test status
6 years ago
Jacob LeGrone 6f18519957
Remove test --cleanup flag
6 years ago
Aaron Mell 00249a3235 Moved namespace and kubeconfig variable back to original place.
6 years ago
Simon Alling 50675e7cd7 fix(pkg/chartutil): include values.schema.json in packaged chart
6 years ago
Aaron Mell 1d66a676c8 Moved the GetNamespace and KubeConfig function from action to cli
6 years ago
Aaron Mell 3264b75378 Refactoring after rebasing with latest
6 years ago
Aaron Mell 01d7657c1e Another Code review change
6 years ago
Aaron Mell 851e016e90 Reverted previous commit, changes based on code review feedback.
6 years ago
Aaron Mell 1ca2ab1d8d Moving actionInit from cmd/helm/helm to pgk/action/action to make it easier to instantiate the configuration
6 years ago
Matthew Fisher 0141f9c806
Merge pull request #6628 from VilledeMontreal/fix/impossibleCond
6 years ago
KUOKA Yusuke 4c351c7248 fix(v3): fix type error while merging map loaded with `fromYaml` template func (#6630)
6 years ago
Dmitry Tokarev 1da0d011f9 Added NetworkPolicy, PodDisruptionBudget, and PodSecurityPolicy to InstallOrder. (#6624)
6 years ago
Marc Khouzam adbc39beb5 Remove impossible condition reported by linter
6 years ago
Taylor Thomas 6cfd47784b
Merge pull request #6625 from Dean-Coakley/get-output-cmd
6 years ago
Dean Coakley 3c899d0bde Add get values table output headers
6 years ago
Dean Coakley 66268d9eee fix(cmd): Add --output option to get values
6 years ago
Adam Reese 1e20ebae35
fix(pkg/kube): validate with OpenAPI on install
6 years ago
Adam Reese 442c3588e4
Merge pull request #6599 from adamreese/feat/validation
6 years ago
Martin Hickey f2aa97e313
fix(helm): Port accept dependency in requirements.yaml from charts directory (#6611)
6 years ago
Adam Reese 572b92dc8a
feat(pkg/kube): add openapi validation for k8s objects
6 years ago
Matthew Fisher f55a64240f
ref(wait): remove versioned type, use unversioned instead
6 years ago
fengxsong a4dd603f78
Refactor switch statement in pkg/kube/wait.go
6 years ago
fengxsong cf728f4076
fix wait.go
6 years ago
fengxusong 3b280ab038
Refactor switch statement in pkg/kube/wait.go
6 years ago
Matthew Fisher 7ffc879f13
Merge pull request #6607 from thomastaylor312/fix/missing_path_validation
6 years ago
Taylor Thomas 62ed7b3764
Merge pull request #6594 from thomastaylor312/feat/template_api_versions
6 years ago
Taylor Thomas 3637996dcd fix(chart): Ports security fix for invalid paths in tarballs
6 years ago
Taylor Thomas b9d504dd67
Merge pull request #6596 from thomastaylor312/feat/get_repo_file
6 years ago
Karuppiah Natarajan 704133ddd5
fix repo url being decoded while downloading repo index
6 years ago
wxdao c00890cae1 Fix Save misbehavior on nonexistent directory (#6360)
6 years ago
Taylor Thomas cc45056383
Merge pull request #6598 from thomastaylor312/feat/tarball_perms
6 years ago
Taylor Thomas fca14bcb76 feat(plugin): Ports file mode preservation for tarballs from v3
6 years ago
Taylor Thomas 63c994343b feat(wait): Ports ingress wait to v3
6 years ago
Taylor Thomas 854919fae8 feat(repo): Ports repo file `Get` method from v2
6 years ago
Taylor Thomas 0210d43a66
Merge pull request #6550 from thomastaylor312/fix/missing_debug
6 years ago
Taylor Thomas 59d3488d1c feat(template): Ports api-versions flag to v3
6 years ago
Taylor Thomas 3d64c6bb54 ref(cmd): Implement flag parsing for output format
6 years ago
Taylor Thomas 768d27b387 ref(*): Refactors output into its own package
6 years ago
Martin Hickey 335d27a976
Fix ingress API group in scaffold chart (#6591)
6 years ago
Matthew Fisher 0ae0f0742d
fix(action): fix import statement
6 years ago
Matthew Fisher 02999565a4
Merge pull request #6556 from karuppiah7890/conditional-dependencies-not-working-v3
6 years ago
Matthew Fisher c1e63a2a17
Merge pull request #6536 from karuppiah7890/fix-lint-for-no-package-found
6 years ago
Matthew Fisher 29765f4afe
Merge pull request #6490 from bacongobbler/port-create-enhancements
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
Matthew Fisher b02080dc2c
fix(downloader): bypass index cache when repository URL defined
6 years ago
Matthew Fisher 9510713d21
fix(chartutil): port over enhancements to `helm create` from Helm 2
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 e3137d106a
Migrating dependency management to go modules
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
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
Taylor Thomas 15d277360e
Merge pull request #6504 from thomastaylor312/feat/output
6 years ago
Martin Hickey caa26c4bb2
Change release storage name to use helm storage type as prefix (#6500)
6 years ago
Taylor Thomas eac6a60001 feat(*): Ports all output functionality from v2
6 years ago
Adam Reese d3805a1d54
ref(pkg/cli): refactor environment variable setup
6 years ago
Taylor Thomas 85572df378
Merge pull request #6494 from thomastaylor312/feat/set_file
6 years ago
Matthew Fisher 261e5b00ac
Merge pull request #6491 from bacongobbler/port-5700
6 years ago
Taylor Thomas 9b87721c1f fix(provenance): Ports error check for `Digest` to v3
6 years ago
Taylor Thomas 7599c5d489 feat(*): Ports `--set-file` flag to v3
6 years ago
Matthew Fisher faa9048580
Merge pull request #6486 from bacongobbler/fix-6452
6 years ago
Matthew Fisher 9742c8c5a2
fix(action): typo
6 years ago
Taylor Thomas 6419ff6961
Merge pull request #6480 from thomastaylor312/feat/cleanup_on_fail
6 years ago
Matthew Fisher 1b0b843d6a
fix(action): invalidate discovery client cache on startup
6 years ago
Matthew Fisher 3e891dbde9
Merge pull request #6425 from AndiDog/helm-template-no-reachability-check
6 years ago