[BUG] API submodule is pain #92
Labels
area/dev-productivity
Developer productivity related (how to improve development)
kind/bug
Bug
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
/kind bug
/area dev-productivity
Describe the bug:
Similar to gardener/etcd-druid#243.
With gardener/gardener#5610 g/g is upgraded to [email protected] which introduces the
/api
submodule (#85).When upgrading the g/g dependency to the latest release (v1.44.0) in provider-aws, I get:
I can workaround this by adding
replace
directives as mentioned in gardener/etcd-druid#243Note that this has to be added to every project that transiently depends on hvpa-controller.
Expected behaviour:
Projects having a transient dependency on hvpa-controller shouldn't need to add
replace
directives, which is prone to error, unneeded complexity and simply annoying.Anything else we need to know?:
As said in gardener/etcd-druid#243 (comment), I would vote for removing the
/api
submodule again (ref gardener/etcd-druid#244) and never introduce it anywhere again to spare us the pain.The text was updated successfully, but these errors were encountered: