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
Brian
2136253ff9
Merge pull request #1288 from fibonacci1729/fix/1246
...
fix(1246): pull most recent release from history
8 years ago
fibonacci1729
00938d2a6d
fix(cmd/hist): print revision history with unix synergy
8 years ago
fibonacci1729
0ab6c4f9c6
fix(1246): pull most recent release from history
8 years ago
Brian
c87a902b0c
Merge pull request #1274 from fibonacci1729/feat/history
...
feat(helm/cmd): support for retrieving release history
8 years ago
fibonacci1729
e9dd302a9c
feat(helm/cmd): support for retrieving release history
8 years ago
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
8 years ago
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
8 years ago
Matt Butcher
ea66d66d2d
Merge pull request #1282 from technosophos/fix/1265-auto-update-index
...
fix(repo): auto-update index file formats
8 years ago
Matt Butcher
a7b4b2674e
Merge pull request #1281 from technosophos/fix/1261-search-uitable
...
fix(helm): fix 'helm search' to use UITable
8 years ago
Matt Butcher
ea0e665f84
fix(repo): auto-update index file formats
...
This performs a relatively weak in-memory translation of index file
data. It does not, in most cases, write the corrected data to disk, and
it emits a warning directly to STDERR each time it loads a deprecated
index.
Known limitations:
- It cannot recover certain bogus records that earlier alpha releases
generated (notably, where all chartfile data is missing)
- In some cases, it has to parse a filename to get version info. This is
lossy.
- Because it takes three passes through the YAML and JSON unmarshal, it
is not performant.
This feature is transitional and should be removed during the Beta
cycle, prior to the release of 2.0.0.
Closes #1265
8 years ago
Matt Butcher
bcda0b8738
Merge pull request #1278 from technosophos/feat/1227-reuse-values-on-upgrade
...
feat(tiller): re-use values during upgrade
8 years ago
Matt Butcher
3e3312cea0
feat(tiller): re-use values during upgrade
...
When `helm install -f foo.yaml bar` is called, and then the release is
upgraded with `helm upgrade happy-panda bar`, this will now re-use the
values that were submitted with `-f foo.yaml`. The same is true for
values specified with `--set`.
Closes #1227
8 years ago
Matt Butcher
79e5fd6b74
fix(helm): fix 'helm search' to use UITable
...
Closes #1261
8 years ago
Matt Butcher
d2c8a81a50
Merge pull request #1279 from technosophos/docs/1271-cpan-fedora-not-npm
...
docs(using_helm): change reference from npm to CPAN/Fedora DB
8 years ago
Matt Butcher
51981d62f2
docs(using_helm): change reference from npm to CPAN/Fedora DB
...
Closes #1271
8 years ago
Matt Butcher
9f3dea9087
Merge pull request #1276 from technosophos/docs/canary
...
docs(install): Add information on using canary releases
8 years ago
Matt Butcher
96cdbbe6b1
Merge pull request #1275 from technosophos/fix/srv-in-tmp
...
fix(helm): fix tests so that they do not write data into testdata
8 years ago
Brian
837d0a8880
Merge pull request #1253 from fibonacci1729/chore/pkg-helm-tests
...
chore(helm): add test coverage to pkg/helm
8 years ago
Matt Butcher
6691b79f30
docs(install): Add information on using canary releases
...
This includes documentation on how to use Helm and Tiller canary
releases.
8 years ago
fibonacci1729
41be5f5985
chore(helm): add test coverage to pkg/helm
8 years ago
Matt Butcher
fc160256e5
fix(helm): fix tests so that they do not write data into testdata
...
There was a bug in the repo tests that caused them to overwrite the
repositories.yaml file in that directory. Now, the entire tests (server
and client-side) run inside of a temp directory.
8 years ago
Matt Butcher
10eb74abbb
Merge pull request #1269 from technosophos/feat/1264-chart-apiversion
...
fix(chart): Chart.yaml now has an apiVersion field.
8 years ago
Matt Butcher
62dfe05afb
Merge pull request #1257 from technosophos/feat/1197-new-index-format
...
feat(helm): implement new index format
8 years ago
Matt Butcher
4f09b05613
feat(helm): implement new index format
...
This implements a new index file format for repository indices. It also
implements a new format for requirements.yaml.
Breaking change: This will break all previous versions of Helm, and will
impact helm search, repo, serve, and fetch functions.
Closes #1197
8 years ago
Matt Butcher
c10e82e5d2
Merge pull request #1270 from technosophos/fix/1196-repo-update
...
fix(helm): change 'helm update' to 'helm repo update'
8 years ago
Adam Reese
61a69e0dab
Merge pull request #1268 from adamreese/chore/go1.7.1
...
chore(ci): go1.7.1
8 years ago
Matt Butcher
66e59f63e7
fix(helm): change 'helm update' to 'helm repo update'
...
The old form is marked deprecated.
Relates to #1196
8 years ago
Matt Butcher
e0227c7510
fix(chart): Chart.yaml now has an apiVersion field.
...
This is to future-proof charts, and also be consistent with repo and
index YAML files.
Closes #1264
8 years ago
Adam Reese
e8df9c8af0
chore(ci): go1.7.1
...
closes #1267
8 years ago
Matt Butcher
0e40164346
Merge pull request #1258 from technosophos/feat/sprig-2-6
...
feat(tiller): update Sprig to 2.6.0
8 years ago
Matt Butcher
3a095a47ca
feat(tiller): update Sprig to 2.6.0
8 years ago
Adam Reese
322b914be0
Merge pull request #1256 from adamreese/ref/commands
...
ref(helm): refactor {home,lint,serve} commands
8 years ago
Adam Reese
854f3e0b51
ref(helm): refactor {home,lint,serve} commands
8 years ago
Matt Butcher
95a358de35
Merge pull request #1236 from technosophos/ref/kube1.4
...
ref(*): update to Kubernetes 1.4
8 years ago
Matt Butcher
26dadf5318
Merge pull request #1255 from ae6rt/issue/1254
...
issue/1254
8 years ago
Mark Petrovic
3ec83045d4
issue/1254
...
Fix typo in using_helm.md that refers to "glide install". The
reference should be to "helm install".
8 years ago
Matt Butcher
7a4e53ecd4
Merge pull request #1249 from technosophos/fix/remove-unused-chart-dep-stuff
...
fix(proto): remove unused fields
8 years ago
Adam Reese
ed100ce212
Merge pull request #1251 from adamreese/feat/automate-release
...
feat(ci): automate release builds on circleci
8 years ago
Adam Reese
94c3084706
feat(ci): automate release builds on circleci
8 years ago