Releases: Azure/InnovationEngine
Releases · Azure/InnovationEngine
IE
v0.2.3
What's Changed
- Update
ie interactive
to overwrite an executed document with the environment variables that were used. by @vmarcella in #232 - Fix configured markdown to be set before interactive commands are executed by @vmarcella in #233
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
What's Changed
- fix(test): Fix test mode to correctly exit when it encounters an error by @vmarcella in #217
- Add CLI output to the azure status by @vmarcella in #219
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Update README.md by @mbifeld in #197
- fix(scenarios): Fix the regex that locates variables to override by @vmarcella in #202
- feat(test): New UI implementation for
ie test
& refactor various parts of the engine by @vmarcella in #198 - fix(pipeline): Specify the environment ie is executing in when running
make test-upstream-scenarios
by @vmarcella in #205 - fix(pipeline): Update Makefile to specify environment correctly by @vmarcella in #206
- fix(scenario): Allow for markdown files to not specify h1 headers by @vmarcella in #208
- fix(help): Update the documentation for global flags by @vmarcella in #203
- [add] resource group to resource list by @rguptar in #163
- fix(interactive): Include resource group URIs in the status JSON for interactive mode by @vmarcella in #209
- feat(test): Allow users to override variables defined in documents via
--var
when runningie test
. by @vmarcella in #210 - fix(test): Add messaging for communicating the resource group being deleted by @vmarcella in #211
- feat(test): Add test reports that can be generated when executing markdown with
ie test --report <file-path>
by @vmarcella in #212
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- Update locale fallbacks to use the version passed into the installation script by @vmarcella in #193
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Generate code coverage for tests in pipeline by @vmarcella in #192
- Decouple installation of IE and scenarios. by @vmarcella in #189
- Parsing yaml metadata headers in markdown files by @vmarcella in #191
- Allow for IE to resolve remote markdown documents into scenarios by @vmarcella in #190
- Remove redundant scenarios from the repository by @vmarcella in #188
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Update the bash command execution to specify
set -e
when executing. by @vmarcella in #155 - Refactor language parameter mapping in install_from_release.sh by @naioja in #180
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #158
- Covered case where no LANG var is set by @mbifeld in #183
- Update Interactive mode to render different user interfaces based on the environment it's running in by @vmarcella in #182
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- [RFC] Created AI Converter + Added Static Web App Exec Doc by @naman-msft in #126
- Update line endings/formatting. by @vmarcella in #171
- Update test command to not wait for rg deletion. by @vmarcella in #172
- Update release pipeline permissions. by @vmarcella in #173
- Interactive mode by @vmarcella in #165
Full Changelog: v0.0.2...v0.1.0