@aws-cdk/aws-signer
Advanced tools
Changelog
1.83.0 (2021-01-06)
Changelog
1.81.0 (2020-12-30)
@aws-cdk/eks.KubectlLayer
layer class has been moved to @aws-cdk/lambda-layer-kubectl.KubectlLayer
.webhookTriggersBatchBuild
option to third-party Git sources (#11743) (d9353b7), closes #11663EnableVersionUpgrade
update policy (#12239) (14f8b06), closes #12210executeBatchBuild: true
(#12181) (5279f37)Changelog
1.80.0 (2020-12-22)
LegacyCluster
was removed since it existed only for a transition period to allow gradual migration to the current cluster class.kubectlEnabled
property was removed, all clusters now support kubectl
.Lazy
values are no longer
captured by default in order to speed up tests. Run with
CDK_DEBUG=true
(or cdk --debug
) to capture stack traces.Changelog
1.79.0 (2020-12-17)
HttpApi.fromApiId()
has been replaced with
HttpApi.fromHttpApiAttributes()
.ec2: 'encoded list token' error using Vpc imported from deploy-time lists (#12040) (0690da9)
ec2: fromInterfaceVpcEndpointAttributes: Security Groups should not be required (#11857) (86ae5d6), closes #11050
eks: failure to deploy cluster since aws-auth configmap exists (#12068) (dc8a98a), closes #12053
eks: k8s resources accidentally deleted due to logical ID change (#12053) (019852e), closes #10397 #10397
elasticsearch: Defining 2 domains with logging enabled in the same stack fails on construct id conflict (#12055) (ec3ce19), closes #12017
elasticsearch: log policies are overwritten when creating 2 domains which also results in a failure while destroying the stack (#12056) (889d089), closes #12016
stepfunctions-tasks: policies created for EMR tasks have ARNs that are not partition-aware (#11553) (1cf6713), closes #11503
apigatewayv2: apiEndpoint is elevated to the IHttpApi interface (#11988) (bc5b9b6)
Changelog
1.78.0 (2020-12-11)
HttpOrigin
and LoadBalancerOrigin
changed from SSLv3 to TLSv1.2.domainName
property under DomainName
has been
renamed to name
.dnsHostName
and awsCloudMap
of VirtualNodeProps
have been replaced with the property serviceDiscovery
metricFailed
uses Average
instead of Sum
by default (#11941) (3530e8c)Changelog
1.77.0 (2020-12-07)
VpcLink.fromVpcLinkId()
API has been
replaced with VpcLink.fromVpcLinkAttributes()
.@aws-cdk/secretsmanager:parseOwnedSecretName
flag.minify
or sourceMap
are now gathered under a new bundling
prop.bundlingEnvironment
is now bundling.environment
bundlingDockerImage
is now bundling.dockerImage
executeBatchBuild
on CodeBuildAction
(#11741) (3dcd1a8), closes #11662any
but only works if a map is passed (#11768) (f85c08c), closes #11483