Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

v1.0.0

Choose a tag to compare

@stackhead-bot stackhead-bot released this 28 Dec 16:39
· 13 commits to master since this release

1.0.0 (2020-12-28)

🎁 Feature

  • cli/docker: Base image on Ansible 2.10.3 (2bdb360)
  • plugin settings in CLI config (9bbcbe1)
  • cli: validate cli and module configurations (9591ac7)
  • cli: set modules in temporary inventory (#74) (4d25f16)
  • cli: install plugin modules (76d37d9)
  • add pip dependencies to collection (e7f1df1)
  • install local python dependencies required to use StackHead (6889f0f)
  • cli: add destroy command (93a1eef)
  • cli: add deploy command (7b05790)
  • cli/init: add version option (c6e873c)
  • cli: add setup command (2378d2f)
  • cli: add init command (e3bc125)
  • add CLI base construct and validation command (79a1236)

🐞 Bug Fixes

  • cli: fix typo in folder (c41908e)
  • cli: fix validation command (7a47238)
  • cli: do not install collection dependencies in collection folder (15f564f)
  • cli: collection install path (#60) (69e07b7)
  • cli: require project definition for destroy (bdc26d7)
  • cli: show actual error message that caused abort (5cf48c0)
  • cli: exit command if error occurs (2239c3e)
  • cli: check if schema file exists (45f3bca)

📄 Documentation

🎨 Styles

  • resolve linter issues (aea5b13)
  • cli: adjustments for linter (41a2745)
  • cli: resolve linter issues (7304582)

🚧 Chores

  • update gitignore (56f91b1)
  • update package name (fe267d9)
  • cli: do not copy project definition file (de62c96)
  • cli: generate inventory file via YAML module (ab5c8b0)
  • cli: move setup back to main command (06db8e1)
  • set python binary in inventory (afdc368)
  • outsource JSONSchema validator into own repository (27ceecd)

📦 Build

🔁 CI

  • release workflow (0dd3381)
  • enable codeql for Go (43f248d)
  • restore CI configuration (0ea6858)
  • test deploy schemas (8b882ee)
  • test validation CLI command (4f2e200)
  • cli/dockerfile: adjust Dockerfile (c9b94fe)
  • add GITHUB_TOKEN to linter workflow (d299d4c)

tests

  • cli/validation: set path via function arguments (0d59347)
  • cli: add tests for module operations (60138af)