Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot fails to bump to v2 as v1 and v2 are branches, not tags #44

Closed
consideRatio opened this issue Jun 12, 2022 · 0 comments · Fixed by #45
Closed

Dependabot fails to bump to v2 as v1 and v2 are branches, not tags #44

consideRatio opened this issue Jun 12, 2022 · 0 comments · Fixed by #45

Comments

@consideRatio
Copy link
Member

consideRatio commented Jun 12, 2022

I want us to transition to using v1 and v2 etc tags instead of branches, because apparently dependabot doesn't succeed in bumping to v2 if we have a branch set like that rather than a tag.

This is determined by ...

with:
# By using branches as identifiers it is still possible to backtrack
# some patch, but not if we use tags.
prefer_branch_releases: true

I think the v1 version of this action fails to handle k8s 1.24 due to an too outdated version of calico, and k3s 1.24 is out now making tests fail in z2jh for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant