You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by Andy Grove <an...@gmail.com> on 2023/03/20 15:07:41 UTC

Removing old arrow & object-store releases from svn

Hi,

There are many versions of arrow and object-store-rs in the svn release
repo [1].

According to the ASF release policy [2], "downloads.apache.org should
contain *the latest release in each branch that is currently under
development*. When development ceases on a version branch, releases of that
branch should be removed from the project's download directory".

I don't know how many branches of the arrow and object-store projects are
still in development, but wanted to see if we could remove any of the older
releases.

Here is the current list of arrow releases. The 7.0.0, 8.0.0, and 10.0.0
releases should be removed at a minimum, since there are later patch
releases for those.

arrow-10.0.0/
<https://dist.apache.org/repos/dist/release/arrow/arrow-10.0.0/>
- arrow-10.0.1/
<https://dist.apache.org/repos/dist/release/arrow/arrow-10.0.1/>
- arrow-11.0.0/
<https://dist.apache.org/repos/dist/release/arrow/arrow-11.0.0/>
- arrow-6.0.2/
<https://dist.apache.org/repos/dist/release/arrow/arrow-6.0.2/>
- arrow-7.0.0/
<https://dist.apache.org/repos/dist/release/arrow/arrow-7.0.0/>
- arrow-7.0.1/
<https://dist.apache.org/repos/dist/release/arrow/arrow-7.0.1/>
- arrow-8.0.0/
<https://dist.apache.org/repos/dist/release/arrow/arrow-8.0.0/>
- arrow-8.0.1/
<https://dist.apache.org/repos/dist/release/arrow/arrow-8.0.1/>
- arrow-9.0.0/
<https://dist.apache.org/repos/dist/release/arrow/arrow-9.0.0/>

Here are the object-store releases:

arrow-object-store-rs-0.4.0/
<https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.4.0/>
- arrow-object-store-rs-0.5.0/
<https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.0/>
- arrow-object-store-rs-0.5.1/
<https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.1/>
- arrow-object-store-rs-0.5.2/
<https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.2/>
- arrow-object-store-rs-0.5.3/
<https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.3/>
- arrow-object-store-rs-0.5.4/
<https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.4/>
- arrow-object-store-rs-0.5.5/
<https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.5/>

Thanks,

Andy.

[1] https://dist.apache.org/repos/dist/release/arrow/
[2] https://www.apache.org/legal/release-policy.html#when-to-archive

Re: Removing old arrow & object-store releases from svn

Posted by Raphael Taylor-Davies <r....@googlemail.com.INVALID>.
Hi Andy,

Thank you for bringing this to my attention, I will update the object 
store release scripts to cleanup the old releases, inline with what we 
do for arrow-rs.

Kind Regards,

Raphael

On 20/03/2023 15:07, Andy Grove wrote:
> Hi,
>
> There are many versions of arrow and object-store-rs in the svn release
> repo [1].
>
> According to the ASF release policy [2], "downloads.apache.org should
> contain *the latest release in each branch that is currently under
> development*. When development ceases on a version branch, releases of that
> branch should be removed from the project's download directory".
>
> I don't know how many branches of the arrow and object-store projects are
> still in development, but wanted to see if we could remove any of the older
> releases.
>
> Here is the current list of arrow releases. The 7.0.0, 8.0.0, and 10.0.0
> releases should be removed at a minimum, since there are later patch
> releases for those.
>
> arrow-10.0.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-10.0.0/>
> - arrow-10.0.1/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-10.0.1/>
> - arrow-11.0.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-11.0.0/>
> - arrow-6.0.2/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-6.0.2/>
> - arrow-7.0.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-7.0.0/>
> - arrow-7.0.1/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-7.0.1/>
> - arrow-8.0.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-8.0.0/>
> - arrow-8.0.1/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-8.0.1/>
> - arrow-9.0.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-9.0.0/>
>
> Here are the object-store releases:
>
> arrow-object-store-rs-0.4.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.4.0/>
> - arrow-object-store-rs-0.5.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.0/>
> - arrow-object-store-rs-0.5.1/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.1/>
> - arrow-object-store-rs-0.5.2/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.2/>
> - arrow-object-store-rs-0.5.3/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.3/>
> - arrow-object-store-rs-0.5.4/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.4/>
> - arrow-object-store-rs-0.5.5/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.5/>
>
> Thanks,
>
> Andy.
>
> [1] https://dist.apache.org/repos/dist/release/arrow/
> [2] https://www.apache.org/legal/release-policy.html#when-to-archive
>

Re: Removing old arrow & object-store releases from svn

Posted by Sutou Kouhei <ko...@clear-code.com>.
Done.

In <20...@clear-code.com>
  "Re: Removing old arrow & object-store releases from svn" on Tue, 21 Mar 2023 07:36:50 +0900 (JST),
  Sutou Kouhei <ko...@clear-code.com> wrote:

