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

chore(deps): bump @aws-sdk/client-ecr from 3.734.0 to 3.741.0 #734

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps @aws-sdk/client-ecr from 3.734.0 to 3.741.0.

Release notes

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

v3.741.0

3.741.0(2025-02-03)

New Features
  • client-mediatailor: Add support for CloudWatch Vended Logs which allows for delivery of customer logs to CloudWatch Logs, S3, or Firehose. (00f4588c)
  • credential-provider-ini: add ignoreCache option (#6856) (11f3c3c2)

For list of updated packages, view updated-packages.md in assets-3.741.0.zip

v3.740.0

3.740.0(2025-01-31)

Chores
  • middleware-sdk-s3: unset SessionMode default value (#6860) (d98e8ff2)
Documentation Changes
  • client-rds: Updates to Aurora MySQL and Aurora PostgreSQL API pages with instance log type in the create and modify DB Cluster. (31194b2e)
New Features
  • client-bedrock-agent-runtime: This change is to deprecate the existing citation field under RetrieveAndGenerateStream API response in lieu of GeneratedResponsePart and RetrievedReferences (c7b79b52)
  • client-geo-routes: The OptimizeWaypoints API now supports 50 waypoints per request (20 with constraints like AccessHours or AppointmentTime). It adds waypoint clustering via Clustering and ClusteringIndex for better optimization. Also, total distance validation is removed for greater flexibility. (423ede1e)
  • client-sagemaker: This release introduces a new valid value in InstanceType parameter: p5en.48xlarge, in ProductionVariant. (49662bc9)
  • client-codebuild: Added support for CodeBuild self-hosted Buildkite runner builds (87c823ee)
  • client-amp: Add support for sending metrics to cross account and CMCK AMP workspaces through RoleConfiguration on Create/Update Scraper. (cc1cbaf4)

For list of updated packages, view updated-packages.md in assets-3.740.0.zip

v3.739.0

3.739.0(2025-01-30)

New Features
  • clients: update client endpoints as of 2025-01-30 (5b4765b9)
  • client-ecr-public: Temporarily updating dualstack endpoint support (74067c7a)
  • client-bedrock-agent-runtime: Add a 'reason' field to InternalServerException (dd8bd77c)
  • client-s3tables: You can now use the CreateTable API operation to create tables with schemas by adding an optional metadata argument. (7d53fdde)
  • client-mediatailor: Adds options for configuring how MediaTailor conditions ads before inserting them into the content stream. Based on the new settings, MediaTailor will either transcode ads to match the content stream as it has in the past, or it will insert ads without first transcoding them. (ebb8c7db)
  • client-verifiedpermissions: Adds Cedar JSON format support for entities and context data in authorization requests (46d4d66b)
  • client-ecr: Temporarily updating dualstack endpoint support (0f29c7b3)
  • client-appstream: Add support for managing admin consent requirement on selected domains for OneDrive Storage Connectors in AppStream2.0. (df094f59)

... (truncated)

Changelog

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

3.741.0 (2025-02-03)

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

3.739.0 (2025-01-30)

Features

  • client-ecr: Temporarily updating dualstack endpoint support (0f29c7b)

3.738.0 (2025-01-29)

Features

  • client-ecr: Add support for Dualstack and Dualstack-with-FIPS Endpoints (57276bb)
Commits
  • 2b3d1df Publish v3.741.0
  • 78ff81c Publish v3.739.0
  • 0f29c7b feat(client-ecr): Temporarily updating dualstack endpoint support
  • 1b99b4f Publish v3.738.0
  • 57276bb feat(client-ecr): Add support for Dualstack and Dualstack-with-FIPS Endpoints
  • See full diff 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 4, 2025
Copy link
Contributor

mergify bot commented Feb 4, 2025

This pull request has been removed from the queue for the following reason: pull request branch update failed.

The pull request can't be updated

You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it.

If you want to requeue this pull request, you need to post a comment with the text: @mergifyio requeue

Bumps [@aws-sdk/client-ecr](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecr) from 3.734.0 to 3.741.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-ecr/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.741.0/clients/client-ecr)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aws-sdk/client-ecr-3.741.0 branch from 0c72126 to cbc3eec Compare February 4, 2025 23:15
@mergify mergify bot merged commit 5987c53 into main Feb 4, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aws-sdk/client-ecr-3.741.0 branch February 4, 2025 23:15
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