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 awsSdkVersion from 0.30.1-beta to 0.32.4-beta in /test_scenarios #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps awsSdkVersion from 0.30.1-beta to 0.32.4-beta.
Updates aws.sdk.kotlin:ec2 from 0.30.1-beta to 0.32.4-beta

Release notes

Sourced from aws.sdk.kotlin:ec2's releases.

v0.32.4-beta

[0.32.4-beta] - 10/06/2023

Miscellaneous

  • Track upstream changes that make ByteArrayContent and friends internal. Users should only be using ByteStream.fromBytes(), ByteStream.fromString(), and HttpBody.fromBytes().

v0.32.3-beta

[0.32.3-beta] - 09/28/2023

Fixes

  • #1048 Restore public constructor for EcsCredentialsProvider
  • #1044 ignore __type when deserializing union for AWS JSON 1.0, AWS JSON 1.1, and AWS restJson 1

Miscellaneous

  • Generate internal-only clients with internal visibility
  • sync AWS models and upgrade smithy kotlin

v0.32.2-beta

[0.32.2-beta] - 09/15/2023

Miscellaneous

  • #946 Refactor CredentialsProvider APIs
  • Sync smithy-kotlin and AWS service models.

v0.32.1-beta

[0.32.1-beta] - 09/08/2023

Features

  • #1033 Add SystemPropertyCredentialsProvider and make it first in default chain credentials provider
  • Allow endpoint URL configuration via env and shared config.
  • #1000 Add more parameters for fetching STS credentials

Fixes

  • #935 Fix closing an event stream causing an IllegalStateException

Miscellaneous

  • Sync AWS models and bump smithy-kotlin

v0.32.0-beta

[0.32.0-beta] - 08/31/2023

Miscellaneous

  • BREAKING: Refactor HttpCall and HttpResponse types
  • Bump smithy-kotlin and AWS service models to latest versions

v0.31.0-beta

[0.31.0-beta] - 08/24/2023

Features

  • Support initial-request and initial-response for event streams using RPC-based protocols

... (truncated)

Changelog

Sourced from aws.sdk.kotlin:ec2's changelog.

[0.32.4-beta] - 10/06/2023

Miscellaneous

  • Track upstream changes that make ByteArrayContent and friends internal. Users should only be using ByteStream.fromBytes(), ByteStream.fromString(), and HttpBody.fromBytes().

[0.32.3-beta] - 09/28/2023

Fixes

  • #1048 Restore public constructor for EcsCredentialsProvider
  • #1044 ignore __type when deserializing union for AWS JSON 1.0, AWS JSON 1.1, and AWS restJson 1

Miscellaneous

  • Generate internal-only clients with internal visibility
  • sync AWS models and upgrade smithy kotlin

[0.32.2-beta] - 09/15/2023

Miscellaneous

  • #946 Refactor CredentialsProvider APIs
  • Sync smithy-kotlin and AWS service models.

[0.32.1-beta] - 09/08/2023

Features

  • #1033 Add SystemPropertyCredentialsProvider and make it first in default chain credentials provider
  • Allow endpoint URL configuration via env and shared config.
  • #1000 Add more parameters for fetching STS credentials

Fixes

  • #935 Fix closing an event stream causing an IllegalStateException

Miscellaneous

  • Sync AWS models and bump smithy-kotlin

[0.32.0-beta] - 08/31/2023

Miscellaneous

  • BREAKING: Refactor HttpCall and HttpResponse types
  • Bump smithy-kotlin and AWS service models to latest versions

[0.31.0-beta] - 08/24/2023

Features

  • Support initial-request and initial-response for event streams using RPC-based protocols

Fixes

  • #1029 Update smithy-kotlin to 0.26.0

Miscellaneous

  • BREAKING: prefix generated endpoint and auth scheme providers with client name and track upstream changes

... (truncated)

