weaveworks / integrations

Weave Third-Party Integrations
Apache License 2.0
26 stars 22 forks source link

Can we automate the version number for products? #127

Open abuehrle opened 7 years ago

abuehrle commented 7 years ago

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"
                    ]
pidster commented 7 years ago

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

pidster commented 7 years ago

We can update the defaults of course...