Skip to content

Releases: insight-infrastructure/nukikata

2.0.0.2

06 Aug 04:16
Compare
Choose a tag to compare
  • Modified yaml operator adding several methods
  • Refactor list to select operator
  • Added web, copy, move, dicts, lists operators

2.0.0.1

28 Jul 08:33
Compare
Choose a tag to compare

2.0.0.1 (2020-07-28)

  • Added special variable calling_directory to preserve path regardless of context changing in remote nukikata calls.
  • Fixing listdir and list operators

Initial edge release

28 Jul 08:31
Compare
Choose a tag to compare
  • Added no_input to operator level discovery
  • Added basic AWS, GCP, Azure, and DigitalOcean operators
  • Extended yaml operator to have regex remove, update, and merging functionalities both in place and on write.
  • Default template input to main to ..
  • Added index to loop to output count in loop.
  • Added index parameter to list and checkbox pyinquirer operators.
  • Merged changes as of this date from cookiecutter 2.0.0
  • Added numerous new operators
  • Added warning for unknown operator type
  • Added chdir to operator allowing temporary working directory context to be shifted
  • Added block operator which uncovered defficiencies in how we are currently handling the running of the context in the operators