Commit Graph

3545 Commits

Author SHA1 Message Date
Adam Reese 08c1144f5e
chore(*): bump version to v2.7.0 2017-10-23 13:24:03 -07:00
Matthew Fisher 3fc189d688 Merge pull request #3049 from bacongobbler/fix-circle-tags
fix circle not building tags
2017-10-23 10:17:15 -07:00
Matthew Fisher f4f932fabd fix circle not building tags
CircleCI recently skipped building tags by default, so we need to
explicitly enable it.

See https://circleci.com/docs/2.0/configuration-reference/#tags
2017-10-20 09:54:00 -07:00
Matthew Fisher 4f5e88d53d Merge pull request #3048 from venezia/add_dollar_sign_doc
Adding documentation on $ variable scope
2017-10-20 07:59:20 -07:00
Michael Venezia 8a30b58eee Updating comment indentation
as requested
2017-10-20 09:46:36 -04:00
Michael Venezia 14cd8833ee Adding documentation on $ variable 2017-10-20 09:40:03 -04:00
Matthew Fisher ad1cbd68e8 Merge pull request #3040 from 3h4x/patch-1
Small change in README.md
2017-10-19 07:17:19 -07:00
Marcin Brański 79d51c5cfe Update README.md
There should be a colon because it precedes an explanation or an enumeration, or list.
2017-10-19 08:14:28 +02:00
Matthew Fisher f92572e3f4 Merge pull request #3039 from profkittyface/doc-update
Working on Fedora release 25 -  kubeadm v1.7.0 - kubelet v1.8.1
2017-10-18 13:25:41 -07:00
Drew Hunt f98b0fcdeb Working on Fedora release 25 - kubeadm v1.7.0 - kubelet v1.8.1
Tested:
- Installing/deleting Chart
- Chart upgrade and Chart rollback
2017-10-18 12:33:19 -07:00
Matthew Fisher b30be7a9d3 Merge pull request #3035 from emedvedev/patch-1
Fix a small typo in `yaml_techniques.md`
2017-10-15 22:09:27 -07:00
Edward Medvedev bbad3c574e Fix a small typo in `yaml_techniques.md`
Fix a typo: `coffess`.
2017-10-15 20:29:13 +02:00
Matthew Fisher 1eff362941 Merge pull request #3014 from mattfarina/fix/semver-order
fix(semver): fixed edge cases that do not match prerelease
2017-10-13 09:00:49 -07:00
Matthew Fisher 4f5cbed126 Merge pull request #3029 from bacongobbler/fix-glide
pin golang.org/x/sys to master
2017-10-12 15:50:37 -07:00
Matthew Fisher 4b9b780421 add comment on k8s 1.8.1 deps being hosed 2017-10-12 15:26:51 -07:00
Matthew Fisher 4f107cc48a pin golang.org/x/sys to master
fixes issues seen in master with `make build-cross` for windows
2017-10-12 13:27:20 -07:00
Michael Venezia e170392303 Adding how to add an image pull secret in helm (#3022)
Document how to add an image pull secret in Helm

Provide an example of how to take an image registry, user name, and password and prepare a Secret that can be used by a pod to pull a protected container image.
2017-10-12 16:09:46 -04:00
Matt Butcher c888402158 Merge pull request #3011 from technosophos/ref/sprig-2.14
chore(sprig): bump sprig to 2.14.0
2017-10-12 13:05:49 -06:00
Matt Butcher 1aeeed0478
chore(sprig): bump sprig to 2.14.0 2017-10-12 12:56:03 -06:00
Adam Reese 13912b3cc0 Merge pull request #3008 from adamreese/ref/kube-1.8
ref(*): kubernetes v1.8 support
2017-10-12 11:00:16 -07:00
Taylor Thomas 500c9983b5 Merge pull request #3019 from thomastaylor312/fix/crd_ordering
fix(tiller): Adds CRD ordering
2017-10-12 10:06:23 -07:00
Taylor Thomas ab096b883a Merge pull request #2721 from RemingtonReackhof/secrets-support
feat(2196): secrets management
2017-10-12 10:05:43 -07:00
Adam Reese 2b43ecd405
ref(*): kubernetes v1.8 support 2017-10-11 15:05:27 -07:00
Maciej Kwiek 3d94d9cfec Merge pull request #2769 from rocky-nupt/feature-remote-value
feat(helm):Allow remote values.yaml with -f
2017-10-11 09:52:29 +02:00
Justin Scott 3410a6904a Merge pull request #2557 from jascott1/i2299-init
feat(helm): Add --node-selectors, --override and --output flags to helm init
2017-10-10 16:30:45 -07:00
Justin Scott 16c579f3a3 feat(helm): Add --node-selectors and --output flags to helm init
This feature enables users to specify more control over where Tiller pod
lands by allowing "node-selectors" to be specified. Alternatively, the
"--output" flag will skip install and dump Tiller's raw Deployment manifest to stdout so user may alter it as they see fit (probably with a JSON manipulation tool like jq).

Closes #2299
2017-10-10 16:24:35 -07:00
Taylor Thomas 29c3b5276f fix(tiller): Adds CRD ordering
This adds CRD ordering into the explicit kind sorter list

Closes #2925
2017-10-09 23:21:44 -07:00
Remington Reackhof 9af1018bd3 Add secrets storage backend for releases 2017-10-08 22:11:41 -04:00
Taylor Thomas d4ccef7ba7 Merge pull request #2999 from bonifaido/getterConstructor-err
fix(helm): invoking getterConstructor returns downstream error now
2017-10-07 12:32:45 -07:00
Matt Farina b27b11a280
fix(semver): fixed edge cases that do not match prerelease
>0.0.0-a does not match pre-releases on 0.0.0 that start with a
capital letter or number. This has to do with the ordering of
code points. Numbers and capital letters come before lowercase
letters.

>0.0.0-0 should match all valid pre-releases on 0.0.0. According
to the spec, "Numeric identifiers MUST NOT include leading zeroes."
A 0 is also the lowest code point for all the allowed characters
in a pre-release
2017-10-06 14:05:32 -04:00
Dhilip 67af4998de helm create all defined template names should be namespaced … (#2845)
* helm create all defined template names should be namespaced https://docs.helm.sh/chart_best_practices/#names-of-defined-templates

* Update Doc

* Update example
2017-10-06 09:04:53 -06:00
Michal Cwienczek dad8c6f644 Fix #2937 - helm always appends /index.yaml at the end of URL (#2988)
* Closes #2937
Added required dependency to run make test in developer's guide

* Fixed base URL appending when chart address is not absolute

* Removed requirement from developers.md

* Fixed unnecessary line breaks

* Added tests for query string repo

* Returning URL along with error
2017-10-06 08:59:11 -06:00
Matthew Fisher d7a81c99e1 Merge pull request #2976 from HotelsDotCom/respect-apiversion-change
Ignore Apiversion, use Kind and Name only to search for original resource on update/delete
2017-10-04 16:23:37 -07:00
Matthew Fisher 7dc57bcb8d Merge pull request #3003 from bacongobbler/changelog-2.6
chore(*): bump version to v2.6.2
2017-10-04 12:25:36 -07:00
Matthew Fisher 6afbb70d47 chore(*): bump version to v2.6.2
(cherry picked from commit a4f965e075)
2017-10-04 11:36:01 -07:00
Matthew Fisher d4f5a133dd Merge pull request #2960 from HotelsDotCom/upgrade-failure-record-release-as-update
Correctly persists Release upgrade failure
2017-10-03 12:30:48 -07:00
Taylor Thomas f8e9741578 Merge pull request #2984 from thomastaylor312/feat/add_missing_test
fix(sorter): Adds missing unit test
2017-10-03 11:41:10 -07:00
Matthew Fisher e3e1116eaa Merge pull request #2857 from llsheldon/fix-dependency-alias
fix(helm):Fix dependency aliaes not working
2017-10-03 10:59:11 -07:00
Matthew Fisher 3799c477d1 Merge pull request #2938 from bacongobbler/remove-facebookgo
Remove facebookgo dependencies
2017-10-03 10:44:42 -07:00
Nandor Kracser a28e5dd2b3 fix(helm): invoking getterConstructor returns downstream error now 2017-10-03 12:01:49 +02:00
Matthew Fisher 018ef2426f Merge pull request #2992 from flyer103/developer-doc
docs/developers.md: add notes for `k8s.io` dir
2017-10-02 22:14:25 -07:00
flyer103 ac533d98be docs/developers.md: change tense 2017-10-03 12:56:15 +08:00
Justin Scott b642ba2087 Merge pull request #2831 from jascott1/sort_unknown_kind
bug(tiller): sort unknown but different kinds alphabetically based on kind name
2017-10-02 13:13:04 -07:00
flyer103 c4581c8b40 docs/developers.md: add notes for `k8s.io` dir 2017-10-01 17:03:38 +08:00
Matthew Fisher b600ea475e Merge pull request #2982 from HotelsDotCom/pkg-lint-test-panics
Avoid panics if test is failing
2017-09-29 10:39:16 -07:00
Taylor Thomas acd113ec21 Merge pull request #2978 from HotelsDotCom/detailed-wait-log
More helpful wait messages in tiller logs
2017-09-28 17:57:11 -07:00
Matthew Fisher 6e54d3b8ea Merge pull request #2747 from rocky-nupt/dependencies-update-verify
fix(helm): Fix the bug in helm dependency update -verify
2017-09-28 10:14:24 -07:00
Taylor Thomas 333f8dd354 fix(sorter): Adds missing unit test
Adds a unit test that was missed as part of #2961
2017-09-28 08:51:12 -07:00
Maxim Ivanov a6872c124a Avoid panics if test is failing 2017-09-28 13:54:40 +01:00
Maciej Kwiek 962191b929 Merge pull request #2876 from rocky-nupt/fix-search-regexp
Fix(helm): fix the bug of helm search --regexp
2017-09-28 12:37:10 +02:00