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

chore(release): 1.74.0 #11508

Merged
merged 43 commits into from
Nov 17, 2020
Merged

chore(release): 1.74.0 #11508

merged 43 commits into from
Nov 17, 2020

Conversation

aws-cdk-automation
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation commented Nov 17, 2020

See CHANGELOG

Niranjan Jayakar and others added 30 commits November 11, 2020 12:39
…11317)

In the v2 branch, most packages are private except a handful. Update the
pkglint rule to carry an allowlist on the set of packages that should be
private.

Prevents accidentally publishing new packages.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
Cannot use `efs.AccessPoint.fromAccessPointId()` with `lambda.FileSystem.fromEfsAccessPoint()`. the former returns an `IAccessPoint` when the later expect an `AccessPoint`. I think following the CDK guidelines, `lambda.FileSystem.fromEfsAccessPoint()` should expect an `IAccessPoint`, not an `AccessPoint`.

Argument of type `IAccessPoint` is not assignable to parameter of type `AccessPoint`.

### Solution
----

Add a new import method to the `AccessPoint` class called `fromAccessPointAttributes()` allowing to pass a fileSystem as an attribute.

Closes #10711.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Following are open issues for missing properties that will be added with the update:

- Closes #11275
Adds listener timeout to Virtual Nodes.