> Hi,
> 
> Thanks for bringing up this!
> 
> I wanted to remove old arrow releases after we get consensus
> about our maintenance policy:
> https://lists.apache.org/thread/n5vhhroh0dzdl38k3xqzlcc0f01bssn9
> 
> But it's not done yet. So I haven't removed them yet. If
> nobody objects removing the followings, I'll do it next
> week:
> 
>   * arrow-6.0.2
>   * arrow-7.0.0
>   * arrow-7.0.1
>   * arrow-8.0.0
>   * arrow-8.0.1
>   * arrow-9.0.0
>   * arrow-10.0.0
>   * arrow-10.0.1
> 
> Thanks,
> -- 
> kou
> 
> In <CA...@mail.gmail.com>
>   "Removing old arrow & object-store releases from svn" on Mon, 20 Mar 2023 09:07:41 -0600,
>   Andy Grove <an...@gmail.com> wrote:
> 
>> Hi,
>> 
>> There are many versions of arrow and object-store-rs in the svn release
>> repo [1].
>> 
>> According to the ASF release policy [2], "downloads.apache.org should
>> contain *the latest release in each branch that is currently under
>> development*. When development ceases on a version branch, releases of that
>> branch should be removed from the project's download directory".
>> 
>> I don't know how many branches of the arrow and object-store projects are
>> still in development, but wanted to see if we could remove any of the older
>> releases.
>> 
>> Here is the current list of arrow releases. The 7.0.0, 8.0.0, and 10.0.0
>> releases should be removed at a minimum, since there are later patch
>> releases for those.
>> 
>> arrow-10.0.0/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-10.0.0/>
>> - arrow-10.0.1/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-10.0.1/>
>> - arrow-11.0.0/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-11.0.0/>
>> - arrow-6.0.2/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-6.0.2/>
>> - arrow-7.0.0/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-7.0.0/>
>> - arrow-7.0.1/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-7.0.1/>
>> - arrow-8.0.0/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-8.0.0/>
>> - arrow-8.0.1/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-8.0.1/>
>> - arrow-9.0.0/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-9.0.0/>
>> 
>> Here are the object-store releases:
>> 
>> arrow-object-store-rs-0.4.0/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.4.0/>
>> - arrow-object-store-rs-0.5.0/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.0/>
>> - arrow-object-store-rs-0.5.1/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.1/>
>> - arrow-object-store-rs-0.5.2/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.2/>
>> - arrow-object-store-rs-0.5.3/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.3/>
>> - arrow-object-store-rs-0.5.4/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.4/>
>> - arrow-object-store-rs-0.5.5/
>> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.5/>
>> 
>> Thanks,
>> 
>> Andy.
>> 
>> [1] https://dist.apache.org/repos/dist/release/arrow/
>> [2] https://www.apache.org/legal/release-policy.html#when-to-archive

Re: Removing old arrow & object-store releases from svn

Posted by Sutou Kouhei <ko...@clear-code.com>.
Hi,

Thanks for bringing up this!

I wanted to remove old arrow releases after we get consensus
about our maintenance policy:
https://lists.apache.org/thread/n5vhhroh0dzdl38k3xqzlcc0f01bssn9

But it's not done yet. So I haven't removed them yet. If
nobody objects removing the followings, I'll do it next
week:

  * arrow-6.0.2
  * arrow-7.0.0
  * arrow-7.0.1
  * arrow-8.0.0
  * arrow-8.0.1
  * arrow-9.0.0
  * arrow-10.0.0
  * arrow-10.0.1

Thanks,
-- 
kou

In <CA...@mail.gmail.com>
  "Removing old arrow & object-store releases from svn" on Mon, 20 Mar 2023 09:07:41 -0600,
  Andy Grove <an...@gmail.com> wrote:

> Hi,
> 
> There are many versions of arrow and object-store-rs in the svn release
> repo [1].
> 
> According to the ASF release policy [2], "downloads.apache.org should
> contain *the latest release in each branch that is currently under
> development*. When development ceases on a version branch, releases of that
> branch should be removed from the project's download directory".
> 
> I don't know how many branches of the arrow and object-store projects are
> still in development, but wanted to see if we could remove any of the older
> releases.
> 
> Here is the current list of arrow releases. The 7.0.0, 8.0.0, and 10.0.0
> releases should be removed at a minimum, since there are later patch
> releases for those.
> 
> arrow-10.0.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-10.0.0/>
> - arrow-10.0.1/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-10.0.1/>
> - arrow-11.0.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-11.0.0/>
> - arrow-6.0.2/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-6.0.2/>
> - arrow-7.0.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-7.0.0/>
> - arrow-7.0.1/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-7.0.1/>
> - arrow-8.0.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-8.0.0/>
> - arrow-8.0.1/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-8.0.1/>
> - arrow-9.0.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-9.0.0/>
> 
> Here are the object-store releases:
> 
> arrow-object-store-rs-0.4.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.4.0/>
> - arrow-object-store-rs-0.5.0/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.0/>
> - arrow-object-store-rs-0.5.1/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.1/>
> - arrow-object-store-rs-0.5.2/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.2/>
> - arrow-object-store-rs-0.5.3/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.3/>
> - arrow-object-store-rs-0.5.4/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.4/>
> - arrow-object-store-rs-0.5.5/
> <https://dist.apache.org/repos/dist/release/arrow/arrow-object-store-rs-0.5.5/>
> 
> Thanks,
> 
> Andy.
> 
> [1] https://dist.apache.org/repos/dist/release/arrow/
> [2] https://www.apache.org/legal/release-policy.html#when-to-archive