You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think API changes within one minor branch, e.g. thought all 1.6.x or 1.5.x versions of kubernetes. It'll probably make sense to have a branch for 1.5, 1.6, 1.7, 1.8 and so forth.
in order to differentiate between the variation in the apis of different kubernetes versions i propose to create a branch per kubernetes version
These would then be used in a pack install as
st2 pack install stackstorm-kubernetes=v1.5.7
Upside is being able to cover all versions of the api
Downside is versioning - where a bug is found and new packs must be generated do the versions get overwritten? or do we use v1.5.7-2 (or similar)?
these could then be merged into the the 'main branch', however this is a fair amount of admin for every change.. (could be scripted of course)
The text was updated successfully, but these errors were encountered: