cdk-aws-fargate-github-actions-runner
cdk-aws-fargate-github-actions-runner copied to clipboard
chore(deps-dev): bump aws-cdk-lib from 2.12.0 to 2.80.0
trafficstars
Bumps aws-cdk-lib from 2.12.0 to 2.80.0.
Release notes
Sourced from aws-cdk-lib's releases.
v2.80.0
⚠ BREAKING CHANGES
- eks: A masters role is no longer provisioned by default. Use the
mastersRoleproperty to explicitly pass a role that needs cluster access. In addition, the creation role no longer allows any identity (with the appropriatests:AssumeRolepermissions) to assume it.Features
- apigateway: add grantExecute to API Methods (#25630) (ecb59fd)
- appmesh: access log format support for app mesh (#25229) (c4b00be)
- appsync: Add Private API support when creating a GraphqlApi (#25569) (d7e263d)
- cfnspec: cloudformation spec v122.0.0 (#25555) (5ccc569)
- cli: assets can now depend on stacks (#25536) (25d5d60)
- cli: logging can be corked (#25644) (0643020), closes #25536
- codepipeline-actions: add KMSEncryptionKeyARN for S3DeployAction (#24536) (b60876f), closes #24535
- eks: alb controller include versions 2.4.2 - 2.5.1 (#25330) (83c4c36), closes #25307
- msk: Kafka version 3.4.0 (#25557) (6317518), closes #25522
- scheduler: schedule expression construct (#25422) (97a698e)
Bug Fixes
- bootstrap: bootstrap doesn't work in non-aws partitions anymore (revert security hub finding fix) (#25540) (8854739), closes aws/aws-cdk#19380 #25272 #25273 #25507
- eks: overly permissive trust policies (#25473) (51f0193). We would like to thank
@twelvemoand@stefreakfor reporting this issue.
Alpha modules (2.80.0-alpha.0)
v2.79.1
Bug Fixes
- bootstrap: bootstrap doesn't work in non-aws partitions anymore (revert security hub finding fix) (#25272) (4c4014e)
Alpha modules (2.79.1-alpha.0)
v2.79.0
Features
- cfnspec: cloudformation spec v121.0 (#25499) (c2ef657)
- ecr: grantRead on repositories (#25445) (ce7bdea)
- logs: support DataProtectionPolicy in LogGroup construct (#23402) (ed3962a), closes #23399
Bug Fixes
- batch: JobDefinition's ContainerDefinition's Image is synthesized with
[Object object](#25466) (b3d0d57), closes #25250- cfn2ts: doesn't handle property types with the same type as a primitive type (#25460) (b76c182), closes aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_IoT.json#L1437-L1442 aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_IoT.json#L1727-L1742 #22732
- core: crossRegionReferences don't work across multiple regions (#25384) (65265e1), closes #25190 #25377
- dynamodb: fix hardcoded partition in replica-provider IAM policy (#25428) (b5b4f66), closes #25407
- elasticloadbalancingv2: ALB auth return internal server error (#24510) (75212eb), closes #21939 #19035 #18944
- servicecatalogappregistry: Revert deprecated method removing PR to keep deprecated method in alpha version (#25454) (b20b1f2)
... (truncated)
Changelog
Sourced from aws-cdk-lib's changelog.
2.80.0 (2023-05-19)
⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
- eks: A masters role is no longer provisioned by default. Use the
mastersRoleproperty to explicitly pass a role that needs cluster access. In addition, the creation role no longer allows any identity (with the appropriatests:AssumeRolepermissions) to assume it.Features
- apigateway: add grantExecute to API Methods (#25630) (ecb59fd)
- appmesh: access log format support for app mesh (#25229) (c4b00be)
- appsync: Add Private API support when creating a GraphqlApi (#25569) (d7e263d)
- cfnspec: cloudformation spec v122.0.0 (#25555) (5ccc569)
- cli: assets can now depend on stacks (#25536) (25d5d60)
- cli: logging can be corked (#25644) (0643020), closes #25536
- codepipeline-actions: add KMSEncryptionKeyARN for S3DeployAction (#24536) (b60876f), closes #24535
- eks: alb controller include versions 2.4.2 - 2.5.1 (#25330) (83c4c36), closes #25307
- msk: Kafka version 3.4.0 (#25557) (6317518), closes #25522
- scheduler: schedule expression construct (#25422) (97a698e)
Bug Fixes
- bootstrap: bootstrap doesn't work in non-aws partitions anymore (revert security hub finding fix) (#25540) (8854739), closes aws/aws-cdk#19380 #25272 #25273 #25507
- eks: overly permissive trust policies (#25473) (51f0193). We would like to thank
@twelvemoand@stefreakfor reporting this issue.2.79.1 (2023-05-11)
Bug Fixes
- bootstrap: bootstrap doesn't work in non-aws partitions anymore (revert security hub finding fix) (#25272) (4c4014e)
2.79.0 (2023-05-10)
Features
- cfnspec: cloudformation spec v121.0 (#25499) (c2ef657)
- ecr: grantRead on repositories (#25445) (ce7bdea)
- logs: support DataProtectionPolicy in LogGroup construct (#23402) (ed3962a), closes #23399
Bug Fixes
- batch: JobDefinition's ContainerDefinition's Image is synthesized with
[Object object](#25466) (b3d0d57), closes #25250- cfn2ts: doesn't handle property types with the same type as a primitive type (#25460) (b76c182), closes aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_IoT.json#L1437-L1442 aws-cdk/cfnspec/spec-source/specification/000_cfn/000_official/000_AWS_IoT.json#L1727-L1742 #22732
- core: crossRegionReferences don't work across multiple regions (#25384) (65265e1), closes #25190 #25377
- dynamodb: fix hardcoded partition in replica-provider IAM policy (#25428) (b5b4f66), closes #25407
- elasticloadbalancingv2: ALB auth return internal server error (#24510) (75212eb), closes #21939 #19035 #18944
... (truncated)
Commits
ecb59fdfeat(apigateway): add grantExecute to API Methods (#25630)b60876ffeat(codepipeline-actions): add KMSEncryptionKeyARN for S3DeployAction (#24536)f48515fdocs(ssm): explain that SecretValue.ssmSecure() lives in core now (#25581)60a7e1echore: npm-check-updates && yarn upgrade (#25631)28914bddocs(assertions): add more detail about migrating from the old assert library...d7e263dfeat(appsync): Add Private API support when creating a GraphqlApi (#25569)a2e6324chore: npm-check-updates && yarn upgrade (#25613)25d5d60feat(cli): assets can now depend on stacks (#25536)b885ecedocs(assertions): update link to migration guide (#25602)83c4c36feat(eks): alb controller include versions 2.4.2 - 2.5.1 (#25330)- 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) You can disable automated security fix PRs for this repo from the Security Alerts page.