Hello

2023-02-01 Thread Vishesh Jindal
Hi All, This is Vishesh. I have recently joined ShapeBlue. I am looking forward to contributing to the cloudstack project and working with the community. Thanks! Vishesh Jindal vishesh.jin...@shapeblue.com

Re: [ANNOUNCE] Ivet Petrova has joined the PMC

2023-02-14 Thread Vishesh Jindal
Congratulations Ivet! From: Rohit Yadav Sent: Wednesday, February 15, 2023 7:14 AM To: us...@cloudstack.apache.org Cc: dev@cloudstack.apache.org ; priv...@cloudstack.apache.org Subject: Re: [ANNOUNCE] Ivet Petrova has joined the PMC Congratulations Ivet, well d

Re: Hello Again!

2023-03-09 Thread Vishesh Jindal
Welcome back Kishan! Regards From: Suresh Kumar Anaparti Sent: Thursday, March 9, 2023 7:01 PM To: dev@cloudstack.apache.org Subject: Re: Hello Again! Great, Welcome back Kishan... Regards, Suresh On Thu, Mar 9, 2023 at 4:12 PM Kishan Kavala wrote: > > Hi, >

Re: Hello Community!!

2023-03-14 Thread Vishesh Jindal
Welcome Jithin! Regards Vishesh From: Nicolas Vazquez Sent: Tuesday, March 14, 2023 3:44 PM To: us...@cloudstack.apache.org ; dev@cloudstack.apache.org Subject: Re: Hello Community!! Welcome Jithin! Regards, Nicolas Vazquez From: Jithin Raju Date: Tuesday,

Re: Daan Hoogland - New ASF Member

2023-03-24 Thread Vishesh Jindal
Congrats Daan! From: Nux Sent: Friday, March 24, 2023 5:31 PM To: dev@cloudstack.apache.org Cc: us...@cloudstack.apache.org Subject: Re: Daan Hoogland - New ASF Member Wow, congrats Daan! On 2023-03-24 09:28, Paul Angus wrote: > It is my pleasure to announce th

Re: [ANNOUNCE] New VP of Apache CloudStack - Rohit Yadav

2023-03-30 Thread Vishesh Jindal
Congratulations Rohit! From: Slavka Peleva Sent: Thursday, March 30, 2023 2:04 PM To: us...@cloudstack.apache.org Cc: dev@cloudstack.apache.org Subject: Re: [ANNOUNCE] New VP of Apache CloudStack - Rohit Yadav Congratulations, Rohit, I wish you all the best! Tha

[DISCUSS] Upgrading Mockito & phasing out powermock

2023-06-06 Thread Vishesh Jindal
Hi all, I am working on upgrading Mockito's version & phasing out powermock. For new maven modules, I would request all to use Mockito's mockStatic instead of Powermock. Why? Powermock's last release was on Nov 2, 2020. The project seems to have been abandoned. Powermock has compatibility issu

Re: [DISCUS][PROPOSAL] enable Update Branch on github

2023-07-20 Thread Vishesh Jindal
+1 If possible, please include "Update with Rebase" option as well. Thanks, Vishesh From: Daan Hoogland Sent: Wednesday, July 19, 2023 4:32 PM To: dev Subject: [DISCUS][PROPOSAL] enable Update Branch on github LS, In guthub there is a feature that allows you t

Re: new committer: John Bampton

2023-08-29 Thread Vishesh Jindal
Congrats John From: Sina Kashipazha Sent: Saturday, August 26, 2023 9:19 PM To: dev@cloudstack.apache.org Subject: Re: new committer: John Bampton Congrats John! --- Original Message --- On Saturday, August 26th, 2023 at 2:30 AM, Nicolas Vazquez

Re: [DISCUSS] Upgrading Mockito & phasing out powermock

2023-09-26 Thread Vishesh Jindal
h. -Wei On Tue, 6 Jun 2023 at 14:17, Vishesh Jindal wrote: > Hi all, > > I am working on upgrading Mockito's version & phasing out powermock. > For new maven modules, I would request all to use Mockito's mockStatic > instead of Powermock. > > Why? > Powermock&

[DISCUSS] Timeout for Command execution on System VM & Agents

2023-09-27 Thread Vishesh Jindal
Hi all, I came across an interesting bug today which can result in high wait times on System VMs & agents. While processing a Command on system VM or an agent, even if the management server is no longer waiting for an answer the Command still keeps on getting processed. This can lead to high w

Re: new PMC member: Abhishek Kumar

2023-11-23 Thread Vishesh Jindal
Congratulations Abhishek Get Outlook for Android From: Daan Hoogland Sent: Thursday, November 23, 2023 9:40:58 AM To: users ; dev Subject: new PMC member: Abhishek Kumar The Project Management Committee (PMC) for Apache CloudStack has inv

Re: new PMC member: Daniel Salvador

2023-11-28 Thread Vishesh Jindal
Congratulations Daniel! From: Slavka Peleva Sent: Tuesday, August 29, 2023 2:21 PM To: dev@cloudstack.apache.org Subject: Re: new PMC member: Daniel Salvador Congratulations Daniel! On Sun, Aug 27, 2023 at 3:55 PM Sina Kashipazha wrote: > > Congratulations Da

