Adam Reese
f71230ccd3
fix(*): resolve go linter issues
2016-10-10 14:58:33 -07:00
Adam Reese
72dd427d07
ref(scripts): use gometalinter for linters
2016-10-10 14:20:01 -07:00
Matt Butcher
bce805f6bd
Merge pull request #1319 from technosophos/ref/1318-remove-old-funcs
...
ref(helm): remove old structure functions
2016-10-10 14:56:17 -06:00
Matt Butcher
b9fb8abdbc
ref(helm): remove old structure functions
...
This replaces the old structure functions with the functions in
cmd/helm/helmpath.
Closes #1318
2016-10-10 14:28:29 -06:00
Matt Butcher
6173e5b40a
Merge pull request #1322 from technosophos/ref/move-urljoin
...
ref(repo): move urlJoin to the right package
2016-10-10 14:12:07 -06:00
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.
2016-10-10 13:50:01 -06:00
Matt Butcher
11078091e9
Merge pull request #1317 from technosophos/docs/readme-alpha5
...
docs(README): update download information
2016-10-10 13:33:32 -06:00
Matt Butcher
df30c4ab60
Merge pull request #1315 from technosophos/fix/1313-sort-manifestsw
...
fix(tiller): correct sort manifests by type
2016-10-10 13:00:00 -06:00
Matt Butcher
b2b5dba355
docs(README): update download information
2016-10-10 12:59:06 -06:00
Adam Reese
5ed4dd4d90
Merge pull request #1314 from adamreese/chore/build-targets
...
chore(ci): limit cross build targets
2016-10-10 11:09:14 -07:00
Matt Butcher
a85c37f2a4
fix(tiller): correct sort manifests by type
...
Closes #1313
2016-10-10 12:04:11 -06:00
Adam Reese
729f9b816f
chore(ci): limit cross build targets
...
Limit cross builds to linux/amd64 linux/386 darwin/amd64
2016-10-10 10:34:22 -07:00
Adam Reese
b7b91ac87c
Merge pull request #1307 from adamreese/fix/ci-dirty-build
...
fix(ci): fix ci builds reporting dirty repo
2016-10-10 09:59:05 -07:00
Matt Butcher
31d51a7912
Merge pull request #1308 from wirehead/docs-install
...
docs(install): Add reference to glide in install docs
2016-10-10 10:01:03 -06:00
Ken Wronkiewicz
3c27a071ae
docs(install): Add reference to hg in install docs
...
Also, hg is required.
2016-10-09 11:57:08 -07:00
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. :)
2016-10-09 11:38:52 -07:00
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"}
```
2016-10-08 10:11:14 -07:00
Adam Reese
b7abaa37e0
Merge pull request #1300 from adamreese/fix/testing-import
...
fix(*): prevent testing package from being imported
2016-10-07 16:11:19 -07:00
Matt Butcher
990dc37fc1
Merge pull request #1296 from javiercr/patch-1
...
Fix typo in chart docs
2016-10-07 17:10:41 -06:00
Matt Butcher
7ffdcdd8be
Merge pull request #1299 from javiercr/patch-2
...
Fix docs regarding .Files.GetString and .Files.GetBytes
2016-10-07 17:09:07 -06:00
Adam Reese
150fb33c2e
fix(*): prevent testing package from being imported
...
Prevent testing package from being imported into main application
2016-10-07 15:51:19 -07:00
Javier Cuevas
7fa5f3155a
Fix docs regarding .Files.GetString and .Files.GetBytes
...
After #1021 ` .Files.GetString` does not exist any more.
2016-10-07 23:17:03 +02:00
Adam Reese
84b0b2c835
Merge pull request #1298 from adamreese/feat/ci-glide-money
...
fix(ci): glide cache path
2016-10-07 13:14:00 -07:00
Adam Reese
4de5c4aa57
chore(*): bump to v2.0.0-alpha.5
2016-10-07 12:28:50 -07:00
Matt Butcher
2011788da9
Merge pull request #1293 from technosophos/feat/1198-no-version-required
...
feat(helm): remove the requirement that fetch/install need version
2016-10-07 13:11:50 -06:00
Adam Reese
5024992376
fix(ci): glide cache path
...
more money, more problems
2016-10-07 11:36:05 -07:00
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
2016-10-07 12:25:14 -06:00
Adam Reese
7781ec5da6
Merge pull request #1297 from adamreese/feat/ci-glide-money
...
feat(ci): cache glide directory
2016-10-07 11:23:34 -07:00
Adam Reese
d516631d67
feat(ci): cache glide directory
2016-10-07 11:13:14 -07:00
Javier Cuevas
e8f1bf4770
Fix typo in chart docs
...
The name for the default values file is `values.yaml` and not `.values.yaml`.
2016-10-07 19:04:42 +02:00
Adam Reese
ad696e9136
Merge pull request #1294 from adamreese/feat/checksum
...
feat(ci): upload checksum with binary releases
2016-10-07 09:04:15 -07:00
Adam Reese
eda3910361
feat(ci): upload checksum with binary releases
...
closes #1214
2016-10-06 19:59:10 -07:00
Matt Butcher
7b222cef8b
Merge pull request #1292 from technosophos/fix/1227-broken-helm-dep-up
...
fix(helm): resolve URLs and SemVers correctly
2016-10-06 16:18:22 -06:00
Matt Butcher
25fbeb129e
Merge pull request #1286 from krancour/typo-fixes
...
docs(spelling): Fix some random misspellings
2016-10-06 16:13:04 -06:00
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
2016-10-06 16:07:22 -06:00
Kent Rancourt
e6a9110ce0
docs(spelling): Fix some random misspellings
2016-10-06 16:46:02 -04:00
Matt Butcher
d2bf6b62f5
Merge pull request #1284 from technosophos/feat/1199-versions-flag
...
feat(helm): add --versions flag on search
2016-10-06 14:36:40 -06:00
Matt Butcher
d4e7845e7a
Merge pull request #1287 from technosophos/fix/1192-remove-gopkg-yaml
...
fix(*): remove references to gopkg.in/yaml.v2
2016-10-06 14:36:27 -06:00
Matt Butcher
bbd446e6a5
Merge pull request #1290 from kmala/master
...
fix(index): Append just the filename instead of full path to the url
2016-10-06 14:33:23 -06:00
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>
2016-10-06 14:21:41 -06:00
Brian
1bf524b4c2
Merge pull request #1289 from fibonacci1729/fix/history-output
...
fix(cmd/hist): print revision history with unix synergy
2016-10-06 13:03:41 -06:00
Brian
2136253ff9
Merge pull request #1288 from fibonacci1729/fix/1246
...
fix(1246): pull most recent release from history
2016-10-06 12:58:14 -06:00
fibonacci1729
00938d2a6d
fix(cmd/hist): print revision history with unix synergy
2016-10-06 11:24:38 -06:00
fibonacci1729
0ab6c4f9c6
fix(1246): pull most recent release from history
2016-10-06 10:17:26 -06:00
Brian
c87a902b0c
Merge pull request #1274 from fibonacci1729/feat/history
...
feat(helm/cmd): support for retrieving release history
2016-10-05 18:43:16 -06:00
fibonacci1729
e9dd302a9c
feat(helm/cmd): support for retrieving release history
2016-10-05 17:53:55 -06:00
Matt Butcher
fd0303c86e
fix(*): remove references to gopkg.in/yaml.v2
...
This removes the last of the requests for gopkg.in/yaml.v2, and
also the struct annotations.
Closes #1192
Closes #1263
2016-10-05 17:29:49 -06:00
Matt Butcher
d0cefeaf82
feat(helm): add --versions flag on search
...
This causes search to index by name/version instead of just name, which
means you can get a list of versions of a chart. The '--versions' flag
enables this behavior.
Partially fixes #1199
2016-10-05 15:49:56 -06:00
Matt Butcher
ea66d66d2d
Merge pull request #1282 from technosophos/fix/1265-auto-update-index
...
fix(repo): auto-update index file formats
2016-10-05 14:41:40 -06:00
Matt Butcher
a7b4b2674e
Merge pull request #1281 from technosophos/fix/1261-search-uitable
...
fix(helm): fix 'helm search' to use UITable
2016-10-05 14:41:29 -06:00