Commit Graph

1606 Commits (c365c8dcdc99e1fa294fa985d802b20e94b9c30a)

Author SHA1 Message Date
Matthew Fisher e91feed1a3
fix(install): log the error when recording the release
7 years ago
Matthew Fisher 9be2445da5
Merge pull request #6943 from hangpark/fix/resolve-repo-alias-before-build
7 years ago
Hang Park 0987c6f7b9
fix(pkg/downloader): resolve repo alias before checking digests on build
7 years ago
Hang Park 17553db485
fix(pkg/downloader): add failing test for build with repo alias
7 years ago
Matthew Fisher b30467c2e5
fix(strvals): port #3912, #4142, #4682, and #5151 to Helm 3
7 years ago
Matthew Fisher aa6104e442
fix(tlsutil): accept only a CA certificate for validation
7 years ago
Matt Butcher 865c46c014
fix: stop discovery errors from halting chart rendering. (#6908)
7 years ago
Marc Brugger 8231b17c31 print gvk information on existing resource conflict
7 years ago
Matthew Fisher bd1f4a443e
fix(show): restore comments from raw values
7 years ago
Matthew Fisher 3d6db86b4a
Merge pull request #6865 from bacongobbler/fix-6635
7 years ago
Taylor Thomas 4b462c3902
Merge pull request #6869 from databus23/compare-ns
7 years ago
Fabian Ruff 7f7e90b407 Consider namespace when comparing resources
7 years ago
Matthew Fisher c9b127c3ee
fix(getter): set up TLS options during .Get()
7 years ago
Matthew Fisher 668f51bfdf
fix(chart): add JSON tags to chart object
7 years ago
Matt Farina 9f1dc3b0d5
Merge pull request #6750 from ysh7/support-cross-device-rename-v3
7 years ago
Matthew Fisher 42dea4427b
Merge pull request #6837 from bacongobbler/fix-6600
7 years ago
Matthew Fisher bf012282c8
fix(action): strip file extensions from name
7 years ago
Matthew Fisher 469bb6b0bd
Merge pull request #6836 from bacongobbler/fix-6805
7 years ago
Jeff Bachtel 2e1c54855e Add namespace option to example kubectl command
7 years ago
Matthew Fisher 9ba574f130
Merge pull request #6821 from lamLeX/fix-6820
7 years ago
Matthew Fisher a505f91073
fix(kube): return error when object cannot be patched
7 years ago
Kamalashree Nagaraj 73db724c6c feat(helm): add linting support for '.tar.gz' tarballs for helm charts (#6829)
7 years ago
Lam Le afda6b4940
Porting fix from commit f5986db184
7 years ago
Matthew Fisher 2033853d8c
Merge pull request #6822 from bacongobbler/security-audit
7 years ago
Taylor Thomas b6f5762d46 fix(chartutil): Add the v1 apiextensions to the default scheme
7 years ago
Taylor Thomas 9322910eb9
Merge pull request #6812 from mumoshu/fix-misisng-apiextensionsv1beta1-on-template-cmd
7 years ago
Taylor Thomas 6a91263e38 fix(releaseutil): Removes API version checks from kind sorter
7 years ago
Matthew Fisher 5a7d4f1f74
fix(loader): error out when loading irregular files
7 years ago
Yusuke Kuoka 6d91d1aca8 fix(v3): Allow rendering CRDs in `helm template` client-only validation
7 years ago
Matthew Fisher f1dc84773f
Merge pull request #6798 from aaronmell/Make_Namespace_Public
7 years ago
Matthew Fisher 2c791189f8
Merge pull request #6736 from hangpark/fix/calculate-digest-from-chart-yaml-n-chart-lock
7 years ago
Aaron Mell 31f2fea061 Passing the namespace to actionconfig.Init instead of the entire object.
7 years ago
Aaron Mell eab9d2817d Revert "Allow namespace to be set by programs consuming helm."
7 years ago
Hang Park c72caf6a11
fix(pkg/downloader): Calculate digest from both Chart.lock & Chart.yaml deps
7 years ago
Aaron Mell bc2cd3c794 Allow namespace to be set by programs consuming helm.
7 years ago
Taylor Thomas c69af3d5bd fix(wait): Removes ingress checks
7 years ago
Mateusz Szostok 062235142b fix(repo/search): fix helm repo search command to display proper versions
7 years ago
Karuppiah Natarajan bfd8250803 fix list not showing multiple releases with same name in different namespaces (#6756)
7 years ago
Yagnesh Mistry 41e70306b3 Fix import
7 years ago
Oleg Sidorov 44a81f63f7 Revert "chartutil.ReadValues is forced to unmarshal numbers into json.Number refs #1707 [dev-v3]"
7 years ago
Yagnesh Mistry ceb6bcb318 fix rename for helm dependency upgrade
7 years ago
Hang Park 9e9999b671
fix(pkg/downloader): Add failing tests for #6416 and bugs due to #5874
7 years ago
Taylor Thomas 25697a62c4 feat(test): Adds --logs flag
7 years ago
Taylor Thomas a758490f4d fix(chartutil): Uses copystructure for deep copy to avoid using gob
7 years ago
Taylor Thomas 7892a36cb3
Merge pull request #6687 from thomastaylor312/feat/v3_lint
7 years ago
Matthew Fisher b38c413d1b
Merge pull request #6602 from karuppiah7890/fix-url-decode-v3
7 years ago
Matthew Fisher a92dd44cad
Merge pull request #6669 from SimonAlling/err
7 years ago
Taylor Thomas 5a23663c6b
Merge pull request #6679 from thomastaylor312/feat/timestamp_hell
7 years ago
Matthew Fisher 402fce389a
fix(chartutil): restore .Release.Revision
7 years ago
Taylor Thomas caf629a3e9 feat(lint): Adds v3 chart checks to linter
7 years ago
Matthew Fisher b42967ff51
Merge pull request #6681 from bacongobbler/fix-6642
7 years ago
Matthew Fisher 4d5a62303e
fix(kube): replace rather than delete/create
7 years ago
Karuppiah Natarajan dfed8ab5e3
fix install storing computed values in release
7 years ago
Taylor Thomas 93abfd75ad Remove reference to stdtime to reduce confusion
7 years ago
Matthew Fisher e7413bd61c
Merge pull request #6678 from sidharthsurana/fix-nil-pointer-load
7 years ago
Sidharth Surana 31d41d3fd1 Add unit test for this specific case of loading from V1 archive
7 years ago
Matthew Fisher 40572311ab
Merge pull request #6488 from bacongobbler/port-6258
7 years ago
Simon Alling a7c285bf7e ref(pkg/chartutil): Improve error handling code in Save
7 years ago
Taylor Thomas 4d7968f692 ref(time): Adds wrapper for most time stdlib methods
7 years ago
Sidharth Surana 8f833fed25 Fix the ordering of the APIVersion check to avoid nil pointer
7 years ago
Ken Perkins 060def3b88 Fix chartutils/errors.go stack overflow
7 years ago
Ken Perkins 01ea487582 Introducing an tests for chartutils/errors.go
7 years ago
Taylor Thomas aa429e150a feat(*): Adds custom time package for better marshalling
7 years ago
Aaron Mell 6a98d1f1d2 Code Review Changes
7 years ago
Aaron Mell 4eca26e4e1 Modified the scope of Kubeconfig so it could be set outside an env variable.
7 years ago
Jonas Rutishauser 0650d6953d
Remove all known arguments in plugin invocations
7 years ago
Taylor Thomas 01e593fbcd fix(action): Fixes ordering of variable binding
7 years ago
Taylor Thomas da72944611
Merge pull request #6640 from thomastaylor312/feat/parse_pre_release
7 years ago
Taylor Thomas 1123e5ca1f fix(cli): Fixes incorrect variable reference
7 years ago
Matthew Fisher ed90425ebb
Merge pull request #6632 from mumoshu/add-plugin-envvars
7 years ago
Matthew Fisher 36e30472d7
Merge pull request #6639 from jlegrone/set-default-hook-delete-policy
7 years ago
Matthew Fisher 0f26eeb8fd
Merge pull request #6519 from SimonAlling/dev-v3
7 years ago
Taylor Thomas 38d4f33a0f
Merge pull request #6641 from VilledeMontreal/feat/refactorOutput
7 years ago
Martin Hickey 1cc2ad0061
Port #5298 to Helm v3 (#6613)
7 years ago
Matthew Fisher 9e9f317cbf
Merge pull request #6608 from bacongobbler/refactor-switch-statement
7 years ago
Martin Hickey dd1a440026
Add support to scaffold chart for ingress prior to k8s 1.14 (#6651)
7 years ago
John Howard 7a22cb88d9 Drop dependency on k8s.io/kubernetes (#6609)
7 years ago
Yusuke Kuoka 69adc5a218 v3: Propagate --kube-context, --kubeconfig and --namespace values to plugins
7 years ago
Simon Alling 2a462aef2d fix(pkg/chartutil): add tests according to feedback
7 years ago
Martin Hickey f12be4c4b6
Port #4078 to Helm v3 (#6619)
7 years ago
Marc Khouzam 483904656b ref(cmd): Use string method to list formats
7 years ago
Marc Khouzam 7fd384c8fb ref(cmd): Use method to list formats
7 years ago
Taylor Thomas 0ba959af0d feat(lint): Ports v2 functionality for linting pre-release charts
7 years ago
Jacob LeGrone 2d983f27e7
feat(hooks): never delete CustomResourceDefinitions
7 years ago
Jacob LeGrone 34d685f8bf
feat(hooks): set default deletion policy to before-hook-creation
7 years ago
Matthew Fisher 0227ade173
Merge pull request #6363 from jlegrone/refactor-test-command
7 years ago
Aaron Mell 8b8ffcdb21 Moved config and configOnce to struct
7 years ago
Jacob LeGrone 0645b92c1b
Print test status
7 years ago
Jacob LeGrone 6f18519957
Remove test --cleanup flag
7 years ago
Aaron Mell 00249a3235 Moved namespace and kubeconfig variable back to original place.
7 years ago
Simon Alling 50675e7cd7 fix(pkg/chartutil): include values.schema.json in packaged chart
7 years ago
Aaron Mell 1d66a676c8 Moved the GetNamespace and KubeConfig function from action to cli
7 years ago
Aaron Mell 3264b75378 Refactoring after rebasing with latest
7 years ago
Aaron Mell 01d7657c1e Another Code review change
7 years ago
Aaron Mell 851e016e90 Reverted previous commit, changes based on code review feedback.
7 years ago
Aaron Mell 1ca2ab1d8d Moving actionInit from cmd/helm/helm to pgk/action/action to make it easier to instantiate the configuration
7 years ago
Matthew Fisher 0141f9c806
Merge pull request #6628 from VilledeMontreal/fix/impossibleCond
7 years ago
KUOKA Yusuke 4c351c7248 fix(v3): fix type error while merging map loaded with `fromYaml` template func (#6630)
7 years ago
Dmitry Tokarev 1da0d011f9 Added NetworkPolicy, PodDisruptionBudget, and PodSecurityPolicy to InstallOrder. (#6624)
7 years ago
Marc Khouzam adbc39beb5 Remove impossible condition reported by linter
7 years ago