integrations icon indicating copy to clipboard operation
integrations copied to clipboard

Can we automate the version number for products?

Open abuehrle opened this issue 8 years ago • 2 comments

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"
                    ]

abuehrle avatar May 24 '17 22:05 abuehrle

This file has them as a parameter: https://github.com/weaveworks/integrations/blob/master/aws/ecs/cloudformation.json#L127

pidster avatar Aug 23 '17 13:08 pidster

We can update the defaults of course...

pidster avatar Aug 23 '17 13:08 pidster