Skip to content

Fix parsing version from manifest#206

Merged
Salamandar merged 2 commits intomainfrom
fix_manifest_version_parsing
Feb 14, 2026
Merged

Fix parsing version from manifest#206
Salamandar merged 2 commits intomainfrom
fix_manifest_version_parsing

Conversation

@Josue-T
Copy link
Copy Markdown
Contributor

@Josue-T Josue-T commented Feb 13, 2026

Problem

curl https://apps.yunohost.org/default/v3/apps.json | jq '.apps.synapse.alternative_branches.testing.version'

return me "1.147.1~ynh1\n1.25" which is not what we expect.

solution

Currently the way to parse the version could bring false positive when there are for instance a go version field in the manifest. So we need to use a correct parser.

* Currently the way to parse the version could bring false positive when there are for instance a go versin field in the manifest. So we need to use a correct parser.
@Salamandar Salamandar merged commit 1022ab7 into main Feb 14, 2026
2 checks passed
@Salamandar Salamandar deleted the fix_manifest_version_parsing branch February 14, 2026 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants