Skip to content

Releases: gabriel-pinheiro/ksac

KSaC v1.5.0

30 Oct 01:11
85c9398

Choose a tag to compare

  • Added support for PDF files with import_file
  • Proper error when importing binary files instead of trying them

KSaC v1.4.1

13 Sep 02:30

Choose a tag to compare

  • Updated dependencies

KSaC v1.4.0

08 Sep 19:09

Choose a tag to compare

  • Added login parameters via options, to make it easier to setup CI (ksac login --help for more info);
  • Added pre-chunking to make sure plans won't re-create all the chunks of bigger files due to StackSpot chunking.

KSaC v1.3.1

25 Aug 21:02

Choose a tag to compare

  • Updating API endpoints after latest StackSpot release

KSaC v1.3.0

30 Jul 02:13

Choose a tag to compare

  • Added initial ksac fetch

KSaC v1.2.0

28 Jul 23:50

Choose a tag to compare

  • Added import_file for Knowledge Objects. Know you can import a KO's content from external files instead of adding it directly to the .hcl definition
  • Added --path for validate, plan, apply and destroy to choose a different directory for scanning
  • Better error messages and error handling for the validate pipeline (which runs on plan, apply and destroy too)
  • Better update message with command for updating

KSaC v1.1.2

28 Jul 23:43

Choose a tag to compare

  • Initial documentation for NPM
  • Better ksac login messages with updated links

KSaC v1.1.1

28 Jul 23:42

Choose a tag to compare

  • Replacing inquirer with prompts. Installation will be quicker due to the reduction in indirect dependencies.

KSaC v1.1.0

28 Jul 23:41

Choose a tag to compare

  • Added ksac destroy
  • Added default values for use_cases and language so they can be omitted in the definitions
  • Allowing empty .hcl files, with warning

KSaC v1.0.1

28 Jul 23:40

Choose a tag to compare

  • Trimming KO content to match StackSpot and avoid reapplying every time
  • Deleting KOs before creating due to StackSpot de-duplication features
  • Sending update notification after command execution
  • Aborting update check if main command finished running