integrations
integrations copied to clipboard
Can we automate the version number for products?
It looks like the version numbers for scope and weave are hard-coded into the .json for the cloudformation template. Is there a way to automate this, so that we don't have to worry about having to update this?
"https://github.com/weaveworks/weave/releases/download",
"v1.9.5",
"weave"
]
]
},
"mode": "000755"
},
"/usr/local/bin/scope": {
"source": {
"Fn::Join": [
"/",
[
"https://github.com/weaveworks/scope/releases/download",
"v1.3.0",
"scope"
]
This file has them as a parameter: https://github.com/weaveworks/integrations/blob/master/aws/ecs/cloudformation.json#L127
We can update the defaults of course...