cdk-step-functions-example
cdk-step-functions-example copied to clipboard
Bump aws-cdk-lib from 2.0.0 to 2.51.1
Bumps aws-cdk-lib from 2.0.0 to 2.51.1.
Release notes
Sourced from aws-cdk-lib's releases.
v2.51.1
Bug Fixes
Alpha modules (2.51.1-alpha.0)
v2.51.0
Features
- assertions: allResources and allResourcesProperties methods (#22007) (2430537), closes #21269
- cfnspec: cloudformation spec v96.0.0 (#22775) (aa19ec0)
- cfnspec: cloudformation spec v97.0.0 (#22876) (e29df69)
- codebuild: interactive breakpoints using SSM (#22728) (bf165a1)
- cognito: deletion protection for user pools (#22765) (9bde9f3)
- ec2: change log format in Vpc flow logs (#22430) (26779f8), closes #16279 aws/aws-cdk#16279 #19316
- iam: customize IAM role creation behavior (#22856) (b25e526), closes #22749 #22862
- lambda: add nodejs18.x runtime (#22964) (176feef)
- lambda-layer-awscli: depend on
@awscdk/asset-awscli-v1and reduce aws-cdk-lib size (#22823) (4bdb18e)- lambda-layer-kubectl: depend on
@awscdk/asset-kubectl-v20and reduce aws-cdk-lib size (#22677) (6c606d0)- lambda-layer-node-proxy-agent: depend on
@awscdk/asset-node-proxy-agent-v5and reduce aws-cdk-lib size (#22769) (4d4e8cc)Bug Fixes
- cli: asset prebuild breaks some custom bootstrap scenarios (#22930) (fc4668d), closes #21965
- cli: assetParallelism option in cdk.json is not recognized (#22781) (e2a9c77)
- cli: synthesis stops on expired AWS credentials (#22861) (0a55e91)
- cloudfront: custom originId not used for multiple behaviors with same origin (#22830) (2f1e2e9), closes #22758
- cloudfront: OriginShield not easily disabled once enabled on an origin (#22791) (6be4cf6)
- ecs: adding a circuit breaker causes Service replacement (under feature flag) (#22467) (9437d4f), closes #16126 #16919 #22328
- events-targets: encrypted queues get too wide permissions (under feature flag) (#22740) (a36f2f0)
- iam: oidc provider fetches leaf certificate thumbprint instead of root (#22802) (280b876), closes 40aws-cdk/aws-iam/lib/oidc-provider/external.ts#L40 40aws-cdk/aws-iam/lib/oidc-provider/external.ts#L46 40aws-cdk/aws-eks/lib/oidc-provider.ts#L49
- s3-deployment:
responseURLis in CloudWatch Logs (#22952) (863548d)- CDK does not work in FIPS-restricted environments (#22878) (76a56ad)
- events-targets: policy restricts access to the same account as the Queue, not the Rule (#22766) (0083256)
- iam: service principals use unnecessary exceptions (under feature flag) (#22819) (65d8e3d)
- region-info: EC2 service principal is incorrect in GovCloud regions (#22589) (1c707eb)
- s3: remove restriction of creating lifecycle rule for noncurrent objects when bucket versionining is not set up (#22803) (b20a6b4), closes #22392
- stepfunctions-tasks: custom resource uses subprocess with Shell=true (#22752) (bd056d1)
Reverts
Alpha modules (2.51.0-alpha.0)
Features
... (truncated)
Changelog
Sourced from aws-cdk-lib's changelog.
2.51.1 (2022-11-18)
Bug Fixes
2.51.0 (2022-11-18)
Features
- assertions: allResources and allResourcesProperties methods (#22007) (2430537), closes #21269
- cfnspec: cloudformation spec v96.0.0 (#22775) (aa19ec0)
- cfnspec: cloudformation spec v97.0.0 (#22876) (e29df69)
- codebuild: interactive breakpoints using SSM (#22728) (bf165a1)
- cognito: deletion protection for user pools (#22765) (9bde9f3)
- ec2: change log format in Vpc flow logs (#22430) (26779f8), closes #16279 aws/aws-cdk#16279 #19316
- iam: customize IAM role creation behavior (#22856) (b25e526), closes #22749 #22862
- lambda: add nodejs18.x runtime (#22964) (176feef)
- lambda-layer-awscli): depend on
@awscdk/asset-awscli-v1and reduce aws-cdk-lib size (#22823) (4bdb18e)- lambda-layer-kubectl: depend on
@awscdk/asset-kubectl-v20and reduce aws-cdk-lib size (#22677) (6c606d0)- lambda-layer-node-proxy-agent: depend on
@awscdk/asset-node-proxy-agent-v5and reduce aws-cdk-lib size (#22769) (4d4e8cc)Bug Fixes
- cli: asset prebuild breaks some custom bootstrap scenarios (#22930) (fc4668d), closes #21965
- cli: assetParallelism option in cdk.json is not recognized (#22781) (e2a9c77)
- cli: synthesis stops on expired AWS credentials (#22861) (0a55e91)
- cloudfront: custom originId not used for multiple behaviors with same origin (#22830) (2f1e2e9), closes #22758
- cloudfront: OriginShield not easily disabled once enabled on an origin (#22791) (6be4cf6)
- ecs: adding a circuit breaker causes Service replacement (under feature flag) (#22467) (9437d4f), closes #16126 #16919 #22328
- events-targets: encrypted queues get too wide permissions (under feature flag) (#22740) (a36f2f0)
- iam: oidc provider fetches leaf certificate thumbprint instead of root (#22802) (280b876), closes 40aws-cdk/aws-iam/lib/oidc-provider/external.ts#L40 40aws-cdk/aws-iam/lib/oidc-provider/external.ts#L46 40aws-cdk/aws-eks/lib/oidc-provider.ts#L49
- s3-deployment:
responseURLis in CloudWatch Logs (#22952) (863548d)- CDK does not work in FIPS-restricted environments (#22878) (76a56ad)
- events-targets: policy restricts access to the same account as the Queue, not the Rule (#22766) (0083256)
- iam: service principals use unnecessary exceptions (under feature flag) (#22819) (65d8e3d)
- region-info: EC2 service principal is incorrect in GovCloud regions (#22589) (1c707eb)
- s3: remove restriction of creating lifecycle rule for noncurrent objects when bucket versionining is not set up (#22803) (b20a6b4), closes #22392
- stepfunctions-tasks: custom resource uses subprocess with Shell=true (#22752) (bd056d1)
Reverts
2.50.0 (2022-11-01)
... (truncated)
Commits
e70b1d9chore: npm-check-updates && yarn upgrade (#22934)e29df69feat(cfnspec): cloudformation spec v97.0.0 (#22876)f2e5447chore: npm-check-updates && yarn upgrade (#22742)4bdb18efeat: lambda-layer-awscli): depend on@awscdk/asset-awscli-v1and reduce aws-...4d4e8ccfeat(lambda-layer-node-proxy-agent): depend on@awscdk/asset-node-proxy-agent...6c606d0feat(lambda-layer-kubectl): depend on@awscdk/asset-kubectl-v20and reduce aw...f1b5497feat(core): automatic cross stack, cross region references (under feature fla...31fe2e4chore: npm-check-updates && yarn upgrade (#22653)e5be100feat(cfnspec): cloudformation spec v94.0.0 (#22599)9ab6d79chore: npm-check-updates && yarn upgrade (#22561)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)