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 from 0.28.2-beta to 0.29.0-beta #28

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps aws from 0.28.2-beta to 0.29.0-beta.
Updates aws.sdk.kotlin:s3-jvm from 0.28.2-beta to 0.29.0-beta

Release notes

Sourced from aws.sdk.kotlin:s3-jvm's releases.

v0.29.0-beta

[0.29.0-beta] - 07/20/2023

Features

  • #146, #800 Enable Timestream Query and Timestream Write service clients
  • #969 Make region an optional client config parameter to support multi-region use cases

Miscellaneous

  • BREAKING: Refactor observability API and configuration. See the discussion for more information.
  • Sync AWS service models.
Changelog

Sourced from aws.sdk.kotlin:s3-jvm's changelog.

[0.29.0-beta] - 07/20/2023

Features

  • #146, #800 Enable Timestream Query and Timestream Write service clients
  • #969 Make region an optional client config parameter to support multi-region use cases

Miscellaneous

  • BREAKING: Refactor observability API and configuration. See the discussion for more information.
  • Sync AWS service models.
Commits
  • 52e9979 chore: release 0.29.0-beta
  • ded924f chore: sync models and update smithy-kotlin version (#992)
  • 0510cc7 chore: update CONTRIBUTING guidelines to talk about more PR criteria (#990)
  • 2465db5 chore(deps-dev): bump word-wrap (#988)
  • 48c0ee6 feat: enable endpoint discovery (and Timestream Query and Timestream Write) (...
  • 5b5fdd7 chore: scrub public APIs (#982)
  • a9a87f4 refactor!: track upstream observability API changes (#974)
  • 38040c3 chore: update CDK version for ECS credentials integration test (#980)
  • 3743d98 feat: make region optional (#970)
  • 2cbe2bb chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /tests/integration-test...
  • Additional commits viewable in compare view

Updates aws.sdk.kotlin:cognitoidentityprovider-jvm from 0.28.2-beta to 0.29.0-beta

Release notes

Sourced from aws.sdk.kotlin:cognitoidentityprovider-jvm's releases.

v0.29.0-beta

[0.29.0-beta] - 07/20/2023

Features

  • #146, #800 Enable Timestream Query and Timestream Write service clients
  • #969 Make region an optional client config parameter to support multi-region use cases

Miscellaneous

  • BREAKING: Refactor observability API and configuration. See the discussion for more information.
  • Sync AWS service models.
Changelog

Sourced from aws.sdk.kotlin:cognitoidentityprovider-jvm's changelog.

[0.29.0-beta] - 07/20/2023

Features

  • #146, #800 Enable Timestream Query and Timestream Write service clients
  • #969 Make region an optional client config parameter to support multi-region use cases

Miscellaneous

  • BREAKING: Refactor observability API and configuration. See the discussion for more information.
  • Sync AWS service models.
Commits
  • 52e9979 chore: release 0.29.0-beta
  • ded924f chore: sync models and update smithy-kotlin version (#992)
  • 0510cc7 chore: update CONTRIBUTING guidelines to talk about more PR criteria (#990)
  • 2465db5 chore(deps-dev): bump word-wrap (#988)
  • 48c0ee6 feat: enable endpoint discovery (and Timestream Query and Timestream Write) (...
  • 5b5fdd7 chore: scrub public APIs (#982)
  • a9a87f4 refactor!: track upstream observability API changes (#974)
  • 38040c3 chore: update CDK version for ECS credentials integration test (#980)
  • 3743d98 feat: make region optional (#970)
  • 2cbe2bb chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /tests/integration-test...
  • 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)

Bumps `aws` from 0.28.2-beta to 0.29.0-beta.

Updates `aws.sdk.kotlin:s3-jvm` from 0.28.2-beta to 0.29.0-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.28.2-beta...v0.29.0-beta)

Updates `aws.sdk.kotlin:cognitoidentityprovider-jvm` from 0.28.2-beta to 0.29.0-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.28.2-beta...v0.29.0-beta)

---
updated-dependencies:
- dependency-name: aws.sdk.kotlin:s3-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: aws.sdk.kotlin:cognitoidentityprovider-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 24, 2023
@WinteryFox WinteryFox merged commit 9ddf641 into staging Jul 24, 2023
2 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/staging/aws-0.29.0-beta branch July 24, 2023 21:52
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant