Re: [VOTE] Release Apache OpenDAL(incubating) v0.42.0-rc.3 - Incubator Vote Round 1

2023-11-14 Thread PJ Fanning
+1 (binding)

* Release files are ok - good checksum and signature
* LICENSE/NOTICE/DISCLAIMER look ok
* ASF headers
* no unexpected binary files
* Cargo and Java builds succeed

On Tue, 14 Nov 2023 at 15:46, tison  wrote:
>
> +1 binding
>
> I checked
>
> [x] Download links are valid.
> [x] Checksums and signatures.
>
> The signature is "Mingzhuo Yin " using the apache mail.
> This is expected.
>
> [x] LICENSE/NOTICE/DISCLAIMER files exist
> [x] No unexpected binary files
> [x] All source files have ASF headers
> [x] Can compile from source
>
> * cargo build - OK
> * cd bindings/java; ./mvnw clean install - OK
>
> Best,
> tison.
>
>
> Mingzhuo Yin  于2023年11月12日周日 10:11写道:
>
> > Hello Incubator PMC,
> >
> > The Apache OpenDAL community has voted and approved the release of Apache
> > OpenDAL(incubating) v0.42.0-rc.3. We now kindly request the IPMC members
> > review and vote for this release.
> >
> > OpenDAL is a data access layer that allows users to easily and efficiently
> > retrieve data from various storage services in a unified way.
> >
> > OpenDAL community vote thread:
> >
> > https://lists.apache.org/thread/2gqd6pm1k0cc1j0lq79d4ply721dmky2
> >
> > Vote result thread:
> >
> > https://lists.apache.org/thread/z8pv6c5rdv5ohn4fcgk4n40n9cfxtwdp
> >
> > The release candidate:
> >
> > https://dist.apache.org/repos/dist/dev/incubator/opendal/0.42.0-rc.3/
> >
> > This release has been signed with a PGP available here:
> >
> > https://downloads.apache.org/incubator/opendal/KEYS
> >
> > Git tag for the release:
> >
> > https://github.com/apache/incubator-opendal/releases/tag/v0.42.0-rc.3
> >
> > Maven staging repo:
> >
> > https://repository.apache.org/content/repositories/orgapacheopendal-1018/
> >
> > Please download, verify, and test.
> >
> > The VOTE will be open for at least 72 hours and until the necessary
> > number of votes are reached.
> >
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove with the reason
> >
> > To learn more about apache opendal, please see https://opendal.apache.org/
> >
> > Checklist for reference:
> >
> > [ ] Download links are valid.
> > [ ] Checksums and signatures.
> > [ ] LICENSE/NOTICE files exist
> > [ ] No unexpected binary files
> > [ ] All source files have ASF headers
> > [ ] Can compile from source
> >
> > More detailed checklist please refer to:
> > https://github.com/apache/incubator-opendal/tree/main/scripts
> >
> > To compile from source, please refer to:
> > https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
> >
> > Here is python script in release to help you verify the release candidate:
> >
> > ./scripts/verify.py
> >
> > Thanks
> >
> > Sincerely,
> > Mingzhuo Yin
> >

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache Pekko(incubating) Persistence DynamoDB 1.0.0-RC1

2023-11-14 Thread PJ Fanning
I forgot to mention on the original email that both Justin McLean and Matthew 
de Detrich added +1 (binding) votes during the Pekko community vote.


