[DISCUSS] Helm charts release method

2024-08-05 Thread Attila Doroszlai
Hi Ozone developers, Work on a Helm chart for Ozone was recently started by contributor Denis Krivenko, an Apache Kyuubi committer. Its code is hosted at https://github.com/apache/ozone-helm-charts Apache projects seem to follow two different approaches to releasing Helm charts: A) Automated: u

Re: [VOTE] Merge HDDS-7593 (HSync and lease recovery) into master

2024-08-05 Thread Sammi Chen
+1 for merging the hsync branch. Note: I have contributed to branch HDDS-7593. On Sat, 3 Aug 2024 at 12:22, Ashish kumar wrote: > Hi Attila, > > Compatibility fixes are addressed in the feature branch. > > Thanks Wei-Chiu for the fix. > > -Ashish > > On Thu, Aug 1, 2024 at 4:39 AM Wei-Chiu Chua

Re: [VOTE] Merge HDDS-7593 (HSync and lease recovery) into master

2024-08-05 Thread NILOTPAL NANDI
+1 for merging the hsync branch. - Nilotpal Nandi On Tue, Aug 6, 2024 at 8:22 AM Sammi Chen wrote: > +1 for merging the hsync branch. > > Note: I have contributed to branch HDDS-7593. > > On Sat, 3 Aug 2024 at 12:22, Ashish kumar wrote: > > > Hi Attila, > > > > Compatibility fixes are addresse

Re: [VOTE] Merge HDDS-7593 (HSync and lease recovery) into master

2024-08-05 Thread Attila Doroszlai
> It looks to me these protocol versions and layout versions concerns can be > addressed quickly. I took a stab at it and posted them in three separate > PRs. Thanks Wei-Chiu for addressing compatibility concerns, I'm OK with merging the feature branch. -Attila --

Re: [VOTE] Merge HDDS-7593 (HSync and lease recovery) into master

2024-08-05 Thread Ashish kumar
Hi All, Thanks for voting and suggestions. Vote passed after 2 weeks with 7 binding +1s (Wei-Chiu, Ethan, Siyao, Tsz-Wo, Sammi, Nilotpal, Attila). -Ashish On Tue, Aug 6, 2024 at 10:55 AM Attila Doroszlai wrote: > > It looks to me these protocol versions and layout versions concerns can > be >

Re: [DISCUSS] Helm charts release method

2024-08-05 Thread Marton Elek
> Apache projects seem to follow two different approaches to releasing > Helm charts: >From technical point of view: there is also an option to publish helm charts >via OCI compatible registries... https://helm.sh/docs/topics/registries/ Experimental, but works well for me Marton --