How is the release cycle of Kedro coordinated? Rig...
# questions
m
How is the release cycle of Kedro coordinated? Right now, kedro
0.18.4
is already in PyPI, but starters are not tagged yet, making our CI/CD pipelines fail:
kedro.framework.cli.utils.KedroCliError: Kedro project template not found at git+https://github.com/kedro-org/kedro-starters.git. Specified tag 0.18.4. The following tags are available: 0.17.0, 0.17.1, 0.17.2, 0.17.3, 0.17.4, 0.17.5, 0.17.6, 0.17.7, 0.18.0, 0.18.1, 0.18.2, 0.18.3.
Can we expect tagging today? 🤔 Maybe there should be some fallback mechanism for kedro starters to use versioning similar to Python (e.g.
~=0.18.0
but for tags).
m
Hi @marrrcin yes we are working on releasing the starters today. We’re a bit low on team capacity at the moment, so some things take a bit longer.
👍 1
m
Any update? 🙂
m
We’re battling failing windows builds at the moment 😬 https://github.com/kedro-org/kedro-starters/pull/111 this is the final thing blocking the release
🤞 1
The starters have been released, so hopefully it’s all working again for you
m
Thanks for the update!