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

Bump aws-sdk-ec2 from 0.12.0 to 0.14.0 #157

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2022

Bumps aws-sdk-ec2 from 0.12.0 to 0.14.0.

Release notes

Sourced from aws-sdk-ec2's releases.

v0.14.0 (June 22nd, 2022)

New this release:

  • 🐛 (aws-sdk-rust#547, smithy-rs#1458) Fix bug in profile file credential provider where a missing default profile lead to an unintended error.
  • (smithy-rs#1421) Add Debug implementation to several types in aws-config
  • 🐛 (aws-sdk-rust#558, smithy-rs#1478) Fix bug in retry policy where user configured timeouts were not retried. With this fix, setting with_call_attempt_timeout will lead to a retry when retries are enabled.
  • 🐛 (aws-sdk-rust#554) Requests to Route53 that return ResourceIds often come with a prefix. When passing those IDs directly into another request, the request would fail unless they manually stripped the prefix. Now, when making a request with a prefixed ID, the prefix will be stripped automatically.

v0.13.0 (June 9th, 2022)

New this release:

  • 🎉 (smithy-rs#1390) Add method ByteStream::into_async_read. This makes it easy to convert ByteStreams into a struct implementing tokio:io::AsyncRead. Available on crate feature rt-tokio only.
  • 🎉 (smithy-rs#1356, @​jszwedko) Add support for credential_process in AWS configs for fetching credentials from an external process.
  • (smithy-rs#1404, @​petrosagg) Switch to RustCrypto's implementation of MD5.

Contributors Thank you for your contributions! ❤

Changelog

Sourced from aws-sdk-ec2's changelog.

v0.14.0 (June 22nd, 2022)

New this release:

  • 🐛 (aws-sdk-rust#547, smithy-rs#1458) Fix bug in profile file credential provider where a missing default profile lead to an unintended error.
  • (smithy-rs#1421) Add Debug implementation to several types in aws-config
  • 🐛 (aws-sdk-rust#558, smithy-rs#1478) Fix bug in retry policy where user configured timeouts were not retried. With this fix, setting with_call_attempt_timeout will lead to a retry when retries are enabled.
  • 🐛 (aws-sdk-rust#554) Requests to Route53 that return ResourceIds often come with a prefix. When passing those IDs directly into another request, the request would fail unless they manually stripped the prefix. Now, when making a request with a prefixed ID, the prefix will be stripped automatically.

v0.13.0 (June 9th, 2022)

New this release:

  • 🎉 (smithy-rs#1390) Add method ByteStream::into_async_read. This makes it easy to convert ByteStreams into a struct implementing tokio:io::AsyncRead. Available on crate feature rt-tokio only.
  • 🎉 (smithy-rs#1356, @​jszwedko) Add support for credential_process in AWS configs for fetching credentials from an external process.
  • (smithy-rs#1404, @​petrosagg) Switch to RustCrypto's implementation of MD5.

Contributors Thank you for your contributions! ❤

Commits
  • f257e6f Update changelog
  • 6b85788 [smithy-rs] Release 6/22 (#1486)
  • b1dba43 [smithy-rs] Add support for retrying individual call timeouts (#1478)
  • 02f877e [smithy-rs] rename: hosted_zone_preprocessor.rs to route53_resource_id_prepro...
  • 0ecbb8d [smithy-rs] update: simplify and fix a latent issue with bytestream's streami...
  • 40bd31b [smithy-rs] Writer fixes (#1469)
  • 0327857 [smithy-rs] Fixes for RustWriter bugs #1465 & #1459 (#1467)
  • 2b49763 [smithy-rs] Add lints to aws-config (#1421)
  • 490a085 [smithy-rs] Relax behavior of profile parser (#1458)
  • 3a6e6b5 [smithy-rs] Fix typo in documentation (#1455)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [aws-sdk-ec2](https://github.com/awslabs/aws-sdk-rust) from 0.12.0 to 0.14.0.
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md)
- [Commits](awslabs/aws-sdk-rust@v0.12.0...v0.14.0)

---
updated-dependencies:
- dependency-name: aws-sdk-ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 23, 2022
@jpculp
Copy link
Contributor

jpculp commented Jun 27, 2022

@dependabot ignore this minor version

I've rolled this up into #161.

@dependabot dependabot bot closed this Jun 27, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 27, 2022

OK, I won't notify you about version 0.14.x again, unless you re-open this PR or update to a 0.14.x release yourself.

@dependabot dependabot bot deleted the dependabot/cargo/aws-sdk-ec2-0.14.0 branch June 27, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant