-
Notifications
You must be signed in to change notification settings - Fork 35
Comparing changes
Open a pull request
base repository: aws/aws-cdk-cli
base: aws-cdk@v2.1018.0
head repository: aws/aws-cdk-cli
compare: aws-cdk@v2.1018.1
- 8 commits
- 58 files changed
- 6 contributors
Commits on Jun 6, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 764a12c - Browse repository at this point
Copy the full SHA 764a12cView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d981af1 - Browse repository at this point
Copy the full SHA d981af1View commit details
Commits on Jun 10, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 19028e5 - Browse repository at this point
Copy the full SHA 19028e5View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for db8fed0 - Browse repository at this point
Copy the full SHA db8fed0View commit details
Commits on Jun 11, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 60b7d57 - Browse repository at this point
Copy the full SHA 60b7d57View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3f0d8d3 - Browse repository at this point
Copy the full SHA 3f0d8d3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 63dc804 - Browse repository at this point
Copy the full SHA 63dc804View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for cb71364 - Browse repository at this point
Copy the full SHA cb71364View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff aws-cdk@v2.1018.0...aws-cdk@v2.1018.1