Commit Graph

1230 Commits (dev-v2)

Author SHA1 Message Date
Martin Hickey 3630a5325a
Merge pull request #5678 from pdecat/fix-helm-repo-add-concurrent
6 years ago
Naseem a985f34b81 Add sa
6 years ago
Deepak Sattiraju c49ba7da85 feat(helm): adding --name to update single repo
6 years ago
Marc Khouzam 08650b22d4 Merge branch 'master' into fix/zshFlagBug
6 years ago
Marc Khouzam 48f0e3101d Allow for completion of aliases
6 years ago
Matthew Fisher 337be4dea6
Merge pull request #5562 from VilledeMontreal/feature/improveStatusDeleteCompletion
6 years ago
Marc Khouzam 1bd6281761 Revert "Cannot have an = sign as an index"
6 years ago
Xiang Dai 3b392e41ea Update helm create doc
6 years ago
Martin Hickey b0b0accdfc
Merge pull request #5666 from tariq1890/fix_short
6 years ago
Adam Eijdenberg 5b9311d163 Fix nested null value overrides
6 years ago
dev-chulbuji 3d487547f9 change deployment version
6 years ago
Marc Khouzam 0239cc4457 (helm): Proper fix for #5046
6 years ago
Marc Khouzam be82cb240c Add a filter to the helm list call for completion
6 years ago
Marc Khouzam efcfbbf663 Merge branch 'master' into feature/improveStatusDeleteCompletion
6 years ago
Tariq Ibrahim 8fcc438b67
fix the short descriptions of all helm commands
6 years ago
Patrick Decat 79a190a6d0
Decrease number of concurrent subprocesses for helm repo add test case to fit within CircleCI's pipeline memory limit
6 years ago
Patrick Decat 6b800509d0
Add comment to explain why the repositories file is read a second time
6 years ago
Patrick Decat 3f3b5b42f8
Lower repository file rewriting timeout from 5 minutes to 30 seconds
6 years ago
Patrick Decat 848d54f451
Remove obsolete comment from early file locking implementation
6 years ago
Patrick Decat 7a470252a9
Use github.com/gofrs/flock for cross platform file locking
6 years ago
Patrick Decat e07dfcbc00
Lock the repository file for concurrent processes synchronization and re-read its content before updating it
6 years ago
Patrick Decat ed9934adfa
Add test cases to reproduce issues with concurrent `helm repo add` commands
6 years ago
KUOKA Yusuke 3d8f8b866c
Merge branch 'master' into togglable-tiller-probe-endpoints
6 years ago
Jon Huhn e1b993bae8
Fix typo
6 years ago
Matthew Fisher a93ebe17d6
Merge pull request #5371 from PayFit/feat/add-sql-storage-driver
6 years ago
Jon Huhn e6d5fc933b
Fix typo
6 years ago
Martin Hickey 2106d6c97f
Merge pull request #5596 from hickeyma/fix-reset-force-bug
6 years ago
Marc Khouzam 3e1ca6fe6e fix(completion): --flag=val breaks zsh completion
6 years ago
Matthew Fisher 96258e3b29
Merge pull request #5669 from mortent/UpdateProtoTypes
6 years ago
Morten Torkildsen 072cd6af37 fix(helm): Regenerate go types from proto
6 years ago
Jeff Knurek 0a3ebb816b feat(helm) add '--template' option to 'helm get' for custom formatting
6 years ago
Jeff Knurek acb759c079 feat(helm) add 'get version' to get the chart version
6 years ago
Marc Khouzam 85fe8a759f Dynamic completion for helm upgrade, get, rollback
7 years ago
Martin Hickey d082754b1a Fix environment list in helm doc
7 years ago
Matt Farina b06b5ef4d2
Merge pull request #5373 from luisdavim/version_label
7 years ago
Luis Davim 0270f2e2b5 Reduce template code duplication. Fixes #5372
7 years ago
Martin Hickey 77185d31a9 Fix reset force which hangs Tiller pod removed
7 years ago
Marc Khouzam 0980100560 List all releases when doing completion
7 years ago
Étienne Lafarge a602d70842 [storage] Add an SQL storage driver
7 years ago
Evan Vetere f602c2328d tone down the enthusiasm
7 years ago
SataQiu 06fbc720e7 refactor: using tiller probe port constant
7 years ago
SataQiu e48a3be64a define port 44134 as a constant
7 years ago
xichengliudui eb457460b1 Using const() defines constants together
7 years ago
SataQiu 43c4378444 cleanup: using const block
7 years ago
Timofey Kirillov f506db4b75 Add --cleanup-on-fail support into --atomic: use CleanupOnFail param in rollback
7 years ago
Matthew Fisher 5027c29b56
Merge pull request #5573 from SataQiu/refactor-20190409
7 years ago
SataQiu b72265b4f3 refactor: use const code block
7 years ago
Marc Khouzam 6a33235fc8 Also complete history and test with release name
7 years ago
Marc Khouzam d2ab3f5062 Cannot have an = sign as an index
7 years ago
Marc Khouzam f25729f234 Add support for override flags in completion
7 years ago
Marc Khouzam 288fb869a2 Add completion for helm delete
7 years ago
Marc Khouzam a7d6820d53 Add completion for helm status
7 years ago
Yusuke KUOKA 43db85e5df feat: tiller probing endpoints can be disabled
7 years ago
Matthew Fisher 53d432fa58
Merge pull request #4871 from flant/fix-no-resource-with-the-name-found
7 years ago
Matthew Fisher 7f7761af0c
Merge pull request #5557 from mumoshu/configurable-tiller-probe-addr
7 years ago
Taylor Thomas a85412f0b9
Merge pull request #5509 from nauxliu/patch-2
7 years ago
Taylor Thomas 2663559573
Merge pull request #5507 from Evesy/master
7 years ago
Yusuke KUOKA 293fd78821 feat: make tiller probeAddr configurable
7 years ago
Joschka Tillmanns 6cf4b8703f don't do multiple chart reads on upgrade
7 years ago
Matthew Fisher 3c871c0030
chore(glide): bump kubernetes to 1.14
7 years ago
Xiangxuan Liu 7990363d15 Fix description of helm dependency command
7 years ago
Mike Eves bc660928de Don't print ROLLING BACK if atomic is not set
7 years ago
Timofey Kirillov 5ffe4ce588
Fix `no RESOURCE with the name NAME found`
7 years ago
tariqibrahim 29795691ed style: fix golint error in init.go for redundant err!=nil check
7 years ago
Matthew Fisher 87b44dd892
Merge pull request #5189 from pdecat/refactor-init-for-reuse
7 years ago
Marc Khouzam 9cc6902875 Must use index 0 for funcstack
7 years ago
Marc Khouzam 4fec4b6766 Fix debug printouts for zsh completion
7 years ago
Luis Davim b7b372f693 Add app.kubernetes.io/version label
7 years ago
Matthew Fisher 3c86f112e2
restore klog flags (#5411)
7 years ago
Martin Hickey ea1bd7e163 Update dependency build doc to improve understanding (#5379)
7 years ago
Patrick Decat 7da53d6e70
Refactor helm init command for reuse, allowing other programs to initialize local helm home directory without shelling out to the helm binary
7 years ago
Marc Khouzam c94c00915f Fix #5046 compatible with MacOS (#5406)
7 years ago
Nguyen Hai Truong d9d2b3ae48 Fix many misspelling words (#5357)
7 years ago
Marc Jansen 8224e3348e Symmetrical asterisks (#5325)
7 years ago
Arash Deshmeh 9f4a9d206c fix(helm): fixed output leak from template command unit tests
7 years ago
Aaron Roydhouse 1984f436af Document the HELM_TLS_HOSTNAME variable in 'helm --help' (#5123)
7 years ago
adshmh 1f386a34ea add --devel flag to inspect command (#5141)
7 years ago
adshmh 3953f0e884 fix(helm): add test for repo update strict flag (#5183)
7 years ago
Ryan Hartje c9dfd25071 added warning and set default image for unreleased versions of helm for #3770 (#3781)
7 years ago
lIuDuI 7161095f79 Update func name (#5241)
7 years ago
Matthew Fisher 51a7a4487b
docs: add note on rolling back to the previous release (#5228)
7 years ago
Amim Knabben 5cf932c140 Changing deprecated library reference and setting delete propagation background policy (#5161)
7 years ago
Peter Stalman 4c1edcf049 Fixes #5046, zsh completion (#5072)
7 years ago
Alexander Nesterenko 2332b480c9 Update docs to include information about setting `--wait flag`
7 years ago
Alexander Nesterenko 5744af51e8 Add smoke tests
7 years ago
Alexander Nesterenko e137c55a3a [#3338] Rename "safe" to "atomic" which gives more clear understanding, what it does
7 years ago
Alexander Nesterenko 869efd59be Fix codestyle and update docs
7 years ago
Alexander Nesterenko 8a5c7f1571 Implement "atomic" upgrade/install
7 years ago
Matthew Fisher 581e6cdbb8
fix: use RFC 1123 subdomains for name verification (#5132)
7 years ago
Koichi Shiraishi 812b74aca5 Fix delete.go file permission (#5194)
7 years ago
Deepak Sattiraju a4bc9fd733 Fixing helm search display format #5148 (#5162)
7 years ago
Arash Deshmeh 764c3187e9 fix(helm): refactor lint unit tests to table-driven
7 years ago
Arash Deshmeh bfc0d76fff fix(helm): allow lint to parse pre-release charts
7 years ago
Michelle Noorali 2b7221b5b7
Merge pull request #4088 from jgleonard/2751
7 years ago
Arash Deshmeh ff3dc9dd33 fix(helm): fix unit tests of the history command to ensure the max option is covered. Add the required support to the fake client
7 years ago
Arash Deshmeh a05311e6fd feat(helm): add AppVersion column to the output of helm history command
7 years ago
Frank Hamand 158d6dbb74 Add --parallel flag to helm test (#4144)
7 years ago
Henry Nash 146c61af37 fix(helm): Correct and improve resilence of template check in unit test (#5010)
7 years ago
Tariq Ibrahim c095b9232d avoid kubernetes import for slice contains logic (#4963)
7 years ago
Abu Hanifa 865c1d3c77 Error message if anyone try to create multiple helm chart at a time (#4952)
7 years ago