Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump @aws-cdk/asset-awscli-v1 version #27881

Merged
merged 13 commits into from
Nov 8, 2023
Merged

Conversation

vinayak-kukreja
Copy link
Contributor

@vinayak-kukreja vinayak-kukreja commented Nov 7, 2023

I released a newer version of this library but it has not made to the cdk repo yet. Upgrading this could help with resolving a security issue: #27661

Needed to run multiple integ tests for this and got warnings similar to following:

Stack: test-bucket-deployment-deployed-bucket - Resource: DeployMe5AwsCliLayerF0F79631 - Impact: WILL_REPLACE
!!! If these destructive changes are necessary, please indicate this on the PR !!!
Failed: /Users/vinakuk/Desktop/Work/Repositories/CDK/Ops/Security-Issue/aws-cdk/packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-signcontent.js
!!! This test contains destructive changes !!!

I believe this is expected since the version of the library is changing.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
@aws-cdk-automation aws-cdk-automation requested a review from a team November 7, 2023 21:57
@github-actions github-actions bot added the p2 label Nov 7, 2023
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Nov 7, 2023
@vinayak-kukreja vinayak-kukreja added the pr/do-not-merge This PR should not be merged at this time. label Nov 7, 2023
Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
…ntent

Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
…ed-bucket

Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
…ront

Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
…beanstalk-deploy

Signed-off-by: Vinayak Kukreja <vinakuk@amazon.com>
@@ -79,7 +79,7 @@ const beanstalkEnv = new elasticbeanstalk.CfnEnvironment(stack, 'beanstlk-env',
applicationName: beanstalkApp.applicationName!,
environmentName: 'codepipeline-test-env',
// see https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.nodejs
solutionStackName: '64bit Amazon Linux 2023 v6.0.0 running Node.js 18',
solutionStackName: '64bit Amazon Linux 2023 v6.0.2 running Node.js 18',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was outdated and the integ test was failing:

The stack named aws-cdk-codepipeline-elastic-beanstalk-deploy failed creation, it may need to be manually deleted from the AWS console: ROLLBACK_COMPLETE: Resource handler returned message: "No Solution Stack named '64bit Amazon Linux 2023 v6.0.0 running Node.js 18' found. (Service: ElasticBeanstalk, Status Code: 400, Request ID: 753eedce-7198-4f51-96ed-f4d2f06a9259)" (RequestToken: 0fa2c53a-b816-8755-5b0c-48386ab111ce, HandlerErrorCode: InvalidRequest)
  FAILED     aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy-codepipeline-elastic-beanstalk-deploy/DefaultTest (undefined/us-east-1) 207.555s
      Integration test failed: Error: Command exited with status 1

@sumupitchayan sumupitchayan removed the pr/do-not-merge This PR should not be merged at this time. label Nov 8, 2023
Copy link
Contributor

mergify bot commented Nov 8, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 797d89c
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 610d9ac into main Nov 8, 2023
12 checks passed
@mergify mergify bot deleted the vkukreja/upgrade-urllib3 branch November 8, 2023 13:53
Copy link
Contributor

mergify bot commented Nov 8, 2023

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

vinayak-kukreja added a commit that referenced this pull request Nov 9, 2023
mikewrighton pushed a commit that referenced this pull request Nov 13, 2023
I released a newer version of this library but it has not made to the cdk repo yet. Upgrading this could help with resolving a security issue: #27661


Needed to run multiple integ tests for this and got warnings similar to following:
```
Stack: test-bucket-deployment-deployed-bucket - Resource: DeployMe5AwsCliLayerF0F79631 - Impact: WILL_REPLACE
!!! If these destructive changes are necessary, please indicate this on the PR !!!
Failed: /Users/vinakuk/Desktop/Work/Repositories/CDK/Ops/Security-Issue/aws-cdk/packages/@aws-cdk-testing/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-signcontent.js
!!! This test contains destructive changes !!!
```

I believe this is expected since the version of the library is changing. 

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS. p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants