Commit graph

3483 commits

Author SHA1 Message Date
Matthew Fisher
f9c51ecfa3 Merge pull request #2974 from bacongobbler/update-roadmap-link
update link to roadmap
2017-09-27 21:34:56 -07:00
Taylor Thomas
8c2c9fcf6e Merge pull request #2961 from NauxLiu/patch-1
Load StorageClass before PersistentVolume is loaded.
2017-09-27 21:08:30 -07:00
Taylor Thomas
de3b426a86 Merge pull request #2971 from neil-ca-moore/install-docs-change
Install docs change
2017-09-27 21:01:45 -07:00
Taylor Thomas
49120bb436 Merge pull request #2849 from yan234280533/patch-pod
Add the status of pod when using "Helm status" command, as the issue #2318
2017-09-27 19:16:26 -07:00
Matthew Fisher
28f57c83b9 update link to roadmap 2017-09-26 11:23:00 -07:00
Matthew Fisher
2b32fa4457 Merge pull request #2951 from mattfarina/fix-client-go-deps
fix(deps): fix issues when running glide up
2017-09-26 09:18:28 -07:00
Matt Farina
b69d6ceca0
fix(deps): fix issues when running glide up
When running glide update there are errors due to pinned versions
in the glide.yaml file mixed with getting a more recent version of
kubernetes. client-go needs a newer version of go-autorest.

