Prefer Semantic Versioning

See:

* http://semver.org
* https://github.com/kubernetes/kops/issues/1081
This commit is contained in:
King'ori Maina 2016-12-24 02:27:53 +02:00
parent 267c0ca451
commit 66f430c71e
No known key found for this signature in database
GPG Key ID: 04398F1A6E1D9B22
2 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
if b.cluster.Spec.Networking.Weave != nil {
key := "networking.weave"
version := "1.8.2.20161223"
version := "1.8.2"
// TODO: Create configuration object for cni providers (maybe create it but orphan it)?
location := key + "/v" + version + ".yaml"