On 2023/11/14 11:10:46 PJ Fanning wrote:
> Hello Incubator Community,
> 
> This is a call for a vote to release Apache Pekko(incubating)
> Persistence DynamoDB version 1.0.0-RC1.
> 
> The discussion thread:
> https://lists.apache.org/thread/0olprf2dzvwrgynn6ovnm4bt3t5yfn0n
> 
> The vote thread:
> https://lists.apache.org/thread/voo5xjk1wx5zwxfnq8z5jgsb24sm61q1
> 
> Vote Result:
> https://lists.apache.org/thread/8ls0bt1z13w6m3j7won5g84nnp0xw98m
> 
> The release candidate:
> https://dist.apache.org/repos/dist/dev/incubator/pekko/PERSISTENCE-DYNAMODB-1.0.0-RC1/
> 
> This release has been signed with a PGP key, available here:
> 
> https://dist.apache.org/repos/dist/release/incubator/pekko/KEYS
> 
> Git branch for the release:
> 
> https://github.com/apache/incubator-pekko-persistence-dynamodb/tree/v1.0.0-RC1
> Git commit ID: 2105f52da426058f22f3510ad3157fbdc37bc391
> 
> Please download, verify, and test.
> 
> We have also staged jars in the Apache Nexus Repository. These were
> built with the same code
> as appears in this Source Release Candidate. We would appreciate if
> users could test with these too.
> If anyone finds any serious problems with these jars, please also
> notify us on this thread.
> 
> https://repository.apache.org/content/groups/staging/org/apache/pekko/
> 
> In sbt, you can add this resolver.
> 
> resolvers += "Apache Pekko Staging" at
> "https://repository.apache.org/content/groups/staging;
> 
> 
> The vote will be left open for at least 72 hours.
> 
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
> 
> To learn more about Apache Pekko, please see https://pekko.apache.org/
> 
> Checklist for reference:
> 
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] Source files have ASF headers
> [ ] Can compile from source
> 
> To compile from the source, please refer to:
> 
> https://github.com/apache/incubator-pekko/blob/main/README.md#building-from-source
> 
> You will need to have Docker running if you run the unit tests as the
> tests start and stop test containers.
> 
> Some notes about verifying downloads can be found at:
> 
> https://pekko.apache.org/download.html#verifying-downloads
> 
> 
> Here is my +1 (binding).
> 
> Thanks,
> PJ Fanning
> 
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 
> 

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Release Apache OpenDAL(incubating) v0.42.0-rc.3 - Incubator Vote Round 1

2023-11-14 Thread tison
+1 binding

I checked

[x] Download links are valid.
[x] Checksums and signatures.

The signature is "Mingzhuo Yin " using the apache mail.
This is expected.

[x] LICENSE/NOTICE/DISCLAIMER files exist
[x] No unexpected binary files
[x] All source files have ASF headers
[x] Can compile from source

* cargo build - OK
* cd bindings/java; ./mvnw clean install - OK

Best,
tison.


Mingzhuo Yin  于2023年11月12日周日 10:11写道:

> Hello Incubator PMC,
>
> The Apache OpenDAL community has voted and approved the release of Apache
> OpenDAL(incubating) v0.42.0-rc.3. We now kindly request the IPMC members
> review and vote for this release.
>
> OpenDAL is a data access layer that allows users to easily and efficiently
> retrieve data from various storage services in a unified way.
>
> OpenDAL community vote thread:
>
> https://lists.apache.org/thread/2gqd6pm1k0cc1j0lq79d4ply721dmky2
>
> Vote result thread:
>
> https://lists.apache.org/thread/z8pv6c5rdv5ohn4fcgk4n40n9cfxtwdp
>
> The release candidate:
>
> https://dist.apache.org/repos/dist/dev/incubator/opendal/0.42.0-rc.3/
>
> This release has been signed with a PGP available here:
>
> https://downloads.apache.org/incubator/opendal/KEYS
>
> Git tag for the release:
>
> https://github.com/apache/incubator-opendal/releases/tag/v0.42.0-rc.3
>
> Maven staging repo:
>
> https://repository.apache.org/content/repositories/orgapacheopendal-1018/
>
> Please download, verify, and test.
>
> The VOTE will be open for at least 72 hours and until the necessary
> number of votes are reached.
>
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove with the reason
>
> To learn more about apache opendal, please see https://opendal.apache.org/
>
> Checklist for reference:
>
> [ ] Download links are valid.
> [ ] Checksums and signatures.
> [ ] LICENSE/NOTICE files exist
> [ ] No unexpected binary files
> [ ] All source files have ASF headers
> [ ] Can compile from source
>
> More detailed checklist please refer to:
> https://github.com/apache/incubator-opendal/tree/main/scripts
>
> To compile from source, please refer to:
> https://github.com/apache/incubator-opendal/blob/main/CONTRIBUTING.md
>
> Here is python script in release to help you verify the release candidate:
>
> ./scripts/verify.py
>
> Thanks
>
> Sincerely,
> Mingzhuo Yin
>