Commits
  • 72bcd31 chore: release 0.32.4-beta
  • 7c0f064 chore: sync AWS models and bump smithy-kotlin (#1066)
  • 852fe92 refactor: remove ByteArrayContent and rename transform package (#1062)
  • b65b9cb chore: use a version catalog (#1061)
  • 72e71ce chore: bump snapshot version to 0.32.4-SNAPSHOT
  • 6ae228c chore: release 0.32.3-beta
  • e04a410 chore: update models and smithy version (#1057)
  • f8a73cc fix: ignore __type when deserializing union for AWS Json protocols (#1054)
  • 551cd81 chore: remove unused experimental annotations (#1053)
  • 77bdbbf feat(codegen): add protocol tests for client side error correction (#1051)
  • Additional commits viewable in compare view

Updates aws.sdk.kotlin:eks from 0.30.1-beta to 0.32.4-beta

Release notes

Sourced from aws.sdk.kotlin:eks's releases.

v0.32.4-beta

[0.32.4-beta] - 10/06/2023

Miscellaneous

  • Track upstream changes that make ByteArrayContent and friends internal. Users should only be using ByteStream.fromBytes(), ByteStream.fromString(), and HttpBody.fromBytes().

v0.32.3-beta

[0.32.3-beta] - 09/28/2023

Fixes

  • #1048 Restore public constructor for EcsCredentialsProvider
  • #1044 ignore __type when deserializing union for AWS JSON 1.0, AWS JSON 1.1, and AWS restJson 1

Miscellaneous

  • Generate internal-only clients with internal visibility
  • sync AWS models and upgrade smithy kotlin

v0.32.2-beta

[0.32.2-beta] - 09/15/2023

Miscellaneous

  • #946 Refactor CredentialsProvider APIs
  • Sync smithy-kotlin and AWS service models.

v0.32.1-beta

[0.32.1-beta] - 09/08/2023

Features

  • #1033 Add SystemPropertyCredentialsProvider and make it first in default chain credentials provider
  • Allow endpoint URL configuration via env and shared config.
  • #1000 Add more parameters for fetching STS credentials

Fixes

  • #935 Fix closing an event stream causing an IllegalStateException

Miscellaneous

  • Sync AWS models and bump smithy-kotlin

v0.32.0-beta

[0.32.0-beta] - 08/31/2023

Miscellaneous

  • BREAKING: Refactor HttpCall and HttpResponse types
  • Bump smithy-kotlin and AWS service models to latest versions

v0.31.0-beta

[0.31.0-beta] - 08/24/2023

Features

  • Support initial-request and initial-response for event streams using RPC-based protocols

... (truncated)

Changelog

Sourced from aws.sdk.kotlin:eks's changelog.

[0.32.4-beta] - 10/06/2023

Miscellaneous

  • Track upstream changes that make ByteArrayContent and friends internal. Users should only be using ByteStream.fromBytes(), ByteStream.fromString(), and HttpBody.fromBytes().

[0.32.3-beta] - 09/28/2023

Fixes

  • #1048 Restore public constructor for EcsCredentialsProvider
  • #1044 ignore __type when deserializing union for AWS JSON 1.0, AWS JSON 1.1, and AWS restJson 1

Miscellaneous

  • Generate internal-only clients with internal visibility
  • sync AWS models and upgrade smithy kotlin

[0.32.2-beta] - 09/15/2023

Miscellaneous

  • #946 Refactor CredentialsProvider APIs
  • Sync smithy-kotlin and AWS service models.

[0.32.1-beta] - 09/08/2023

Features

  • #1033 Add SystemPropertyCredentialsProvider and make it first in default chain credentials provider
  • Allow endpoint URL configuration via env and shared config.
  • #1000 Add more parameters for fetching STS credentials

Fixes

  • #935 Fix closing an event stream causing an IllegalStateException

Miscellaneous

  • Sync AWS models and bump smithy-kotlin

[0.32.0-beta] - 08/31/2023

Miscellaneous

  • BREAKING: Refactor HttpCall and HttpResponse types
  • Bump smithy-kotlin and AWS service models to latest versions

[0.31.0-beta] - 08/24/2023

Features

  • Support initial-request and initial-response for event streams using RPC-based protocols

Fixes

  • #1029 Update smithy-kotlin to 0.26.0

Miscellaneous

  • BREAKING: prefix generated endpoint and auth scheme providers with client name and track upstream changes

... (truncated)

Commits
  • 72bcd31 chore: release 0.32.4-beta
  • 7c0f064 chore: sync AWS models and bump smithy-kotlin (#1066)
  • 852fe92 refactor: remove ByteArrayContent and rename transform package (#1062)
  • b65b9cb chore: use a version catalog (#1061)
  • 72e71ce chore: bump snapshot version to 0.32.4-SNAPSHOT
  • 6ae228c chore: release 0.32.3-beta
  • e04a410 chore: update models and smithy version (#1057)
  • f8a73cc fix: ignore __type when deserializing union for AWS Json protocols (#1054)
  • 551cd81 chore: remove unused experimental annotations (#1053)
  • 77bdbbf feat(codegen): add protocol tests for client side error correction (#1051)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 `awsSdkVersion` from 0.30.1-beta to 0.32.4-beta.

Updates `aws.sdk.kotlin:ec2` from 0.30.1-beta to 0.32.4-beta
- [Release notes](https://github.com/awslabs/aws-sdk-kotlin/releases)
- [Changelog](https://github.com/awslabs/aws-sdk-kotlin/blob/main/CHANGELOG.md)
- [Commits](awslabs/aws-sdk-kotlin@v0.30.1-beta...v0.32.4-beta)

Updates `aws.sdk.kotlin:eks` from 0.30.1-beta to 0.32.4-beta
- [Release notes](https://github.com/awslabs/aws-sdk-kotlin/releases)
- [Changelog](https://github.com/awslabs/aws-sdk-kotlin/blob/main/CHANGELOG.md)
- [Commits](awslabs/aws-sdk-kotlin@v0.30.1-beta...v0.32.4-beta)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 9, 2023
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants