-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Comparing changes
Open a pull request
base repository: aws/aws-cdk
base: v2.48.0
head repository: aws/aws-cdk
compare: v2.49.0
- 11 commits
- 379 files changed
- 3 contributors
Commits on Oct 27, 2022
-
fix(eks): kubectl get handler output includes stderr (#22658)
The custom resource that handles kubectl requests returns standard output and standard error in the same string. This is normally okay, because we likely get _either_ a successful result with standard output, or an unsuccessful one with standard error. However, there are certain circumstances where kubectl returns a successful result with standard output _as well as_ warnings in standard error. These warnings are harmless, but because of how the custom resource is set up, it corrupts the output that gets returned. This results in integ test failure. These changes separate out standard output and standard error that gets returned by kubectl, and only prints the error if we mean to throw an error. ---- ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *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 66d1ed3 - Browse repository at this point
Copy the full SHA 66d1ed3View commit details -
feat(eks): support for Kubernetes version 1.23 (#22638)
Add support for Kubernetes Version 1.23. In order to use this version, customers must pass in a `KubectlLayer` object from `@aws-cdk/lambda-layer-kubectl-v23` to the `kubectlLayer` construct prop of `Cluster`. ---- ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *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 4e858f2 - Browse repository at this point
Copy the full SHA 4e858f2View commit details -
chore(eks): remove whitespace and stylistic updates (#22674)
Somehow eks (and maybe more modules) was immune to my prior attack on unnecessary whitespace. Also some stylistic changes to readmes and some commas here and there. No actual code changes. ---- ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *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 0cbdf58 - Browse repository at this point
Copy the full SHA 0cbdf58View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7bfa0 - Browse repository at this point
Copy the full SHA ae7bfa0View commit details -
chore(merge-back): 2.48.0 (#22676)
See [CHANGELOG](https://github.com/aws/aws-cdk/blob/merge-back/2.48.0/CHANGELOG.md)
Configuration menu - View commit details
-
Copy full SHA for c8412a1 - Browse repository at this point
Copy the full SHA c8412a1View commit details -
AWS CDK Team committed
Oct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for c702229 - Browse repository at this point
Copy the full SHA c702229View commit details -
chore(release): 2.49.0 (#22678)
See [CHANGELOG](https://github.com/aws/aws-cdk/blob/bump/2.49.0/CHANGELOG.md)
Configuration menu - View commit details
-
Copy full SHA for 29ce4e5 - Browse repository at this point
Copy the full SHA 29ce4e5View commit details -
chore(eks): pin aws-cdk-lib devDependency to 2.47.0 (#22679)
I accidentally overrode #22667 ---- ### All Submissions: * [ ] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *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 804bfb4 - Browse repository at this point
Copy the full SHA 804bfb4View commit details -
AWS CDK Team committed
Oct 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 61fbaf2 - Browse repository at this point
Copy the full SHA 61fbaf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e013e5 - Browse repository at this point
Copy the full SHA 0e013e5View commit details -
chore(release): 2.49.0 (#22680)
See [CHANGELOG](https://github.com/aws/aws-cdk/blob/bump/2.49.0/CHANGELOG.md)
Configuration menu - View commit details
-
Copy full SHA for 793dd76 - Browse repository at this point
Copy the full SHA 793dd76View 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 v2.48.0...v2.49.0