Skip to content

Releases: aws/aws-dotnet-deploy

Release 1.19.13

21 Mar 20:18
741dff6
Compare
Choose a tag to compare

1.19.13

Bug Fixes

  • Configure permissions to allow CloudFront to write to the access log S3 bucket when creating a new bucket for the Blazor WebAssembly App recipe
  • Update the version of Amazon.CDK.Lib that is referenced by the CDK recipe projects. This fixes deployment failures with the Blazor recipe due to a deprecated Lambda runtime

Chore

  • Add debugger display hints for Server Mode clients - this helps Toolkit development when working with models exposed through the Rest API
  • Update the version of the CDK bootstrap template that is used when deploying to a new account+region pair for the first time

CI Configuration Changes

  • Disambiguate GitHub job IDs to fix required status checks
  • Use GITHUB_OUTPUT envvar instead of set-output command. Thanks @arunsathiya via #812
  • Relax stale issue timing and revise the closed issue message

Build System or External Dependencies

  • Version bump to 1.19

Release 1.18.6

04 Jan 22:48
5505e40
Compare
Choose a tag to compare

1.18.6

Bug Fixes

  • Enable selecting the '.NET 6 on AL2023' platform when deploying to Elastic Beanstalk on Linux

Build System or External Dependencies

  • Version bump to 1.18

Chore

  • Update .snk file for strong naming

Release 1.17.6

18 Nov 00:22
03abb11
Compare
Choose a tag to compare

1.17.6

Chore

  • Revert newtonsoft version bump due to VS Toolkit compatibility
  • Update Github workflow to detect invalid CDK bootstrap StagingBucket config

Bug Fixes

  • Update the CDK bootstrap template to the latest version

Build System or External Dependencies

  • Version bump to 1.17

Release 1.16.7

20 Oct 22:33
25f536a
Compare
Choose a tag to compare

1.16.7

Features

  • Add .NET8 support for Beanstalk web apps and ECS Fargate console apps
  • Add support for .NET8 container-based web apps

Chore

  • Add console app to upload Docker images to ECR

Build System or External Dependencies

  • Version bump to 1.16

Release 1.15.7

22 Sep 00:27
65a9a62
Compare
Choose a tag to compare

1.15.7

Features

  • Add support for NodeJS 18 in generated dockerfiles

Chore

  • Enable code coverage on the repository
  • Pin Codecov GitHub action to a specific version via full commit SHA
  • Update ci.template.yml with new OIDC Thumbprint
  • Added workflow for handling stale discussions

Build System or External Dependencies

  • Version bump to 1.15

Release 1.14.6

03 Jul 15:36
c5fc47f
Compare
Choose a tag to compare

1.14.6

Bug Fixes

  • Fixed incorrect error message when a deployment settings file doesn't exist

Build System or External Dependencies

  • Version bump to 1.14

Release 1.13.4

08 Jun 19:55
61135f7
Compare
Choose a tag to compare

1.13.4

Chore

  • Update CDK bootstrap template to version 18
  • Update ancient issue time so that issues older than 1 year are not automatically closed

Build System or External Dependencies

  • Version bump to 1.13

Release 1.12.3

31 Mar 22:41
9b8eed7
Compare
Choose a tag to compare

1.12.3

Documentation

  • Clarify the exception that is thrown when missing permissions for ListPlatformVersions during Elastic Beanstalk deployments

Build System or External Dependencies

  • Version bump to 1.12

Release 1.11.6

08 Mar 19:31
Compare
Choose a tag to compare

1.11.6

Bug Fixes

  • Set container memory limit to the same as the task to ensure the .NET GC knows the correct amount of available heap space. (#756)

Chore

  • Remove dependency on existing IAM role for integ tests
  • Update CDK bootstrap template to v15
  • Update the version of the github actions used

CI Configuration Changes

  • Enable CodeBuild PR checks to run on multiple AWS accounts

Build System or External Dependencies

  • Version bump to 1.11

Release 1.10.4

13 Jan 22:26
e8f4ad1
Compare
Choose a tag to compare

1.10.4

CI Configuration Changes

  • Doc generator step was failing to push if there are no changes

Features

  • Add new documentation generator to generate deployment settings file documentation

Build System or External Dependencies

  • Version bump to 1.10