Adam Reese
895e9192d4
feat(*): use vanity import helm.sh/helm
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
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>
6 years ago
Adam Reese
4f26b658d8
change copyright to "Copyright The Helm Authors"
6 years ago
Adam Reese
75c4df0b56
ref(tests): use golden files for testing command output
7 years ago
Adam Reese
36e034551f
ref(*): rebuild build version object
7 years ago
Adam Reese
68c0b6a24a
ref(proto): remove unused protobufs
7 years ago
Matthew Fisher
8604e0b832
bump version to v2.8
...
also add it to the release checklist.
7 years ago
Adam Reese
08c1144f5e
chore(*): bump version to v2.7.0
7 years ago
Adam Reese
5bc7c619f8
chore(*): bump to v2.6.0
7 years ago
Adam Reese
012cb0ac1a
chore(*): bump to v2.5.0
7 years ago
Adam Reese
1ec2c04be8
chore(*): bump to v2.4.0
8 years ago
Adam Reese
9ae84c730f
fix(tiller): make new version check backwards compatible
8 years ago
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
8 years ago
Matt Butcher
d97086cbdd
Merge pull request #2229 from technosophos/feat/chart-tiller-version
...
feat(tiller): support version constraint on chart
8 years ago
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.
8 years ago
Adam Reese
d83c245fc3
chore(*): bump to v2.3.0
8 years ago
Sushil Kumar
cfd041eed5
Added unit tests
...
Added tests for:
- [ ] pkg/version/versions.go
- [ ] pkg/repo/repo.go
8 years ago
Adam Reese
fc315ab598
chore(*): bump to v2.2.0
8 years ago
Matt Boersma
bd27acd02c
chore(*): bump to v2.1.3
8 years ago
Matt Boersma
152cf427ed
chore(*): bump to 2.1.2
8 years ago
Adam Reese
b7b648456b
chore(*): bump to v2.1.0
8 years ago
Adam Reese
51bdad4275
chore(*): bump to v2.0.0
8 years ago
Adam Reese
f8037c83c6
chore(*): bump to v2.0.0-rc.2
8 years ago
Adam Reese
92be174acf
chore(*): bump to v2.0.0-rc.1
8 years ago
Adam Reese
8a5550d0c6
chore(*): bump to v2.0.0-beta.2
8 years ago
Adam Reese
05c04bccae
chore(*): bump to v2.0.0-beta.1
8 years ago
Adam Reese
4de5c4aa57
chore(*): bump to v2.0.0-alpha.5
8 years ago
Adam Reese
e0d02e6e5b
feat(*): add api version checks
8 years ago
Adam Reese
264c6b10e1
feat(*): add git tree state to binaries
...
* clean up version output
8 years ago
vaikas-google
f8adf7f4d2
Address cr comments
8 years ago
vaikas-google
6d26024a27
first cut of version on client and server
8 years ago
Adam Reese
60b4188867
chore(*): bump version to v2.0.0-alpha.4
8 years ago
Adam Reese
47c360da37
chore(*): bump version to v2.0.0-alpha.3
8 years ago
Adam Reese
a14e76a65c
chore(*): add canonical import path annotation
...
https://golang.org/doc/go1.4#canonicalimports
8 years ago
Adam Reese
69f66629c4
chore(*): bump version to v2.0.0-alpha.2
8 years ago
Matt Butcher
e757b24aed
fix(*): add license header
8 years ago
Adam Reese
5670d2db53
feat(version): statically link version at build time
9 years ago
Matt Butcher
d58cfc46fd
reset
9 years ago
Matt Butcher
51c4953c9d
fix(*): replace occurances of Deployment Manager
9 years ago
Adam Reese
ca6fdc6e43
fix(version): use build version in helm
9 years ago
Adam Reese
b916b2b102
fix(version.go): make version updatable by build scripts
9 years ago
Adam Reese
e43286b6f9
ref(*): isolate go code to /cmd and /pkg
9 years ago