Commit Graph

42 Commits

Author SHA1 Message Date
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
Signed-off-by: Adam Reese <adam@reese.io>
2019-03-13 13:43:47 -07:00
Adam Reese d94707db86
ref(*): remove helmVersion chart constraint
* Remove helmVersion constraint from charts
* Guard compile time set variables behind `internal/`
* Allow configuration of UserAgent for HTTPGetter

Signed-off-by: Adam Reese <adam@reese.io>
2019-01-08 13:37:55 -08:00
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors" 2018-08-24 12:03:55 -07:00
Adam Reese 75c4df0b56
ref(tests): use golden files for testing command output 2018-05-09 08:37:20 -07:00
Adam Reese 36e034551f
ref(*): rebuild build version object 2018-05-02 15:26:26 -07:00
Adam Reese 68c0b6a24a
ref(proto): remove unused protobufs 2018-04-17 10:17:42 -07:00
Matthew Fisher 8604e0b832 bump version to v2.8
also add it to the release checklist.
2018-01-25 22:45:19 -08:00
Adam Reese 08c1144f5e
chore(*): bump version to v2.7.0 2017-10-23 13:24:03 -07:00
Adam Reese 5bc7c619f8
chore(*): bump to v2.6.0 2017-08-16 11:56:09 -07:00
Adam Reese 012cb0ac1a
chore(*): bump to v2.5.0 2017-06-19 13:42:43 -07:00
Adam Reese 1ec2c04be8
chore(*): bump to v2.4.0 2017-05-02 13:04:36 -07:00
Adam Reese 9ae84c730f
fix(tiller): make new version check backwards compatible 2017-05-01 20:47:35 -07:00
Adam Reese 2e819e014d
fix(*): handle unreleased versioning
Adds an `unreleased` flag to the version if not building from HEAD of a
tag. The compatibility check is bypassed if the client or server are
unreleased.

fixes #2110
2017-05-01 12:06:50 -07:00
Matt Butcher d97086cbdd Merge pull request #2229 from technosophos/feat/chart-tiller-version
feat(tiller): support version constraint on chart
2017-04-11 17:14:59 -06:00
Matt Butcher e4e0e32064
feat(tiller): support version constraint on chart
This provides the Chart.yaml field `tillerVersion`, which is a semver
range. It allows users to choose to constrain a chart to a specific
version.

The reason for this is that we keep introducing new template functions,
but we have no way of saying "this chart will only work with Tiller
newer than...".

The check on version is _only_ done on Tiller. The client does not check
at all, since it does not do any template expansion on its own.
2017-04-06 17:01:09 -06:00
Adam Reese d83c245fc3 chore(*): bump to v2.3.0 2017-04-06 12:52:45 -07:00
Sushil Kumar cfd041eed5 Added unit tests
Added tests for:
- [ ] pkg/version/versions.go
- [ ] pkg/repo/repo.go
2017-03-23 16:11:01 -07:00
Adam Reese fc315ab598 chore(*): bump to v2.2.0 2017-02-14 11:59:02 -08:00
Matt Boersma bd27acd02c
chore(*): bump to v2.1.3 2016-12-24 13:56:33 -07:00
Matt Boersma 152cf427ed
chore(*): bump to 2.1.2 2016-12-21 08:34:40 -07:00
Adam Reese b7b648456b chore(*): bump to v2.1.0 2016-12-13 15:35:35 -08:00
Adam Reese 51bdad4275 chore(*): bump to v2.0.0 2016-11-16 15:31:44 -08:00
Adam Reese f8037c83c6 chore(*): bump to v2.0.0-rc.2 2016-11-04 15:47:55 -07:00
Adam Reese 92be174acf chore(*): bump to v2.0.0-rc.1 2016-11-02 12:19:26 -07:00
Adam Reese 8a5550d0c6 chore(*): bump to v2.0.0-beta.2 2016-10-25 11:08:54 -07:00
Adam Reese 05c04bccae chore(*): bump to v2.0.0-beta.1 2016-10-19 13:27:35 -07:00
Adam Reese 4de5c4aa57 chore(*): bump to v2.0.0-alpha.5 2016-10-07 12:28:50 -07:00
Adam Reese e0d02e6e5b feat(*): add api version checks 2016-09-23 14:48:19 -07:00
Adam Reese 264c6b10e1 feat(*): add git tree state to binaries
* clean up version output
2016-09-14 18:06:21 -07:00
vaikas-google f8adf7f4d2 Address cr comments 2016-09-12 22:46:51 -07:00
vaikas-google 6d26024a27 first cut of version on client and server 2016-09-12 20:56:17 -07:00
Adam Reese 60b4188867 chore(*): bump version to v2.0.0-alpha.4 2016-09-06 14:09:37 -07:00
Adam Reese 47c360da37 chore(*): bump version to v2.0.0-alpha.3 2016-08-11 09:25:14 -07:00
Adam Reese a14e76a65c chore(*): add canonical import path annotation
https://golang.org/doc/go1.4#canonicalimports
2016-07-11 22:59:55 -06:00
Adam Reese 69f66629c4 chore(*): bump version to v2.0.0-alpha.2 2016-06-23 10:42:48 -07:00
Matt Butcher e757b24aed fix(*): add license header 2016-06-22 12:28:45 -06:00
Adam Reese 5670d2db53 feat(version): statically link version at build time 2016-05-31 23:10:26 -07:00
Matt Butcher d58cfc46fd reset 2016-04-27 21:29:54 -06:00
Matt Butcher 51c4953c9d fix(*): replace occurances of Deployment Manager 2016-03-30 14:59:06 -06:00
Adam Reese ca6fdc6e43 fix(version): use build version in helm 2016-03-14 14:16:31 -07:00
Adam Reese b916b2b102 fix(version.go): make version updatable by build scripts 2016-02-29 10:31:34 -08:00
Adam Reese e43286b6f9 ref(*): isolate go code to /cmd and /pkg 2016-02-29 10:31:34 -08:00