Adam Reese
a2e577814d
feat(helm): add kubeconfig context switching
...
closes : #1127
8 years ago
Adam Reese
995f7569c9
feat(tiller): add optional grpc tracing
8 years ago
Adam Reese
7a5ee459f7
Merge pull request #1327 from adamreese/fix/1302-checksum
...
fix(Makefile): explicitly set bash shell in Makefile
8 years ago
Adam Reese
9b91996c8a
fix(Makefile): explicitly set bash shell in Makefile
...
fixes #1302
8 years ago
Adam Reese
36ec1901eb
Merge pull request #1316 from adamreese/ref/linters
...
ref(scripts): use gometalinter for linters
8 years ago
Matt Butcher
40a55b939f
Merge pull request #1325 from technosophos/fix/1301-helm-help-consistency
...
fix(helm): make 'helm help' text punctuation consistent
8 years ago
Adam Reese
f71230ccd3
fix(*): resolve go linter issues
8 years ago
Adam Reese
72dd427d07
ref(scripts): use gometalinter for linters
8 years ago
Matt Butcher
bce805f6bd
Merge pull request #1319 from technosophos/ref/1318-remove-old-funcs
...
ref(helm): remove old structure functions
8 years ago
Matt Butcher
7c096fb2c2
fix(helm): make 'helm help' text punctuation consistent
...
Closes #1301
8 years ago
Michelle Noorali
59229eefee
ref(helm): add new line after repo remove msg
...
I think this got lost in a refactor. Was just bothering me.
8 years ago
Matt Butcher
b9fb8abdbc
ref(helm): remove old structure functions
...
This replaces the old structure functions with the functions in
cmd/helm/helmpath.
Closes #1318
8 years ago
Matt Butcher
6173e5b40a
Merge pull request #1322 from technosophos/ref/move-urljoin
...
ref(repo): move urlJoin to the right package
8 years ago
Matt Butcher
87ab6673e0
fix(tiller): when delete fails, mark release as deleted
...
When a deletion fails to remove a manifest file, the release should
still be marked as deleted. This changes the error handling to try to
delete all manifests, and then mark the release as deleted, then return
the errors.
Closes #1305
8 years ago
Matt Butcher
4979aa0827
ref(repo): move urlJoin to the right package
...
I wrote urlJoin to fix URL joining, but I put it in the wrong place and
never used it. This moves it to the right place, and replaces the hacky
previous solution.
8 years ago
Matt Butcher
11078091e9
Merge pull request #1317 from technosophos/docs/readme-alpha5
...
docs(README): update download information
8 years ago
Matt Butcher
df30c4ab60
Merge pull request #1315 from technosophos/fix/1313-sort-manifestsw
...
fix(tiller): correct sort manifests by type
8 years ago
Matt Butcher
b2b5dba355
docs(README): update download information
8 years ago
Adam Reese
5ed4dd4d90
Merge pull request #1314 from adamreese/chore/build-targets
...
chore(ci): limit cross build targets
8 years ago
Matt Butcher
a85c37f2a4
fix(tiller): correct sort manifests by type
...
Closes #1313
8 years ago
Adam Reese
729f9b816f
chore(ci): limit cross build targets
...
Limit cross builds to linux/amd64 linux/386 darwin/amd64
8 years ago
Adam Reese
b7b91ac87c
Merge pull request #1307 from adamreese/fix/ci-dirty-build
...
fix(ci): fix ci builds reporting dirty repo
8 years ago
Matt Butcher
31d51a7912
Merge pull request #1308 from wirehead/docs-install
...
docs(install): Add reference to glide in install docs
8 years ago
Ken Wronkiewicz
3c27a071ae
docs(install): Add reference to hg in install docs
...
Also, hg is required.
8 years ago
Ken Wronkiewicz
f333bc37a0
docs(install): Add reference to glide in install docs
...
The user needs to get all of the way down to developers docs to
realize they need glide, but if you follow a user who doesn't
necessarily want to develop but wants to build from source, you'd
follow this path:
README -> Quick Start -> Releases -> . o O (Source doesn't work)
-> Install
And then you'd realize that you need Glide.
This one-liner patch fixes that. :)
8 years ago
Adam Reese
ac6477ccb9
fix(ci): fix ci builds reporting dirty repo
...
```
% ./helm version
Client: &version.Version{SemVer:"v2.0.0-alpha.5", GitCommit:"4de...", GitTreeState:"dirty"}
Server: &version.Version{SemVer:"v2.0.0-alpha.5", GitCommit:"4de...", GitTreeState:"dirty"}
```
8 years ago
Adam Reese
b7abaa37e0
Merge pull request #1300 from adamreese/fix/testing-import
...
fix(*): prevent testing package from being imported
8 years ago
Matt Butcher
990dc37fc1
Merge pull request #1296 from javiercr/patch-1
...
Fix typo in chart docs
8 years ago
Matt Butcher
7ffdcdd8be
Merge pull request #1299 from javiercr/patch-2
...
Fix docs regarding .Files.GetString and .Files.GetBytes
8 years ago
Adam Reese
150fb33c2e
fix(*): prevent testing package from being imported
...
Prevent testing package from being imported into main application
8 years ago
Javier Cuevas
7fa5f3155a
Fix docs regarding .Files.GetString and .Files.GetBytes
...
After #1021 ` .Files.GetString` does not exist any more.
8 years ago
Adam Reese
84b0b2c835
Merge pull request #1298 from adamreese/feat/ci-glide-money
...
fix(ci): glide cache path
8 years ago
Adam Reese
4de5c4aa57
chore(*): bump to v2.0.0-alpha.5
8 years ago
Matt Butcher
2011788da9
Merge pull request #1293 from technosophos/feat/1198-no-version-required
...
feat(helm): remove the requirement that fetch/install need version
8 years ago
Adam Reese
5024992376
fix(ci): glide cache path
...
more money, more problems
8 years ago
Matt Butcher
1c6fc9c0e8
feat(helm): remove the requirement that fetch/install need version
...
This removes the requirement that a fetch or install command must
explicitly state the version number to install. Instead, this goes to
the strategy used by OS package managers: Install the latest until told
to do otherwise.
Closes #1198
8 years ago
Adam Reese
7781ec5da6
Merge pull request #1297 from adamreese/feat/ci-glide-money
...
feat(ci): cache glide directory
8 years ago
Adam Reese
d516631d67
feat(ci): cache glide directory
8 years ago
Javier Cuevas
e8f1bf4770
Fix typo in chart docs
...
The name for the default values file is `values.yaml` and not `.values.yaml`.
8 years ago
Adam Reese
ad696e9136
Merge pull request #1294 from adamreese/feat/checksum
...
feat(ci): upload checksum with binary releases
8 years ago
Adam Reese
eda3910361
feat(ci): upload checksum with binary releases
...
closes #1214
8 years ago
Matt Butcher
7b222cef8b
Merge pull request #1292 from technosophos/fix/1227-broken-helm-dep-up
...
fix(helm): resolve URLs and SemVers correctly
8 years ago
Matt Butcher
25fbeb129e
Merge pull request #1286 from krancour/typo-fixes
...
docs(spelling): Fix some random misspellings
8 years ago
Matt Butcher
5600b129ef
fix(helm): resolve URLs and SemVers correctly
...
The original dependency resolution did not correctly resolve version or
URL of a dependency. Version was tracked by filename, and URL was
assumed to be absolute. This fixes both of those.
Closes #1277
8 years ago
Kent Rancourt
e6a9110ce0
docs(spelling): Fix some random misspellings
8 years ago
Matt Butcher
d2bf6b62f5
Merge pull request #1284 from technosophos/feat/1199-versions-flag
...
feat(helm): add --versions flag on search
8 years ago
Matt Butcher
d4e7845e7a
Merge pull request #1287 from technosophos/fix/1192-remove-gopkg-yaml
...
fix(*): remove references to gopkg.in/yaml.v2
8 years ago
Matt Butcher
bbd446e6a5
Merge pull request #1290 from kmala/master
...
fix(index): Append just the filename instead of full path to the url
8 years ago
Keerthan Reddy Mala (kmala)
3830a06b14
fix(index): Append just the filename instead of full path to the url
...
Signed-off-by: Keerthan Reddy Mala (kmala) <kmala@deis.com>
8 years ago
Brian
1bf524b4c2
Merge pull request #1289 from fibonacci1729/fix/history-output
...
fix(cmd/hist): print revision history with unix synergy
8 years ago