10000 Comparing aws-cdk@v2.1018.0...aws-cdk@v2.1018.1 · aws/aws-cdk-cli · GitHub
[go: up one dir, main page]

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-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aws-cdk@v2.1018.0
Choose a base ref
...
head repository: aws/aws-cdk-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aws-cdk@v2.1018.1
Choose a head ref
  • 8 commits
  • 58 files changed
  • 6 contributors

Commits on Jun 6, 2025

  1. chore: prevent api-extractor from publishing tagsForStack (#581)

    Fixes internal issue that caused a function `tagsForStack1` to be
    published in the AWS CDK Toolkit Library API Reference.
    
    Removes the following entry:
    <img width="1372" alt="Screenshot 2025-06-06 at 12 13 11"
    src="https://github.com/user-attachments/assets/d7c8340f-4db1-4a6a-ac16-f0ddebe0932b"
    />
    
    ---
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache-2.0 license
    iankhou authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    764a12c View commit details
    Browse the repository at this point in the history
  2. chore(toolkit-lib): formatting and grammar changes in TSDoc comments (#…

    …582)
    
    - Default values are either represented as values or as text
    - i.e. any default value beginning with "- " are meant to be text, while
    any that do not begin with this prefix are values
    
    - Capitalize all default value text entries
    
    ---
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache-2.0 license
    
    ---------
    
    Signed-off-by: github-actions <github-actions@github.com>
    Co-authored-by: github-actions <github-actions@github.com>
    iankhou and github-actions authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    d981af1 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. chore: improved generation of stack definitions (#584)

    The Cloudformation refactoring API needs, in addition to the mappings,
    the
    resulting templates for each affected stack. The resulting templates are
    basically the synthesis produced, but with some differences:
    
    - Resources that exist in the local stacks, but not in the remote
    stacks, are
      not included.
    - Resources that exist in the remote stacks, but not in the local
    stacks, are
      preserved.
    - For resources that exist in both stacks, but have different
    properties, the
    deployed properties are used, but the references may need to be updated,
    if
      the resources they reference were moved in the refactoring.
    
    Why does the last difference exist, to begin with? By default, to
    establish
    whether two given resources are the same, roughly speaking we compute
    the hash
    of their properties and compare them. But there is a better source of
    resource
    identity, that we can exploit when it is present: the physical name. In
    such
    cases, we can track a resource move even if the properties are
    different, as
    long as the physical name is the same.
    
    The process of computing the resulting templates consists in:
    
    1. Computing a graph of deployed resources.
    2. Mapping edges and nodes according to the mappings (that we either 
       computed or got directly from the user).
    3. Computing the resulting templates by traversing the graph and
       collecting the resources that are not mapped out, and updating the
       references to the resources that were moved.
    
    
    
    
    ---
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache-2.0 license
    otaviomacedo authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    19028e5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): upgrade dependencies (#583)

    Upgrades project dependencies. See details in [workflow run].
    
    [Workflow Run]:
    https://github.com/aws/aws-cdk-cli/actions/runs/15524094950
    
    ------
    
    *Automatically created by projen via the "upgrade" workflow*
    
    ---------
    
    Signed-off-by: github-actions <github-actions@github.com>
    Co-authored-by: github-actions <github-actions@github.com>
    aws-cdk-automation and github-actions authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    db8fed0 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. chore: update dependencies (#589)

    Updates dependencies in the CDK CLI packages.
    
    ---
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache-2.0 license
    mrgrain authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    60b7d57 View commit details
    Browse the repository at this point in the history
  2. chore(integ-testing): test CDK on multiple versions of Node (#591)

    We weren't running our integ tests on all Node versions. Add that.
    
    Unfortunately, the success or failure of the integ test run on this PR
    means nothing, because the workflow only takes effect after merging to
    `main`.
    
    ---
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache-2.0 license
    rix0rrr authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    3f0d8d3 View commit details
    Browse the repository at this point in the history
  3. chore(integ-testing): fix testing workflow (#593)

    We can't use the `cache` property of `actions/setup-node` if there's no
    lockfile in the current directory, apparently.
    
    
    ---
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache-2.0 license
    rix0rrr authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    63dc804 View commit details
    Browse the repository at this point in the history
  4. fix: pin minimatch to 10.0.1 (#599)

    Fixes #597
    
    10.0.2 has been identified to contain regressions. Pin to 10.0.1.
    
    ref: isaacs/minimatch#257
    
    ---
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache-2.0 license
    iankhou authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    cb71364 View commit details
    Browse the repository at this point in the history
Loading
0