-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update aws-cdk-aws-efs requirement from ~=1.137 to ~=1.195 in /cli #212
Update aws-cdk-aws-efs requirement from ~=1.137 to ~=1.195 in /cli #212
Conversation
The failure was produced from CLI validation, like: "There is no existing Mount Target for EFS \'fs-0901ff973c69b0469\' in these Availability Zones: \'[\'eu-west-2a\']\'. Please create an EFS Mount Target for those availability zones.". The root cause was the EFS created by integration tests does not have mount targets in all availability zones. The fix is to create mount targets in all availability zones. To achieve this, `storage-stack.yaml` becomes a Jinja template on top of CloudFormation template. Signed-off-by: Hanwen <[email protected]>
Updates the requirements on [aws-cdk-aws-efs](https://github.com/aws/aws-cdk) to permit the latest version. - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md) - [Commits](aws/aws-cdk@v1.137.0...v1.195.0) --- updated-dependencies: - dependency-name: aws-cdk-aws-efs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Codecov ReportPatch and project coverage have no change.
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## develop #212 +/- ##
========================================
Coverage 89.45% 89.45%
========================================
Files 169 169
Lines 14648 14648
========================================
Hits 13104 13104
Misses 1544 1544 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
19f4b8c
to
00d29e9
Compare
4385305
to
c9b05ce
Compare
34a629e
to
5acfd02
Compare
edfba9d
to
a74d502
Compare
d21b539
to
fd6eeef
Compare
96c574d
to
d4bf997
Compare
7d46cd7
to
fb71411
Compare
a6a1b44
to
42316f3
Compare
edef3e7
to
1e62bac
Compare
45e3c14
to
2dc0ed8
Compare
8443abb
to
9dd1d36
Compare
8de5fed
to
8d1bdf5
Compare
Superseded by #225. |
Updates the requirements on aws-cdk-aws-efs to permit the latest version.
Commits
28244d7
chore(release): 1.195.0 (#24417)02c4d3c
chore(release): 1.195.0b3d7598
docs(cfnspec): update CloudFormation documentation (#24395)3d1e335
docs(cfnspec): update CloudFormation documentation (#24363)8adbe81
chore(deps): bump awscli from 1.27.74 to 1.27.79 in /packages/@aws-cdk/lambda
...8ce25ee
chore: update v1 go test name (#24334)5543a49
docs(cfnspec): update CloudFormation documentation (#24348)e4e1ab8
docs(cfnspec): update CloudFormation documentation (#24319)66e196f
docs(cfnspec): update CloudFormation documentation (#24300)b5fd473
docs(cfnspec): update CloudFormation documentation (#24268)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)