Commit Graph

1541 Commits (v3.0.0-rc.3)

Author SHA1 Message Date
Matthew Fisher f96a6ea9ad
fix(show): restore comments from raw values
6 years ago
Matthew Fisher 048c1d5f7f
fix(getter): set up TLS options during .Get()
6 years ago
Matthew Fisher 5657ea7f00
fix(chart): add JSON tags to chart object
6 years ago
Fabian Ruff 166092fd7e
Consider namespace when comparing resources
6 years ago
Yagnesh Mistry 82ea5aa774
Fix import
6 years ago
Yagnesh Mistry 7628ef9453
fix rename for helm dependency upgrade
6 years ago
Lam Le 7ed5319bab
Porting fix from commit f5986db184
6 years ago
Matthew Fisher e2a01b2ea5
fix(kube): return error when object cannot be patched
6 years ago
Matthew Fisher b78bed641b
fix(action): strip file extensions from name
6 years ago
Jeff Bachtel 70dd1b6c4d
Add namespace option to example kubectl command
6 years ago
Matthew Fisher 2033853d8c
Merge pull request #6822 from bacongobbler/security-audit
6 years ago
Taylor Thomas b6f5762d46 fix(chartutil): Add the v1 apiextensions to the default scheme
6 years ago
Taylor Thomas 9322910eb9
Merge pull request #6812 from mumoshu/fix-misisng-apiextensionsv1beta1-on-template-cmd
6 years ago
Taylor Thomas 6a91263e38 fix(releaseutil): Removes API version checks from kind sorter
6 years ago
Matthew Fisher 5a7d4f1f74
fix(loader): error out when loading irregular files
6 years ago
Yusuke Kuoka 6d91d1aca8 fix(v3): Allow rendering CRDs in `helm template` client-only validation
6 years ago
Matthew Fisher f1dc84773f
Merge pull request #6798 from aaronmell/Make_Namespace_Public
6 years ago
Matthew Fisher 2c791189f8
Merge pull request #6736 from hangpark/fix/calculate-digest-from-chart-yaml-n-chart-lock
6 years ago
Aaron Mell 31f2fea061 Passing the namespace to actionconfig.Init instead of the entire object.
6 years ago
Aaron Mell eab9d2817d Revert "Allow namespace to be set by programs consuming helm."
6 years ago
Hang Park c72caf6a11
fix(pkg/downloader): Calculate digest from both Chart.lock & Chart.yaml deps
6 years ago
Aaron Mell bc2cd3c794 Allow namespace to be set by programs consuming helm.
6 years ago
Taylor Thomas c69af3d5bd fix(wait): Removes ingress checks
6 years ago
Mateusz Szostok 062235142b fix(repo/search): fix helm repo search command to display proper versions
6 years ago
Karuppiah Natarajan bfd8250803 fix list not showing multiple releases with same name in different namespaces (#6756)
6 years ago
Oleg Sidorov 44a81f63f7 Revert "chartutil.ReadValues is forced to unmarshal numbers into json.Number refs #1707 [dev-v3]"
6 years ago
Hang Park 9e9999b671
fix(pkg/downloader): Add failing tests for #6416 and bugs due to #5874
6 years ago
Taylor Thomas 25697a62c4 feat(test): Adds --logs flag
6 years ago
Taylor Thomas a758490f4d fix(chartutil): Uses copystructure for deep copy to avoid using gob
6 years ago
Taylor Thomas 7892a36cb3
Merge pull request #6687 from thomastaylor312/feat/v3_lint
6 years ago
Matthew Fisher b38c413d1b
Merge pull request #6602 from karuppiah7890/fix-url-decode-v3
6 years ago
Matthew Fisher a92dd44cad
Merge pull request #6669 from SimonAlling/err
6 years ago
Taylor Thomas 5a23663c6b
Merge pull request #6679 from thomastaylor312/feat/timestamp_hell
6 years ago
Matthew Fisher 402fce389a
fix(chartutil): restore .Release.Revision
6 years ago
Taylor Thomas caf629a3e9 feat(lint): Adds v3 chart checks to linter
6 years ago
Matthew Fisher b42967ff51
Merge pull request #6681 from bacongobbler/fix-6642
6 years ago
Matthew Fisher 4d5a62303e
fix(kube): replace rather than delete/create
6 years ago
Karuppiah Natarajan dfed8ab5e3
fix install storing computed values in release
6 years ago
Taylor Thomas 93abfd75ad Remove reference to stdtime to reduce confusion
6 years ago
Matthew Fisher e7413bd61c
Merge pull request #6678 from sidharthsurana/fix-nil-pointer-load
6 years ago
Sidharth Surana 31d41d3fd1 Add unit test for this specific case of loading from V1 archive
6 years ago
Matthew Fisher 40572311ab
Merge pull request #6488 from bacongobbler/port-6258
6 years ago
Simon Alling a7c285bf7e ref(pkg/chartutil): Improve error handling code in Save
6 years ago
Taylor Thomas 4d7968f692 ref(time): Adds wrapper for most time stdlib methods
6 years ago
Sidharth Surana 8f833fed25 Fix the ordering of the APIVersion check to avoid nil pointer
6 years ago
Ken Perkins 060def3b88 Fix chartutils/errors.go stack overflow
6 years ago
Ken Perkins 01ea487582 Introducing an tests for chartutils/errors.go
6 years ago
Taylor Thomas aa429e150a feat(*): Adds custom time package for better marshalling
6 years ago
Aaron Mell 6a98d1f1d2 Code Review Changes
6 years ago
Aaron Mell 4eca26e4e1 Modified the scope of Kubeconfig so it could be set outside an env variable.
6 years ago