Skip to content

fix(lambda): bump @aws-sdk/client-ec2 from 3.637.0 to 3.641.0 in /lambdas in the aws group #4106

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

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the aws group in /lambdas with 1 update: @aws-sdk/client-ec2.

Updates @aws-sdk/client-ec2 from 3.637.0 to 3.641.0

Release notes

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

v3.641.0

3.641.0(2024-08-28)

Documentation Changes
  • client-workspaces: Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits. (21620191)
New Features
  • clients: update client endpoints as of 2024-08-28 (6f849c1d)
  • client-pcs: Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS. (2dc87af0)
  • client-internetmonitor: Adds new querying types to show overall traffic suggestion information for monitors (8603f16d)
  • client-ec2: Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space (4f1d59bf)
  • client-appconfig: This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile. (950682d3)
  • client-device-farm: This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API. (5a8ca89d)
  • client-datazone: Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target. (535c1a32)
Bug Fixes
  • codegen: pass through sha256 in non-AWS sigv4 generated client (#6415) (0a561eef)

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

v3.640.0

3.640.0(2024-08-27)

New Features
  • client-chatbot: Update documentation to be consistent with the API docs (a4046ab5)
  • client-polly: Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH). (eb0b2ee1)
  • client-bedrock-runtime: Amazon Bedrock SDK updates for Inference Profile. (fbc89ce6)
  • client-bedrock: Amazon Bedrock SDK updates for Inference Profile. (d49f2f3c)
  • client-omics: Adds data provenance to import jobs from read sets and references (b752120b)

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

v3.639.0

3.639.0(2024-08-26)

New Features
  • client-iotsitewise: AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock. (ebc9981f)
  • client-workspaces: This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs. (206a25b7)

... (truncated)

Changelog

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

3.641.0 (2024-08-28)

Features

  • client-ec2: Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space (4f1d59b)
Commits
  • f197ee4 Publish v3.641.0
  • 4f1d59b feat(client-ec2): Amazon VPC IP Address Manager (IPAM) now allows customers t...
  • 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 <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 1 update: [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2).


Updates `@aws-sdk/client-ec2` from 3.637.0 to 3.641.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.641.0/clients/client-ec2)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-ec2"
  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 Sep 2, 2024
@npalm npalm merged commit 20f51a1 into main Sep 4, 2024
4 checks passed
@npalm npalm deleted the dependabot/npm_and_yarn/lambdas/aws-a62a7f91a5 branch September 4, 2024 15:25
npalm pushed a commit that referenced this pull request Sep 21, 2024
🤖 I have created a release *beep* *boop*
---


##
[5.16.1](philips-labs/terraform-aws-github-runner@v5.16.0...v5.16.1)
(2024-09-21)


### Bug Fixes

* Add missing SG and subnet configuration for Job Retry lambda
([#4114](https://github.com/philips-labs/terraform-aws-github-runner/issues/4114))
([7095487](philips-labs/terraform-aws-github-runner@7095487))
* **lambda:** bump @aws-sdk/client-ec2 from 3.637.0 to 3.641.0 in
/lambdas in the aws group
([#4106](https://github.com/philips-labs/terraform-aws-github-runner/issues/4106))
([20f51a1](philips-labs/terraform-aws-github-runner@20f51a1))
* **lambda:** bump @octokit/auth-app from 6.1.1 to 6.1.2 in /lambdas in
the octokit group
([#4117](https://github.com/philips-labs/terraform-aws-github-runner/issues/4117))
([6e6bd98](philips-labs/terraform-aws-github-runner@6e6bd98))
* **lambda:** bump the aws group in /lambdas with 5 updates
([#4116](https://github.com/philips-labs/terraform-aws-github-runner/issues/4116))
([4a8826b](philips-labs/terraform-aws-github-runner@4a8826b))
* **lambda:** bump the aws group in /lambdas with 6 updates
([#4128](https://github.com/philips-labs/terraform-aws-github-runner/issues/4128))
([f6164e7](philips-labs/terraform-aws-github-runner@f6164e7))
* **lambda:** bump the aws-powertools group in /lambdas with 4 updates
([#4129](https://github.com/philips-labs/terraform-aws-github-runner/issues/4129))
([ab2605f](philips-labs/terraform-aws-github-runner@ab2605f))

---
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