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

Bump botocore from 1.29.165 to 1.33.11 #652

Merged
merged 10 commits into from
Oct 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps botocore from 1.29.165 to 1.33.11.

Changelog

Sourced from botocore's changelog.

1.33.11

  • api-change:cloudwatch: Update cloudwatch client to latest version
  • api-change:ec2: M2 Mac instances are built on Apple M2 Mac mini computers. I4i instances are powered by 3rd generation Intel Xeon Scalable processors. C7i compute optimized, M7i general purpose and R7i memory optimized instances are powered by custom 4th Generation Intel Xeon Scalable processors.
  • api-change:finspace: Releasing Scaling Group, Dataview, and Volume APIs

1.33.10

  • api-change:codedeploy: This release adds support for two new CodeDeploy features: 1) zonal deployments for Amazon EC2 in-place deployments, 2) deployments triggered by Auto Scaling group termination lifecycle hook events.

1.33.9

  • api-change:backup: AWS Backup - Features: Add VaultType to the output of DescribeRecoveryPoint, ListRecoveryPointByBackupVault API and add ResourceType to the input of ListRestoreJobs API
  • api-change:comprehend: Documentation updates for Trust and Safety features.
  • api-change:connect: Releasing Tagging Support for Instance Management APIS
  • api-change:ec2: Releasing the new cpuManufacturer attribute within the DescribeInstanceTypes API response which notifies our customers with information on who the Manufacturer is for the processor attached to the instance, for example: Intel.
  • api-change:payment-cryptography: AWS Payment Cryptography IPEK feature release

1.33.8

  • api-change:athena: Adding IdentityCenter enabled request for interactive query
  • api-change:cleanroomsml: Updated service title from cleanroomsml to CleanRoomsML.
  • api-change:cloudformation: Documentation update, December 2023
  • api-change:ec2: Adds A10G, T4G, and H100 as accelerator name options and Habana as an accelerator manufacturer option for attribute based selection

1.33.7

  • api-change:billingconductor: This release adds the ability to specify a linked account of the billing group for the custom line item resource.
  • api-change:braket: This release enhances service support to create quantum tasks and hybrid jobs associated with Braket Direct Reservations.
  • api-change:cloud9: This release adds the requirement to include the imageId parameter in the CreateEnvironmentEC2 API call.
  • api-change:cloudformation: Including UPDATE_* states as a success status for CreateStack waiter.
  • api-change:finspace: Release General Purpose type clusters
  • api-change:medialive: Adds support for custom color correction on channels using 3D LUT files.
  • api-change:servicecatalog-appregistry: Documentation-only updates for Dawn
  • api-change:endpoint-rules: Update endpoint-rules client to latest version

1.33.6

  • api-change:qconnect: This release adds the PutFeedback API and allows providing feedback against the specified assistant for the specified target.

... (truncated)

Commits
  • 8db0672 Merge branch 'release-1.33.11'
  • 6447bb9 Bumping version to 1.33.11
  • 25d89df Update to latest models
  • 93615c4 Merge branch 'release-1.33.10'
  • 6ee47d0 Merge branch 'release-1.33.10' into develop
  • 0c534e6 Bumping version to 1.33.10
  • d4acc2d Update to latest partitions and endpoints
  • 3a2c4aa Update to latest models
  • f472d78 Merge branch 'release-1.33.9'
  • 64045a7 Merge branch 'release-1.33.9' into develop
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [botocore](https://github.com/boto/botocore) from 1.29.165 to 1.33.11.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.29.165...1.33.11)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Task Needs doing label Dec 11, 2023
@wsanchez wsanchez enabled auto-merge October 2, 2024 02:40
wsanchez and others added 7 commits October 1, 2024 20:03
…antech/ranger-deploy into dependabot/pip/botocore-1.33.11

* 'dependabot/pip/botocore-1.33.11' of github.com:burningmantech/ranger-deploy:
  [pre-commit.ci] auto fixes from pre-commit.com hooks
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.60%. Comparing base (bb72603) to head (f831f5e).
Report is 17 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #652   +/-   ##
=======================================
  Coverage   98.59%   98.60%           
=======================================
  Files          20       20           
  Lines        2138     2144    +6     
  Branches      372      356   -16     
=======================================
+ Hits         2108     2114    +6     
  Misses         18       18           
  Partials       12       12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wsanchez wsanchez merged commit c697e5c into master Oct 2, 2024
13 checks passed
@wsanchez wsanchez deleted the dependabot/pip/botocore-1.33.11 branch October 2, 2024 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Needs doing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant