controlant-org / ctrl-cidr

A tiny controller that manages CIDR blocks in AWS
MIT License
1 stars 0 forks source link

Bump the aws group with 6 updates #150

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 11 months ago

Bumps the aws group with 6 updates:

Package From To
aws-config 0.100.0 1.0.0
aws-types 0.100.0 1.0.0
aws-sdk-ec2 0.37.0 0.39.0
aws-sdk-eks 0.37.0 0.39.0
aws-sdk-organizations 0.37.0 0.38.0
aws-sdk-sts 0.37.0 0.39.0

Updates aws-config from 0.100.0 to 1.0.0

Commits


Updates aws-types from 0.100.0 to 1.0.0

Commits


Updates aws-sdk-ec2 from 0.37.0 to 0.39.0

Changelog

Sourced from aws-sdk-ec2's changelog.

November 20th, 2023

Breaking Changes:

  • :warning::tada: (smithy-rs#3202) Add configurable stalled-stream protection for downloads.

    When making HTTP calls, it's possible for a connection to 'stall out' and emit no more data due to server-side issues. In the event this happens, it's desirable for the stream to error out as quickly as possible. While timeouts can protect you from this issue, they aren't adaptive to the amount of data being sent and so must be configured specifically for each use case. When enabled, stalled-stream protection will ensure that bad streams error out quickly, regardless of the amount of data being downloaded.

    Protection is enabled by default for all clients but can be configured or disabled. See this discussion for more details.

  • :bug::warning: (smithy-rs#3217, @​milesziemer) Make certain types for EMR Serverless optional. Previously, they defaulted to 0, but this created invalid requests.

  • :bug::warning: (smithy-rs#3228, @​milesziemer) Make some types for various services optional. Previously, they defaulted to 0, but this created invalid requests.

  • :warning: (smithy-rs#3222) Types/functions that were deprecated in previous releases were removed. Unfortunately, some of these deprecations were ignored by the Rust compiler (we found out later that #[deprecated] on pub use doesn't work). See the deprecations removal list for more details.

New this release:

  • :tada: (smithy-rs#3183, @​HakanVardarr) Add Display impl for DateTime.
  • :bug: (smithy-rs#3229, aws-sdk-rust#960) Prevent multiplication overflow in backoff computation
  • (smithy-rs#3226) Types/functions that were previously #[doc(hidden)] in aws-config, aws-inlineable, aws-types, and the SDK crates are now visible. For those that are not intended to be used directly, they are called out in their docs as such.

Service Features:

  • aws-sdk-codestarconnections (0.39.0): This release updates a few CodeStar Connections related APIs.
  • aws-sdk-docdb (0.39.0): Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
  • aws-sdk-ec2 (0.39.0): This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.

Contributors Thank you for your contributions! ❤

Crate Versions

Crate Version
aws-config 1.0.0
aws-credential-types 1.0.0
aws-endpoint 0.60.0
aws-http 0.60.0
aws-hyper 0.60.0
aws-runtime 1.0.0
aws-runtime-api 1.0.0

... (truncated)

Commits


Updates aws-sdk-eks from 0.37.0 to 0.39.0

Changelog

Sourced from aws-sdk-eks's changelog.

November 20th, 2023

Breaking Changes:

  • :warning::tada: (smithy-rs#3202) Add configurable stalled-stream protection for downloads.

    When making HTTP calls, it's possible for a connection to 'stall out' and emit no more data due to server-side issues. In the event this happens, it's desirable for the stream to error out as quickly as possible. While timeouts can protect you from this issue, they aren't adaptive to the amount of data being sent and so must be configured specifically for each use case. When enabled, stalled-stream protection will ensure that bad streams error out quickly, regardless of the amount of data being downloaded.

    Protection is enabled by default for all clients but can be configured or disabled. See this discussion for more details.

  • :bug::warning: (smithy-rs#3217, @​milesziemer) Make certain types for EMR Serverless optional. Previously, they defaulted to 0, but this created invalid requests.

  • :bug::warning: (smithy-rs#3228, @​milesziemer) Make some types for various services optional. Previously, they defaulted to 0, but this created invalid requests.

  • :warning: (smithy-rs#3222) Types/functions that were deprecated in previous releases were removed. Unfortunately, some of these deprecations were ignored by the Rust compiler (we found out later that #[deprecated] on pub use doesn't work). See the deprecations removal list for more details.

New this release:

  • :tada: (smithy-rs#3183, @​HakanVardarr) Add Display impl for DateTime.
  • :bug: (smithy-rs#3229, aws-sdk-rust#960) Prevent multiplication overflow in backoff computation
  • (smithy-rs#3226) Types/functions that were previously #[doc(hidden)] in aws-config, aws-inlineable, aws-types, and the SDK crates are now visible. For those that are not intended to be used directly, they are called out in their docs as such.

Service Features:

  • aws-sdk-codestarconnections (0.39.0): This release updates a few CodeStar Connections related APIs.
  • aws-sdk-docdb (0.39.0): Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
  • aws-sdk-ec2 (0.39.0): This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.

Contributors Thank you for your contributions! ❤

Crate Versions

Crate Version
aws-config 1.0.0
aws-credential-types 1.0.0
aws-endpoint 0.60.0
aws-http 0.60.0
aws-hyper 0.60.0
aws-runtime 1.0.0
aws-runtime-api 1.0.0

... (truncated)

Commits


Updates aws-sdk-organizations from 0.37.0 to 0.38.0

Changelog

Sourced from aws-sdk-organizations's changelog.

November 20th, 2023

Breaking Changes:

  • :warning::tada: (smithy-rs#3202) Add configurable stalled-stream protection for downloads.

    When making HTTP calls, it's possible for a connection to 'stall out' and emit no more data due to server-side issues. In the event this happens, it's desirable for the stream to error out as quickly as possible. While timeouts can protect you from this issue, they aren't adaptive to the amount of data being sent and so must be configured specifically for each use case. When enabled, stalled-stream protection will ensure that bad streams error out quickly, regardless of the amount of data being downloaded.

    Protection is enabled by default for all clients but can be configured or disabled. See this discussion for more details.

  • :bug::warning: (smithy-rs#3217, @​milesziemer) Make certain types for EMR Serverless optional. Previously, they defaulted to 0, but this created invalid requests.

  • :bug::warning: (smithy-rs#3228, @​milesziemer) Make some types for various services optional. Previously, they defaulted to 0, but this created invalid requests.

  • :warning: (smithy-rs#3222) Types/functions that were deprecated in previous releases were removed. Unfortunately, some of these deprecations were ignored by the Rust compiler (we found out later that #[deprecated] on pub use doesn't work). See the deprecations removal list for more details.

New this release:

  • :tada: (smithy-rs#3183, @​HakanVardarr) Add Display impl for DateTime.
  • :bug: (smithy-rs#3229, aws-sdk-rust#960) Prevent multiplication overflow in backoff computation
  • (smithy-rs#3226) Types/functions that were previously #[doc(hidden)] in aws-config, aws-inlineable, aws-types, and the SDK crates are now visible. For those that are not intended to be used directly, they are called out in their docs as such.

Service Features:

  • aws-sdk-codestarconnections (0.39.0): This release updates a few CodeStar Connections related APIs.
  • aws-sdk-docdb (0.39.0): Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
  • aws-sdk-ec2 (0.39.0): This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.

Contributors Thank you for your contributions! ❤

Crate Versions

Crate Version
aws-config 1.0.0
aws-credential-types 1.0.0
aws-endpoint 0.60.0
aws-http 0.60.0
aws-hyper 0.60.0
aws-runtime 1.0.0
aws-runtime-api 1.0.0

... (truncated)

Commits


Updates aws-sdk-sts from 0.37.0 to 0.39.0

Changelog

Sourced from aws-sdk-sts's changelog.

November 20th, 2023

Breaking Changes:

  • :warning::tada: (smithy-rs#3202) Add configurable stalled-stream protection for downloads.

    When making HTTP calls, it's possible for a connection to 'stall out' and emit no more data due to server-side issues. In the event this happens, it's desirable for the stream to error out as quickly as possible. While timeouts can protect you from this issue, they aren't adaptive to the amount of data being sent and so must be configured specifically for each use case. When enabled, stalled-stream protection will ensure that bad streams error out quickly, regardless of the amount of data being downloaded.

    Protection is enabled by default for all clients but can be configured or disabled. See this discussion for more details.

  • :bug::warning: (smithy-rs#3217, @​milesziemer) Make certain types for EMR Serverless optional. Previously, they defaulted to 0, but this created invalid requests.

  • :bug::warning: (smithy-rs#3228, @​milesziemer) Make some types for various services optional. Previously, they defaulted to 0, but this created invalid requests.

  • :warning: (smithy-rs#3222) Types/functions that were deprecated in previous releases were removed. Unfortunately, some of these deprecations were ignored by the Rust compiler (we found out later that #[deprecated] on pub use doesn't work). See the deprecations removal list for more details.

New this release:

  • :tada: (smithy-rs#3183, @​HakanVardarr) Add Display impl for DateTime.
  • :bug: (smithy-rs#3229, aws-sdk-rust#960) Prevent multiplication overflow in backoff computation
  • (smithy-rs#3226) Types/functions that were previously #[doc(hidden)] in aws-config, aws-inlineable, aws-types, and the SDK crates are now visible. For those that are not intended to be used directly, they are called out in their docs as such.

Service Features:

  • aws-sdk-codestarconnections (0.39.0): This release updates a few CodeStar Connections related APIs.
  • aws-sdk-docdb (0.39.0): Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
  • aws-sdk-ec2 (0.39.0): This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.

Contributors Thank you for your contributions! ❤

Crate Versions

Crate Version
aws-config 1.0.0
aws-credential-types 1.0.0
aws-endpoint 0.60.0
aws-http 0.60.0
aws-hyper 0.60.0
aws-runtime 1.0.0
aws-runtime-api 1.0.0

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 10 months ago

Superseded by #151.