BREAKING CHANGE: `IVirtualNode` no longer has the `addBackends()` method. A backend can be added to `VirtualNode` using the `addBackend()` method which accepts a single `IVirtualService`
* **appmesh**: `IVirtualNode` no longer has the `addListeners()` method. A listener can be added to `VirtualNode` using the `addListener()` method which accepts a single `VirtualNodeListener`
* **appmesh**: `VirtualNode` no longer has a default listener. It is valid to have a `VirtualNode` without any listeners
* **appmesh**: the construction property `listener` of `VirtualNode` has been renamed to `listeners`, and its type changed to an array of listeners
* **appmesh**: the struct `VirtualNodeListener` has been removed. To create Virtual Node listeners, use the static factory methods of the `VirtualNodeListener` class
----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
The `create-missing-packages` script currently adds new libraries to `decdk`;
this change does the same for our other "mega" packages that need some kind of
dependency on each new service construct library.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Fix missing parenthesis in Kinesis code example


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.789.0 to 2.790.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-js@v2.789.0...v2.790.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
…ackage to stable (#11431)

----

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

Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-nightly.443 to 2.0.0-nightly.444.
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Add `KAFKA` to ServiceNamespace. This allows targeting MSK's autoscaling feature.

Fixes #11366

----

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

There is no module named `@aws-cdk/aws-apigatewayv2-integration` (`s` for plural form is missing)

- https://github.com/aws/aws-cdk/tree/master/packages/%40aws-cdk/aws-apigatewayv2-integrations
- https://www.npmjs.com/package/@aws-cdk/aws-apigatewayv2-integrations

----

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

AthenaStartQueryExecution fails to deploy if resultConfiguration.encryptionConfiguration isn't specified. This configuration should be optional.
* feat: cloudformation spec v20.2.0

* Fixing Tags type for IoT DomainConfiguration

Co-authored-by: AWS CDK Team <aws-cdk@amazon.com>
Co-authored-by: Nick Lynch <nlynch@amazon.com>
…uild StartBuild integration (#10356)


closes #10302 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.790.0 to 2.791.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-js@v2.790.0...v2.791.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
…se deletions (#11427)

Updated the resource name from `userdefinedfunction` to `userDefinedFunction`.

closes #11357

----

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

Add `DeploymentTimeout` configuration property to `EcsDeployAction`, described [here](https://docs.aws.amazon.com/codepipeline/latest/userguide/action-reference-ECS.html)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
… of CodeBuild StartBuild integration (#10356)" (#11448)

This reverts commit 58efbad.

We have a latent issue which fails on generating the `Java` code with:
> ProjectProps.java:[10,8] interface software.amazon.awscdk.services.codebuild.ProjectProps
inherits unrelated defaults for getTimeout() from types software.amazon.awscdk.services.codebuild.StartBuildOptions
and software.amazon.awscdk.services.codebuild.CommonProjectProps

Reverting for now so we can sort the issue out and then we can re-introduce it.

----

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

Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-nightly.444 to 2.0.0-nightly.445.
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This PR updates the `LogGroup` construct to support the ability to encrypt log groups on creation.

Closes #11211

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Use `npm-bundled` package to identify transitive bundled dependencies.
Specifically, these are dependencies of bundled dependencies.

closes https://github.com/aws/cdk-ops/issues/578

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
To transport values across Stages, users need to construct their
own `{ Fn::ImportValue }` expressions, as we cannot properly do this
for them in order to keep Stages deterministic and isolated.

Add an expression constructor to make this API easier to use.

Resolves #11360.


----

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

Scaling to a request rate per instance was advertised to scale to a
rate/second, but the underlying API was actually expecting a
rate/minute.

Upscale the value of `targetRequestsPerSecond` by a factor of 60 to
make its name actually correct, deprecate it, and add a
`targetRequestsPerMinute` property which should have been the original
API.

Fixes #11446.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.791.0 to 2.792.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-js@v2.791.0...v2.792.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Fargate tasks running on platform version 1.4 can now reference a
specific JSON field of a secret stored in Secrets Manager.

Remove the error in `ContainerDefinition` and add a check on the
platform version in `FargateService`.

See https://aws.amazon.com/about-aws/whats-new/2020/11/aws-fargate-for-amazon-ecs-launches-features-focused-on-configuration-and-metrics/

See aws/containers-roadmap#385 (comment)

Closes #11341


----

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

Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-nightly.445 to 2.0.0-nightly.446.
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview bot and others added 13 commits November 15, 2020 00:58
…447 (#11476)

Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-nightly.446 to 2.0.0-nightly.447.
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Pipelines generates path references based on the local system's
file tree, and uses `path.join()` (etc) to build those.

On a Windows machine, those would use a `\\` as a path separator,
but the path separator for CodePipeline and the Linux CodeBuild image
we use should be a `/`.

Translate them.

Fixes #11359, fixes #11405, fixes #11424.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Bumps [yargs](https://github.com/yargs/yargs) from 16.1.0 to 16.1.1.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/master/CHANGELOG.md)
- [Commits](yargs/yargs@v16.1.0...v16.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [fast-check](https://github.com/dubzzz/fast-check) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/dubzzz/fast-check/releases)
- [Changelog](https://github.com/dubzzz/fast-check/blob/master/CHANGELOG.md)
- [Commits](dubzzz/fast-check@v2.6.1...v2.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Missing context in Stages was reported at the inner-assembly
level. Since the CLI only inspects the top-level assembly for
missing context, it would never detect this and not query for it.

Propagate the missing context up to the top-level assembly.

Fixes #9226.


----

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

Originally, when a function was imported into an account agnostic stack,
it was assumed that the function was from a different account and hence
its permission cannot be modified.

A subsequent change - 99111f7 - changed
this behaviour to its opposite. When an account agnostic stack was
encountered in the context of an imported function, it was assumed that
the function was part of the same account.
This has caused customers to report regressions - #11278, #11141.

This change reverts this behaviour back to its original assumption, with
the additional ability to configure this explicitly by the user if
needed for an advanced use case.

fixes #11141


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
allow passing PolicyDocuments to Policys like it could be done right now for ManagedPolicys
fixes #11236


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
CloudFormation now supports the `ImageScanningConfiguration` property.
Switch out the custom resource workaround with the native support from
CloudFormation.

Testing
Verified by deploying a stack with `scanOnPush` enabled and confirming
on the console that `scanOnPush` is enabled.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Bumps [@types/eslint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint) from 7.2.4 to 7.2.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
A previous [commit] made a change to a couple pkglint rules on the
`v2-main` branch.

These can also be applied on `master` branch and can reduce merge
conflicts.

[commit]: 89c5f82#diff-3c38ae20cded2082ff30639f70bc5805053217bea1e14b540ac5d8989bb462fb


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Co-authored-by: Shiv Lakshminarayan <shivlaks@amazon.com>
@aws-cdk-automation aws-cdk-automation added the pr/no-squash This PR should be merged instead of squash-merging it label Nov 17, 2020
@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: 637afde
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@mergify
Copy link
Contributor

mergify bot commented Nov 17, 2020

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

@eladb eladb merged commit e86602f into release Nov 17, 2020
@eladb eladb deleted the bump/1.74.0 branch November 17, 2020 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.