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.110.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.110.1
Choose a head ref
  • 6 commits
  • 8 files changed
  • 4 contributors

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    8fa6bdd View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.110.1

    rix0rrr committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9202974 View commit details
    Browse the repository at this point in the history
  3. chore: build failing with unsafe-perm is not a valid npm option (#28069)

    We switched the images used to run our main build to jsii/superchain:bullseye-slim-node18 which comes with Node.js 18 instead of Node.js 16. This Node.js upgrade also includes an upgraded version of npm, and in recent npm versions, the unsef-perm option is not required anymore. This change simply removes the now redundant command.
    
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mrgrain authored and rix0rrr committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1cc484b View commit details
    Browse the repository at this point in the history
  4. chore: pr-build failing with unsafe-perm is not a valid npm option (#…

    …28068)
    
    We switched the images used to build PRs to `jsii/superchain:bullseye-slim-node18` which comes with Node.js 18 instead of Node.js 16. This Node.js upgrade also includes an upgraded version of npm, and in recent npm versions, the unsef-perm option is not required anymore. This change simply removes the now redundant command.
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mrgrain authored and rix0rrr committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8f5e319 View commit details
    Browse the repository at this point in the history
  5. chore: fix alpha CHANGELOG

    rix0rrr committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d57d1d5 View commit details
    Browse the repository at this point in the history
  6. chore(release): v2.110.1 (#28093)

    See CHANGELOG
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mergify[bot] authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0d37f0d View commit details
    Browse the repository at this point in the history
Loading