Re: new committer Bryan Lima

2023-12-04 Thread Vishesh Jindal
Congrats Bryan! From: Sina Kashipazha Sent: Saturday, December 02, 2023 5:15 PM To: dev@cloudstack.apache.org Subject: Re: new committer Bryan Lima Congrats Bryan! Sina On Friday, December 1st, 2023 at 9:27 PM, Ruben Bosch wrote: > > > Congrats Br

Re: new committer Vladimir Petrov

2023-12-14 Thread Vishesh Jindal
Congrats Vladi! From: John Bampton Sent: Wednesday, December 13, 2023 10:07 PM To: dev@cloudstack.apache.org Subject: Re: new committer Vladimir Petrov Well done Vladi !! On Thu, 14 Dec 2023 at 01:58, Pearl d'Silva wrote: > Congratulations Vladi! > > Regards,

Re: new committer: João Jandre Paraquetti

2023-12-18 Thread Vishesh Jindal
Congratulations João! From: Harikrishna Patnala Sent: Tuesday, December 19, 2023 11:24 AM To: us...@cloudstack.apache.org ; dev Subject: Re: new committer: João Jandre Paraquetti Congratulations João Regards, Harikrishna From: Daan Hoogland Date: Monday, 18 D

[PROPOSE] Upgrade JDK from 11 to 17

2024-01-02 Thread Vishesh Jindal
Hi all, Java 11 has already reached end of life, and the next LTS Java 17's EOL is in 2027. I have added a list of TODOs here: https://github.com/apache/cloudstack/issues/7686#issuecomment-1871844301 Let me know if I missed anything. Upgrading some of the packages would require changes because

Re: Object Store browser connects over HTTP while HTTPS is set in URL

2024-01-02 Thread Vishesh Jindal
Hi Wido, This is a bug. I have created a bugfix PR here: https://github.com/apache/cloudstack/pull/8430/files Can you test this change in your environment? - Vishesh From: Wido den Hollander Sent: Wednesday, December 20, 2023 11:37 PM To: dev@cloudstack.apache.

Re: New committer: Alexandre Mattioli

2024-01-11 Thread Vishesh Jindal
Congrats Alex! From: Slavka Peleva Sent: Thursday, January 11, 2024 12:22 PM To: us...@cloudstack.apache.org Cc: dev@cloudstack.apache.org Subject: Re: New committer: Alexandre Mattioli Congrats Alex! On Thu, Jan 11, 2024 at 8:51 AM Abhishek Kumar wrote: > Co

Re: new PMC member Harikrishna Patnala

2024-01-16 Thread Vishesh Jindal
Congrats Hari! From: Harikrishna Patnala Sent: Tuesday, January 16, 2024 2:55 PM To: us...@cloudstack.apache.org Cc: dev Subject: Re: new PMC member Harikrishna Patnala Thank you everyone. Regards, Harikrishna From: Wei ZHOU S

CentOS 7 is reaching EOL

2024-01-23 Thread Vishesh Jindal
Hi all While working on a PR[1] to upgrade JRE, I noticed that CentOS 7 is reaching end of life on 30 June, 2024 [2]. Should we remove support for CentOS 7 after 4.19 is released? Because by the time 4.20 is out, CentOS 7 would already have reached its EOL and IMO it doesn't make sense to main

Re: Introduction and Greetings

2024-01-31 Thread Vishesh Jindal
Welcome Abhisar! Get Outlook for Android From: Ruben Bosch Sent: Wednesday, January 31, 2024 9:01:04 PM To: dev@cloudstack.apache.org Subject: Re: Introduction and Greetings Welcome! On Wed, Jan 31, 2024 at 1:42 PM Abhisar Sinha wro

[DISCUSS] Closing issues & PR after a certain time

