asdf-plugins icon indicating copy to clipboard operation
asdf-plugins copied to clipboard

fix: replace qdns plugin with fixed fork

Open eheinle-mak opened this issue 5 months ago • 0 comments

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_test action from asdf-actions in your plugin CI

eheinle-mak avatar Jul 28 '25 05:07 eheinle-mak