[jira] [Commented] (INCUBATOR-280) Datalab retired, but cleanup is incomplete

2023-11-14 Thread Sebb (Jira)


[ 
https://issues.apache.org/jira/browse/INCUBATOR-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17785867#comment-17785867
 ] 

Sebb commented on INCUBATOR-280:


AFAIK, nothing has been done on this.
For example, the LDAP group still exists
https://dist.apache.org/repos/dist/dev/incubator/datalab/ still exists
Various resources such as Git, Website, Wiki appear to be still active (they 
should have comments to say the podling is retired)
etc.

> Datalab retired, but cleanup is incomplete
> --
>
> Key: INCUBATOR-280
> URL: https://issues.apache.org/jira/browse/INCUBATOR-280
> Project: Incubator
>  Issue Type: Task
>Reporter: Sebb
>Priority: Major
>
> As the subject says



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[VOTE] Release Apache Pekko(incubating) Persistence DynamoDB 1.0.0-RC1

2023-11-14 Thread PJ Fanning
Hello Incubator Community,

This is a call for a vote to release Apache Pekko(incubating)
Persistence DynamoDB version 1.0.0-RC1.

The discussion thread:
https://lists.apache.org/thread/0olprf2dzvwrgynn6ovnm4bt3t5yfn0n

The vote thread:
https://lists.apache.org/thread/voo5xjk1wx5zwxfnq8z5jgsb24sm61q1

Vote Result:
https://lists.apache.org/thread/8ls0bt1z13w6m3j7won5g84nnp0xw98m

The release candidate:
https://dist.apache.org/repos/dist/dev/incubator/pekko/PERSISTENCE-DYNAMODB-1.0.0-RC1/

This release has been signed with a PGP key, available here:

https://dist.apache.org/repos/dist/release/incubator/pekko/KEYS

Git branch for the release:

https://github.com/apache/incubator-pekko-persistence-dynamodb/tree/v1.0.0-RC1
Git commit ID: 2105f52da426058f22f3510ad3157fbdc37bc391

Please download, verify, and test.

We have also staged jars in the Apache Nexus Repository. These were
built with the same code
as appears in this Source Release Candidate. We would appreciate if
users could test with these too.
If anyone finds any serious problems with these jars, please also
notify us on this thread.

https://repository.apache.org/content/groups/staging/org/apache/pekko/

In sbt, you can add this resolver.

resolvers += "Apache Pekko Staging" at
"https://repository.apache.org/content/groups/staging;


The vote will be left open for at least 72 hours.

[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove with the reason

To learn more about Apache Pekko, please see https://pekko.apache.org/

Checklist for reference:

[ ] Download links are valid.
[ ] Checksums and signatures.
[ ] LICENSE/NOTICE files exist
[ ] No unexpected binary files
[ ] Source files have ASF headers
[ ] Can compile from source

To compile from the source, please refer to:

https://github.com/apache/incubator-pekko/blob/main/README.md#building-from-source

You will need to have Docker running if you run the unit tests as the
tests start and stop test containers.

Some notes about verifying downloads can be found at:

https://pekko.apache.org/download.html#verifying-downloads


Here is my +1 (binding).

Thanks,
PJ Fanning

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[jira] [Commented] (INCUBATOR-280) Datalab retired, but cleanup is incomplete

2023-11-14 Thread Vira Vitanska (Jira)


[ 
https://issues.apache.org/jira/browse/INCUBATOR-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17785833#comment-17785833
 ] 

Vira Vitanska commented on INCUBATOR-280:
-

Dear [~sebb] ,

I was wondering if you could provide an update on the status of this ticket.

 

Thanks.

> Datalab retired, but cleanup is incomplete
> --
>
> Key: INCUBATOR-280
> URL: https://issues.apache.org/jira/browse/INCUBATOR-280
> Project: Incubator
>  Issue Type: Task
>Reporter: Sebb
>Priority: Major
>
> As the subject says



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org