#What is the recommended strategy for module authors to upgrade?

1 messages · Page 1 of 1 (latest)

hasty vigil
#

As a module author, should I be upgrading my dagger modules when a new version of the Dagger Engine is released. In the dagger.json file there is a reference to the engine version when dagger init or dagger develop was run. If I was to upgrade to 0.14.0 in all of my modules, would it break backwards compatibility? All of my modules are currently at 0.12.5

rich valley
#

You're unlikely to be affected by the breaking changes in v0.14.0

hasty vigil
#

So upgrading my modules to 0.14.0 doesn't push that dependency down to callers who might be using an older engine version in their own CI setups? What about module authors pulling in one of my modules as a dependency?

#

Thanks for the super fast response btw