elastic / elastic-serverless-forwarder

Elastic Serverless Forwarder
Other
35 stars 34 forks source link

Bump boto3 from 1.34.25 to 1.34.41 #621

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps boto3 from 1.34.25 to 1.34.41.

Changelog

Sourced from boto3's changelog.

1.34.41

  • bugfix:ContainerProvider: [botocore] Properly refreshes token from file from EKS in ContainerProvider
  • api-change:lightsail: [botocore] This release adds support to upgrade the major version of a database.
  • api-change:marketplace-catalog: [botocore] AWS Marketplace Catalog API now supports setting intent on requests
  • api-change:resource-explorer-2: [botocore] Resource Explorer now uses newly supported IPv4 'amazonaws.com' endpoints by default.
  • api-change:securitylake: [botocore] Documentation updates for Security Lake
  • api-change:endpoint-rules: [botocore] Update endpoint-rules client to latest version

1.34.40

  • api-change:appsync: [botocore] Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs.
  • api-change:cloudwatch: [botocore] Update cloudwatch client to latest version
  • api-change:neptune-graph: [botocore] Adding a new option "parameters" for data plane api ExecuteQuery to support running parameterized query via SDK.
  • api-change:route53domains: [botocore] This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.

1.34.39

  • api-change:amp: [botocore] Overall documentation updates.
  • api-change:batch: [botocore] This feature allows Batch to support configuration of repository credentials for jobs running on ECS
  • api-change:braket: [botocore] Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device.
  • api-change:cost-optimization-hub: [botocore] Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API.
  • api-change:ecs: [botocore] Documentation only update for Amazon ECS.
  • api-change:iot: [botocore] This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain.
  • api-change:pricing: [botocore] Add Throttling Exception to all APIs.

1.34.38

  • api-change:codepipeline: [botocore] Add ability to execute pipelines with new parallel & queued execution modes and add support for triggers with filtering on branches and file paths.
  • api-change:quicksight: [botocore] General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update
  • api-change:workspaces: [botocore] This release introduces User-Decoupling feature. This feature allows Workspaces Core customers to provision workspaces without providing users. CreateWorkspaces and DescribeWorkspaces APIs will now take a new optional parameter "WorkspaceName".

1.34.37

  • api-change:datasync: [botocore] AWS DataSync now supports manifests for specifying files or objects to transfer.
  • api-change:lexv2-models: [botocore] Update lexv2-models client to latest version
  • api-change:redshift: [botocore] LisRecommendations API to fetch Amazon Redshift Advisor recommendations.

1.34.36

... (truncated)

Commits
  • 0ba1dd2 Merge branch 'release-1.34.41'
  • a74e994 Bumping version to 1.34.41
  • 45cdebd Add changelog entries from botocore
  • 9afe4ee Merge branch 'release-1.34.40'
  • ed2f243 Merge branch 'release-1.34.40' into develop
  • 2359654 Bumping version to 1.34.40
  • 6f6c39b Add changelog entries from botocore
  • 7857384 Merge branch 'release-1.34.39'
  • f8b7ffd Merge branch 'release-1.34.39' into develop
  • 6b67463 Bumping version to 1.34.39
  • Additional commits viewable 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 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)
github-actions[bot] commented 6 months ago

File Coverage Lines Branches Missing
All files 100% 100% 100% :white_check_mark:
main_aws.py 100% 100% 100% :white_check_mark:
handlers/__init__.py 100% 100% 100% :white_check_mark:
handlers/aws/__init__.py 100% 100% 100% :white_check_mark:
handlers/aws/cloudwatch_logs_trigger.py 100% 100% 100% :white_check_mark:
handlers/aws/exceptions.py 100% 100% 100% :white_check_mark:
handlers/aws/handler.py 100% 100% 100% :white_check_mark:
handlers/aws/kinesis_trigger.py 100% 100% 100% :white_check_mark:
handlers/aws/replay_trigger.py 100% 100% 100% :white_check_mark:
handlers/aws/s3_sqs_trigger.py 100% 100% 100% :white_check_mark:
handlers/aws/sqs_trigger.py 100% 100% 100% :white_check_mark:
handlers/aws/utils.py 100% 100% 100% :white_check_mark:
share/__init__.py 100% 100% 100% :white_check_mark:
share/config.py 100% 100% 100% :white_check_mark:
share/environment.py 100% 100% 100% :white_check_mark:
share/events.py 100% 100% 100% :white_check_mark:
share/expand_event_list_from_field.py 100% 100% 100% :white_check_mark:
share/factory.py 100% 100% 100% :white_check_mark:
share/include_exlude.py 100% 100% 100% :white_check_mark:
share/json.py 100% 100% 100% :white_check_mark:
share/logger.py 100% 100% 100% :white_check_mark:
share/multiline.py 100% 100% 100% :white_check_mark:
share/secretsmanager.py 100% 100% 100% :white_check_mark:
share/utils.py 100% 100% 100% :white_check_mark:
share/version.py 100% 100% 100% :white_check_mark:
shippers/__init__.py 100% 100% 100% :white_check_mark:
shippers/composite.py 100% 100% 100% :white_check_mark:
shippers/es.py 100% 100% 100% :white_check_mark:
shippers/factory.py 100% 100% 100% :white_check_mark:
shippers/logstash.py 100% 100% 100% :white_check_mark:
shippers/shipper.py 100% 100% 100% :white_check_mark:
storage/__init__.py 100% 100% 100% :white_check_mark:
storage/decorator.py 100% 100% 100% :white_check_mark:
storage/factory.py 100% 100% 100% :white_check_mark:
storage/payload.py 100% 100% 100% :white_check_mark:
storage/s3.py 100% 100% 100% :white_check_mark:
storage/storage.py 100% 100% 100% :white_check_mark:

Minimum allowed coverage is 100%

Generated by :monkey: cobertura-action against 1f0bd0d3102abddda1c6eb18c04cbb2ce47718db

dependabot[bot] commented 6 months ago

Superseded by #623.