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

Update dependency serverless to v1.71.1 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vingle-suzy
Copy link

@vingle-suzy vingle-suzy commented Oct 10, 2019

This PR contains the following updates:

Package Type Update Change
serverless (source) devDependencies minor 1.53.0 -> 1.71.1

Release Notes

serverless/serverless

v1.71.1

Compare Source

v1.71.0

Compare Source

Features
Bug Fixes
Maintanance Improvements

v1.70.1

Compare Source

Bug Fixes
Enhancements
Maintanance Improvements

v1.70.0

Compare Source

Features
Bug Fixes

v1.69.0

Compare Source

Features
Bug Fixes

v1.68.0

Compare Source

Features
Bug Fixes
1.67.3 (2020-04-08)
Bug Fixes
1.67.2 (2020-04-08)

v1.67.3

Compare Source

v1.67.2

Compare Source

v1.67.1

Compare Source

Bug Fixes

v1.67.0

Compare Source

Features
Bug Fixes

v1.66.0

Compare Source

Features
Bug Fixes

v1.65.0

Compare Source

Features
Bug Fixes
1.64.1 (2020-02-26)
Bug Fixes

v1.64.1

Compare Source

v1.64.0

Compare Source

Features
Bug Fixes

v1.63.0

Compare Source

Features
  • AWS HTTP API: Initial basic routes configuration support (69170d0)
  • Support destinations config on stream events (#​7262) (ea4ac26)
  • Support rich and reusable S3 buckets configuration (#​7156) (382c0bf)
Bug Fixes
  • Fix sls logs so it also covers output from aliases (#​7270) (4468805), closes #​7214
  • Standalone: Ensure to use proper CLI params parser (f426ed7)
1.62.0 (2020-01-29)
Features
  • Support redrivePolicy configuration on SNS events (#​7239) (4f27378)
  • Ensure deterministic WebSockets deployment id (so deployments are skipped when no changes are detected) (#​7248) (9f0131f)
  • azure-nodejs-typescript template (#​7252) (0549d85)
Bug Fixes
  • Variables: When resolving SSM parameter, ensure to retrieve status code from AWS error correctly (bc5bbbe), closes #​7237
  • Do not overwrite go.mod on make in Go template (#​7245) (1793cf8)
1.61.3 (2020-01-21)
Improvements
  • Support code parameter on ServerlessError (f6c5179)
1.61.2 (2020-01-15)
Bug Fixes
1.61.1 (2020-01-14)
Bug Fixes

v1.62.0

Compare Source

v1.61.3

Compare Source

v1.61.2

Compare Source

v1.61.1

Compare Source

v1.61.0

Compare Source

Features
Bug Fixes
1.60.5 (2020-01-03)
Bug Fixes
  • Standalone
  • AWS Lambda: Fix provisioned concurrency setup issues (remove no longer needed AWS issue workaround) (4821ad2), closes #​7137
  • CLI
  • Plugins: Fix resolution of config when installing plugin (b5dbdaf), closes #​7130
  • AWS APIGW: Fix handling of removal of resourcePolicy setting (e662a91), closes #​6789
  • Variables: Ensure no same object instances are shared across config (4893f7d), closes #​7098
1.60.4 (2019-12-23)
Bug Fixes
  • AWS APIGW: Fix handling of provisionedConcurrency: 0 setting (efe6d02), closes #​7133
1.60.3 (2019-12-23)
Bug Fixes
  • AWS APIGW: Fix Rest API id detection when no API GW involved (81096ca), regression introduced with #​7126
1.60.2 (2019-12-23)
Bug Fixes
  • AWS Lambda
    • Fix provisioned concurrency setup (closes #​7059):
      • Fix provisioned concurrency configuration. Configure on alias, and not on version. Thanks to that it can work with versioning enabled and changes to provisioned concurrency configuration are not immune to Internal Failure (04a7657)
      • Workaround AWS issue related to alias redeployments (56b9d3d)
      • Ensure API Gateway endpoints point provisioned version (67d27ed),
    • Fix CloudWatch logs creation access (a2db989), closes #​6241 #​6692
  • AWS API Gateway:
    • Ensure to apply API GW stage settings in case of services having no endpoints configured (e93e6f4), closes #​7036
  • Fix custom resource lambda artifact generation (7132af3)
1.60.1 (2019-12-20)
Bug Fixes
  • Ensure necessary IAM role for handling existing cognito pools (5c6de5c), closes #​6579
  • Fix support for relative plugins.localPath (10ba8cb), closes #​7117
  • Support different AWS partitions (f353144)

v1.60.5

Compare Source

v1.60.4

Compare Source

v1.60.3

Compare Source

v1.60.2

Compare Source

v1.60.1

Compare Source

v1.60.0

Compare Source

Features
  • Binary installer
    • uninstall command for installed binaries (53e596f)
    • upgrade command for installed binaries (c4efd66)
    • Configure binaries generation (49f6e1e)
    • Linux & macOS binary installer (f0f9698)
    • Recognise as standalone (59bea09)
    • Script to upload generated binaries to GitHub release (5563b28)
  • Draw CLI boxes with boxen package (80f9a65)
  • MaximumRetryAttempts config for stream (998b6fd), closes #​7012
  • Memoize resolution of dev deps exclusion paths (#​7091) (5143c2a)
  • Support CF instructions in awsKmsKeyArn setting (#​7083) (f9b6507)
  • Unconditionally display browser url (c900900)
  • Update and improve aws-kotlin-jvm-gradle template (#​7072) (0b3a08a)
Bug Fixes
  • Ensure not to autocomplete hidden commands (3f7f532)
  • Fix AWS partition reference in APIGW CloudWatch role setup (fc74c28), closes #​7100
  • Fix credentials validation in EC2 environment (#​6977) (f8ee027)
  • Prevent uncaught exception in case of open util issue (f29d169)
  • Recognize falsy values as CLI options defaults (#​7071) (7e0e903)
1.59.3 (2019-12-09)
Bug Fixes
  • Do not set optional ParallelizationFactor when not explicitly set (e74d1a0), closes #​7049
  • Fix provisioned concurrency support (be0ebb7), closes #​7059
1.59.2 (2019-12-06)
Bug Fixes
  • Ensure to not create cognito pools marked as 'existing' (fe546c5)
1.59.1 (2019-12-05)
Bug Fixes
  • Fix mishandling of cachedCredentials in invokeLocal (699e78d), closes #​7050, regression introduced with #​7044

v1.59.3

Compare Source

v1.59.2

Compare Source

v1.59.1

Compare Source

v1.59.0

Compare Source

Meta

v1.58.0

Compare Source

Meta

v1.57.0

Compare Source

Meta

v1.56.1

Compare Source

Meta

v1.56.0

Compare Source

Meta

v1.55.1

Compare Source

Meta

v1.55.0

Compare Source


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from f4ae3b2 to 70dc984 Compare October 23, 2019 11:13
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.54.0 Update dependency serverless to v1.55.0 Oct 23, 2019
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from 70dc984 to 9de1905 Compare October 23, 2019 21:14
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.55.0 Update dependency serverless to v1.55.1 Oct 23, 2019
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from 9de1905 to 80bba83 Compare October 31, 2019 11:18
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.55.1 Update dependency serverless to v1.56.0 Oct 31, 2019
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from 80bba83 to 5a97ce6 Compare October 31, 2019 13:32
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.56.0 Update dependency serverless to v1.56.1 Oct 31, 2019
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from 5a97ce6 to fe6f6e7 Compare November 6, 2019 11:14
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.56.1 Update dependency serverless to v1.57.0 Nov 6, 2019
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from fe6f6e7 to b521f7e Compare November 20, 2019 23:18
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.57.0 Update dependency serverless to v1.58.0 Nov 20, 2019
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from b521f7e to d560f53 Compare December 7, 2019 22:11
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.58.0 Update dependency serverless to v1.59.2 Dec 7, 2019
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from d560f53 to b3c0edc Compare December 14, 2019 22:14
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.59.2 Update dependency serverless to v1.59.3 Dec 14, 2019
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from b3c0edc to f47ff58 Compare December 21, 2019 22:11
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.59.3 Update dependency serverless to v1.60.1 Dec 21, 2019
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from f47ff58 to c476651 Compare December 28, 2019 22:11
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.60.1 Update dependency serverless to v1.60.4 Dec 28, 2019
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from c476651 to 65993ca Compare January 4, 2020 22:13
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.60.4 Update dependency serverless to v1.60.5 Jan 4, 2020
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from 65993ca to 5d512b4 Compare January 18, 2020 22:15
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.60.5 Update dependency serverless to v1.61.2 Jan 18, 2020
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from 5d512b4 to 5c5f042 Compare January 25, 2020 22:13
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.61.2 Update dependency serverless to v1.61.3 Jan 25, 2020
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch 2 times, most recently from 5c30f68 to ae711de Compare February 1, 2020 22:12
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.61.3 Update dependency serverless to v1.62.0 Feb 1, 2020
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from ae711de to 46dcfe9 Compare February 8, 2020 22:09
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.62.0 Update dependency serverless to v1.63.0 Feb 8, 2020
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from 46dcfe9 to 9bc344e Compare February 22, 2020 22:14
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.63.0 Update dependency serverless to v1.64.0 Feb 22, 2020
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from 9bc344e to acb6243 Compare February 29, 2020 22:16
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.64.0 Update dependency serverless to v1.65.0 Feb 29, 2020
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from acb6243 to f91fd20 Compare March 14, 2020 22:16
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.65.0 Update dependency serverless to v1.66.0 Mar 14, 2020
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from f91fd20 to 425121c Compare March 21, 2020 22:18
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.66.0 Update dependency serverless to v1.67.0 Mar 21, 2020
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from 425121c to 4bfab0d Compare April 11, 2020 22:19
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.67.0 Update dependency serverless to v1.67.3 Apr 11, 2020
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from 4bfab0d to acf3175 Compare May 9, 2020 22:25
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.67.3 Update dependency serverless to v1.70.0 May 9, 2020
@vingle-suzy vingle-suzy force-pushed the renovate/serverless-1.x branch from acf3175 to 19fdccd Compare May 16, 2020 22:25
@vingle-suzy vingle-suzy changed the title Update dependency serverless to v1.70.0 Update dependency serverless to v1.71.1 May 16, 2020
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.

2 participants