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.20.0 #1342

Merged
merged 39 commits into from
Aug 20, 2019
Merged

release: 0.20.0 #1342

merged 39 commits into from
Aug 20, 2019

Conversation

jfuss
Copy link
Contributor

@jfuss jfuss commented Aug 15, 2019

Issue #, if available:

Description of changes:

Checklist:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

sriram-mv and others added 30 commits July 16, 2019 10:16
- `sam init -r node -d npm` now yeilds a sam template with `nodejs10.x` as
  runtime instead of `nodejs`
fix: default to nodejs10.x on init
* Updated the .NET template.
* Removed unused namespaces
* Clean up example xunit test case.
Commits since 0.19.0 branch freeze
* warning: deprecation warning message - Python 2.7

- if AWS SAM CLI is installed under python2.7 environment, there is a
  warning which says that AWS SAM CLI will no longer be installable
  under python2.7 from October 1st 2019.

* fix: add additional links to official install pages.
feat(start-api): Support for RestApi and Stage of CloudFormation resources
viksrivat and others added 6 commits August 12, 2019 12:40
* Fix and Update Template Resolution Tests

* Remove Test with ignoring Refs with globals

* Handle Top level resource case

* Update Style

* Handle Layer Integ Test Failure on KeyboardExit
When running local layer integration tests, there was a cleanup error that
occured if there was a KeyboardExit occurred on the previous run.
This causes problems with cached values on consecutive tests.

* Handle Layer Integ Test Failure on KeyboardExit

When running local layer integration tests, there was a cleanup error that
occured if there was a KeyboardExit occurred on the previous run.
This causes problems with cached values on consecutive tests.

* Update Intrinsic Resolver to handle Layers

Lambda Layers were added as a special case where Ref's to unresolved resources remained as {"Ref": logical_id}.
This was chosen to be the default since SamTranslator handles the translation of some resource and converts some types such as
{"Ref":"AWS::Region"} -> {"Ref": "us-east-1"} and replacing Globals.

* Remove old layer ref code
@sriram-mv
Copy link
Contributor

Builds should be back to passing soon :)

@sanathkr sanathkr merged commit d7d2822 into master Aug 20, 2019
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.

8 participants