Matt Farina
e13bf2345f
bump version to v2.16.0-rc.1
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Matt Farina
db9520dde5
Merge pull request #6834 from mattfarina/naming-tweak
...
Update language on search usage
6 years ago
Matt Farina
ae6a33fc2f
Update language on search usage
...
This is a followup to PR #6780 that implements some discussed
language changes.
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Matt Farina
77ca445c28
Merge pull request #6780 from mszostok/fix-search-repo-v2
...
fix(repo/search): fix helm repo search command to display proper versions
6 years ago
Matt Farina
5602f84f11
Merge pull request #6823 from mattfarina/2sa
...
Fix error when loading irregular files
6 years ago
Matt Farina
a4f46d7a38
Fix error when loading irregular files
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
6 years ago
Adam Reese
9bdd4703a3
Merge pull request #6810 from adamreese/ref/kube-1.16.2
...
ref(glide.yaml): kubernetes 1.16.2
6 years ago
Adam Reese
8a0185b103
pin md2man
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
d7d0427b0b
bump protobuf to match kubernetes
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
23c82fc3eb
ref(glide.yaml): kubernetes 1.16.2
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Taylor Thomas
3e4c19b353
Merge pull request #6792 from thomastaylor312/fix/ingress_wait
...
fix(wait): Removes ingress checks
6 years ago
Taylor Thomas
93e4697f4a
fix(wait): Removes ingress checks
...
Closes #6751
After doing some more digging, I found out that updating the status
of an `Ingress` object is completely optional. Because of this, Helm
cannot support ingresses with the `--wait` flag because there is no
standard way to identify that they are ready
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
6 years ago
Mateusz Szostok
71fa47f576
fix(repo/search): fix helm repo search command to display proper versions
...
Introduce the `--devel` flag for `helm repo search` command.
`helm repo search` - searches only for stable releases, prerelease versions will be skip
`helm repo search --devel` - searches for releases and prereleases (alpha, beta, and release candidate releases)
`helm repo search --version 1.0.0 - searches for release in version 1.0.0
Signed-off-by: Mateusz Szostok <szostok.mateusz@gmail.com>
6 years ago
Matt Farina
0a9bf4f966
Merge pull request #6754 from karuppiah7890/fix-lint-for-no-package-found-v2
...
fix silent lint ignore for non existing packaged charts
6 years ago
Martin Hickey
1f692330d4
Update release checklist ( #6762 )
...
Update to the checklist of things encountered during patch release.
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Karuppiah Natarajan
23926365a0
fix silent lint ignore for non existing packaged charts
...
Signed-off-by: Karuppiah Natarajan <karuppiah7890@gmail.com>
6 years ago
Matthew Fisher
d8964037f7
Merge pull request #6727 from bacongobbler/backport-6702
...
fix(sympath): walk symbolic links one once
6 years ago
Matthew Fisher
be6551c0f6
Merge pull request #6749 from icanhazbroccoli/icanhazbroccoli/revert-6010
...
Reverted changes introduced in #6010
6 years ago
Oleg Sidorov
4cddc82c0b
Reverted changes introduced in #6010
...
This commit reverts changes introduced in #6010 due to a massive
regression reported in #6708 . An attempt to fix the problem in
https://github.com/helm/helm/pull/6709 seems to be unreasonably clumzy
and hacky, therefore reverting the offensive change seems to be the most
pragmatic solution.
This reverts commits:
* 70cd32c4ce
.
* 9014bd9c50
.
Signed-off-by: Oleg Sidorov <me@whitebox.io>
6 years ago
Matthew Fisher
f573de088e
Merge pull request #6724 from bacongobbler/update-ci-helm2
...
fix(ci): only build Helm 2 off a tag
6 years ago
Matthew Fisher
50b838f9d3
fix(ci): only build Helm 2 off a tag
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Martin Hickey
7ca75251d6
Set output format when install flag on helm upgrade ( #6722 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Matthew Fisher
8489290300
fix(sympath): walk symbolic links one once
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matt Farina
9668ad4d90
Merge pull request #6698 from tao12345666333/update-to-go-1.13.3
...
Upgrade to go 1.13.3 (CVE-2019-17596)
6 years ago
Jintao Zhang
30bccea707
Upgrade to golang 1.13.3
...
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
6 years ago
Matthew Fisher
1ea5b84890
Merge pull request #6667 from yisiqi/recommend-helm-nexus
...
Recommend helm nexus plugin
6 years ago
Yi Siqi
c7841da9ad
Update related.md
...
Signed-off-by: Yi Siqi <yisq@me.com>
6 years ago
Matthew Fisher
52a3cdb8e4
Merge pull request #6694 from bacongobbler/fix-6682-helm2
...
fix(cmd): acquire file lock on repository.lock
6 years ago
Matthew Fisher
0a2d58457a
fix(cmd): acquire file lock on repository.lock
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
07c17133fd
Merge pull request #6671 from brennerm/ignore-coveralls-internal-errors
...
ignore coveralls internal server errors
6 years ago
Max Brenner
6570541f64
ignore coveralls internal server errors
...
Signed-off-by: Max Brenner <xamrennerb@gmail.com>
6 years ago
Matthew Fisher
f1d4d15b37
Merge pull request #6654 from bacongobbler/fix-6643
...
fix(kube): fix race condition
6 years ago
Matthew Fisher
33bb88851d
fix(kube): fix race condition
...
.Get() calls perform() on a list of infos, populating two shared maps. perform() now concurrently calls the ResourceActorFunc concurrently based on GVK, causing a data race condition in .Get()
This fixes that condition by locking the function to ensure these functions run serially for Helm 2 to fix the data race condition. This has since been optimized in Helm 3 so it's no longer an issue.
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
c0c2270fa2
Merge pull request #6637 from bacongobbler/bump-version-2.15
...
bump version to v2.15
6 years ago
Matthew Fisher
17027a1271
Merge pull request #6638 from bacongobbler/add-from-script-guide
...
Add from script guide
6 years ago
Matthew Fisher
82a52ed349
ref(README): update wording on using the From Script guide
...
- remove note on GCP (belongs in the Distribution Guide)
- clean up capitalization
- clarify wording
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
7afbddfba2
bump version to v2.15
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
14841258e0
Merge pull request #6590 from hickeyma/refactor-chart-create
...
Update Ingress API group in scaffold chart
6 years ago
Matthew Fisher
024f168bdf
Merge pull request #6612 from bacongobbler/rebase-6167
...
feat(test): add `--logs` to `helm test`
6 years ago
ConnorBrereton
79a8ca1576
Commit for PR #6429
...
Fixed linking alignment error in README.
Signed-off-by: ConnorBrereton <breretonconnor@gmail.com>
6 years ago
Matthew Fisher
9b9dcebea8
fix(kube): watch events from a matching pod
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
66e0c0b44d
Merge pull request #6620 from beautytiger/dev-191009-file_mode
...
fix file mode,it should be octal expressed
6 years ago
Guangming Wang
ecf9afbe06
fix file mode,it should be octal expressed
...
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
6 years ago
Martin Hickey
146f4315d3
Update Ingress API group in scaffold chart
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
6 years ago
Karuppiah Natarajan
519ccac294
fix repo url being decoded while downloading repo index ( #6060 )
...
Signed-off-by: Karuppiah Natarajan <karuppiah7890@gmail.com>
6 years ago
Matthew Fisher
91356c81eb
fix style
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
ca7a719c96
rebase from master, regenerate proto files
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Jeff Knurek
ef5d4e652c
change GetPodLogs to return io.Reader instead of string
...
well, more specifically returns an io.ReadCloser (giving the consumer more capabilities)
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
6 years ago
Jeff Knurek
7f2e0c535c
return error is client not set
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
6 years ago
Jeff Knurek
71cbbe4217
DOC: update documentation for helm test --logs
...
Signed-off-by: Jeff Knurek <j.knurek@travelaudience.com>
6 years ago