Skip to content

Comments

Bump boto3 from 1.24.19 to 1.24.29#123

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/boto3-1.24.29
Closed

Bump boto3 from 1.24.19 to 1.24.29#123
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/boto3-1.24.29

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 14, 2022

Bumps boto3 from 1.24.19 to 1.24.29.

Changelog

Sourced from boto3's changelog.

1.24.29

  • api-change:appconfig: [botocore] Adding Create, Get, Update, Delete, and List APIs for new two new resources: Extensions and ExtensionAssociations.

1.24.28

  • api-change:networkmanager: [botocore] This release adds general availability API support for AWS Cloud WAN.

1.24.27

  • api-change:ec2: [botocore] Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.
  • api-change:redshift-serverless: [botocore] Removed prerelease language for GA launch.
  • api-change:redshift: [botocore] This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input.

1.24.26

  • api-change:backup: [botocore] This release adds support for authentication using IAM user identity instead of passed IAM role, identified by excluding the IamRoleArn field in the StartRestoreJob API. This feature applies to only resource clients with a destructive restore nature (e.g. SAP HANA).

1.24.25

  • api-change:chime-sdk-meetings: [botocore] Adds support for AppKeys and TenantIds in Amazon Chime SDK WebRTC sessions
  • api-change:dms: [botocore] New api to migrate event subscriptions to event bridge rules
  • api-change:iot: [botocore] This release adds support to register a CA certificate without having to provide a verification certificate. This also allows multiple AWS accounts to register the same CA in the same region.
  • api-change:iotwireless: [botocore] Adds 5 APIs: PutPositionConfiguration, GetPositionConfiguration, ListPositionConfigurations, UpdatePosition, GetPosition for the new Positioning Service feature which enables customers to configure solvers to calculate position of LoRaWAN devices, or specify position of LoRaWAN devices & gateways.
  • api-change:sagemaker: [botocore] Heterogeneous clusters: the ability to launch training jobs with multiple instance types. This enables running component of the training job on the instance type that is most suitable for it. e.g. doing data processing and augmentation on CPU instances and neural network training on GPU instances

1.24.24

  • api-change:cloudformation: [botocore] My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation
  • api-change:synthetics: [botocore] This release introduces Group feature, which enables users to group cross-region canaries.

1.24.23

  • api-change:config: [botocore] Updating documentation service limits
  • api-change:lexv2-models: [botocore] Update lexv2-models client to latest version
  • api-change:quicksight: [botocore] This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs.
  • api-change:rds: [botocore] Adds waiters support for DBCluster.

... (truncated)

Commits
  • ad837c3 Merge branch 'release-1.24.29'
  • dee285f Bumping version to 1.24.29
  • df496c1 Add changelog entries from botocore
  • 4a2452e Merge branch 'release-1.24.28'
  • 48e2d34 Merge branch 'release-1.24.28' into develop
  • 95b2454 Bumping version to 1.24.28
  • 59aac04 Add changelog entries from botocore
  • 5c736c0 Merge branch 'release-1.24.27' into develop
  • e5b32f2 Merge branch 'release-1.24.27'
  • 3f269d9 Bumping version to 1.24.27
  • 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.24.19 to 1.24.29.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.24.19...1.24.29)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 14, 2022

The following labels could not be found: docs-approved.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 14, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 15, 2022

Superseded by #125.

@dependabot dependabot bot closed this Jul 15, 2022
@dependabot dependabot bot deleted the dependabot/pip/boto3-1.24.29 branch July 15, 2022 15:55
crestdatasystems pushed a commit that referenced this pull request Apr 19, 2024
…emisto#33912)

* Improve Fetch incidents structure and add append notes funcitonality (demisto#33436)

* fix duplicate alerts (#123)

* Simplify fetch_incidents method to avoid duplicate incidents

change alert ids to str to facilitate storage and comparison
add set to avoid duplicates
delete unnecessary timestamp fields in last_run
reduce fetch_incidents to a single http call to alerts endpoint

* Add PR comments on fixing type hints and polishing tests

---------

Co-authored-by: Diego Ramirez <dramirez@zerofox.com>

* fix pre-commit formatting issues

* remove get_alert_attachment command

remove get_alert_attachment_command to avoid confusing customers

* Add notes append test

* format according to autopep8

* Update app versioning and add release notes

* Change release version to 2.0.0 due to breaking compatibility

* Undo version bump to 2.0.0 as it was not required, move back to 1.3.1 and mark as breaking change

* Restore get_alert_attachments command and mark as deprecated, as per PR comments

* Add sort field for fetching alerts given last_modified_min_date

* pre-commit

* added rn

---------

Co-authored-by: Diego Ramirez R <dramirez@zerofox.com>
Co-authored-by: merit-maita <49760643+merit-maita@users.noreply.github.com>
Co-authored-by: merit-maita <meretmaayta@gmail.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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants