-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update aws cdk to v1.52.0 #245
Open
renovate
wants to merge
2
commits into
master
Choose a base branch
from
renovate/aws-cdk
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
from
June 9, 2020 18:00
486d12c
to
1bf92c3
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
from
June 20, 2020 02:59
1bf92c3
to
6099688
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
11 times, most recently
from
June 20, 2020 03:10
b47a6b7
to
b184764
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
2 times, most recently
from
June 24, 2020 20:08
f5b3264
to
a701d52
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
3 times, most recently
from
June 24, 2020 20:19
fa46489
to
7ffd531
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
from
June 30, 2020 11:38
7ffd531
to
047efd1
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
6 times, most recently
from
June 30, 2020 11:48
106cca0
to
7f53fb9
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
2 times, most recently
from
July 7, 2020 14:40
22237ab
to
f9af651
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
4 times, most recently
from
July 7, 2020 14:52
64f4b88
to
132ff4d
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
from
July 9, 2020 14:33
132ff4d
to
07ef0c8
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
3 times, most recently
from
July 9, 2020 14:48
58acb3b
to
a04246c
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
from
July 18, 2020 02:55
a04246c
to
dea4c0d
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
9 times, most recently
from
July 18, 2020 03:06
c1c6d27
to
5c23d01
Compare
renovate
bot
force-pushed
the
renovate/aws-cdk
branch
from
July 18, 2020 03:07
5c23d01
to
4ae9ad0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
1.44.0
->1.52.0
Release Notes
aws/aws-cdk
v1.52.0
Compare Source
⚠ BREAKING CHANGES
version class; use VersionClass.of() if you need to create a specific version of an engine from a string
use ParameterGroup instead
DatabaseProxyProps.secret
=>DatabaseProxyProps.secrets[]
defaultMethodOptions
,defaultCorsPreflightOptions
and
defaultIntegration
have been removed fromSpecRestApiProps
.These can be specifed directly in the OpenAPI spec or via
addMethod()
and
addResource()
APIs./data
DatabaseClusterEngine
has been replaced with the interfaceIClusterEngine
in the type ofDatabaseClusterProps.engine
DatabaseInstanceEngine
has been replaced with the interfaceIInstanceEngine
in the type ofDatabaseInstanceSourceProps.engine
DatabaseClusterProps.engineVersion
has been removed; instead, create anIClusterEngine
with a specific version using the static factory methods inDatabaseClusterEngine
DatabaseInstanceSourceProps.engineVersion
has been removed; instead, create anIInstanceEngine
with a specific version using the static factory methods inDatabaseInstanceEngine
majorEngineVersion
can no longer be passed when creating anOptionGroup
; instead, create anIInstanceEngine
with a specific version using the static factory methods inDatabaseInstanceEngine
Features
Bug Fixes
ec2:DescribeVpcs
permission (#9029) (4a714ee)v1.51.0
Compare Source
Features
Bug Fixes
v1.50.0
Compare Source
⚠ BREAKING CHANGES
version
is now a mandatory propertyFeatures
Bug Fixes
v1.49.1
Compare Source
Bug Fixes
v1.49.0
Compare Source
Features
Bug Fixes
v1.48.0
Compare Source
⚠ BREAKING CHANGES
containerName
is not supported as an override anymore and has been replaced bycontainerDefinition
EvaluateExpression
is now a construct representing a task state rather than an embedded property calledtask
existing recovery points won't be lost. The default vault removal policy is
RETAIN
and if it was set toDESTROY
the deployment will fail becausevault with recovery points cannot be deleted.
Features
Volume
construct (#8219) (7490dee)RunJob
on ECS (#8451) (13deb26), closes #8610Bug Fixes
LambdaDestination
(#8741) (10bd8e4), closes #8538v1.47.1
Compare Source
Bug Fixes
v1.47.0
Compare Source
⚠ BREAKING CHANGES
Dynamo*
tasks no longer implementIStepFunctionsTask
and have been replaced by constructs that can be instantiated directly. See README for examplesFeatures
Bug Fixes
v1.46.0
Compare Source
⚠ BREAKING CHANGES
EMR*
have been introduced to replaceprevious implementation which implemented
IStepFUnctionsTask
.sizeInGB
property inVolumeSpecification
has been renamed tovolumeSize
and is of typecdk.Size
as we want to enable specifying any unitebsRootVolumeSize
property inEmrCreateCluster
is now of typecdk.Size
as we want to enable specifying any unitTags
inEmrCreateCluster
type has changed fromcdk.CfnTag[]
to a map of string to string as we do not want to leakCfn
typesuse cluster.connections.securityGroups instead
engine
can no longer be passed when creating a DatabaseInstanceReadReplicaFeatures
Bug Fixes
v1.45.0
Compare Source
⚠ BREAKING CHANGES
SageMakerCreateTrainingJob
andSageMakerCreateTransformJob
replace previous implementation thatimplemented
IStepFunctionsTask
.volumeSizeInGB
property inResourceConfig
forSageMaker tasks are now type
core.Size
maxPayload
property inSagemakerTransformProps
is now type
core.Size
volumeKmsKeyId
property inSageMakerCreateTrainingJob
is nowvolumeEncryptionKey
requiredAttributes
onUserPool
construct is now replaced withstandardAttributes
with a slightly modified signature.Features
Bug Fixes
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.