Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-cdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.178.1
Choose a base ref
...
head repository: aws/aws-cdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.178.2
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Feb 12, 2025

  1. fix(cli): do not print credentials refreshed by plugins (#33398)

    ### Issue #33394
    
    Closes #33394
    
    ### Reason for this change
    
    In #32354 we started logging credentials provided by a plugin to `stderr`. In #32708 we changed the log statement in a way that the credentials would be logged to `stdout` in CI environments (but still to `stderr` in all other environments).
    
    ### Description of changes
    
    Do not log credentials.
    
    ### Describe any new or updated permissions being added
    
    n/a
    
    ### 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*
    mrgrain authored and iliapolo committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    727d42f View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.178.2

    iliapolo committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    4334cf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0aa9e1e View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.178.2 (#33407)

    See CHANGELOG
    mergify[bot] authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    dbb07d7 View commit details
    Browse the repository at this point in the history
  5. chore: temporarily skip sam test to release the patch (#33409)

    The test is failing for a reason unrelated to the code introduced in the patch. It is also failing in our regular canaries. 
    This is a last resort PR to bypass the test and release the patch, if we are unable to quickly fix the test.
    iliapolo authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    89c49cc View commit details
    Browse the repository at this point in the history
Loading