If deploying a new version of a service requires deploying new versions of other services at the same time, you’re probably doing microservices wrong. Let's say that to ship a feature, we need to deploy service A from v1.0 to v1.1, which requires updating service B from v1.5 to v1.6…