Skip to content

Commit

Permalink
chore(release): 1.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS CDK Team committed Apr 13, 2021
1 parent 81b0ef6 commit d01f7a8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https:/conventional-changelog/standard-version) for commit guidelines.

## [1.99.0](https:/aws/aws-cdk/compare/v1.98.0...v1.99.0) (2021-04-13)


### Features

* **elasticloadbalancing:** rename 'sslCertificateId' property of LB listener to 'sslCertificateArn'; deprecate sslCertificateId property ([#13766](https:/aws/aws-cdk/issues/13766)) ([1a30272](https:/aws/aws-cdk/commit/1a30272c8bd99a919bde695b5b1b1f5cb458cb64)), closes [#9303](https:/aws/aws-cdk/issues/9303) [#9303](https:/aws/aws-cdk/issues/9303)


### Bug Fixes

* **aws-cloudfront:** distribution comment length not validated ([#14020](https:/aws/aws-cdk/issues/14020)) ([#14094](https:/aws/aws-cdk/issues/14094)) ([54fddc6](https:/aws/aws-cdk/commit/54fddc64c7b541f9192fb904fa9a3b44b8aacf90))
* **aws-ecs-patterns:** fixes [#11123](https:/aws/aws-cdk/issues/11123) allow for https listeners to use non Route 53 DNS if a certificate is provided ([#14004](https:/aws/aws-cdk/issues/14004)) ([e6c85e4](https:/aws/aws-cdk/commit/e6c85e4167cdb38ed056eda17b869e179a6dd1c5))
* **cfn-include:** allow deploy-time values in Parameter substitutions in Fn::Sub expressions ([#14068](https:/aws/aws-cdk/issues/14068)) ([111d26a](https:/aws/aws-cdk/commit/111d26a30d220a319bbb7b1b1696aafac865e009)), closes [#14047](https:/aws/aws-cdk/issues/14047)
* **fsx:** Weekday.SUNDAY incorrectly evaluates to 0 (should be 7) ([#14081](https:/aws/aws-cdk/issues/14081)) ([708f23e](https:/aws/aws-cdk/commit/708f23e78fb0eff2aa17593c530500eb0b94067a)), closes [#14080](https:/aws/aws-cdk/issues/14080)

## [1.98.0](https:/aws/aws-cdk/compare/v1.97.0...v1.98.0) (2021-04-12)


Expand Down
2 changes: 1 addition & 1 deletion version.v1.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.98.0"
"version": "1.99.0"
}

0 comments on commit d01f7a8

Please sign in to comment.