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

Scheduled biweekly dependency update for week 18 #1145

Closed
wants to merge 3 commits into from

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented May 1, 2017

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

apache-libcloud 1.5.0 » 2.0.0 PyPI | Changelog | Homepage
sendgrid 3.6.3 » 3.6.5 PyPI | Changelog | Repo
selenium 3.3.3 » 3.4.1 PyPI | Changelog | Repo

Changelogs

apache-libcloud 1.5.0 -> 2.0.0

2.0.0


Common

  • Fix OpenStack drivers not correctly setting URLs when used with identity API, would default to 127.0.0.1 and service
    catalog URLs were not adhered to.
    [GITHUB-1037, LIBCLOUD-912, LIBCLOUD-904]
    (Anthony Shaw)
  • Fix Aliyun ECS, Load balancer and storage adapters when using unicode UTF-8 characters in the names of resources
    in 2.0.0rc2 < it would fail as a MalformedResponseError, Python 2.7 element tree was raising a unicode error
    [GITHUB-1032] [GITHUB-994]
    (Anthony Shaw)
  • Refactor the test classes to use the full libcloud.http and libcloud.common.base modules, with Connection,
    Response all used with requests_mock. This increases our test coverages and catches bugs in drivers' custom
    parse_body and auth modules
    [GITHUB-1031]
    (Anthony Shaw)
  • Rename libcloud.httplib_ssl to libcloud.http now that we don't use httplib
    [GITHUB-1028]
    (Anthony Shaw)

Compute

  • [ARM] Add support for Azure Cloud Environments as well as Locations
    [GITHUB-969]
    (Peter Amstutz)
  • [EC2] Add support for ModifyVolume and DescribeVolumesModifications
    [GITHUB-1036]
    (Hennadii Stas)
  • [ARM] Fix string representation of the VhdImage type and fix listing of Public IP addresses
    [GITHUB-1035]
    (Anthony Shaw)
  • [GOOGLE] Remove validation checks for guestOsFeatures
    [GITHUB-1034]
    (Max Illfelder)
  • [VSPHERE] Fix issue with authentication methods crashing
    [GITHUB-1031]
    (Anthony Shaw)
  • [ARM] Add network security groups to azure ARM
    [GITHUB-1033]
    (Joseph Hall)
  • [ARM] Add the ability to list resource groups
    [GITHUB-1032]
    (Joseph Hall)
  • Add 1&1 compute driver
    [LIBCLOUD-911] [GITHUB-1029]
    (Jasmin Gacic)
  • Fix Azure ARM driver condition for ex_list_publishers where location is specified
    [GITHUB-1030]
    (Joseph Hall)
  • Added Import Snapshot and Describe Import Snapshot to EC2 compute driver
    [GITHUB-1023]
    (Nirzari Iyer)
  • Add price_monthly extra param to digitalocean sizes
    [GITHUB-1021]
    (Francisco Ros)
  • Add aliyun ecs instance join leave security group
    [GITHUB-992]
    (Jie Ren)
  • Add keypair management to OnApp driver
    [GITHUB-1018]
    (Tinu Cleatus)
  • Add missing regions in AWS storage and compute drivers
    [GITHUB-1019]
    (Alex Misstear)
  • Add SR-IOV net support to images in EC2 compute driver
    [GITHUB-1020]
    (Alex Misstear)
  • Fix - update t2.small image size from 11 CPU to 1
    [GITHUB-1022]
    (Francisco Ros)
  • Added Billing Product for image in EC2 compute driver
    [GITHUB-1024]
    (Nirzari Iyer)

DNS

  • Add OnApp driver
    [GITHUB-1017] [LIBCLOUD-907]
    (Tinu Cleatus)

2.0.0rc2


Common

  • Fix LIBCLOUD_DEBUG trying to decompress already decompressed responses
    [LIBCLOUD-910]
    (Anthony Shaw)
  • Added an integration test API and a test suite for validating functionality
    without mocking any libcloud subsystems
    [GITHUB-970]
    (Anthony Shaw)
  • Fix for Linode classes since 2.0x
    [GITHUB-1026]
    (Anthony Shaw)
  • Fix CertificateConnection not correctly signing requests in 2.0rc1, impacted
    Azure classic driver, OpenStack and Docker driver
    [GITHUB-1015]
    (Anthony Shaw)
  • Change Cloudscale to cloudscale.ch.
    [GITHUB-993]
    (David Halter)
  • Explicitly check if response is None in RawResponse class
    [GITHUB-1006] [LIBCLOUD-901]
    (Richard Xia)