Note, go-autorest is pinned to v8.0.0 rather than the latest
release of v8.4.0 because kubernetes is pinned to v8.0.0.
2017-09-26 10:27:41 -04:00
Neil Moore
b74f6dd769 Update install.go 2017-09-26 09:13:54 +01:00
Neil Moore
1b8ddac230 Update install.go 2017-09-26 09:10:41 +01:00
Neil Moore
bd48fa165e Update helm_install.1 2017-09-26 09:04:36 +01:00
Neil Moore
9c37643081 Update helm_install.md 2017-09-26 09:04:13 +01:00
Neil Moore
b77b7dd3c7 Update install.go 2017-09-26 09:03:00 +01:00
Matthew Fisher
cf3fc21e81 Merge pull request #2898 from zlabjp/kube-version
feat(helm): add --kube-version flag to helm template
2017-09-25 15:19:05 -07:00
Matthew Fisher
c43a963008 Merge pull request #2930 from binoculars/update/sprig
Update to latest sprig
2017-09-25 14:04:41 -07:00
NauxLiu
c3f9120e02
Load StorageClass before PersistentVolume is loaded. 2017-09-22 21:29:46 +08:00
Taylor Thomas
eea32faaad Merge pull request #2953 from chartmuseum/master
Add ChartMuseum to related.md
2017-09-19 16:31:15 -07:00
Joshua Dolitsky
0089a28dba Add ChartMuseum to related.md 2017-09-19 18:18:25 -05:00
Barrett K. Harber
0acfe016a9
Update to latest sprig 2017-09-18 17:20:04 -04:00
Matthew Fisher
e8fb503592 Merge pull request #2949 from seslattery/patch-1
Minor spelling corrections
2017-09-18 13:00:51 -07:00
Sean Slattery
48cb6ad63e Minor Spelling Corrections 2017-09-18 11:46:56 -07:00
Matthew Fisher
d815310928 Merge pull request #2942 from carlory/fromyaml
fix func comment
2017-09-18 07:28:36 -07:00
carlory
ad2d8e434a fix fromjson comment 2017-09-18 15:46:36 +08:00
carlory
b9d3974df0 fix func comment 2017-09-18 15:38:35 +08:00
devinyan
3458ad8e6a Add the status of pod when using "Helm status" command 2017-09-15 23:19:33 +08:00
Matthew Fisher
787d486cf0 Merge pull request #2929 from frederimandin/patch-1
Corrected a typo in Easy in-cluster installation
2017-09-13 08:40:52 -07:00
Matthew Fisher
aac847b5c6 Merge pull request #2928 from sharno/master
Adding output for the created repos when `helm init`
2017-09-13 08:39:41 -07:00
Frederi Mandin
c903a4417f Corrected a typo in Easy in-cluster installation 2017-09-13 17:27:41 +02:00
Matthew Fisher
87dd64c2fd Merge pull request #2899 from hchenxa/hchenxa
fix unbound variable issue when get version
2017-09-12 20:13:12 -07:00
Sharno
550d350a04 Adding output for the created repos when helm init 2017-09-12 13:14:23 -04:00
Hui Chen
895e8d086f fix unbound variable issue when get version 2017-09-12 09:34:53 +08:00
Justin Scott
33ad8ca5b0 Merge pull request #2924 from bacongobbler/windows-docs
add Windows release to README
2017-09-11 15:49:28 -07:00
Matthew Fisher
111482519d add Windows release to README
Also bumps the release version to v2.6.1.
2017-09-11 12:22:29 -07:00
Kazuki Suda
fa3ee5aecf feat(helm): add --kube-version flag to helm template
This commit adds --kube-version flag to helm template. It allows you to
override the Kubernetes version used as Capabilities.KubeVersion.Major/Minor (e.g. 1.7).
2017-09-11 11:22:00 +09:00
Kazuki Suda
3508cebbf6 Use the same defaults as done in helm lint for Capabilities 2017-09-11 10:09:42 +09:00
Matthew Fisher
e742aa8d34 Merge pull request #2912 from flyer103/tiller-default-ns
cmd/helm,docs/helm: amend default namespace of tiller
2017-09-08 14:29:49 -07:00
flyer103
d55782de94 cmd/helm,docs/helm: amend default namespace of tiller 2017-09-09 05:23:07 +08:00
Adam Reese
46d97c3d2a Merge pull request #2911 from adamreese/fix/circle-deploy
fix(ci): lower number of parallel builds
2017-09-08 14:19:53 -07:00
Adam Reese
46598952ea
fix(ci): lower number of parallel builds
circleci chokes with too many processes
2017-09-08 13:57:56 -07:00
Adam Reese
830d84f6ca Merge pull request #2906 from adamreese/fix/circle-deploy
fix(ci): move deploy instructions to build job
2017-09-08 12:35:34 -07:00
Adam Reese
8e13a5bd1f
fix(ci): move deploy instructions to build job
https://circleci.com/docs/2.0/configuration-reference/#deploy
2017-09-08 12:23:32 -07:00
Michelle Noorali
84bb77f183 Merge pull request #1997 from AmandaCameron/issue/1401
Take a crack at Issue #1401
2017-09-08 07:58:37 -06:00
Amanda Cameron
415e52bf55 Add support for sub-directory scanning as in issue #1401 2017-09-08 09:33:44 -04:00
Adnan Abdulhussein
720c9bf55f Merge pull request #2903 from kubernetes/fix-port-forward
fix(create): port-forward should use internal port
2017-09-07 16:41:07 +01:00
Adnan Abdulhussein
8fd8a7c324 fix(create): port-forward should use internal port
cc @james-w
2017-09-07 10:43:53 +01:00
Maciej Kwiek
8aed103592 Merge pull request #2838 from nebril/circle2
CircleCI 2 config
2017-09-07 09:21:01 +02:00
Matthew Fisher
1ac5cd78de Merge pull request #2901 from bacongobbler/bump-lint-k8s-version
bump k8s version in helm lint to 1.7
2017-09-06 12:55:45 -07:00
Steven E. Harris
f588315b76 Remove spurious field in kind sorter test (#2667)
The test never reads the manifest type's "content" field, so there's
no reason to populate it explicitly with its zero value.
2017-09-06 14:36:25 -04:00
Matthew Fisher
8b512808df bump k8s version in helm lint to 1.7 2017-09-06 10:01:38 -07:00
Matthew Fisher
5ed2d6bddb Merge pull request #2897 from bacongobbler/semver-contract
add section on semantic versioning
2017-09-05 12:41:08 -07:00
Matthew Fisher
d978c4af62 Merge pull request #2889 from scottrigby/2888-clarify-default-command-best-practice
Fixes #2888. Clarifies that use of default command should stay DRY
2017-09-05 11:13:48 -07:00