Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: 0.6.1 Release #720

Merged
merged 30 commits into from
Oct 19, 2018
Merged

Release: 0.6.1 Release #720

merged 30 commits into from
Oct 19, 2018

Conversation

sriram-mv
Copy link
Contributor

@sriram-mv sriram-mv commented Oct 19, 2018

dhruvsood and others added 30 commits August 30, 2018 06:35
This adds two new generate-event template variables, dns_suffix (e.g. us-east-1.amazonaws.com) and partition (e.g. aws-cn), and happens to fix a bug where the AWS partition was being used in place of the Kinesis partition key in two templates.
The help text for the SubCommands in generate-event were getting truncated
in the terminal. The help text being displayed was the short_help text and not
the full text. If a click command does not have short_text assoicated, click
will truncate the help text to 45 characters.  We will now set the short_text
to be the full text to allow the contents to be displayed on the screen.

* Update unit tests
- On supplying path for docker, change path to unix style.
- This allows sam-cli to work with docker toolbox on windows.
* fix: remove dependency on pystache

- pystache does not explicitly state it supports py36
- last release was in 2014
- using chevron instead

* fix: use non-patched version of chevron
When installing SAM CLI onto Cloud9 and you don't reset the bash cache, you may see `sam --version` fail with "No such file or directory". Resetting the bash cache will address this.
- Remove source path mapping
- Add a note for the localRoot being based on the where the function
  code resides. This is referenced by CodeUri inside template.yaml
- Add a note on where VS code needs to be opened.
…708)

* fix: allow for stdout and stderr streams to be unbufferred directly.

* fix: only set unbuffered streams when a debug port is set
@sriram-mv sriram-mv requested a review from jfuss October 19, 2018 17:24
@sriram-mv sriram-mv changed the title 🐿 Use SAM CLI on Windows 7 and 8, and now !Ref template parameters locally Release: 0.6.1 Release Oct 19, 2018
@sriram-mv sriram-mv requested review from dhruvsood and removed request for dhruvsood October 19, 2018 17:40
@sriram-mv sriram-mv merged commit aa611aa into master Oct 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet