joe2far
a3d56852f1
fix(helm): make repo remove clear cache
8 years ago
Matt Butcher
5566e6baec
ref(pkg/client): move pkg/client to cmd/helm/installer
...
This is a minor refactor to move a leftover from Ancient Helm into the
current design. Specifically, the code to install Tiller from the Helm
client is now in `cmd/helm/installer`.
Closes #1033
8 years ago
Matt Butcher
5650072999
Merge pull request #1103 from technosophos/feat/973-list-all
...
feat(*): add 'helm list --all' and related flags
8 years ago
Matt Butcher
1be28d6f29
feat(*): add 'helm list --all' and related flags
...
This adds support for the following 'helm list' flags:
- all: show all release types
- deleted: show deleted releases
- deployed: show deployed releases
- failed: show failed releases
These flags can be toggled. Only '--deployed' is turned on by default.
On the server side, Tiller's list function can now filter based on a
slice of release.Status_Code filters. While the client only supports a
subset, the server supports all known release.Status_Code types.
Closes #973
8 years ago
Matt Butcher
f3022a0909
feat(helm): allow multiple args for fetch, package, delete
...
This allows the following commands to accept more than one argument on
the CLI:
- helm fetch
- helm package
- helm delete
Closes #1100
8 years ago
Michelle Noorali
3265550a50
Merge pull request #1102 from michelleN/1101/purge
...
ref(kube): delete skips IsNotFound errs
8 years ago
Michelle Noorali
50d8d36d8b
ref(kube): delete skips IsNotFound errs
...
Currently, delete returns an error if a resource is not found.
That is a bit confusing because if you delete something that
is not found, the end state is not really an error. The end
state is what you wanted to do in the first place. This type
of error is not propogated from the kube client but it is logged
in tiller. We could also change this to keep returning errors
(even the not found) and filter it out in the release server.
8 years ago
Matt Butcher
926d7931d8
Merge pull request #1067 from ebraminio/deletepurge
...
Add purge option for completely remove a release from tiller
8 years ago
Michelle Noorali
a1898cbde1
Merge pull request #1099 from michelleN/upgrade-errors
...
ref(*): return resource update errors
8 years ago
Michelle Noorali
c7bec34454
chore(kube): make update logic more generic
8 years ago
Michelle Noorali
197e466b9a
ref(*): return resource update errors
...
Resolves #1058
8 years ago
Adam Reese
76defc62ee
Merge pull request #1096 from adamreese/fix/spelings
...
fix(cmd): s/accomodate/accommodate/
8 years ago
Matt Butcher
01e2d367dd
Merge pull request #988 from technosophos/feat/sig-files
...
feat(pkg/provenance): add OpenPGP signatures
8 years ago
Adam Reese
9bb471d2a8
fix(cmd): s/accomodate/accommodate/
...
Matt's second offence.
8 years ago
Matt Butcher
0963914403
Merge pull request #1091 from technosophos/fix/1076-linter-debug
...
fix(helm): remove extra linter output
8 years ago
Matt Butcher
f1d07c3f11
feat(helm): add --verify flag to commands
...
This adds the --verify and --keyring flags to:
helm fetch
helm inspect
helm install
helm upgrade
Each of these commands can now make cryptographic verification a
prerequisite for using a chart.
8 years ago
Matt Butcher
d80df93414
feat(helm): add signature support to 'helm package'
8 years ago
Matt Butcher
ce83a8a777
feat(pkg/provenance): add OpenPGP signatures
...
This adds support for OpenPGP signatures containing provenance data.
Such information can be used to verify the integrity of a Chart by
testing that its file hash, metadata, and images are correct.
This first PR does not contain all of the tooling necessary for
end-to-end chart integrity. It contains just the library.
See #983
8 years ago
Matt Butcher
84761a559a
fix(helm): remove extra linter output
...
Closes #1076
8 years ago
Matt Butcher
64b73081ee
Merge pull request #1089 from technosophos/feat/1034-icon
...
feat(chart): support 'image:URL' in charts.
8 years ago
Matt Butcher
a46a033de4
feat(chart): support 'image:URL' in charts.
...
Closes #1034
8 years ago
Matt Butcher
7dadacc176
Merge pull request #1088 from jfrazelle/docs-updates
...
add docs table of contents and update quick start
8 years ago
Matt Butcher
13ee1af495
Merge pull request #1082 from devth/feat/add-set-to-helm-upgrade
...
Add --set flag to `helm upgrade`
8 years ago
Jess Frazelle
fed862985e
add docs table of contents and update quick start
...
Signed-off-by: Jess Frazelle <me@jessfraz.com>
8 years ago
Ville Aikas
c30a553bc1
Merge pull request #1069 from prydonius/add-notes-to-spec
...
docs(notes.txt): Add NOTES.txt to Chart spec, and describe chart documentation files
8 years ago
Matt Butcher
77171c0136
Merge pull request #1080 from technosophos/feat/1071-limit-rel-name-len
...
feat(tiller): limit the max len of Release.Name
8 years ago
Matt Butcher
0e212b9528
Merge pull request #1081 from technosophos/fix/update-sprig-2.5.0
...
fix(tiller): upgrade Sprig to 2.5.0
8 years ago
Trevor Hartman
9f0914f7cb
Add --set flag to `helm upgrade`
...
Fix #1070
8 years ago
Matt Butcher
202238d561
fix(tiller): upgrade Sprig to 2.5.0
...
We need this specifically for trimSuffix.
Closes #1071
8 years ago
Matt Butcher
cafec1202b
feat(tiller): limit the max len of Release.Name
...
This limits the number of characters in a release name to 14. This
preserves 10 characters for customizing the `name:` field in charts.
Relates to #1071
8 years ago
Michelle Noorali
4dfcd6fcb7
Merge pull request #1074 from michelleN/feat/1004-helm-rollback
...
feat(helm): add rollback cmd
8 years ago
Miguel Ángel Martínez Triviño
03955050e6
Merge pull request #1077 from migmartri/1037-validate-quotes
...
Disable validateQuotes linter rule
8 years ago
Adnan Abdulhussein
5bc96ef0b9
docs(notes.txt): move NOTES.txt to templates/NOTES.txt
8 years ago
Matt Butcher
dbdb4df5ff
Merge pull request #1075 from tmc/simplify_example_names
...
simplify example container names
8 years ago
Miguel Martinez
cb12d9642b
Disable validateQuotes linter rule
8 years ago
Travis Cline
01529001ca
simplify example container names
...
This encourages people from making container names depend on release
names.
8 years ago
Michelle Noorali
cf5e158f0d
chore(helm): fix golint errors
8 years ago
Matt Butcher
3d2348c331
Merge pull request #1073 from tback/readme_cask_install
...
Add note on installation via cask to README.
8 years ago
Michelle Noorali
a124b4f56f
feat(helm): add rollback cmd
8 years ago
Till Backhaus
3a44b1e40c
Add note on installation via cask to README.
8 years ago
Ebrahim Byagowi
1c9b8d7257
Add purge option for completely remove a release from tiller
8 years ago
Adam Reese
e9934fea02
Merge pull request #1068 from jfrazelle/some-docs-edits
...
update readme example and change repository to https
8 years ago
Matt Butcher
3181f70790
Merge pull request #1063 from devth/feat/value-merging
...
Include values from both --set and --values when specified on install
8 years ago
Adnan Abdulhussein
9b58f1018b
docs(notes.txt): Add NOTES.txt to Chart spec, and describe chart documentation
8 years ago
Jess Frazelle
67778cbcd1
update readme example and change repository to https
...
Signed-off-by: Jess Frazelle <me@jessfraz.com>
8 years ago
Trevor Hartman
edd6fd7465
Test overriding a property in TestValues
8 years ago
Adam Reese
6e4344ba17
Merge pull request #1064 from adamreese/fix/port-doc
...
fix(cmd): remove default port in cmd doc
8 years ago
Adam Reese
e6332c1b67
Merge pull request #1065 from adamreese/feat/go1.7
...
feat(ci): run tests on go 1.7
8 years ago
Adam Reese
63d1a25006
Merge pull request #1066 from adamreese/fix/spelings
...
fix(cmd): s/supress/suppress/
8 years ago
Matt Butcher
addfa18ab1
Merge pull request #1062 from technosophos/feat/sprig-2.4
...
feat(tiller): update Sprig to 2.4.0
8 years ago