2024-02-13 Thread Vishesh Jindal
Hi everyone, I was going through the issues and PRs, and I noticed that a lot of them are really old and some of them are waiting for the original author to reply. I wanted to discuss if we should add a github action (https://github.com/marketplace/actions/close-stale-issues) for auto closing

Re: [DISCUSS] Closing issues & PR after a certain time

2024-02-16 Thread Vishesh Jindal
aybe we should install it and see if it works for us. On Wed, Feb 14, 2024 at 4:49 AM Kiran Chavala wrote: > > Good idea Vishesh > > +1 for using Githubactions > > Regards > Kiran > > From: Vishesh Jindal > Date: Tuesday, 13 February 2024 at 6:33 PM > To: dev@clou

Re: [ANNOUNCE] Rene Peinthor as committer

2024-03-29 Thread Vishesh Jindal
Congratulations Rene! From: Rohit Yadav Sent: Friday, March 29, 2024 6:07:35 PM To: dev@cloudstack.apache.org Subject: Re: [ANNOUNCE] Rene Peinthor as committer Congratulations Rene! Regards. From: Ruben Bosch Sent: Frida

Re: New Committer: Kiran Chavala

2024-04-09 Thread Vishesh Jindal
Congratulations Kiran! From: Slavka Peleva Sent: Tuesday, April 9, 2024 5:12 PM To: dev@cloudstack.apache.org Subject: Re: New Committer: Kiran Chavala Congratulations Kiran! On Tue, Apr 9, 2024 at 2:17 PM João Jandre Paraquetti wrote: > Congratunations Ki

[PROPOSE] RM for cloudstack-kubernetes-provider v1.1.0

2024-06-11 Thread Vishesh Jindal
Hi all, Cloudstack kuberentes provider is due for a release since the last release was in 2021. I would like to propose myself as a Release Manager for the v1.1.0 release. You can check the PRs merged since the last release here: https://github.com/apache/cloudstack-kubernetes-provider/compare

[VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-18 Thread Vishesh Jindal
Hi All, I've created a 1.1.0 release (RC1) for Apache CloudStack Kubernetes Provider, with the following artifacts up for a vote: Git Branch and Commit SH: https://github.com/apache/cloudstack-kubernetes-provider/tree/v1.1.0-rc1 Commit: 774a144876d2c875c61becab00e0487692130302 Deployment manif

Re: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-18 Thread Vishesh Jindal
hy) Regards Vishesh ________ From: Vishesh Jindal Sent: Tuesday, June 18, 2024 6:36 PM To: us...@cloudstack.apache.org ; dev@cloudstack.apache.org Subject: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1 Hi All, I've created a 1.1.0 release (RC1) for Apache CloudStack K

Re: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-19 Thread Vishesh Jindal
t: Re: [VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1 In community's interest, do we have binary packages anywhere, ie deb/rpms? Cheers On 2024-06-19 07:12, Vishesh Jindal wrote: > Hi All, > > I made a mistake and didn't create the release on dist.apache.org. > Pleas

[RESULT][VOTE] Apache CloudStack Kubernetes Provider 1.1.0 RC1

2024-06-25 Thread Vishesh Jindal
announcement to go out after 24-48 hours to give the mirrors time to catch up and publish images on dockerhub. From: Rohit Yadav Sent: Tuesday, June 25, 2024 12:39 PM To: dev@cloudstack.apache.org Cc: us...@cloudstack.apache.org ; Vishesh Jindal Subject: Re: [VOTE

Re: Updating Object Store Configuration

2024-10-10 Thread Vishesh Jindal
Hi Tom, This is the right place for the discussion. I think what you are suggesting makes sense. If the user wants to update the accessKey and secretKey, it should be allowed. We can create a validation function for the Storage Plugins as per the selected provider to validate the details map.

Re: Updating Object Store Configuration

2024-10-22 Thread Vishesh Jindal
hat only has the > basic properties such as name, providerName, url, id. So even if I add a > map parameter to the API, I think that will only be for when the api is > called to update? > >>> > >>> If I log the resource in the js console I get: > >>> > >>

Re: New PMC member: Suresh Anaparti

2024-09-22 Thread Vishesh Jindal
Congratulations Suresh! From: Rohit Yadav Sent: Wednesday, September 18, 2024 4:21 PM To: dev ; users Subject: New PMC member: Suresh Anaparti The Project Management Committee (PMC) for Apache CloudStack has invited Suresh Anaparti to become a PMC member and

Re: New PMC member: Pearl Dsilva

2025-03-25 Thread Vishesh Jindal
Congratulations Pearl! On Tue, Mar 25, 2025 at 3:31 PM pavan aravapalli wrote: > Congratulations Pearl !!. > > On Tue, 25 Mar 2025 at 13:33, Wei ZHOU wrote: > > > Congratulations Pearl ! > > > > > > -Wei > > > > > > On Mon, Mar 24, 2025 at 4:56 PM Daan Hoogland wrote: > > > > > The Project Man

Re: New Member Introduction

2025-03-17 Thread Vishesh Jindal
Welcome Rositsa! Regards Vishesh On Mon, Mar 17, 2025 at 5:48 PM Nicolas Vazquez < nicolas.vazq...@shapeblue.com> wrote: > Welcome Rositsa! > > Regards, > Nicolas Vazquez > > > > > > From: Suresh Kumar Anaparti > Date: Monday, 17 March 2025 at 07:33 > To: us...@cloudstack.apache.org , dev < > d

Re: New PMC member: João Jandre Parraquetti

2025-03-02 Thread Vishesh Jindal
Congratulations João Regards Vishesh On Fri, Feb 28, 2025 at 6:56 PM Suresh Kumar Anaparti < sureshanapa...@apache.org> wrote: > Congratulations João. > > Regards, > Suresh > > On Thu, Feb 27, 2025 at 5:42 PM Daan Hoogland wrote: > > > The Project Management Committee (PMC) for Apache CloudStac

Re: New committer: Bernardo De Marco Gonçalves

2025-07-17 Thread Vishesh Jindal
Congratulations Bernardo! On Thu, Jul 17, 2025 at 5:20 PM Suresh Kumar Anaparti < sureshanapa...@apache.org> wrote: > Congratulations Bernardo! > > Regards, > Suresh > > On Wed, Jul 16, 2025 at 12:58 PM Daan Hoogland wrote: > > > The Project Management Committee (PMC) for Apache CloudStack has >