Skip to content

chore(release): 1.132.0#17414

Merged
mergify[bot] merged 17 commits intoreleasefrom
bump/1.132.0
Nov 9, 2021
Merged

chore(release): 1.132.0#17414
mergify[bot] merged 17 commits intoreleasefrom
bump/1.132.0

Conversation

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

@aws-cdk-automation aws-cdk-automation commented Nov 9, 2021

See CHANGELOG

greg5123334 and others added 17 commits November 7, 2021 12:30
…ns.LambdaDestination (#16896)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Superseds #17199

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
In #17327, we stripped away the stability banner for `Cfn` resources from README's of alpha modules, since these modules don't actually contain L1 resources. 

Problem is that this stripping causes a bunch of `pkglint` violations on the `v2-main` branch, for example:

```console
@aws-cdk/aws-iot-alpha: In package package.json
--
972 | @aws-cdk/aws-iot-alpha: - [package-info/maturity] Missing stability banner for experimental in README.md file (fixable)
973 | @aws-cdk/aws-iot-alpha: Error: Some package.json files had errors
974 | @aws-cdk/aws-iot-alpha:     at main (/codebuild/output/src115445882/src/github.com/aws/aws-cdk/tools/@aws-cdk/pkglint/bin/pkglint.js:30:15)
975 | @aws-cdk/aws-iot-alpha:     at Object.<anonym
```

This PR fixes the transform and makes the necessary changes so that `pkglint` will be happy. 
Note that this was not detected during merge of #17327 into master since on master, these packages are transformed into private packages, and hence are not validated. 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
By default the asset hash for a `NodejsFunction` is based on the
bundling output, the result of the `esbuild` bundling.

Add a `assetHash` prop to customize the asset hash and allow users to
implement their own logic. This can be useful if users want to invalidate
the asset based on specific (input) file contents or logic.


Closes #16157


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Co-authored-by: AWS CDK Team <aws-cdk@amazon.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
…ustom resources (#17302)

For PRs that contain changes to custom resources, we want to draw the author's attention to the part of the documentation that explains the important cases to handle. This workflow will create a checklist with a single item, pointing to that section of the README, in case the PR contains keywords such as `CustomResource` or `CustomResourceProvider`.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Add the `--verbose` switch to rosetta so that it prints statistics on time and cache effectiveness.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
As part of this PR:
- chore(apigatewayv2): make examples compile
- chore(apigatewayv2-integrations): make examples compile
- chore(apigatewayv2-authroziers): make examples compile

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
In addition, fix up CDKv2 init templates to not refer to the alpha
version of this module.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Apparently, in order to add labels to a PR, the token must have write permissions to issues as well, otherwise it will silently fail.

See cli/cli#4631

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…on (#17131)

At the moment, tokens in OpenSearch capacity configuration lead to errors because they are not handled correctly for instance types. This fix provides the possibility to use tokens in instance types.

The changes are implemented in modules opensearch and elasticsearch.

Fixes #15014.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…luster` (#16976)

Auto-termination is supported with Amazon EMR versions 5.30.0 and 6.1.0 and later.
This change enables CDK users to specify an auto-termination policy on EMR clusters created through the aws-stepfunctions task EmrCreateCluster.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…ame (#17348)

The current method `notifiyOnPullRequestMerged` has a typo in the name.
This PR is to create a method called `notifyOnPullRequestMerged` with the same functionality,
minus the spelling mistake. 

Marks `notifiyOnPullRequestMerged` as deprecated so as not to break existing code.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Resolves #12559 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@aws-cdk-automation aws-cdk-automation added pr/auto-approve Notifies the GH action to auto-approve this PR pr/no-squash This PR should be merged instead of squash-merging it labels Nov 9, 2021
@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented Nov 9, 2021

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 84d9d74
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 5c75891 into release Nov 9, 2021
@mergify mergify bot deleted the bump/1.132.0 branch November 9, 2021 11:23
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Nov 9, 2021

Thank you for contributing! Your pull request will be automatically updated and merged without squashing (do not update manually, and be sure to allow changes to be pushed to your fork).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr/auto-approve Notifies the GH action to auto-approve this PR pr/no-squash This PR should be merged instead of squash-merging it

Projects

None yet

Development

Successfully merging this pull request may close these issues.