Compute

  • Outscale SAS doc improvements and logo update
    [GITHUB-950]
    (Javier M Mellid)
  • [GCE] Allow preemptible instances to be created
    [GITHUB-954]
    (John Baublitz)
  • Add support for forcing detachment of EBS volumes to EC2 driver
    [GITHUB-1007]
    (Sergey Babak)
  • Fix Public IP not assigned when creating NIC on Azure ARM
    [GITHUB-1013] [LIBCLOUD-906]
    (Simone Ripamonti)
  • [ONAPP] Add list images support for OnApp driver
    [GITHUB-1011]
    (Tinu Cleatus)
  • [EC2] Add r4 instance types for AWS
    [GITHUB-997]
    (Jens Deppe)
  • [EC2] support for AWS eu-west-2 and ca-central-1 regions
    [GITHUB-1009]
    (Marat Komarov)
  • [EC2] Add P2 GPU instance types
    [GITHUB-996]
    (MJK)
  • [EC2] Add method to modify snapshot attribute for EC2
    [GITHUB-990]
    (Sayan Chowdhury)
  • [Linode] Add start, stop instance methods and fix incorrect state TERMINATED to STOPPED
    [GITHUB-986]
    (Markos Gogoulos)
  • [EC2] Add ENA support for EC2 compute images
    [GITHUB-983]
    (Alex Misstear)
  • [Azure ARM] fix typeerror on ex_list_nics
    [GITHUB-979]
    (Choi Jongu)
  • [GCE] allow delete instances from managed group
    [GITHUB-975]
    (zacharya19)

Storage

  • Reintroduce S3 multipart upload support with signature v4
    [GITHUB-1005] [LIBCLOUD-834]
    (Alex Misstear)

2.0.0rc1


Common

  • Fix DEBUG mode, also add support for using io.StringIO as the file handle
    when calling libcloud.enable_debug.
    (GITHUB-978, LIBCLOUD-887)
    [Anthony Shaw]
  • Introduction of the requests package as the mechanism for making HTTP
    requests for all drivers.
    (GITHUB-928)
    [Anthony Shaw]
  • Fix bug where custom port and secure flag would not get propagated to
    connection class.
    (GITHUB-972)
    [Anthony Shaw]
  • Fix bug where custom port would not get propagated to connection.
    (GITHUB-971)
    [Anthony Shaw]
  • Fix bug where instantiating a connection from URL and then requesting an
    action with a leading / would lead to a malformed URL.
    (GITHUB-976)
    [Anthony Shaw]

Compute

  • Fix a bug in profitbricks driver where listing snapshots would request a
    malformed URL.
    [GITHUB-976]
    (Anthony Shaw)
  • Fix LIBCLOUD-806 bug where vsphere driver cannot be instantiated.
    (GITHUB-967)
    [Anthony Shaw]
  • [google compute] Improve performance of list nodes by caching volume
    information.
    (GITHUB-813, LIBCLOUD-826)
    [Tom Melendez]

sendgrid 3.6.3 -> 3.6.5

3.6.5

Updated

3.6.4

Updated

selenium 3.3.3 -> 3.4.1

3.4.1

  • Add back the ability to set profile when using Firefox 45ESR. Fixes 3897

3.4.0

  • Correct usage of newSession around firstMatch and alwaysMatch
  • Remove superfluous capabilities that are not needed
  • Add expected condition that waits for all found elements to be visible (3532)
  • Allow methods wrapped by EventFiringWebDriver and EventFiringWebElement (806)
  • Dropping javascriptEnabled capability for real browsers
  • Use W3C check from parent object instead of assuming from capabilities
  • Bump example source distribution to match latest release.
  • Replace TypeError with KeyError in remote webdriver error handler code (3826)
  • When testing Marionette use default capabilities in testing
  • Conform to the api of urllib2 for adding header for a request (3803)
  • Add text key to alertsendKeys parameters for W3C Endpoint
  • Location once scrolled into view should use W3C executeScript endpoint not JSONWP
  • Fixed the usage information in documentation of "save_screenshot". (3804)
  • Add Element Not Interactable exception
  • Clean up imports in error handler
  • flake8 cleanup

That's it for now!

Happy merging! 🤖

@Sumukh
Copy link
Member

Sumukh commented May 6, 2017

Looks fine. I'll leave this to @epai to test in staging and then deploy.

@Sumukh
Copy link
Member

Sumukh commented May 6, 2017

Actually, I'm not sure if we want to upgrade libcloud. Maybe we should hold off on that one.

@pyup-bot
Copy link
Contributor Author

Closing this in favor of #1152

@pyup-bot pyup-bot closed this May 15, 2017
@Sumukh Sumukh deleted the pyup-scheduled-update-05-01-2017 branch May 15, 2017 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants