@aws-cdk/aws-signer
Advanced tools
Changelog
1.91.0 (2021-02-23)
KubectlProvider
creates un-necessary security group (#13178) (c5e8b6d)Changelog
1.90.0 (2021-02-17)
exportValue()
does not work with resource names (#13052) (46043e0), closes #13002 #12918Changelog
1.89.0 (2021-02-09)
ip
is a Token (#12923) (953957a), closes #11633Changelog
1.88.0 (2021-02-03)
addVirtualService
has been removed from IMesh
stack.exportValue()
can be used to solve "deadly embrace" (#12778) (3b66088), closes #7602 #2036Changelog
1.87.0 (2021-01-27)
x-amz-meta-x-amz-meta-x-amzn-meta-mykey
to x-amz-meta-mykey
.DefaultSynthesizer
,
used by CDK Pipelines) must upgrade their bootstrap stacks. Run cdk bootstrap
.enableBatchBuilds()
to Project (#12531) (0568390)x-amz
prefix (#12414) (6716181), closes #8459Changelog
1.86.0 (2021-01-21)
Changelog
1.85.0 (2021-01-14)
1.81.0
will not be impacted by this deprecation, but are still encouraged to upgrade to the latest version.grantWrite()
and grantReadWrite()
methods no longer add the s3:PutObject*
permissions that included s3:PutObjectAcl
,
which could be used to grant read/write object access to IAM principals in other accounts.
This change is gated behind the @aws-cdk/aws-s3:grantWriteWithoutAcl
feature flag,
so make sure to set it to true
in the context
key of your cdk.json
file when upgrading.
If you still need the principal to have s3:PutObjectAcl
permissions after upgrading,
use the new grantPutAcl()
method.Changelog
1.84.0 (2021-01-12)
subnets
prop in VpcLink
resource now takes SubnetSelection
instead of ISubnet[]
define
bundling option (#12424) (581f6af), closes #12423--quiet
does not print template in cdk synth
(#12178) (74458a0), closes #11970