Skip to content
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

chore(release): 2.154.0 #31178

Merged
merged 4 commits into from
Aug 22, 2024
Merged

chore(release): 2.154.0 #31178

merged 4 commits into from
Aug 22, 2024

Commits on Aug 22, 2024

  1. fix(cloudfront): requirement of domainNames prevents moving a domain …

    …name between distributions (#31001)
    
    ### Issue # (if applicable)
    
    Closes #29960.
    
    ### Reason for this change
    
    When I want to move a domain name from a distribution to another distribution,
    I must create a distribution with a certificate associated but no domain names.
    
    ### Description of changes
    
    Re-submit of previous #29329.
    Removed the validation that `domainNames` must not be blank when a certificate is associated.
    
    ### Description of how you validated changes
    
    Updated a unit test to allow absent domainNames when a certificate is associated.
    
    See AWS Documentation for details: Using custom URLs by adding alternate domain names (CNAMEs) > Moving an alternate domain name to a different distribution
    https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html#alternate-domain-names-move
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    Tietew authored and GavinZZ committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1255ce3 View commit details
    Browse the repository at this point in the history
  2. chore(lambda): add ca-west-1 for Cloudwatch Lambda Insight for x86_64…

    … on available versions (#31156)
    
    ### Reason for this change
    
    Follow up to #30466.
    
    Region `ca-west-1` was left out for the `x86_64` platform on a few versions where it was available according to [region-info docs](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versionsx86-64.html).
    
    ### Description of changes
    
    Uncomment `ca-west-1` for `x86_64` platform for versions:
    [1.0.317.0](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versionsx86-64.html#Lambda-Insights-extension-1.0.317.0)
    [1.0.295.0](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versionsx86-64.html#Lambda-Insights-extension-1.0.295.0)
    [1.0.275.0](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versionsx86-64.html#Lambda-Insights-extension-1.0.275.0)
    [1.0.273.0](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Lambda-Insights-extension-versionsx86-64.html#Lambda-Insights-extension-1.0.273.0)
    
    ### Description of how you validated changes
    
    n/a
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    paulhcsun authored and GavinZZ committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d23ade7 View commit details
    Browse the repository at this point in the history
  3. chore(custom-resources): add @experimental decorator to `CustomReso…

    …urceConfig` (#31177)
    
    ### Reason for this change
    
    Follow the style we use for it here, for consistency: https://github.com/aws/aws-cdk/blob/76e7af6f232655fed60619e2a5f9c629f1a46d1c/packages/aws-cdk/lib/api/plugin/plugin.ts#L125
    
    ### Description of changes
    
    Added the decorator.
    
    ### Description of how you validated changes
    
    Comment only change, no tests modified or run. 
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    comcalvi authored and GavinZZ committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cb9298d View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.154.0

    AWS CDK Team authored and GavinZZ committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2c0b9c6 View commit details
    Browse the repository at this point in the history