Skip to content

Releases: Overal-X/storm

v0.2.6

15 Mar 19:14
e88fd1b

Choose a tag to compare

Changelog

Others

  • e88fd1b: Add error logging in agent command execution to improve debugging (@struckchure)
  • 5ce79b1: Improve context variable handling in deploy action by adding checks for empty JSON values, ensuring only non-empty contexts are included in command execution. (@struckchure)
  • b344283: Refactor context variable handling in deploy action to remove unnecessary JSON encoding, enhancing command execution clarity and consistency. (@struckchure)
  • c0d368a: Refactor deploy action to streamline context handling by removing commented-out code and directly specifying context arguments, enhancing clarity and maintainability. (@struckchure)
  • e3eed3f: Rename context variable inputs in deploy action for clarity: updated 'vars' to 'vars_context', 'secrets' to 'secrets_context', and 'github' to 'github_context'. This enhances consistency and improves understanding of variable usage. (@struckchure)

v0.2.5

15 Mar 18:22
634270d

Choose a tag to compare

Changelog

Others

  • 634270d: Enhance context flag parsing in template.go to support base64-encoded JSON values. Update related command flags in main.go and action.yml for improved context variable handling and clarity. (@struckchure)
  • 5ee727f: Enhance context variable handling in deploy action by applying JSON encoding to context references for improved command execution consistency. (@struckchure)
  • 53b4b1c: Optimize command execution in deploy action by removing unnecessary quotes around array expansion for improved readability and consistency. (@struckchure)
  • 9c9d0df: Refactor deploy action to improve indentation and readability of context variable handling in command execution. (@struckchure)
  • 58a4672: Refactor deploy action to use double quotes for context variable handling, enhancing command execution consistency and readability. (@struckchure)
  • 84f981c: Update default values for context variables in deploy action to empty strings for improved clarity and usability. (@struckchure)
  • 414e5fa: Update deploy action context variable descriptions for clarity and add default values for improved usability. (@struckchure)

v0.2.4

15 Mar 17:46
d6bba79

Choose a tag to compare

Changelog

Others

  • d6bba79: Refactor context variable handling in deploy action to use environment variables for improved command execution consistency and readability. (@struckchure)

v0.2.3

15 Mar 17:13
0035ca5

Choose a tag to compare

Changelog

Others

  • 0035ca5: Fix command execution in workflow.go by correcting the flag syntax for improved reliability in shell command execution. (@struckchure)

v0.2.2

15 Mar 16:28
aaa864e

Choose a tag to compare

Changelog

Others

  • aaa864e: Refactor context flag parsing in template.go to remove unnecessary quote trimming for improved clarity. Update time calculation in workflow.go to use direct seconds without rounding for more accurate duration reporting. (@struckchure)
  • b253119: Refactor deploy action to use array syntax for context arguments, applying JSON encoding for improved command execution and readability. (@struckchure)
  • c132b8a: Update context variable handling in deploy action to use direct input references for improved command execution consistency. (@struckchure)
  • 4ece678: Update context variable handling in deploy action to use single quotes for improved command execution and consistency. (@struckchure)

v0.2.1

15 Mar 13:26
6827337

Choose a tag to compare

Changelog

Others

  • 2eae258: Enhance context variable handling in deploy action by applying JSON encoding to context references for improved command execution. (@struckchure)
  • f9745c1: Fix context variable handling in deploy action by adding quotes around context references for improved command execution. (@struckchure)
  • effd416: Refactor argument handling in deploy action to use array syntax for improved command execution and readability. (@struckchure)
  • d3c7fd6: Refactor argument handling in deploy action to use string concatenation for context variables, improving command execution and readability. (@struckchure)
  • 60a7ba2: Refactor deploy action to enhance context variable handling (@struckchure)
  • 6827337: Remove debug print statement from ParseContextFlags function in template.go for cleaner code. Update context variable handling in deploy action to fix quote syntax for improved command execution. (@struckchure)
  • 2bd22bc: Update deploy action to use simplified context variable names (@struckchure)

v0.2.0

15 Mar 12:45
ff53706

Choose a tag to compare

Changelog

Others

v0.1.9

15 Mar 12:14
256966b

Choose a tag to compare

Changelog

Others

  • dfb6570: Add env and secrets inputs to deploy action and update variable references (@struckchure)
  • 4b71922: Refactor storm agent installation and workflow execution commands to remove unnecessary quotes (@struckchure)
  • 256966b: Update command execution in Execute method to use 'pipefail' for better error handling (@struckchure)
  • 4b31eda: adds env input to actions (@struckchure)

v0.1.8

15 Mar 11:18
8415bf0

Choose a tag to compare

Changelog

Others

  • 8415bf0: Refactor InstallProd method to remove unused variables and improve command execution for Linux and Darwin (@struckchure)

v0.1.7

15 Mar 10:44
5e2f1c1

Choose a tag to compare

Changelog

Others

  • 5e2f1c1: Update InstallProd method to streamline command execution for Linux and Darwin (@struckchure)