Releases: futurice/jalapeno
Releases · futurice/jalapeno
v1.1.0
v1.0.0
1.0.0 (2023-12-22)
⚠ BREAKING CHANGES
- breaks all existing sauces.yml files, migrate them by creating
apiVersion: "v1"
property and moving recipe metadata underrecipe
property
Features
- cli: If execute fails, output command line with all vars as --set args (#57) (4400305)
- move recipe struct to dedicated property in sauces.yml (2544cb5)
Bug Fixes
v0.1.30
v0.1.29
v0.1.28
Changelog
- 180b673 Add missing conflict confirmation
- 7a52392 Add note about environment variables
- b1b8c4c Add strict flag to godog tests
- 288af4f Add tip about who to check recipes in CI/CD
- 0980021 Fix flag in documentation
- d86cbf0 Fix tags in the docs
- ca045c2 Improve documentation
- 407e5eb Rename features dir to test
- 4c5f820 Terraform bootstrap recipe (#26)
v0.1.27
v0.1.26
Changelog
- ce9df39 Add docs about specific template files
- 2adeebf Add recommendations
- dd31114 Add test for snapshot updating
- 32d1570 Allow overriding check from URL when running check command
- b5b1eb3 Fix directory name
- fd3f238 Fix linting error
- dc1ca9e Improve debug setup
- e0793a4 Refactor file
- b5b2c5b Refactoring and command output improvements
- 2dbdf7e Set detailed exit code
- 58805b3 Split test steps by commands
- f70853d Update documentation
- 9816fbf Use Action to push the examples
v0.1.25
v0.1.24
Changelog
- e00f1dc Add aliases to the reference documentation
- 95078c8 Add documentation about variables
- 1df4616 Add exe extension also to
generates
- bac6604 Capitalize flag descriptions
- 8593515 Harmonize how the version is applied
- a186ab9 Show test results for each test
- a6eb0f7 Template file extension (#40)
- b5a1b0c Use executable file extension for current OS (#55)
- a53e590 Use new GH Action in example