open-horizon / devops

Devops processes to build and deploy horizon components
Apache License 2.0
10 stars 43 forks source link

Object to note Open Horizon component version compatibility per release #103

Closed t-fine closed 2 years ago

t-fine commented 2 years ago

It was brought up in the Examples Working Group that it would be nice to have an easy to reference object that noted the compatible versions of all the Open Horizon components when a new "release" is created.

bencourliss commented 2 years ago

@t-fine Please list out the components you want included and let me know where you want this object put. I'm assuming you want a json file with something like:

  {
    "openhorizon/amd64_agbot":"2.30.0-619",
    "openhorizon/amd64_exchange-api":"2.88.0-552",
    "openhorizon/amd64_cloud-sync-service":"1.7.1-619",
    "openhorizon/sdo-owner-services":"1.11.11-462",
  ...
  }
bencourliss commented 2 years ago

The Examples releases will now have a text file named openhorizon-tested-versions.txt that will contain the list of images that have been tested and are released and available on Dockerhub. See https://github.com/open-horizon/examples/releases/download/v2.30.0-947/openhorizon-tested-versions.txt for an example.