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 the layer-balancer group in /layer/scripts/layer-balancer with 3 updates #3764

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the layer-balancer group in /layer/scripts/layer-balancer with 3 updates: github.com/aws/aws-sdk-go-v2, github.com/aws/aws-sdk-go-v2/config and github.com/aws/aws-sdk-go-v2/service/lambda.

Updates github.com/aws/aws-sdk-go-v2 from 1.24.1 to 1.25.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.26.6 to 1.27.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lambda from 1.49.7 to 1.50.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/lambda's changelog.

Release (2022-07-22)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/account: v1.7.0
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.50.0
    • Feature: Added support for EC2 M1 Mac instances. For more information, please visit aws.amazon.com/mac.
  • github.com/aws/aws-sdk-go-v2/service/iotdeviceadvisor: v1.15.0
    • Feature: Added new service feature (Early access only) - Long Duration Test, where customers can test the IoT device to observe how it behaves when the device is in operation for longer period.
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.22.0
    • Feature: Link devices now support remote rebooting. Link devices now support maintenance windows. Maintenance windows allow a Link device to install software updates without stopping the MediaLive channel. The channel will experience a brief loss of input from the device while updates are installed.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.23.0
    • Feature: This release adds the "ModifyActivityStream" API with support for audit policy state locking and unlocking.
  • github.com/aws/aws-sdk-go-v2/service/transcribe: v1.21.0
    • Feature: Remove unsupported language codes for StartTranscriptionJob and update VocabularyFileUri for UpdateMedicalVocabulary

Release (2022-07-21)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/athena: v1.18.0
    • Feature: This feature allows customers to retrieve runtime statistics for completed queries
  • github.com/aws/aws-sdk-go-v2/service/cloudwatch: v1.19.0
    • Feature: Adding support for the suppression of Composite Alarm actions
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.21.1
    • Documentation: Documentation updates for Database Migration Service (DMS).
  • github.com/aws/aws-sdk-go-v2/service/docdb: v1.19.0
    • Feature: Enable copy-on-write restore type
  • github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect: v1.14.0
    • Feature: This release includes a new exception type "EC2InstanceUnavailableException" for SendSSHPublicKey and SendSerialConsoleSSHPublicKey APIs.
  • github.com/aws/aws-sdk-go-v2/service/frauddetector: v1.20.0
    • Feature: The release introduces Account Takeover Insights (ATI) model. The ATI model detects fraud relating to account takeover. This release also adds support for new variable types: ARE_CREDENTIALS_VALID and SESSION_ID and adds new structures to Model Version APIs.
  • github.com/aws/aws-sdk-go-v2/service/iotsitewise: v1.23.0
    • Feature: Added asynchronous API to ingest bulk historical and current data into IoT SiteWise.
  • github.com/aws/aws-sdk-go-v2/service/kendra: v1.31.0
  • github.com/aws/aws-sdk-go-v2/service/networkfirewall: v1.18.0
    • Feature: Network Firewall now supports referencing dynamic IP sets from stateful rule groups, for IP sets stored in Amazon VPC prefix lists.
  • github.com/aws/aws-sdk-go-v2/service/rds: v1.22.1
    • Documentation: Adds support for creating an RDS Proxy for an RDS for MariaDB database.

Release (2022-07-20)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.17.11
    • Documentation: AWS Certificate Manager (ACM) Private Certificate Authority (PCA) documentation updates
  • github.com/aws/aws-sdk-go-v2/service/iot: v1.27.0
    • Feature: GA release the ability to enable/disable IoT Fleet Indexing for Device Defender and Named Shadow information, and search them through IoT Fleet Indexing APIs. This includes Named Shadow Selection as a part of the UpdateIndexingConfiguration API.

... (truncated)

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

@dependabot dependabot bot requested a review from a team as a code owner February 13, 2024 20:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 13, 2024
@pull-request-size pull-request-size bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 13, 2024
Bumps the layer-balancer group in /layer/scripts/layer-balancer with 3 updates: [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) and [github.com/aws/aws-sdk-go-v2/service/lambda](https://github.com/aws/aws-sdk-go-v2).


Updates `github.com/aws/aws-sdk-go-v2` from 1.24.1 to 1.25.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.24.1...v1.25.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.26.6 to 1.27.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.26.6...config/v1.27.0)

Updates `github.com/aws/aws-sdk-go-v2/service/lambda` from 1.49.7 to 1.50.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.50.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/lambda/v1.49.7...service/ec2/v1.50.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: layer-balancer
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: layer-balancer
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lambda
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: layer-balancer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/layer/scripts/layer-balancer/layer-balancer-fd373d7096 branch from 6cc1a35 to 3b33599 Compare February 14, 2024 20:43
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@heitorlessa heitorlessa merged commit 4dd4a2f into develop Feb 15, 2024
5 checks passed
@heitorlessa heitorlessa deleted the dependabot/go_modules/layer/scripts/layer-balancer/layer-balancer-fd373d7096 branch February 15, 2024 08:25
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 go Pull requests that update Go code size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant