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 boto3 from 1.17.89 to 1.17.107 #8

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 8, 2021

Bumps boto3 from 1.17.89 to 1.17.107.

Changelog

Sourced from boto3's changelog.

1.17.107

  • api-change:iam: [botocore] Documentation updates for AWS Identity and Access Management (IAM).
  • api-change:sts: [botocore] Documentation updates for AWS Security Token Service.
  • api-change:mq: [botocore] adds support for modifying the maintenance window for brokers.
  • api-change:cloudfront: [botocore] Amazon CloudFront now provides two new APIs, ListConflictingAliases and AssociateAlias, that help locate and move Alternate Domain Names (CNAMEs) if you encounter the CNAMEAlreadyExists error code.
  • api-change:chime: [botocore] Releasing new APIs for AWS Chime MediaCapturePipeline
  • api-change:iotsitewise: [botocore] This release add storage configuration APIs for AWS IoT SiteWise.
  • api-change:storagegateway: [botocore] Adding support for oplocks for SMB file shares, S3 Access Point and S3 Private Link for all file shares and IP address support for file system associations
  • api-change:ec2: [botocore] This release adds resource ids and tagging support for VPC security group rules.

1.17.106

  • api-change:lambda: [botocore] Added support for AmazonMQRabbitMQ as an event source. Added support for VIRTUAL_HOST as SourceAccessType for streams event source mappings.
  • api-change:imagebuilder: [botocore] Adds support for specifying parameters to customize components for recipes. Expands configuration of the Amazon EC2 instances that are used for building and testing images, including the ability to specify commands to run on launch, and more control over installation and removal of the SSM agent.
  • api-change:mgn: [botocore] Bug fix: Remove not supported EBS encryption type "NONE"
  • api-change:eks: [botocore] Adding new error code UnsupportedAddonModification for Addons in EKS
  • api-change:macie2: [botocore] Sensitive data findings in Amazon Macie now include enhanced location data for JSON and JSON Lines files
  • api-change:sns: [botocore] Documentation updates for Amazon SNS.

1.17.105

  • api-change:elbv2: [botocore] Update elbv2 client to latest version
  • api-change:ec2: [botocore] This release removes network-insights-boundary

1.17.104

  • api-change:sagemaker: [botocore] SageMaker model registry now supports up to 5 containers and associated environment variables.
  • api-change:sqs: [botocore] Documentation updates for Amazon SQS.
  • api-change:ec2: [botocore] Adding a new reserved field to support future infrastructure improvements for Amazon EC2 Fleet.

1.17.103

  • api-change:autoscaling: [botocore] Amazon EC2 Auto Scaling infrastructure improvements and optimizations.
  • api-change:kendra: [botocore] Amazon Kendra Enterprise Edition now offered in smaller more granular units to enable customers with smaller workloads. Virtual Storage Capacity units now offer scaling in increments of 100,000 documents (up to 30GB) per unit and Virtual Query Units offer scaling increments of 8,000 queries per day.
  • api-change:mediapackage-vod: [botocore] Add support for Widevine DRM on CMAF packaging configurations. Both Widevine and FairPlay DRMs can now be used simultaneously, with CBCS encryption.
  • api-change:ssm-contacts: [botocore] Fixes the tag key length range to 128 chars, tag value length to 256 chars; Adds support for UTF-8 chars for contact and channel names, Allows users to unset name in UpdateContact API; Adds throttling exception to StopEngagement API, validation exception to APIs UntagResource, ListTagsForResource
  • api-change:databrew: [botocore] Adds support for the output of job results to the AWS Glue Data Catalog.
  • api-change:servicediscovery: [botocore] AWS Cloud Map now allows configuring the TTL of the SOA record for a hosted zone to control the negative caching for new services.

... (truncated)

Commits
  • c2d6900 Merge branch 'release-1.17.107'
  • 39c13ad Bumping version to 1.17.107
  • 672ff05 Add changelog entries from botocore
  • 083c891 Merge branch 'release-1.17.106'
  • 997b9c9 Merge branch 'release-1.17.106' into develop
  • 135e140 Bumping version to 1.17.106
  • 9e33cdf Add changelog entries from botocore
  • a0b2c6c Merge branch 'release-1.17.105'
  • 6b1f84b Merge branch 'release-1.17.105' into develop
  • 26531dc Bumping version to 1.17.105
  • 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 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)

Bumps [boto3](https://github.com/boto/boto3) from 1.17.89 to 1.17.107.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.17.89...1.17.107)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 8, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jul 8, 2021

Codecov Report

Merging #8 (b530134) into develop (8724294) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop       #8   +/-   ##
========================================
  Coverage    99.90%   99.90%           
========================================
  Files          105      105           
  Lines         4233     4233           
  Branches       206      206           
========================================
  Hits          4229     4229           
  Misses           1        1           
  Partials         3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8724294...b530134. Read the comment docs.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 9, 2021

Superseded by #10.

@dependabot dependabot bot closed this Jul 9, 2021
@dependabot dependabot bot deleted the dependabot/pip/develop/boto3-1.17.107 branch July 9, 2021 07:36
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant