asdf-plugins
asdf-plugins copied to clipboard
fix: replace qdns plugin with fixed fork
Enumerate available upstream versions from github releases instead of git tags. qdns upstream has issues with CI, git tags currently don't correspond to releases. Ask Github API for available versions instead.
Why the fork instead of contributing to the original plugin: My colleague no longer works with my company, they won't be able to fix the current plugin.
Summary
Description:
- Tool repo URL: https://github.com/natesales/q
- Plugin repo URL: https://github.com/eheinle-mak/asdf-plugin-qdns.git
Checklist
- [X] Format with
scripts/format.bash - [X] Test locally with
scripts/test_plugin.bash --file plugins/<your_new_plugin_name> - [X] Your plugin CI tests are green
- Tip: use the
plugin_testaction from asdf-actions in your plugin CI
- Tip: use the