Re: [PR] Add some extra fields in the OpenStack Network Object: #2015 [libcloud]

2024-06-16 Thread via GitHub
micafer commented on code in PR #2016: URL: https://github.com/apache/libcloud/pull/2016#discussion_r1642262664 ## libcloud/compute/drivers/openstack.py: ## @@ -3160,6 +3160,12 @@ def _to_network(self, obj): extra["router:external"] = obj.get("router:external")

[GH] (libcloud): Workflow run "Install stable version using pip" failed!

2024-06-16 Thread GitBox
The GitHub Actions job "Install stable version using pip" on libcloud.git has failed. Run started by GitHub user Kami (triggered by Kami). Head commit for run: 0f3b1bc01b2e6d4c646a60ac23865bf2281a578c / Tomaz Muraus Add nosec bandit pragma for known issue. Report URL: https://github.com/apach

(libcloud) branch dependabot/pip/tox-4.15.1 updated (1fe3ed3d5 -> a197d7d62)

2024-06-16 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch dependabot/pip/tox-4.15.1 in repository https://gitbox.apache.org/repos/asf/libcloud.git from 1fe3ed3d5 Bump tox from 4.8.0 to 4.15.1 add fefbdbf19 Update ec2 instance types, region detai

[GH] (libcloud): Workflow run "Install stable version using pip" failed!

2024-06-16 Thread GitBox
The GitHub Actions job "Install stable version using pip" on libcloud.git has failed. Run started by GitHub user Kami (triggered by Kami). Head commit for run: 0f3b1bc01b2e6d4c646a60ac23865bf2281a578c / Tomaz Muraus Add nosec bandit pragma for known issue. Report URL: https://github.com/apach

[GH] (libcloud): Workflow run "CI" is working again!

2024-06-16 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has succeeded. Run started by GitHub user asfgit (triggered by asfgit). Head commit for run: 0f3b1bc01b2e6d4c646a60ac23865bf2281a578c / Tomaz Muraus Add nosec bandit pragma for known issue. Report URL: https://github.com/apache/libcloud/actions/runs/

(libcloud) branch trunk updated: Add nosec bandit pragma for known issue.

2024-06-16 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 0f3b1bc01 Add nosec bandit pragma for known issue

[GH] (libcloud): Workflow run "Integration Tests" is working again!

2024-06-16 Thread GitBox
The GitHub Actions job "Integration Tests" on libcloud.git has succeeded. Run started by GitHub user asfgit (triggered by asfgit). Head commit for run: 809331c5445bbbd050950aae285049a38556726b / Tomaz Muraus Use a more secure hostname validation regex without expensive backtracking in the vclou

[GH] (libcloud): Workflow run "CI" failed!

2024-06-16 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user asfgit (triggered by asfgit). Head commit for run: 809331c5445bbbd050950aae285049a38556726b / Tomaz Muraus Use a more secure hostname validation regex without expensive backtracking in the vcloud driver. Also ref

Re: [PR] Add support for ec2 eu-central-2 [libcloud]

2024-06-16 Thread via GitHub
Kami commented on PR #2013: URL: https://github.com/apache/libcloud/pull/2013#issuecomment-2171369576 Merged into trunk. Thanks. -- 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 comme

Re: [PR] Add support for ec2 eu-central-2 [libcloud]

2024-06-16 Thread via GitHub
Kami closed pull request #2013: Add support for ec2 eu-central-2 URL: https://github.com/apache/libcloud/pull/2013 -- 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 unsubscrib

(libcloud) branch trunk updated: Use a more secure hostname validation regex without expensive backtracking in the vcloud driver. Also reformat code with black.

2024-06-16 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 809331c54 Use a more secure hostname validation r

[GH] (libcloud): Workflow run "CI" failed!

2024-06-16 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user skalickym (triggered by Kami). Head commit for run: 9ac5d854401fbe11e1d84f480be320a83a6ff1b1 / Marcel Skalický <50628883+skalic...@users.noreply.github.com> fixup! Add support for ec2 eu-central-2 Report URL: ht

[GH] (libcloud): Workflow run "Integration Tests" failed!

2024-06-16 Thread GitBox
The GitHub Actions job "Integration Tests" on libcloud.git has failed. Run started by GitHub user asfgit (triggered by asfgit). Head commit for run: ec224295d827ef285a8283ae2e935e2e8c3eac7c / Tomaz Muraus Merge branch 'eric-anderson-eric-scrape-ec2-sizes' into trunk Report URL: https://github.

