-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Conversation
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>
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', |
There was a problem hiding this comment.
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
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 CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
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). |
This reverts commit 610d9ac.
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*
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:
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