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

fix(lambda): bump the aws group in /lambdas with 5 updates #3753

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps the aws group in /lambdas with 5 updates:

Package From To
@aws-sdk/client-ec2 3.501.0 3.504.0
@aws-sdk/client-ssm 3.501.0 3.504.0
@aws-sdk/client-s3 3.501.0 3.504.0
@aws-sdk/lib-storage 3.501.0 3.504.0
@aws-sdk/client-sqs 3.501.0 3.504.0

Updates @aws-sdk/client-ec2 from 3.501.0 to 3.504.0

Release notes

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

v3.504.0

3.504.0(2024-01-31)

New Features
  • clients: update client endpoints as of 2024-01-31 (36228bb0)
  • client-elastic-load-balancing-v2: This release enables unhealthy target draining intervals for Network Load Balancers. (885e0b96)
  • client-cloudformation: CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack. (9aa726bc)
  • client-glue: Update page size limits for GetJobRuns and GetTriggers APIs. (0b8c7d8a)
  • client-ssm: This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled. (c587e277)
Bug Fixes
  • s3-request-presigner: identify correct authscheme for mrap (#5742) (04df4919)
  • lib-dynamodb: skip function properties in data objects for DynamoDB (#5697) (d054fe1b)
Other Changes

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

v3.503.1

3.503.1(2024-01-30)

Bug Fixes
  • credential-provider-node: add fromHttp credential provider to default chain (#5739) (6b99b0b8)

  • Adds a fix for detecting the correct region when using the SSO credential provider


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

v3.503.0

3.503.0(2024-01-30)

Documentation Changes
  • client-route-53: Update the SDKs for text changes in the APIs. (8edb9b5a)
New Features
  • client-datazone: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects (4a6c4589)
Bug Fixes

... (truncated)

Changelog

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

3.504.0 (2024-01-31)

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

3.503.1 (2024-01-30)

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

3.503.0 (2024-01-30)

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

3.502.0 (2024-01-29)

Features

  • client-ec2: EC2 Fleet customers who use attribute based instance-type selection can now intuitively define their Spot instances price protection limit as a percentage of the lowest priced On-Demand instance type. (5465534)
  • credential-providers: lazy load STS & SSO clients in credential providers (#5681) (d27301d)
Commits
  • 004b7f8 Publish v3.504.0
  • ea7e6bf Publish v3.503.1
  • 5cb98d6 Publish v3.503.0
  • 7d66163 Publish v3.502.0
  • 5465534 feat(client-ec2): EC2 Fleet customers who use attribute based instance-type s...
  • d27301d feat(credential-providers): lazy load STS & SSO clients in credential provide...
  • See full diff in compare view

Updates @aws-sdk/client-ssm from 3.501.0 to 3.504.0

Release notes

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

v3.504.0

3.504.0(2024-01-31)

New Features
  • clients: update client endpoints as of 2024-01-31 (36228bb0)
  • client-elastic-load-balancing-v2: This release enables unhealthy target draining intervals for Network Load Balancers. (885e0b96)
  • client-cloudformation: CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack. (9aa726bc)
  • client-glue: Update page size limits for GetJobRuns and GetTriggers APIs. (0b8c7d8a)
  • client-ssm: This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled. (c587e277)
Bug Fixes
  • s3-request-presigner: identify correct authscheme for mrap (#5742) (04df4919)
  • lib-dynamodb: skip function properties in data objects for DynamoDB (#5697) (d054fe1b)
Other Changes

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

v3.503.1

3.503.1(2024-01-30)

Bug Fixes
  • credential-provider-node: add fromHttp credential provider to default chain (#5739) (6b99b0b8)

  • Adds a fix for detecting the correct region when using the SSO credential provider


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

v3.503.0

3.503.0(2024-01-30)

Documentation Changes
  • client-route-53: Update the SDKs for text changes in the APIs. (8edb9b5a)
New Features
  • client-datazone: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects (4a6c4589)
Bug Fixes

... (truncated)

Changelog

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

3.504.0 (2024-01-31)

Features

  • client-ssm: This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled. (c587e27)

3.503.1 (2024-01-30)

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

3.503.0 (2024-01-30)

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

3.502.0 (2024-01-29)

Features

  • credential-providers: lazy load STS & SSO clients in credential providers (#5681) (d27301d)
Commits
  • 004b7f8 Publish v3.504.0
  • c587e27 feat(client-ssm): This release adds an optional Duration parameter to StateMa...
  • ea7e6bf Publish v3.503.1
  • 5cb98d6 Publish v3.503.0
  • 7d66163 Publish v3.502.0
  • d27301d feat(credential-providers): lazy load STS & SSO clients in credential provide...
  • See full diff in compare view

Updates @aws-sdk/client-s3 from 3.501.0 to 3.504.0

Release notes

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

v3.504.0

3.504.0(2024-01-31)

New Features
  • clients: update client endpoints as of 2024-01-31 (36228bb0)
  • client-elastic-load-balancing-v2: This release enables unhealthy target draining intervals for Network Load Balancers. (885e0b96)
  • client-cloudformation: CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack. (9aa726bc)
  • client-glue: Update page size limits for GetJobRuns and GetTriggers APIs. (0b8c7d8a)
  • client-ssm: This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled. (c587e277)
Bug Fixes
  • s3-request-presigner: identify correct authscheme for mrap (#5742) (04df4919)
  • lib-dynamodb: skip function properties in data objects for DynamoDB (#5697) (d054fe1b)
Other Changes

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

v3.503.1

3.503.1(2024-01-30)

Bug Fixes
  • credential-provider-node: add fromHttp credential provider to default chain (#5739) (6b99b0b8)

  • Adds a fix for detecting the correct region when using the SSO credential provider


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

v3.503.0

3.503.0(2024-01-30)

Documentation Changes
  • client-route-53: Update the SDKs for text changes in the APIs. (8edb9b5a)
New Features
  • client-datazone: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects (4a6c4589)
Bug Fixes

... (truncated)

Changelog

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

3.504.0 (2024-01-31)

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

3.503.1 (2024-01-30)

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

3.503.0 (2024-01-30)

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

3.502.0 (2024-01-29)

Features

  • credential-providers: lazy load STS & SSO clients in credential providers (#5681) (d27301d)
Commits
  • 004b7f8 Publish v3.504.0
  • ea7e6bf Publish v3.503.1
  • 5cb98d6 Publish v3.503.0
  • 7d66163 Publish v3.502.0
  • 2efc96c chore(credential-provider-node): pass init param to fromEnv (#5738)
  • d27301d feat(credential-providers): lazy load STS & SSO clients in credential provide...
  • See full diff in compare view

Updates @aws-sdk/lib-storage from 3.501.0 to 3.504.0

Release notes

Sourced from @​aws-sdk/lib-storage's releases.

v3.504.0

3.504.0(2024-01-31)

New Features
  • clients: update client endpoints as of 2024-01-31 (36228bb0)
  • client-elastic-load-balancing-v2: This release enables unhealthy target draining intervals for Network Load Balancers. (885e0b96)
  • client-cloudformation: CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack. (9aa726bc)
  • client-glue: Update page size limits for GetJobRuns and GetTriggers APIs. (0b8c7d8a)
  • client-ssm: This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled. (c587e277)
Bug Fixes
  • s3-request-presigner: identify correct authscheme for mrap (#5742) (04df4919)
  • lib-dynamodb: skip function properties in data objects for DynamoDB (#5697) (d054fe1b)
Other Changes

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

v3.503.1

3.503.1(2024-01-30)

Bug Fixes
  • credential-provider-node: add fromHttp credential provider to default chain (#5739) (6b99b0b8)

  • Adds a fix for detecting the correct region when using the SSO credential provider


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

v3.503.0

3.503.0(2024-01-30)

Documentation Changes
  • client-route-53: Update the SDKs for text changes in the APIs. (8edb9b5a)
New Features
  • client-datazone: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects (4a6c4589)
Bug Fixes

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-storage's changelog.

3.504.0 (2024-01-31)

Note: Version bump only for package @​aws-sdk/lib-storage

3.503.1 (2024-01-30)

Note: Version bump only for package @​aws-sdk/lib-storage

3.503.0 (2024-01-30)

Note: Version bump only for package @​aws-sdk/lib-storage

3.502.0 (2024-01-29)

Note: Version bump only for package @​aws-sdk/lib-storage

Commits

Updates @aws-sdk/client-sqs from 3.501.0 to 3.504.0

Release notes

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

v3.504.0

3.504.0(2024-01-31)

New Features
  • clients: update client endpoints as of 2024-01-31 (36228bb0)
  • client-elastic-load-balancing-v2: This release enables unhealthy target draining intervals for Network Load Balancers. (885e0b96)
  • client-cloudformation: CloudFormation IaC generator allows you to scan existing resources in your account and select resources to generate a template for a new or existing CloudFormation stack. (9aa726bc)
  • client-glue: Update page size limits for GetJobRuns and GetTriggers APIs. (0b8c7d8a)
  • client-ssm: This release adds an optional Duration parameter to StateManager Associations. This allows customers to specify how long an apply-only-on-cron association execution should run. Once the specified Duration is out all the ongoing cancellable commands or automations are cancelled. (c587e277)
Bug Fixes
  • s3-request-presigner: identify correct authscheme for mrap (#5742) (04df4919)
  • lib-dynamodb: skip function properties in data objects for DynamoDB (#5697) (d054fe1b)
Other Changes

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

v3.503.1

3.503.1(2024-01-30)

Bug Fixes
  • credential-provider-node: add fromHttp credential provider to default chain (#5739) (6b99b0b8)

  • Adds a fix for detecting the correct region when using the SSO credential provider


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

v3.503.0

3.503.0(2024-01-30)

Documentation Changes
  • client-route-53: Update the SDKs for text changes in the APIs. (8edb9b5a)
New Features
  • client-datazone: Add new skipDeletionCheck to DeleteDomain. Add new skipDeletionCheck to DeleteProject which also automatically deletes dependent objects (4a6c4589)
Bug Fixes

... (truncated)

Changelog

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

3.504.0 (2024-01-31)

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

3.503.1 (2024-01-30)

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

3.503.0 (2024-01-30)

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

3.502.0 (2024-01-29)

Features

  • credential-providers: lazy load STS & SSO clients in credential providers (#5681) (d27301d)
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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the aws group in /lambdas with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2) | `3.501.0` | `3.504.0` |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.501.0` | `3.504.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.501.0` | `3.504.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.501.0` | `3.504.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.501.0` | `3.504.0` |


Updates `@aws-sdk/client-ec2` from 3.501.0 to 3.504.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-ec2/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.504.0/clients/client-ec2)

Updates `@aws-sdk/client-ssm` from 3.501.0 to 3.504.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-ssm/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.504.0/clients/client-ssm)

Updates `@aws-sdk/client-s3` from 3.501.0 to 3.504.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-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.504.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.501.0 to 3.504.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.504.0/lib/lib-storage)

Updates `@aws-sdk/client-sqs` from 3.501.0 to 3.504.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-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.504.0/clients/client-sqs)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-ec2"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-ssm"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/lib-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: "@aws-sdk/client-sqs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 5, 2024
@GuptaNavdeep1983 GuptaNavdeep1983 merged commit 9f3aa68 into main Feb 7, 2024
4 checks passed
@GuptaNavdeep1983 GuptaNavdeep1983 deleted the dependabot/npm_and_yarn/lambdas/aws-cefd0b5f4f branch February 7, 2024 21:29
npalm pushed a commit that referenced this pull request Feb 12, 2024
🤖 I have created a release *beep* *boop*
---


##
[5.7.0](v5.6.3...v5.7.0)
(2024-02-12)


### Features

* allow setting VPC and subnets per runner
([#3467](#3467))
([1288c81](1288c81))


### Bug Fixes

* Correct typo in README.md
([#3758](#3758))
([7186c1c](7186c1c))
* **images:** avoid wrong AMI selected for ubuntu jammy
([#3747](#3747))
([595aec9](595aec9))
* **lambda:** bump @aws-lambda-powertools/logger from 1.17.0 to 1.18.0
in /lambdas
([#3754](#3754))
([98131ff](98131ff))
* **lambda:** bump axios from 1.6.2 to 1.6.7 in /lambdas
([#3755](#3755))
([80a34bd](80a34bd))
* **lambda:** bump the aws group in /lambdas with 5 updates
([#3730](#3730))
([7854a5f](7854a5f))
* **lambda:** bump the aws group in /lambdas with 5 updates
([#3743](#3743))
([7ca40ef](7ca40ef))
* **lambda:** bump the aws group in /lambdas with 5 updates
([#3753](#3753))
([9f3aa68](9f3aa68))
* windows userdata does not support gzip
([#3759](#3759))
([b74df54](b74df54))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant