fix: openbao-plugins github field points to wrong release tag #117
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Three packages (
openbao-plugin-secret-consul,openbao-plugin-secret-nomad,openbao-plugins) all point togithub: openbao/openbao-plugins. The latest release tag on that repo issecrets-nomad-v0.1.5, which is not a clean version string.tools/update-ghreports:The tag
secrets-nomad-v0.1.5appears to be a plugin-specific release tag, not a repo-wide release. Each package likely needs its own tag prefix filter.Options
tag_filterfield to metadata.yaml (e.g.tag_filter: "secrets-consul-v") soupdate-ghqueries the right release