[GH] (libcloud): Workflow run "CI" failed!

2024-06-16 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user asfgit (triggered by asfgit). Head commit for run: ec224295d827ef285a8283ae2e935e2e8c3eac7c / Tomaz Muraus Merge branch 'eric-anderson-eric-scrape-ec2-sizes' into trunk Report URL: https://github.com/apache/libc

[GH] (libcloud): Workflow run "Integration Tests" failed!

2024-06-16 Thread GitBox
The GitHub Actions job "Integration Tests" on libcloud.git has failed. Run started by GitHub user skalickym (triggered by Kami). Head commit for run: 9ac5d854401fbe11e1d84f480be320a83a6ff1b1 / Marcel Skalický <50628883+skalic...@users.noreply.github.com> fixup! Add support for ec2 eu-central-2

Re: [PR] Update ec2 instance types, region details, and pricing [libcloud]

2024-06-16 Thread via GitHub
Kami commented on PR #2012: URL: https://github.com/apache/libcloud/pull/2012#issuecomment-2171305424 I re-ran the script to pull in latest data and reformatted it using black + isort - d3b979ccb38e3308f3d48ff44f85b731aa94c07d I also updated contribution docs to indicate that black +

(libcloud) 05/05: Merge branch 'eric-anderson-eric-scrape-ec2-sizes' into trunk

2024-06-16 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 ec224295d827ef285a8283ae2e935e2e8c3eac7c Merge: 25f04db35 d3b979ccb Author: Tomaz Muraus AuthorDate: Sun Jun 16 11:26:07

(libcloud) branch trunk updated (25f04db35 -> ec224295d)

2024-06-16 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 25f04db35 Merge pull request #2006 from apache/dependabot/pip/bandit-toml--1.7.8 new fefbdbf19 Update ec2 instan

Re: [PR] Update ec2 instance types, region details, and pricing [libcloud]

2024-06-16 Thread via GitHub
Kami closed pull request #2012: Update ec2 instance types, region details, and pricing URL: https://github.com/apache/libcloud/pull/2012 -- 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

(libcloud) 03/05: Add changelog entry for #2012.

2024-06-16 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 de535ea79cce842ecf1b212c333b0dd4cf991d42 Author: Tomaz Muraus AuthorDate: Sun Jun 16 11:23:46 2024 +0200 Add change

(libcloud) 02/05: Update committer guide to indicate that black + isort need to run one the auto-generated code after scraping and updating the pricing data.

2024-06-16 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 7779ef53a343786b0b3b7edc57a22fd870929cda Author: Tomaz Muraus AuthorDate: Sun Jun 16 11:02:26 2024 +0200 Update com

[GH] (libcloud): Workflow run "CI" failed!

2024-06-16 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user Kami (triggered by Kami). Head commit for run: 25f04db354a381b5f7b2cdbf89a68f99a08f3b8e / Tomaz Muraus Merge pull request #2006 from apache/dependabot/pip/bandit-toml--1.7.8 Bump bandit[toml] from 1.7.5 to 1.7.8

[GH] (libcloud): Workflow run "CI" failed!

2024-06-16 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]). Head commit for run: 1fe3ed3d58f549fec36817a588a941abaf81809b / dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Bump tox from 4.8.0 to 4.15.1 B

Re: [PR] Add some extra fields in the OpenStack Network Object: #2015 [libcloud]

2024-06-16 Thread via GitHub
Kami commented on code in PR #2016: URL: https://github.com/apache/libcloud/pull/2016#discussion_r1641747063 ## libcloud/compute/drivers/openstack.py: ## @@ -3160,6 +3160,12 @@ def _to_network(self, obj): extra["router:external"] = obj.get("router:external")

(libcloud) branch dependabot/pip/tox-4.15.1 updated (75924b626 -> 1fe3ed3d5)

2024-06-16 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/tox-4.15.1 in repository https://gitbox.apache.org/repos/asf/libcloud.git discard 75924b626 Bump tox from 4.8.0 to 4.15.1 add 0b66f2b22 Bump bandit[toml] from 1.7.5 to 1.

(libcloud) branch trunk updated (7885bb359 -> 25f04db35)

2024-06-16 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 7885bb359 Merge pull request #2008 from apache/dependabot/github_actions/github/codeql-action-3 add 0b66f2b22 Bu

(libcloud) branch dependabot/pip/bandit-toml--1.7.8 deleted (was cdb6e9b20)

