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

Update aws-cdk-aws-efs requirement from ~=1.137 to ~=1.195 in /cli #212

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 3, 2023

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.0
  • b3d7598 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)
  • Additional commits viewable in compare view

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)

hanwen-cluster and others added 2 commits February 22, 2023 09:59
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]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2023
@spackbot-app spackbot-app bot added the core label Mar 3, 2023
@codecov-commenter
Copy link

codecov-commenter commented Mar 3, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (d6758d5) 89.45% compared to head (c9b0b08) 89.45%.

📣 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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@hanwen-pcluste hanwen-pcluste force-pushed the develop branch 3 times, most recently from 19f4b8c to 00d29e9 Compare March 7, 2023 15:44
@hanwen-pcluste hanwen-pcluste force-pushed the develop branch 3 times, most recently from 4385305 to c9b05ce Compare June 29, 2023 19:49
@hanwen-pcluste hanwen-pcluste force-pushed the develop branch 3 times, most recently from 34a629e to 5acfd02 Compare July 6, 2023 12:39
@hanwen-pcluste hanwen-pcluste force-pushed the develop branch 4 times, most recently from edfba9d to a74d502 Compare July 14, 2023 14:53
@hanwen-pcluste hanwen-pcluste force-pushed the develop branch 4 times, most recently from d21b539 to fd6eeef Compare July 19, 2023 21:01
@hanwen-pcluste hanwen-pcluste force-pushed the develop branch 3 times, most recently from 96c574d to d4bf997 Compare August 3, 2023 17:54
@hanwen-pcluste hanwen-pcluste force-pushed the develop branch 2 times, most recently from 7d46cd7 to fb71411 Compare June 18, 2024 17:19
@hanwen-pcluste hanwen-pcluste force-pushed the develop branch 5 times, most recently from a6a1b44 to 42316f3 Compare July 8, 2024 13:29
@hanwen-pcluste hanwen-pcluste force-pushed the develop branch 8 times, most recently from edef3e7 to 1e62bac Compare July 11, 2024 20:40
@hanwen-pcluste hanwen-pcluste force-pushed the develop branch 3 times, most recently from 45e3c14 to 2dc0ed8 Compare July 17, 2024 17:09
@hanwen-pcluste hanwen-pcluste force-pushed the develop branch 7 times, most recently from 8443abb to 9dd1d36 Compare August 7, 2024 19:23
Copy link
Author

dependabot bot commented on behalf of github Oct 14, 2024

Superseded by #225.

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/pip/cli/aws-cdk-aws-efs-approx-eq-1.195 branch October 14, 2024 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants