Re: [PROPOSAL] Release Apache Polaris 1.0.1-incubating

2025-07-22 Thread Robert Stupp
Hi all, we can also do another "full" release from main and just call it "1.1.0", even if there's "not much new in it". But I think even that "not much" is more than what people would expect from a "point" or "dot" or "patch" release (bug and security fixes). Mean, we already have some support for

Re: [Discussion] Decoupling Helm chart releases (+ nightly build proposal)

2025-07-22 Thread Jean-Baptiste Onofré
Hi Eric That's a good point. I can indeed do a full 1.0.1 release (official). It's probably better for the users (no need to thing about images/helm alignment). Let me start a new thread about the 1.0.1 release. Regards JB On Tue, Jul 22, 2025 at 8:29 AM Eric Maynard wrote: > > Sorry, I missed

[PROPOSAL] Release Apache Polaris 1.0.1-incubating

2025-07-22 Thread Jean-Baptiste Onofré
Hi folks, Following the discussion about Helm Chart (https://lists.apache.org/thread/xlfmtrhnx0k0wo8rysqwhmgq3dygnnrl), I'm volunteering to release Apache Polaris 1.0.1-incubating. This release will include the fix on Helm Chart. The 1.0.1 release will be based on the 1.0.x branch, I will check

Re: [PROPOSAL] Release Apache Polaris 1.0.1-incubating

2025-07-22 Thread Dmitri Bourlatchkov
A 1.0.1 (patch) release from the 1.0.x branch with just helm fixes SGTM. Cheers, Dmitri. On Tue, Jul 22, 2025 at 9:24 AM Jean-Baptiste Onofré wrote: > That's a good call. > > My idea here is to do 1.0.1 as soon as possible (focus with Helm Chart > fix) based on the 1.0.x branch, and keep the 1

Re: [PROPOSAL] Release Apache Polaris 1.0.1-incubating

2025-07-22 Thread Jean-Baptiste Onofré
That's a good call. My idea here is to do 1.0.1 as soon as possible (focus with Helm Chart fix) based on the 1.0.x branch, and keep the 1.1.0 release for mid-august (as proposed) from the main branch where we can include Minio support, etc. Regards JB On Tue, Jul 22, 2025 at 2:49 PM Robert Stupp

Re: [PROPOSAL] Release Apache Polaris 1.0.1-incubating

2025-07-22 Thread yun zou
+1 on 1.0.1 with just helm fix. Best Regards, Yun On Tue, Jul 22, 2025 at 9:05 AM Prashant Singh wrote: > +1 to 1.0.1 with just helm fix ! > > On Tue, Jul 22, 2025 at 7:07 AM Dmitri Bourlatchkov > wrote: > > > A 1.0.1 (patch) release from the 1.0.x branch with just helm fixes SGTM. > > > > Che

Re: Concurrent Namespace Update Fails with RuntimeException and 500 Error #1390

2025-07-22 Thread Dmitri Bourlatchkov
Heads up: PR [1989] is proceeding without retries and with 409 response codes. Please review if you have an opinion. [1989] https://github.com/apache/polaris/pull/1989 Thanks, Dmitri. On 2025/07/16 15:15:19 "Rizzo Cascio, Fabio" wrote: > Hi all, > > > > While working on Issue #1390

Re: [PROPOSAL] Release Apache Polaris 1.0.1-incubating

2025-07-22 Thread Prashant Singh
+1 to 1.0.1 with just helm fix ! On Tue, Jul 22, 2025 at 7:07 AM Dmitri Bourlatchkov wrote: > A 1.0.1 (patch) release from the 1.0.x branch with just helm fixes SGTM. > > Cheers, > Dmitri. > > > On Tue, Jul 22, 2025 at 9:24 AM Jean-Baptiste Onofré > wrote: > > > That's a good call. > > > > My i

Release automation scripts

2025-07-22 Thread Pierre Laporte
Hello folks I just published a new PR (#2156) so that Polaris has semi-automated releases [1]. This work is a 1:1 mapping of the release guide into bash scripts, with a couple of additional checks. This is intended to facilitate reviews and so that i