Skip to content

Tinyblargon/renovate-30166

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

30166

Current behavior

In requirements.ansible.yml Renovate is unable to update Tinyblargon.docker_deploy due to it being in 2 namespaces.

It can update Tinyblargon.certbot can updated without issue.

Why this is happening

In the past the old ansible galaxy server would force a username to lowercase. This was changed in the new galaxy server to allow for case sensitive usernames. My username is mixed case so everything i've uploaded in the past was put in the old tinyblargon namespace. Everything i've uploaded since the change has been put in the mew Tinyblargon namespace.

This has the effect that roles that were uploaded before the change are in the old tinyblargon namespace and roles uploaded after the change are in the new Tinyblargon namespace. Roles in the old tinyblargon namespace that where updated after the change are in both namespaces.

On ansible galaxy the have fixed this by effectively merging the two namespaces. This is why you can see the same role in two different namespaces.

Expected behavior

Renovate treating Tinyblargon.docker_deploy and tinyblargon.docker_deploy as the same role and updating it.

Link to the Renovate issue or Discussion

proposed solution in discussion: renovatebot/renovate#30166

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published