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.29.0
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.29.1
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Jun 24, 2022

  1. fix(pipelines): 'ConfirmPermissionsBroadening' uses wrong node version (

    #20861)
    
    The CodeBuild Project that is used when the `ConfirmPermissionsBroadening`
    feature is enabled does not have a CodeBuild image specified. This
    makes it use the `standard:2.0` image by default, which is AL2-based
    and comes with Node 12. CDK tooling now requires Node 14 to run.
    
    Make it use the `standard:5.0` image like all other CodeBuild projects,
    which contains Node 14.
    
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    rix0rrr authored and MrArnoldPalmer committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    47b5ca0 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.29.1

    MrArnoldPalmer committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    4832cb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c42e961 View commit details
    Browse the repository at this point in the history
Loading