Matt Butcher
575ed9a9d4
fix(glide): add assert library
8 years ago
Matt Butcher
b08434aa3a
Merge pull request #1640 from technosophos/fix/1511-undeleting
...
fix(*): add support for "DELETING" status
8 years ago
Matt Farina
4f096581d7
fix(deps): Adding missing test dependencies
8 years ago
Matt Farina
8264d8ba0a
fix(semver): Ranges can fail with some pre-release numbering
...
There was a hyphen range bug in semver that prevented constraints
in the form of v2.3.5-20161202202307-sha.e8fc5e5. This would be
parsed incorrectly as a hyphen range and then fail. The bug in
semver was fixed in semver v1.2.2 for this issue.
8 years ago
Matt Butcher
55b83f3aec
Merge pull request #1656 from thomastaylor312/feat/multiple-values
...
feat(helm): add support for multiple values files
8 years ago
Matt Butcher
bae2dce33a
Merge pull request #1666 from andrewstuart/files-util-methods
...
feat(helm): Add Files.AsSecrets, Files.AsConfig, path functions
8 years ago
Matt Butcher
936028f29a
fix(*): add support for "DELETING" status
...
Closes #1511
8 years ago
Adam Reese
d82a2cefaa
Merge pull request #1673 from ahawkins/patch-1
...
Set Helm deployment to pull IfNotPresent
8 years ago
Adam Reese
4b20ef7699
Merge pull request #1671 from vdice/add-newline-fetch-verify
...
feat(helm): add newline to fetch --verify output
8 years ago
Vaughn Dice
4dd77e7749
feat(helm): add newline to fetch --verify output
8 years ago
Adam Reese
0d436e5c3a
Merge pull request #1657 from adamreese/feat/kube-1.5
...
feat(*): migrate to kubernetes 1.5
8 years ago
Adam Reese
c9783de15c
feat(*): bump kubernetes to 1.5.0
8 years ago
Adam Reese
525df8f0d1
ref(kube): simplify encoding for creating patches
8 years ago
Adam Reese
fb9ef50bc8
test(kube): add test for upgrade
8 years ago
Adam Reese
74361b1f3a
feat(*): bump kubernetes to 1.5.0-beta.3
8 years ago
Adam Reese
7413320d2d
ref(kube): use a more specific interface for discovery client
8 years ago
Adam Reese
cac9f9c7cc
ref(kube): isolate ensureNamespace and add tests
8 years ago
Adam Reese
bceea66d27
ref(kube): remove unused fields on client
8 years ago
Adam Reese
84ae1268e1
fix(*): import grouping
8 years ago
Adam Reese
7f44c116a1
ref(tiller): refactor clientset out of environment
8 years ago
Adam Reese
ea3be9e3b2
feat(*): migrate to kubernetes 1.5
8 years ago
Adam Reese
649396e8b0
Merge pull request #1672 from adamreese/feat/travis-ci
...
feat(ci): add travis configuration
8 years ago
Adam Hawkins
989e59f5ba
Set Helm deployment to pull IfNotPresent
...
Helm uses fixed tags (e.g. `v2.0.2`) so there should be no need to pull a new image every time.
8 years ago
Nikolay Mahotkin
ea6328c7ce
Reformatting changes
...
* Run gofmt on all changed files
so they formatted properly now
8 years ago
Adam Reese
bbe55f49fa
feat(ci): add travis configuration
8 years ago
Andrew Stuart
1df13df88d
Include lines functions
8 years ago
Andrew Stuart
6760aa1588
Add Lines method, remove path utils (Sprig pr)
8 years ago
Michelle Noorali
f5778539b0
Merge pull request #1652 from michelleN/feat/1326-helm-keep
...
feat(tiller): add support for resource-policy keep
8 years ago
Adam Reese
0b7debfd62
Merge pull request #1668 from adamreese/chore/go1.7.4
...
chore(*): bump go1.7.4
8 years ago
Adam Reese
ee5454739d
chore(*): bump go1.7.4
8 years ago
Adam Reese
2e70dde318
Merge pull request #1667 from lachie83/docs-update-download-link
...
update download links to v2.0.2
8 years ago
Lachlan Evenson
52f64f4542
update download links to v2.0.2
8 years ago
Andrew Stuart
5d58b7792c
Fix erroneous import
8 years ago
Andrew Stuart
0474bcbcf1
Document ToYaml function
8 years ago
Andrew Stuart
ec964ff41d
Add documentation for imported golang.org/pkg/path funcs
8 years ago
Andrew Stuart
9771973888
Add AsSecrets, AsConfig methods for Files object. Move ToYaml to chartutil
8 years ago
Taylor Thomas
1a1d84ce4c
feat(helm): add support for multiple values files
...
You can now specify the `-f` flag multiple times to include multiple
values files. The priority will be given to the last (right-most)
file specified.
Closes #1620
8 years ago
Adam Reese
935779157b
Merge pull request #1647 from adamreese/fix/file-permissions
...
fix(*): correct file permissions on source files
8 years ago
Adam Reese
0c6b6d1c62
fix(*): correct file permissions on source files
8 years ago
Michelle Noorali
e3480c76e6
feat(tiller): add support for resource-policy keep
...
satisfies #1326
8 years ago
Nikolay Mahotkin
045b158c3d
Introducing flag for restarting pods during release upgrade/rollback
...
* Added pod restart for ReplicaSet
* Added --restart flag for helm CLI for upgrade/rollback commands
* By default, restart is false
8 years ago
Matt Butcher
54a1549eae
Merge pull request #1642 from technosophos/fix/rename_stat_vars
...
Fix Go style issues.
8 years ago
Rodrigue Cloutier
37920761a4
fix(helm): added support for compressed charts containing \ in file paths
8 years ago
Nikolay Mahotkin
b5f7d90baf
Adding pod restarting while upgrading release
...
* Added pod restarting for
- ReplicationController
- DaemonSet
- PetSet
8 years ago
Matt Butcher
8ca1391fe8
Fix Go style issues.
8 years ago
Matt Butcher
02acaf125d
Merge pull request #1632 from technosophos/fix/1587-no-release-found
...
fix(tiller): fix spurious "no release found" errors.
8 years ago
Adam Reese
68ff4e7b2f
Merge pull request #1636 from adamreese/fix/grpc-max-size
...
fix(tiller): increase the max message size for grpc
8 years ago
Matt Butcher
69e50abc6c
Merge pull request #1628 from rodcloutier/Windows_chart_creation_support
...
test(*): fix Windows tests
8 years ago
Matt Butcher
59396392f9
Merge pull request #1627 from mortenlj/master
...
Increase column width when listing releases
8 years ago
Matt Butcher
f90d08969e
Merge pull request #1602 from technosophos/feat/fetch-prov
...
feat(helm): add 'helm fetch --prov' to fetch prov info
8 years ago