[libcloud] annotated tag v3.5.1-tentative created (now 71a1518)

2022-03-24 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to annotated tag v3.5.1-tentative in repository https://gitbox.apache.org/repos/asf/libcloud.git. at 71a1518 (tag) tagging 8b68630daba51d323701b147823aa855f8db93c6 (commit) replaces v3.5.0 by

[libcloud] 01/04: Move changelog entry under the correct release.

2022-03-24 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 9fbf7420564b973a5b478a549383060999114826 Author: Tomaz Muraus AuthorDate: Thu Mar 24 15:38:01 2022 +0100 Move chang

[libcloud] 04/04: Scrape / update EC2 instances prices and sizes data.

2022-03-24 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 8b68630daba51d323701b147823aa855f8db93c6 Author: Tomaz Muraus AuthorDate: Thu Mar 24 16:00:44 2022 +0100 Scrape / u

[libcloud] 02/04: Merge branch 'trunk' of http://gitbox.apache.org/repos/asf/libcloud into trunk

2022-03-24 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 8fdd6c9e1c64c74607d4fec31eee06cfec47f122 Merge: 9fbf742 922622c Author: Tomaz Muraus AuthorDate: Thu Mar 24 15:43:38 202

[libcloud] 03/04: Prepare changes for v3.5.1 release.

2022-03-24 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 0bd4b60500ae103759c73e8c506cfd1f92673b6b Author: Tomaz Muraus AuthorDate: Thu Mar 24 15:43:49 2022 +0100 Prepare ch

[libcloud] branch trunk updated (922622c -> 8b68630)

2022-03-24 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git. from 922622c Merge pull request #1671 from micafer/up_notes new 9fbf742 Move changelog entry under the correct rele

svn commit: r1899172 - in /libcloud/site/trunk: generated/blog/atom.xml generated/downloads.html generated/sitemap.xml source/downloads.md

2022-03-24 Thread tomaz
Author: tomaz Date: Thu Mar 24 14:45:02 2022 New Revision: 1899172 URL: http://svn.apache.org/viewvc?rev=1899172&view=rev Log: Remove duplicated link on the downloads page. Modified: libcloud/site/trunk/generated/blog/atom.xml libcloud/site/trunk/generated/downloads.html libcloud/site

[GitHub] [libcloud] Kami merged pull request #1671: Fix upgrade nodes: #1670 #1638

2022-03-24 Thread GitBox
Kami merged pull request #1671: URL: https://github.com/apache/libcloud/pull/1671 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-un

[libcloud] branch trunk updated (a0e556e -> 922622c)

2022-03-24 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git. from a0e556e Set minimum version for mypy to 3.6. new 4e0e9d7 Fix upgrade nodes: #1670 new 77489f0 Fix upgrad

[GitHub] [libcloud] Kami commented on pull request #1664: Enable Retrying of Raw Requests parse_error

2022-03-24 Thread GitBox
Kami commented on pull request #1664: URL: https://github.com/apache/libcloud/pull/1664#issuecomment-1077696202 That's rather weird since Libcloud doesn't directly depend on ``cryptography``? Or is it a transitive dependency of the ``requests`` library or similar? In any case, we wi

[GitHub] [libcloud] RunOrVeith commented on pull request #1664: Enable Retrying of Raw Requests parse_error

2022-03-24 Thread GitBox
RunOrVeith commented on pull request #1664: URL: https://github.com/apache/libcloud/pull/1664#issuecomment-1077576056 I tried it with the zip and it seems to reduce the resolving time by about 25-30%, however it produced a wrong dependency with the cryptography library that broke the build

[GitHub] [libcloud] codecov-commenter commented on pull request #1671: Fix upgrade nodes: #1670 #1638

2022-03-24 Thread GitBox
codecov-commenter commented on pull request #1671: URL: https://github.com/apache/libcloud/pull/1671#issuecomment-1077557296 # [Codecov](https://codecov.io/gh/apache/libcloud/pull/1671?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T

[GitHub] [libcloud] micafer opened a new pull request #1671: Fix upgrade nodes: #1670 #1638

2022-03-24 Thread GitBox
micafer opened a new pull request #1671: URL: https://github.com/apache/libcloud/pull/1671 ## Fix upgrade nodes to describe the API changes ### Description As the OpenStack compute driver has moved the floating ip related functions from nova to neutron. There are one change th

[GitHub] [libcloud] Kami commented on pull request #1664: Enable Retrying of Raw Requests parse_error

2022-03-24 Thread GitBox
Kami commented on pull request #1664: URL: https://github.com/apache/libcloud/pull/1664#issuecomment-1077518607 And yet another short term option would be to use pre-built artifact from https://github.com/apache/libcloud/actions/runs/2033897262. But since those builds artifacts are n

[libcloud] branch trunk updated: Set minimum version for mypy to 3.6.

2022-03-24 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git The following commit(s) were added to refs/heads/trunk by this push: new a0e556e Set minimum version for mypy to 3.6. a0e

[GitHub] [libcloud] Kami commented on a change in pull request #1667: Update Kubernetes driver

2022-03-24 Thread GitBox
Kami commented on a change in pull request #1667: URL: https://github.com/apache/libcloud/pull/1667#discussion_r834169524 ## File path: libcloud/container/drivers/kubernetes.py ## @@ -30,20 +33,178 @@ from libcloud.container.providers import Provider from libcloud.container.t

[GitHub] [libcloud] Kami commented on issue #1670: Error getting node_id in OpenStack_2_FloatingIpAddress

2022-03-24 Thread GitBox
Kami commented on issue #1670: URL: https://github.com/apache/libcloud/issues/1670#issuecomment-1077489459 @micafer Thanks for looking into it. Since the behavior seemed to have changed, it would also be good to explicitly note that in the upgrade notes (``docs/upgrade_notes.rst``) w

[GitHub] [libcloud] Kami commented on a change in pull request #1667: Update Kubernetes driver

2022-03-24 Thread GitBox
Kami commented on a change in pull request #1667: URL: https://github.com/apache/libcloud/pull/1667#discussion_r834163866 ## File path: libcloud/container/drivers/kubernetes.py ## @@ -30,20 +33,178 @@ from libcloud.container.providers import Provider from libcloud.container.t

[GitHub] [libcloud] Kami commented on a change in pull request #1667: Update Kubernetes driver

2022-03-24 Thread GitBox
Kami commented on a change in pull request #1667: URL: https://github.com/apache/libcloud/pull/1667#discussion_r834163223 ## File path: libcloud/container/base.py ## @@ -45,6 +45,7 @@ def __init__( ip_addresses, # type: List[str] driver, # type: ContainerDri

[GitHub] [libcloud] Kami commented on pull request #1664: Enable Retrying of Raw Requests parse_error

2022-03-24 Thread GitBox
Kami commented on pull request #1664: URL: https://github.com/apache/libcloud/pull/1664#issuecomment-1077484474 @RunOrVeith I will work on it this weekend. Having said that, how about installing it from a .zip / .tar.gz bundle as proposed above? I quickly tested it locally in isolati

[GitHub] [libcloud] RunOrVeith commented on pull request #1664: Enable Retrying of Raw Requests parse_error

2022-03-24 Thread GitBox
RunOrVeith commented on pull request #1664: URL: https://github.com/apache/libcloud/pull/1664#issuecomment-1077458944 Sadly installing directly from git kills the dependency resolving of poetry for no apparent reason (and induces a slow down of factor 100x before crashing), so it would be