Release Notes
Versions
1.9.0
- Released August 8, 2024
- Added additional global variable
ls
as a Liquid array variable to list files in the current working directory - Add
--reset-defaults
to remove previously set default values - Allow step labels to include Liquid variables
1.8.0
- Released August 8, 2024
- Added support for
is not blank or empty
condition
1.7.0
- Released August 7, 2024
- Added support for PUT requests
1.6.3
- Released August 6, 2024
- Improved UI for ask user input
- Fix bug in evaluation of conditions for step configuration
1.6.2
- Released August 3, 2024
- Bug fixes
1.6.1
- Released August 1, 2024
- Fixed bug when overriding prefix variables at runtime
1.6.0
- Released July 30, 2024
- Added directive to download from S3 bucket with object key
1.5.4
- Released July 27, 2024
- Fixed/improved archiving directive again
1.5.3
- Released July 26, 2024
- Fixed/improved archiving directive
1.5.2
- Released July 25, 2024
- Added tempdir as an available global variable
1.5.1
- Released July 24, 2024
- Minor fix for SSH related directives
1.5.0
- Released July 23, 2024
- Revamped release packaging
- Add ability to save default values
- Improved input variable handling
- CLI tool now officially available via apt (Linux), Homebrew (macOS), and Chocolatey (Windows)
1.4.0
- Released July 20, 2024
- Internal fixes to prepare for package release
1.3.3
- Released June 13, 2024
- Allow token authentication via CLI
- Bug fixes
1.2.0
- Released June 10, 2024
- Update mechanism for checking for updates
1.1.2
- Released June 9, 2024
- Additional fixes to update command
1.1.1
- Released June 8, 2024
- Fix update command
1.1.0
- Released June 8, 2024
- Fix issues with loops
- Fix Liquid variable parsing
- Prepare for larger public beta
0.10.0
- Released May 28, 2024
- Added new directives and loop support
- Fix bugs
0.0.5
- Released May 16, 2024
- Fix Run Prog directive
- Improve user messages
0.0.4
- Released May 9, 2024
- Improve error messages
- Improve registration from the CLI tool
0.0.3
- Released April 23, 2024
- Enable registration from the CLI tool
0.0.2
- Released April 6, 2024
- Code refactoring
0.0.1 Initial release
- Supports authentication
- Executes directives
- Liquid template parsing support
- Piping support