Skip to content

v1.2.0

Latest

Choose a tag to compare

@clouddrove-ci clouddrove-ci released this 21 Jul 10:37

Re-cut of v1.1.0 after a history rewrite. Functionally the same tool.

Why the earlier releases are gone

An earlier version of toyland/plugins/ansible hardcoded one contributor's playbook directories, one per client project, and named those projects in its comments. The file was made generic in v1.0.0, but the names remained in the repository's history, so the history was rewritten to remove the file entirely and the plugin re-added as new work.

Rewriting moved every commit, which moved the v1.0.0 and v1.1.0 tags onto trees that no longer contained the ansible plugin. noddy sources that file at startup, so those tarballs would have installed a broken tool. Both releases were deleted rather than left in that state.

If you installed from either, reinstall:

brew update && brew reinstall clouddrove/tap/noddy

Contents

Everything from v1.1.0:

  • ssh:list and ssh:connect
  • Six categories fixed that reported command-not-found when run
  • A 30-test bats suite, green on both macOS architectures

Plus ansible:deploy, which takes its playbook root from NODDY_ANSIBLE_HOME or ~/.noddy and defaults to the current directory.