Closed james-nesbitt closed 7 years ago
this needs review. I have asked @aleksijohansson but I know that he is on vacation.
this effort is still underway.
The other repositories now all container decent fixed dependencies via vendor submodules, but this cli repo itself needs a similar update still.
To clarify:
Note that we did have 1 issue related to version pinning, as one of the used libraries doesn't pin it's own libraries: https://github.com/wunderkraut/radi-handler-upcloud/issues/3
this needs review ( @tharna or @aleksijohansson )
@james-nesbitt is there anything particular still on this one? If the pinning is now there, and we know the exceptions so far I think everything is fine with the concept.
pinning at the cli level is good. There is no version pinning in the handlers, but version pinning at this level is sufficient for now.
Currently when the make system builds (both containerized and local), the dependencies pulled are "latest" releases.
This causes breakage when upstream versions undergo API breakage.