2024-06-16 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch dependabot/pip/bandit-toml--1.7.8 in repository https://gitbox.apache.org/repos/asf/libcloud.git was cdb6e9b20 Merge branch 'trunk' into dependabot/pip/bandit-toml--1.7.8 The revisions that

Re: [PR] Bump bandit[toml] from 1.7.5 to 1.7.8 [libcloud]

2024-06-16 Thread via GitHub
Kami merged PR #2006: URL: https://github.com/apache/libcloud/pull/2006 -- 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-unsubscr...@libclo

[GH] (libcloud): Workflow run "CI" failed!

2024-06-16 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user Kami (triggered by Kami). Head commit for run: cdb6e9b20237a9497e1bdff79e377506e41e7e87 / Tomaz Muraus Merge branch 'trunk' into dependabot/pip/bandit-toml--1.7.8 Report URL: https://github.com/apache/libcloud/a

Re: [PR] Bump bandit[toml] from 1.7.5 to 1.7.8 [libcloud]

2024-06-16 Thread via GitHub
codecov-commenter commented on PR #2006: URL: https://github.com/apache/libcloud/pull/2006#issuecomment-2171273063 ## [Codecov](https://app.codecov.io/gh/apache/libcloud/pull/2006?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comment

[GH] (libcloud): Workflow run "CI" is working again!

2024-06-16 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has succeeded. Run started by GitHub user Kami (triggered by Kami). Head commit for run: 7885bb359ddc389bf3e82eef08c516d89f7ab3d1 / Tomaz Muraus Merge pull request #2008 from apache/dependabot/github_actions/github/codeql-action-3 Bump github/codeql

[GH] (libcloud): Workflow run "CI" failed!

2024-06-16 Thread GitBox
The GitHub Actions job "CI" on libcloud.git has failed. Run started by GitHub user eric-anderson (triggered by Kami). Head commit for run: 543e2a637b6c9f6ff0b2cfcebe56196546a343e2 / Eric Anderson Update ec2 instance types, region details, and pricing Updated tox.ini to use python3.11 since Ubu

Re: [PR] Update ec2 instance types, region details, and pricing [libcloud]

2024-06-16 Thread via GitHub
codecov-commenter commented on PR #2012: URL: https://github.com/apache/libcloud/pull/2012#issuecomment-2171272313 ## [Codecov](https://app.codecov.io/gh/apache/libcloud/pull/2012?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comment

(libcloud) branch dependabot/pip/bandit-toml--1.7.8 updated (838905b73 -> cdb6e9b20)

2024-06-16 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch dependabot/pip/bandit-toml--1.7.8 in repository https://gitbox.apache.org/repos/asf/libcloud.git from 838905b73 Merge branch 'trunk' into dependabot/pip/bandit-toml--1.7.8 add a201a57d0 B

(libcloud) 01/01: Merge pull request #2008 from apache/dependabot/github_actions/github/codeql-action-3

2024-06-16 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 7885bb359ddc389bf3e82eef08c516d89f7ab3d1 Merge: 0508880f1 884946bc7 Author: Tomaz Muraus AuthorDate: Sun Jun 16 10:58:03

(libcloud) branch trunk updated (0508880f1 -> 7885bb359)

2024-06-16 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 0508880f1 Merge pull request #2011 from apache/dependabot/github_actions/codecov/codecov-action-4.4.1 add a201a5

(libcloud) branch dependabot/github_actions/github/codeql-action-3 deleted (was 884946bc7)

2024-06-16 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch dependabot/github_actions/github/codeql-action-3 in repository https://gitbox.apache.org/repos/asf/libcloud.git was 884946bc7 Merge branch 'trunk' into dependabot/github_actions/github/codeq

Re: [PR] Bump github/codeql-action from 2 to 3 [libcloud]

2024-06-16 Thread via GitHub
Kami merged PR #2008: URL: https://github.com/apache/libcloud/pull/2008 -- 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-unsubscr...@libclo

(libcloud) branch dependabot/pip/bandit-toml--1.7.8 updated (0b66f2b22 -> 838905b73)

2024-06-16 Thread tomaz
This is an automated email from the ASF dual-hosted git repository. tomaz pushed a change to branch dependabot/pip/bandit-toml--1.7.8 in repository https://gitbox.apache.org/repos/asf/libcloud.git from 0b66f2b22 Bump bandit[toml] from 1.7.5 to 1.7.8 add 7d7b4f9b5 Bump codecov/codecov-ac