Brian
4899faa9ba
Merge pull request #1394 from fibonacci1729/fix/1357
...
fix(1357): print help text if revision is not specified
8 years ago
fibonacci1729
0daf3e476d
fix(1357): print help text if revision is not specified
8 years ago
Matt Butcher
08a488f58c
Merge pull request #1142 from ammeon/add-update
...
feat(helm): `--no-update` flag for `helm repo add`
8 years ago
Matt Butcher
765da27669
Merge pull request #1389 from technosophos/fix/1387-show-failed
...
fix(helm): show failed releases by default
8 years ago
Matt Butcher
d7e56133d6
Merge pull request #1386 from slack/doc-rollback
...
doc(rollback): add docs for pre/post rollback hooks
8 years ago
Matt Butcher
63840043f1
Merge pull request #1373 from technosophos/docs/provenance-authority
...
docs(provenance): describe signature authority
8 years ago
Matt Butcher
574ee4e6b0
Merge pull request #1391 from technosophos/fix/no-objects
...
fix(tiller): fix wording for a few errors
8 years ago
Matt Butcher
b42f067579
Merge pull request #1392 from technosophos/fix/1374-accessing-nil-obj-in-error
...
fix(tiller): fix nil pointers in error messages
8 years ago
Jason Hansen
07564588ed
doc(rollback): add docs for pre/post rollback hooks
8 years ago
Matt Butcher
8d32bd2a60
fix(tiller): fix wording for a few errors
...
This changes the wording of a log and an error message to make it
clearer what is happening.
8 years ago
Matt Butcher
a1f5955a65
fix(tiller): fix nil pointers in error messages
...
There were a few places where error messages were accessing properties
of objects that were nil because of the error.
Closes #1374
8 years ago
Matt Butcher
51240d527b
fix(helm): show failed releases by default
...
For 'helm list', this now shows both deployed and failed releases by
default.
Closes #1387
8 years ago
Michelle Noorali
d744a3d0a6
Merge pull request #1385 from michelleN/check-upgrade-kind
...
fix(kube): find current resource by name and kind
8 years ago
Adam Reese
d631328ab9
Merge pull request #1388 from adamreese/fix/1362-linker
...
fix(*): statically link cross builds
8 years ago
Matt Butcher
04218a4d54
Merge pull request #1384 from technosophos/fix/1383-return-non-match
...
fix(helm): return correct version on dep up
8 years ago
Matt Butcher
d61d5acb9a
Merge pull request #1375 from technosophos/docs/719-best-practices
...
docs(*): refresh docs
8 years ago
Adam Reese
273e0d3995
fix(*): statically link cross builds
...
closes : #1362
8 years ago
Brian
5d1eedd1ae
Merge pull request #1380 from fibonacci1729/fix/1333
...
fix(1333): cannot delete release in failed state
8 years ago
Matt Butcher
84544bca57
fix(helm): return correct version on dep up
...
There was an extra return statement in a helper that was causing
the download manager to get a false positive on a release version.
Closes #1383
8 years ago
Michelle Noorali
a8418dd75b
fix(kube): find current resource by name and kind
...
This resolves #1210 . Update will find current resource
by name and kind for comparison purposes.
8 years ago
Matt Butcher
627c59d148
docs(*): refresh docs
...
This refreshes docs, as discussed in #719 , and adds a few new sections
to the docs.
Closes #719
8 years ago
Matt Butcher
bb2511a41b
Merge pull request #1377 from poopoothegorilla/fix/tiller-helm-flags
...
Fix/tiller helm flags
8 years ago
Matt Butcher
3ec188610b
Merge pull request #1379 from ammeon/docs-fix
...
docs(helm): Fix broken link to glide project
8 years ago
Matt Butcher
a6730f5a17
Merge pull request #1376 from technosophos/fix/1366-use-real-funcmap
...
fix(linter): add engine.FuncMap so linter can use real function list
8 years ago
Michelle Noorali
e963e1ccbd
Merge pull request #1381 from michelleN/fix-nginx-example
...
chore(docs): fix nginx example templates
8 years ago
Michelle Noorali
8b551d474c
chore(docs): fix nginx example templates
8 years ago
Jim
c77e149243
change var naming to match helm
8 years ago
fibonacci1729
264e30dd13
fix(1333): cannot delete release in failed state
8 years ago
Nic Roland
6eb3dd1d6c
docs(helm): Fix broken link to glide project
8 years ago
Jim
29d0c339b4
fix(helm): make 'helm help' text punctuation consistent
8 years ago
Jim
c5557b3872
fix(tiller): make text punctuation consistent with helm help
...
Closes #1072
8 years ago
Matt Butcher
36f7eb0b2a
fix(linter): add engine.FuncMap so linter can use real function list
...
This adds a function engine.FuncMap that returns a function mapping that
better represents the functions passed to a template. The linting logic
is reconfigured to use this function instead of the sprig.FuncMap
function.
Closes #1366
8 years ago
Matt Butcher
70b29a47d0
Merge pull request #1368 from prydonius/1367-fix-linter-tmpl-regex
...
fix(lint): validateNoMissingValues template regex
8 years ago
Matt Butcher
789e411d8d
Merge pull request #1370 from prydonius/1369-fix-yaml-validation
...
fix(lint): use correct hash key for rendered tmpl
8 years ago
Matt Butcher
04e94c81b8
docs(provenance): describe signature authority
8 years ago
Matt Butcher
70a9e4aa6b
Merge pull request #1364 from technosophos/fix/1135-output-consistency
...
fix(helm): make 'helm install' output more consistent
8 years ago
Nic Roland
16436b565d
feat(helm): update repo by default, added `--no-update` flag
8 years ago
Adnan Abdulhussein
d81ac482ee
fix(lint): use correct hash key for rendered tmpl
...
The YAML validation was broken because the renderedContentMap has keys
with the path to the template including the chart directory, whereas the
linter was trying to access it relative from the chart directory.
For example, the hash key was `drupal/templates/deployment.yaml` but the
linter was trying to access `templates/deployment.yaml`. This commit
fixes the key used to access the rendered content.
8 years ago
Adnan Abdulhussein
aed4db02e8
fix(lint): validateNoMissingValues template regex
...
Fixes the regex for extracting templates to include templates that
suppress newlines and ignore any conditional flow statements.
8 years ago
Matt Butcher
70c453c45f
fix(helm): make 'helm install' output more consistent
...
This fixed capitalization differences, removed duplicate fields,
clarified a few things, and changed a few display names.
Closes #1135
8 years ago
Adam Reese
1a7373e584
Merge pull request #1363 from adamreese/feat/helm-init-canary
...
feat(helm): add canary option to init command
8 years ago
Matt Butcher
ab6a73a0b5
Merge pull request #1361 from technosophos/fix/1334-merge-indices
...
fix(helm): allow entries to be merged into index
8 years ago
Adam Reese
4f43007908
feat(helm): add canary option to init command
...
To install the tiller canary `helm init --canary`
8 years ago
Adam Reese
fb5c09823e
Merge pull request #1359 from adamreese/feat/kube-context-init
...
feat(helm): add kubeconfig context switching to init command
8 years ago
Matt Butcher
25c7e6dc21
fix(helm): allow entries to be merged into index
...
Between Alpha.4 and Alpha.5 there was a change in the indexing logic.
This prevent indices from being appended to (because those index files
were often broken). This change allows the user to explicitly merge an
existing index and a generated index.
Closes #1334
8 years ago
Adam Reese
0f5990f4cd
feat(helm): add kubeconfig context switching to init command
...
- decouple tunnel from kube client
- add context switching for init cmd
- add unit tests for installer and init command
- refactor installer and remove unused code
8 years ago
Matt Butcher
9c3f883ec3
Merge pull request #1355 from technosophos/docs/1348-missing-created-timestamp
...
docs(chart_repositories): document correct index example
8 years ago
Adam Reese
7374ca3f3b
Merge pull request #1337 from adamreese/feat/1127-kube-context
...
feat(helm): add kubeconfig context switching
8 years ago
Michelle Noorali
13e5c2f380
Merge pull request #1353 from michelleN/ref-rollback
...
bug(tiller): correct release statuses on rollback
8 years ago
Adam Reese
bf4055417e
Merge pull request #1352 from adamreese/fix/1310-glide-version
...
docs(developers): require glide 0.12.0
8 years ago