Commit graph

32 commits

Author SHA1 Message Date
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