Releases: signet-framework/signet-cli
Releases · signet-framework/signet-cli
v0.7.5
Changelog
- 6024115 Merge branch 'readme_update'
- 35a5f6a Merge pull request #35 from signet-framework/repo_name_change
- 222b046 Merge pull request #37 from signet-framework/deploy_bugfixes
- 27a26e9 Updated README
- c911846 signet deploy reads sso session for AWS Region
- fef461d updated module paths to reflect repo name change
v0.7.2
Changelog
- e0d667a Merge pull request #31 from contract-testing-framework/env_flag
- 9052f47 Merge pull request #33 from signet-framework/update_deployment_bugfix
- 5ab0fc8 Merge pull request #34 from signet-framework/reinstate_register_env
- 0b57f6f Update README.md
- e40b7c4 config file supports --environment flag for 'signet updated-deployment'
- 0abcf4a fixed update-deployment bug where it sent providerName instead of participantName
- 2e0c5e9 updated --help messages for all commands
- 56c7719 updated register-env flags and added to README
v0.7.0
Changelog
- 24cfdac Merge pull request #29 from contract-testing-framework/deploy_aws_sdk
- fb63485 added 'signet deploy' and 'signet undeploy' docs to README
- 73af1bd added 'signet undeploy command'
- f55ad5c fixed 'signet deploy' so it uses elasticloadbalancer sdk to get URL after deployment
- a6f2076 linted and removed extraineous comments
- cdc87e0 new deploy command can kick off cloudformation create-stack
- d1c1fb1 new deploy command waits until deployment completes before exiting
- e4ddd7f replaced old cmd with new cmd, new deploy prints ELB URL on success
v0.6.0
Changelog
- edb9f65 'signet deploy' deploys the Signet broker to AWS ECS with Fargate
- 710b3cc Allow accept headers
- 829135d Delete contracts directory
- c8c688e Merge pull request #27 from contract-testing-framework/allow_accept_headers
- 90cbb90 Merge pull request #28 from contract-testing-framework/deploy
- 9986364 Start deploy command
- e76f622 added 'signet deploy' details to README
v0.5.0
Changelog
- fd7c224 'signet proxy' only adds 'Content-Type' headers to consumer contract
- fd54942 Added create pact from mountebank matches
- 788b2b2 Merge pull request #26 from contract-testing-framework/signet_proxy
- 8ee7618 added entrypoint and cleanup logic for 'signet proxy' command
- ba3e1b6 added handling for 1 error
- dc0a563 better return values for CreatePact
- e726d72 integrated Eric's functions
- 65a5128 signet proxy automatically writes a config file for mountebank
- 2e4f094 updated README with signet proxy details
v0.4.3
Changelog
- b5f5b67 'signet test' will try to use git SHA if --version is not passed at all
- f25e5c3 Merge pull request #23 from contract-testing-framework/refactor_dir_structure
- a5517a7 Merge pull request #24 from contract-testing-framework/bugfix_version_flag
- 0bc3d41 Merge pull request #25 from contract-testing-framework/deploy-guard
- 166e2ce Update README.md
- 61a9569 Update README.md
- f72503b added 'deploy-guard' test for unsafe condition where command exits with code 1
- a865b8b implemented 'signet deploy-guard', currently ignores 'errors' reponse field when 'status: false'
- e2986db removed unused helper func
- 2ad0745 updated README with documentation
- 511cdc5 wrote tests for 'signet deploy-guard'
v0.4.0
Changelog
- 7b9c5e9 'signet publish' ignores --version and --branch flags if --type is 'provider'
- 5f208f9 'signet test' outputs the output of dredd
- 8a5b1b4 'signet test' publishes provider version to signet broker when verification is successful
- 0670e58 Merge pull request #19 from contract-testing-framework/go_releaser
- 81cbbe0 Merge pull request #20 from contract-testing-framework/refactor_signet_test
- b82be20 Merge pull request #21 from contract-testing-framework/provider_verification
- 14a21e0 Merge pull request #22 from contract-testing-framework/publish_spec_no_version
- be77e06 added 'signet test' documentation to README
- 1697ca0 added success messages to all commands (this one's for you Michael (: )
- 6954bb5 added tests for 'signet test'
- 308288c changed publish --provider-name flag to --name
- 2f0c1c9 colorized test result, slice out node warning
- ecb3d72 fixed bug where reading config values from a non-cobra func errored
- ba42994 initial refactoring, paused b/c introduced weird bug
- 6f381cb refactored 'signet test'