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

Releases: getstackhead/stackhead-cli

v1.2.0

27 Mar 10:46
Compare
Choose a tag to compare

1.2.0 (2021-03-27)

🎁 Feature

🔁 CI

v1.1.0

28 Feb 17:55
Compare
Choose a tag to compare

1.1.0 (2021-02-28)

🎁 Feature

  • set certificates email address (e0efecd)
  • set terraform update interval (c9c0308)

🔁 CI

  • integration: set correct server image (5750a8a)

v1.0.2

30 Dec 16:35
Compare
Choose a tag to compare

1.0.2 (2020-12-30)

🐞 Bug Fixes

  • configurable validation source (21952b9)

🚧 Chores

🔁 CI

  • disable gosec rule for unsafe SSL certificates (bde01c9)

v1.0.1

29 Dec 17:20
Compare
Choose a tag to compare

1.0.1 (2020-12-29)

🐞 Bug Fixes

  • validate: validate project definition file suffix (5692764)

🔁 CI

v1.0.0

28 Dec 16:39
Compare
Choose a tag to compare

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)