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/client-ecs from 3.359.0 to 3.364.0 #452

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @aws-sdk/client-ecs from 3.359.0 to 3.364.0.

Release notes

Sourced from @​aws-sdk/client-ecs's releases.

v3.364.0

3.364.0(2023-06-30)

Documentation Changes
  • client-verifiedpermissions: This release corrects several broken links in the documentation. (73ae32e4)
  • client-mediaconvert: This release includes improved color handling of overlays and general updates to user documentation. (f250671a)
New Features
  • client-amp: AWS SDK service model generation tool version upgrade. (28dce7ff)
  • client-ecs: Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode (c8b9b67c)
  • client-transfer: Add outbound Basic authentication support to AS2 connectors (c8d90ed7)
  • client-ivs: Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs. (769af884)
  • client-sagemaker: This release adds support for rolling deployment in SageMaker Inference. (83d2ff08)
Bug Fixes
  • codegen: remove deprecated packages from sdkVersions.properties (#4898) (d7299d5a)
  • service-error-classification: remove AbortError from transient errors (#4895) (a812fc84)

v3.363.0

3.363.0(2023-06-29)

New Features
  • client-chime: The Amazon Chime SDK APIs in the Chime namespace are no longer supported. Customers should use APIs in the dedicated Amazon Chime SDK namespaces: ChimeSDKIdentity, ChimeSDKMediaPipelines, ChimeSDKMeetings, ChimeSDKMessaging, and ChimeSDKVoice. (a6ff65fa)
  • client-appstream: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block (8c61b346)
  • client-sagemaker: Adding support for timeseries forecasting in the CreateAutoMLJobV2 API. (1c2f6f07)
  • client-cleanrooms: This release adds support for the OR operator in RSQL join match conditions and the ability to control which operators (AND, OR) are allowed in a join match condition. (03a2f9ac)
  • client-glue: This release adds support for AWS Glue Crawler with Iceberg Tables, allowing Crawlers to discover Iceberg Tables in S3 and register them in Glue Data Catalog for query engines to query against. (2a11fd8a)
  • client-dynamodb: This release adds ReturnValuesOnConditionCheckFailure parameter to PutItem, UpdateItem, DeleteItem, ExecuteStatement, BatchExecuteStatement and ExecuteTransaction APIs. When set to ALL_OLD, API returns a copy of the item as it was when a conditional write failed (cef0845a)
  • client-gamelift: Amazon GameLift now supports game builds that use the Amazon Linux 2023 (AL2023) operating system. (ce985baa)
  • clients: use migrated @​smithy packages (#4873) (d036e2e4)

v3.362.0

3.362.0(2023-06-28)

Documentation Changes
  • api-reference: deprecation message on TypeDoc api reference (#4894) (2b5a3e46)
New Features
  • client-lambda: Surface ResourceConflictException in DeleteEventSourceMapping (9aafa260)
  • client-internetmonitor: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for triggering when to create a health event. (fb478aae)
  • client-rds: Amazon Relational Database Service (RDS) now supports joining a RDS for SQL Server instance to a self-managed Active Directory. (a3ee38fa)
  • client-sagemaker: This release adds support for Model Cards Model Registry integration. (75339d28)
  • client-kinesis-analytics-v2: Support for new runtime environment in Kinesis Data Analytics Studio: Zeppelin-0.10, Apache Flink-1.15 (bb74957c)
  • client-s3: The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response. (54577854)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-ecs's changelog.

3.364.0 (2023-06-30)

Features

  • client-ecs: Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode (c8b9b67)

3.363.0 (2023-06-29)

Features

3.362.0 (2023-06-28)

Note: Version bump only for package @​aws-sdk/client-ecs

3.360.0 (2023-06-26)

Note: Version bump only for package @​aws-sdk/client-ecs

Commits

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/client-ecs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecs) from 3.359.0 to 3.364.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.364.0/clients/client-ecs)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-ecs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 5, 2023
@dependabot dependabot bot requested a review from YashdalfTheGray July 5, 2023 15:00
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 12, 2023

Superseded by #456.

@dependabot dependabot bot closed this Jul 12, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aws-sdk/client-ecs-3.364.0 branch July 12, 2023 14:23
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.

0 participants