Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .autover/changes/f4f7b935-faad-4d57-8160-894a4db8b9e4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"Projects": [
{
"Name": "AWS.Deploy.CLI",
"Type": "Patch",
"ChangelogMessages": [
"Update the version of Amazon.CDK.Lib to 2.214.0"
]
},
{
"Name": "AWS.Deploy.Recipes.CDK.Common",
"Type": "Patch",
"ChangelogMessages": [
"Update the version of Amazon.CDK.Lib to 2.214.0"
]
}
]
}
2 changes: 1 addition & 1 deletion THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
** AWSSDK.ElasticLoadBalancingV2; version 3.7.302.33 -- https://www.nuget.org/packages/AWSSDK.ElasticLoadBalancingV2/
** AWSSDK.Core; version 3.7.303.20 -- https://www.nuget.org/packages/AWSSDK.Core
** AWSSDK.CloudWatchLogs; version 3.7.305.18 -- https://www.nuget.org/packages/AWSSDK.CloudWatchLogs
** Amazon.CDK.Lib; version 2.194.0 -- https://www.nuget.org/packages/Amazon.CDK.Lib/
** Amazon.CDK.Lib; version 2.214.0 -- https://www.nuget.org/packages/Amazon.CDK.Lib/

Apache License
Version 2.0, January 2004
Expand Down
2 changes: 1 addition & 1 deletion src/AWS.Deploy.Constants/CDK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public static class CDK
/// <summary>
/// Default version of CDK CLI
/// </summary>
public static readonly Version DefaultCDKVersion = Version.Parse("2.1013.0");
public static readonly Version DefaultCDKVersion = Version.Parse("2.1027.0");

/// <summary>
/// The name of the CDK bootstrap CloudFormation stack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<!-- CDK Construct Library dependencies -->
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />

<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<!-- CDK Construct Library dependencies -->
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />

<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<!-- CDK Construct Library dependencies -->
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />

<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<!-- CDK Construct Library dependencies -->
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />

<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<!-- CDK Construct Library dependencies -->
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />

<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<!-- CDK Construct Library dependencies -->
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />

<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<!-- CDK Construct Library dependencies -->
<PackageReference Include="Amazon.CDK.Lib" Version="2.194.0" />
<PackageReference Include="Amazon.CDK.Lib" Version="2.214.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />

<!-- jsii Roslyn analyzers (un-comment to obtain compile-time checks for missing required props
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ public CDKVersionDetectorTests()
}

[Theory]
[InlineData("MixedReferences", "2.1015.0")]
[InlineData("SameReferences", "2.1014.0")]
[InlineData("NoReferences", "2.1013.0")]
[InlineData("MixedReferences", "2.1029.0")]
[InlineData("SameReferences", "2.1028.0")]
[InlineData("NoReferences", "2.1027.0")]
public void Detect_CSProjPath(string fileName, string expectedVersion)
{
var csprojPath = Path.Combine("CDK", "CSProjFiles", fileName);
Expand All @@ -38,7 +38,7 @@ public void Detect_CSProjPaths()
"NoReferences"
}.Select(fileName => Path.Combine("CDK", "CSProjFiles", fileName));
var version = _cdkVersionDetector.Detect(csprojPaths);
Assert.Equal("2.1015.0", version.ToString());
Assert.Equal("2.1029.0", version.ToString());
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="Amazon.CDK" Version="2.1015.0" />
<PackageReference Include="Amazon.CDK" Version="2.1029.0" />
<PackageReference Include="Amazon.CDK3P" Version="2.1016.0" />
<PackageReference Include="Amazon.CDK.AWS.AppRunner" Version="2.1014.0" />
<PackageReference Include="Amazon.CDK.AWS.ECS.Patterns" Version="2.1013.0" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="Amazon.CDK" Version="2.1014.0" />
<PackageReference Include="Amazon.CDK.AWS.AppRunner" Version="2.1014.0" />
<PackageReference Include="Amazon.CDK.AWS.ECS.Patterns" Version="2.1014.0" />
<PackageReference Include="Amazon.CDK" Version="2.1028.0" />
<PackageReference Include="Amazon.CDK.AWS.AppRunner" Version="2.1028.0" />
<PackageReference Include="Amazon.CDK.AWS.ECS.Patterns" Version="2.1028.0" />
</ItemGroup>

</Project>
Loading